.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-1721a551-8e60-4f26-a339-484b508783d4 {
  min-height: 50px;
background-color: rgba(224, 224, 224, 1);
}








#s-1721a551-8e60-4f26-a339-484b508783d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1721a551-8e60-4f26-a339-484b508783d4.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-b1d5148e-60fb-41d3-baa6-43986ac8f805 {
  border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 0%;
padding-bottom: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(252, 252, 252, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(194, 194, 194, 0);
}

#s-2f99ed27-b941-473f-a1d4-a5bc7fef60b7 {
  min-height: 50px;
}








#s-2f99ed27-b941-473f-a1d4-a5bc7fef60b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f99ed27-b941-473f-a1d4-a5bc7fef60b7.shg-box.shg-c {
  justify-content: center;
}

#s-58bceec2-8f7f-443e-960a-bf13da53aff7 {
  background-image: url(https://i.shgcdn.com/650c169e-e022-4129-bc8e-4ec84fa95dae/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}








#s-58bceec2-8f7f-443e-960a-bf13da53aff7 > .shg-box-overlay {
  background-color: rgba(105, 105, 105, 1);
  opacity: 0.3;
}#s-58bceec2-8f7f-443e-960a-bf13da53aff7.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-845a0ffd-1bec-4f9b-85be-8374f830e18d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-845a0ffd-1bec-4f9b-85be-8374f830e18d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-845a0ffd-1bec-4f9b-85be-8374f830e18d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-845a0ffd-1bec-4f9b-85be-8374f830e18d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-845a0ffd-1bec-4f9b-85be-8374f830e18d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-845a0ffd-1bec-4f9b-85be-8374f830e18d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-845a0ffd-1bec-4f9b-85be-8374f830e18d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-845a0ffd-1bec-4f9b-85be-8374f830e18d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-845a0ffd-1bec-4f9b-85be-8374f830e18d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-845a0ffd-1bec-4f9b-85be-8374f830e18d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-845a0ffd-1bec-4f9b-85be-8374f830e18d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-845a0ffd-1bec-4f9b-85be-8374f830e18d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-845a0ffd-1bec-4f9b-85be-8374f830e18d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-845a0ffd-1bec-4f9b-85be-8374f830e18d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-845a0ffd-1bec-4f9b-85be-8374f830e18d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-845a0ffd-1bec-4f9b-85be-8374f830e18d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-845a0ffd-1bec-4f9b-85be-8374f830e18d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-845a0ffd-1bec-4f9b-85be-8374f830e18d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-845a0ffd-1bec-4f9b-85be-8374f830e18d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-845a0ffd-1bec-4f9b-85be-8374f830e18d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-845a0ffd-1bec-4f9b-85be-8374f830e18d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-845a0ffd-1bec-4f9b-85be-8374f830e18d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-845a0ffd-1bec-4f9b-85be-8374f830e18d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-845a0ffd-1bec-4f9b-85be-8374f830e18d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-845a0ffd-1bec-4f9b-85be-8374f830e18d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-845a0ffd-1bec-4f9b-85be-8374f830e18d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-845a0ffd-1bec-4f9b-85be-8374f830e18d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-845a0ffd-1bec-4f9b-85be-8374f830e18d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-845a0ffd-1bec-4f9b-85be-8374f830e18d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-845a0ffd-1bec-4f9b-85be-8374f830e18d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-845a0ffd-1bec-4f9b-85be-8374f830e18d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-845a0ffd-1bec-4f9b-85be-8374f830e18d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-845a0ffd-1bec-4f9b-85be-8374f830e18d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-845a0ffd-1bec-4f9b-85be-8374f830e18d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-845a0ffd-1bec-4f9b-85be-8374f830e18d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-845a0ffd-1bec-4f9b-85be-8374f830e18d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-845a0ffd-1bec-4f9b-85be-8374f830e18d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-17e3b313-44c3-48d6-b3e9-88192caa6f8f {
  min-height: 50px;
}








#s-17e3b313-44c3-48d6-b3e9-88192caa6f8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17e3b313-44c3-48d6-b3e9-88192caa6f8f.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-a4262a5a-f651-45cf-b6c9-866273354cea {
  padding-left: 10px;
padding-right: 10px;
text-align: right;
background-color: rgba(255, 255, 255, 0);
}

#s-a4262a5a-f651-45cf-b6c9-866273354cea .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}



#s-9763cfe6-45ba-4244-b653-fcb02a67d26c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-48090560-54db-4547-919e-f965bb321a2c {
  min-height: 50px;
}








#s-48090560-54db-4547-919e-f965bb321a2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48090560-54db-4547-919e-f965bb321a2c.shg-box.shg-c {
  justify-content: center;
}

#s-198a5482-b261-496b-9151-56ef944f2e3c {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-198a5482-b261-496b-9151-56ef944f2e3c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-198a5482-b261-496b-9151-56ef944f2e3c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-198a5482-b261-496b-9151-56ef944f2e3c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-198a5482-b261-496b-9151-56ef944f2e3c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-198a5482-b261-496b-9151-56ef944f2e3c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-198a5482-b261-496b-9151-56ef944f2e3c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-198a5482-b261-496b-9151-56ef944f2e3c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-198a5482-b261-496b-9151-56ef944f2e3c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-198a5482-b261-496b-9151-56ef944f2e3c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-198a5482-b261-496b-9151-56ef944f2e3c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-198a5482-b261-496b-9151-56ef944f2e3c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-198a5482-b261-496b-9151-56ef944f2e3c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-198a5482-b261-496b-9151-56ef944f2e3c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-198a5482-b261-496b-9151-56ef944f2e3c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-198a5482-b261-496b-9151-56ef944f2e3c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-198a5482-b261-496b-9151-56ef944f2e3c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-198a5482-b261-496b-9151-56ef944f2e3c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-198a5482-b261-496b-9151-56ef944f2e3c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-198a5482-b261-496b-9151-56ef944f2e3c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-198a5482-b261-496b-9151-56ef944f2e3c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-198a5482-b261-496b-9151-56ef944f2e3c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-198a5482-b261-496b-9151-56ef944f2e3c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-198a5482-b261-496b-9151-56ef944f2e3c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-198a5482-b261-496b-9151-56ef944f2e3c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-198a5482-b261-496b-9151-56ef944f2e3c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-198a5482-b261-496b-9151-56ef944f2e3c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-198a5482-b261-496b-9151-56ef944f2e3c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-198a5482-b261-496b-9151-56ef944f2e3c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-198a5482-b261-496b-9151-56ef944f2e3c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-198a5482-b261-496b-9151-56ef944f2e3c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-198a5482-b261-496b-9151-56ef944f2e3c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-198a5482-b261-496b-9151-56ef944f2e3c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-198a5482-b261-496b-9151-56ef944f2e3c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-198a5482-b261-496b-9151-56ef944f2e3c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-198a5482-b261-496b-9151-56ef944f2e3c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-198a5482-b261-496b-9151-56ef944f2e3c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-198a5482-b261-496b-9151-56ef944f2e3c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-644b1ef4-b1c5-43df-8715-8d9597180878 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 15%;
padding-bottom: 5%;
padding-right: 15%;
}

#s-9e56caa8-5348-4224-8931-b69b1c0d399d {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-position: center center;
}








#s-9e56caa8-5348-4224-8931-b69b1c0d399d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e56caa8-5348-4224-8931-b69b1c0d399d.shg-box.shg-c {
  justify-content: center;
}

#s-b2df1cbc-71c1-4ec7-a0ea-81333be30324 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: center;
background-color: rgba(245, 245, 245, 1);
}

#s-b2df1cbc-71c1-4ec7-a0ea-81333be30324 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0450b1ac-f216-4d2d-8d8e-2db936ccaf0d {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 1200px;
}

#s-525716d2-752a-4e78-9143-3ba1798346af {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}
@media (min-width: 1200px){#s-525716d2-752a-4e78-9143-3ba1798346af {
  
}
}
#s-525716d2-752a-4e78-9143-3ba1798346af .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c8cb4ba4-3f4b-492b-815c-5105d1fb6899 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-c8cb4ba4-3f4b-492b-815c-5105d1fb6899"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8cb4ba4-3f4b-492b-815c-5105d1fb6899"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c8cb4ba4-3f4b-492b-815c-5105d1fb6899"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c8cb4ba4-3f4b-492b-815c-5105d1fb6899"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c8cb4ba4-3f4b-492b-815c-5105d1fb6899"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c8cb4ba4-3f4b-492b-815c-5105d1fb6899"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c8cb4ba4-3f4b-492b-815c-5105d1fb6899"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c8cb4ba4-3f4b-492b-815c-5105d1fb6899"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c8cb4ba4-3f4b-492b-815c-5105d1fb6899"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c8cb4ba4-3f4b-492b-815c-5105d1fb6899"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c8cb4ba4-3f4b-492b-815c-5105d1fb6899"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c8cb4ba4-3f4b-492b-815c-5105d1fb6899"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c8cb4ba4-3f4b-492b-815c-5105d1fb6899"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c8cb4ba4-3f4b-492b-815c-5105d1fb6899"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c8cb4ba4-3f4b-492b-815c-5105d1fb6899"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c8cb4ba4-3f4b-492b-815c-5105d1fb6899"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c8cb4ba4-3f4b-492b-815c-5105d1fb6899"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c8cb4ba4-3f4b-492b-815c-5105d1fb6899"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c8cb4ba4-3f4b-492b-815c-5105d1fb6899"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c8cb4ba4-3f4b-492b-815c-5105d1fb6899"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c8cb4ba4-3f4b-492b-815c-5105d1fb6899"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c8cb4ba4-3f4b-492b-815c-5105d1fb6899"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c8cb4ba4-3f4b-492b-815c-5105d1fb6899"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c8cb4ba4-3f4b-492b-815c-5105d1fb6899"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c8cb4ba4-3f4b-492b-815c-5105d1fb6899"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8cb4ba4-3f4b-492b-815c-5105d1fb6899"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c8cb4ba4-3f4b-492b-815c-5105d1fb6899"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c8cb4ba4-3f4b-492b-815c-5105d1fb6899"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c8cb4ba4-3f4b-492b-815c-5105d1fb6899"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c8cb4ba4-3f4b-492b-815c-5105d1fb6899"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c8cb4ba4-3f4b-492b-815c-5105d1fb6899"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c8cb4ba4-3f4b-492b-815c-5105d1fb6899"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c8cb4ba4-3f4b-492b-815c-5105d1fb6899"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c8cb4ba4-3f4b-492b-815c-5105d1fb6899"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c8cb4ba4-3f4b-492b-815c-5105d1fb6899"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c8cb4ba4-3f4b-492b-815c-5105d1fb6899"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c8cb4ba4-3f4b-492b-815c-5105d1fb6899"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-0976a617-8f05-44e1-8d9e-0ec5f1ab4856 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-0976a617-8f05-44e1-8d9e-0ec5f1ab4856 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0976a617-8f05-44e1-8d9e-0ec5f1ab4856.shg-box.shg-c {
  justify-content: center;
}

#s-4536f5b4-1215-412f-a2d8-6db6fa6ec4fc {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-4536f5b4-1215-412f-a2d8-6db6fa6ec4fc .shogun-heading-component h2 {
  color: rgba(250, 245, 245, 1);
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a238cd08-8c38-439d-9def-9f871d11a3b6 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}

#s-475f3c2d-a7b3-4c16-beac-4efa7145d52c {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-475f3c2d-a7b3-4c16-beac-4efa7145d52c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-475f3c2d-a7b3-4c16-beac-4efa7145d52c.shg-box.shg-c {
  justify-content: center;
}

#s-5daa1100-6600-4d9f-94fb-fda62f0eb6f0 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-5daa1100-6600-4d9f-94fb-fda62f0eb6f0 .shogun-heading-component h2 {
  color: rgba(252, 252, 252, 1);
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-48bbe50d-ab11-4f4c-bc13-cfd5fa879f62 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}

#s-f0330682-5952-403f-bfe1-1df7378db72e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-f0330682-5952-403f-bfe1-1df7378db72e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0330682-5952-403f-bfe1-1df7378db72e.shg-box.shg-c {
  justify-content: center;
}

#s-77d64b9a-e92c-4571-9433-8cf00246f52c {
  margin-top: 20px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-77d64b9a-e92c-4571-9433-8cf00246f52c {
  
}
}
#s-be21ec65-75eb-48c5-add2-f2fad91dc878 {
  border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 0%;
padding-bottom: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(252, 252, 252, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(194, 194, 194, 0);
}

#s-82a31ce3-c44d-43a2-ba82-66bf1237ae44 {
  display: none;
}
#s-f759a88e-8165-42cd-8edf-dd033fca6bce {
  margin-left: 5px;
margin-right: 5px;
text-align: left;
}

#s-f759a88e-8165-42cd-8edf-dd033fca6bce .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-f759a88e-8165-42cd-8edf-dd033fca6bce .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-f759a88e-8165-42cd-8edf-dd033fca6bce .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-f759a88e-8165-42cd-8edf-dd033fca6bce .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 2px;
}


  #s-f759a88e-8165-42cd-8edf-dd033fca6bce .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-f759a88e-8165-42cd-8edf-dd033fca6bce .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-e6558bff-49cc-4876-82b2-712e38e2ece0 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-e6558bff-49cc-4876-82b2-712e38e2ece0:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-e6558bff-49cc-4876-82b2-712e38e2ece0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e6558bff-49cc-4876-82b2-712e38e2ece0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e6558bff-49cc-4876-82b2-712e38e2ece0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e6558bff-49cc-4876-82b2-712e38e2ece0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}

#s-e6558bff-49cc-4876-82b2-712e38e2ece0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e6558bff-49cc-4876-82b2-712e38e2ece0.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(7, 7, 7, 1);
  }


#s-94258d5d-1d2b-4ccb-a4a8-cb144fae466c {
  margin-top: 20px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-94258d5d-1d2b-4ccb-a4a8-cb144fae466c {
  
}
}
#s-a2f16f57-1cae-497a-8cf3-c02a665f7d2a {
  min-height: 50px;
}








#s-a2f16f57-1cae-497a-8cf3-c02a665f7d2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2f16f57-1cae-497a-8cf3-c02a665f7d2a.shg-box.shg-c {
  justify-content: center;
}

#s-501c251d-1d03-45d2-89f4-03688d11d309 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-501c251d-1d03-45d2-89f4-03688d11d309 {
  
}
}







#s-501c251d-1d03-45d2-89f4-03688d11d309 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-501c251d-1d03-45d2-89f4-03688d11d309.shg-box.shg-c {
  justify-content: center;
}

#s-923d6c42-3d35-4faf-8ffc-3c79693dd50f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
margin-bottom: 5px;
min-height: 400px;
background-position: center center;
}








#s-923d6c42-3d35-4faf-8ffc-3c79693dd50f > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-923d6c42-3d35-4faf-8ffc-3c79693dd50f.shg-box.shg-c {
  justify-content: center;
}

#s-a1afee0c-b55e-4c57-b5c9-3efbd85139ae {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-a1afee0c-b55e-4c57-b5c9-3efbd85139ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a1afee0c-b55e-4c57-b5c9-3efbd85139ae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-a1afee0c-b55e-4c57-b5c9-3efbd85139ae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-a1afee0c-b55e-4c57-b5c9-3efbd85139ae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-a1afee0c-b55e-4c57-b5c9-3efbd85139ae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-a1afee0c-b55e-4c57-b5c9-3efbd85139ae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-a1afee0c-b55e-4c57-b5c9-3efbd85139ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-a1afee0c-b55e-4c57-b5c9-3efbd85139ae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-a1afee0c-b55e-4c57-b5c9-3efbd85139ae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-a1afee0c-b55e-4c57-b5c9-3efbd85139ae"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-a1afee0c-b55e-4c57-b5c9-3efbd85139ae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-a1afee0c-b55e-4c57-b5c9-3efbd85139ae"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-a1afee0c-b55e-4c57-b5c9-3efbd85139ae"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-a1afee0c-b55e-4c57-b5c9-3efbd85139ae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-a1afee0c-b55e-4c57-b5c9-3efbd85139ae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-a1afee0c-b55e-4c57-b5c9-3efbd85139ae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-a1afee0c-b55e-4c57-b5c9-3efbd85139ae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-a1afee0c-b55e-4c57-b5c9-3efbd85139ae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-a1afee0c-b55e-4c57-b5c9-3efbd85139ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-a1afee0c-b55e-4c57-b5c9-3efbd85139ae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-a1afee0c-b55e-4c57-b5c9-3efbd85139ae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-a1afee0c-b55e-4c57-b5c9-3efbd85139ae"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-a1afee0c-b55e-4c57-b5c9-3efbd85139ae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-a1afee0c-b55e-4c57-b5c9-3efbd85139ae"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-a1afee0c-b55e-4c57-b5c9-3efbd85139ae"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-a1afee0c-b55e-4c57-b5c9-3efbd85139ae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-a1afee0c-b55e-4c57-b5c9-3efbd85139ae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-a1afee0c-b55e-4c57-b5c9-3efbd85139ae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-a1afee0c-b55e-4c57-b5c9-3efbd85139ae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-a1afee0c-b55e-4c57-b5c9-3efbd85139ae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-a1afee0c-b55e-4c57-b5c9-3efbd85139ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-a1afee0c-b55e-4c57-b5c9-3efbd85139ae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-a1afee0c-b55e-4c57-b5c9-3efbd85139ae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-a1afee0c-b55e-4c57-b5c9-3efbd85139ae"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-a1afee0c-b55e-4c57-b5c9-3efbd85139ae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-a1afee0c-b55e-4c57-b5c9-3efbd85139ae"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-a1afee0c-b55e-4c57-b5c9-3efbd85139ae"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-b8876b3b-93e3-46c1-89dd-1a1d963b7d3d {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-b8876b3b-93e3-46c1-89dd-1a1d963b7d3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8876b3b-93e3-46c1-89dd-1a1d963b7d3d.shg-box.shg-c {
  justify-content: center;
}

#s-5da6d863-673b-49eb-8e63-647c0ade6d9e {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-5da6d863-673b-49eb-8e63-647c0ade6d9e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9a2ce2d1-3da5-4e63-bf0e-181c7f3b07e2 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-680ffa08-32cf-400b-a932-9e41df6e9f73 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 0);
}








#s-680ffa08-32cf-400b-a932-9e41df6e9f73 > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-680ffa08-32cf-400b-a932-9e41df6e9f73.shg-box.shg-c {
  justify-content: 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-b4c01a72-4230-4bda-afe6-f908641503c8 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b4c01a72-4230-4bda-afe6-f908641503c8 {
  
}
}
#s-b4c01a72-4230-4bda-afe6-f908641503c8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b4c01a72-4230-4bda-afe6-f908641503c8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-b4c01a72-4230-4bda-afe6-f908641503c8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-b4c01a72-4230-4bda-afe6-f908641503c8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-b4c01a72-4230-4bda-afe6-f908641503c8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  font-family: Oswald;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-b4c01a72-4230-4bda-afe6-f908641503c8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
@media (min-width: 0px) {
[id="s-07e45c20-65a8-4c3c-98c7-e96d1a7114fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07e45c20-65a8-4c3c-98c7-e96d1a7114fa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-07e45c20-65a8-4c3c-98c7-e96d1a7114fa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-07e45c20-65a8-4c3c-98c7-e96d1a7114fa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-07e45c20-65a8-4c3c-98c7-e96d1a7114fa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-07e45c20-65a8-4c3c-98c7-e96d1a7114fa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-07e45c20-65a8-4c3c-98c7-e96d1a7114fa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-07e45c20-65a8-4c3c-98c7-e96d1a7114fa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-07e45c20-65a8-4c3c-98c7-e96d1a7114fa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-07e45c20-65a8-4c3c-98c7-e96d1a7114fa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-07e45c20-65a8-4c3c-98c7-e96d1a7114fa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-07e45c20-65a8-4c3c-98c7-e96d1a7114fa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-07e45c20-65a8-4c3c-98c7-e96d1a7114fa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-07e45c20-65a8-4c3c-98c7-e96d1a7114fa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-07e45c20-65a8-4c3c-98c7-e96d1a7114fa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-07e45c20-65a8-4c3c-98c7-e96d1a7114fa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-07e45c20-65a8-4c3c-98c7-e96d1a7114fa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-07e45c20-65a8-4c3c-98c7-e96d1a7114fa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-07e45c20-65a8-4c3c-98c7-e96d1a7114fa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-07e45c20-65a8-4c3c-98c7-e96d1a7114fa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-07e45c20-65a8-4c3c-98c7-e96d1a7114fa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-07e45c20-65a8-4c3c-98c7-e96d1a7114fa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-07e45c20-65a8-4c3c-98c7-e96d1a7114fa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-07e45c20-65a8-4c3c-98c7-e96d1a7114fa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-07e45c20-65a8-4c3c-98c7-e96d1a7114fa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-07e45c20-65a8-4c3c-98c7-e96d1a7114fa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-07e45c20-65a8-4c3c-98c7-e96d1a7114fa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-07e45c20-65a8-4c3c-98c7-e96d1a7114fa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-07e45c20-65a8-4c3c-98c7-e96d1a7114fa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-07e45c20-65a8-4c3c-98c7-e96d1a7114fa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-07e45c20-65a8-4c3c-98c7-e96d1a7114fa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-07e45c20-65a8-4c3c-98c7-e96d1a7114fa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-07e45c20-65a8-4c3c-98c7-e96d1a7114fa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-07e45c20-65a8-4c3c-98c7-e96d1a7114fa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-07e45c20-65a8-4c3c-98c7-e96d1a7114fa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-07e45c20-65a8-4c3c-98c7-e96d1a7114fa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-07e45c20-65a8-4c3c-98c7-e96d1a7114fa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-36effc76-cdae-4926-beef-3ca1cd96e453 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36effc76-cdae-4926-beef-3ca1cd96e453 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9c9843eb-bd11-4709-b36b-546ecef3dd08 {
  margin-top: auto;
margin-bottom: auto;
min-height: 50px;
}








#s-9c9843eb-bd11-4709-b36b-546ecef3dd08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c9843eb-bd11-4709-b36b-546ecef3dd08.shg-box.shg-c {
  justify-content: center;
}

#s-8c81a474-63cc-4008-bea1-dd7cc3f84ae8 {
  margin-left: 25px;
margin-right: 25px;
}

#s-8c81a474-63cc-4008-bea1-dd7cc3f84ae8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-8c81a474-63cc-4008-bea1-dd7cc3f84ae8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-8c81a474-63cc-4008-bea1-dd7cc3f84ae8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-8c81a474-63cc-4008-bea1-dd7cc3f84ae8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-8c81a474-63cc-4008-bea1-dd7cc3f84ae8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-8c81a474-63cc-4008-bea1-dd7cc3f84ae8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
.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-0cf4ef37-da98-4c18-b3c6-46bad0241ced {
  text-align: center;
}




  #s-0cf4ef37-da98-4c18-b3c6-46bad0241ced img.shogun-image {
    
    width: px;
  }


#s-0cf4ef37-da98-4c18-b3c6-46bad0241ced .shogun-image-content {
  
    align-items: center;
  
}

#s-cae3cd7f-cd6f-4456-a423-b99c259999d4 {
  margin-left: 25px;
margin-right: 25px;
}

#s-cae3cd7f-cd6f-4456-a423-b99c259999d4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-cae3cd7f-cd6f-4456-a423-b99c259999d4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-cae3cd7f-cd6f-4456-a423-b99c259999d4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-cae3cd7f-cd6f-4456-a423-b99c259999d4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-cae3cd7f-cd6f-4456-a423-b99c259999d4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-cae3cd7f-cd6f-4456-a423-b99c259999d4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-fe017cec-13ae-467c-ba0f-88ec5d13f424 {
  text-align: center;
}




  #s-fe017cec-13ae-467c-ba0f-88ec5d13f424 img.shogun-image {
    
    width: px;
  }


#s-fe017cec-13ae-467c-ba0f-88ec5d13f424 .shogun-image-content {
  
    align-items: center;
  
}

#s-5345024c-d6ba-471d-9261-c1725a03f48c {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}

#s-5345024c-d6ba-471d-9261-c1725a03f48c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-5345024c-d6ba-471d-9261-c1725a03f48c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-5345024c-d6ba-471d-9261-c1725a03f48c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-5345024c-d6ba-471d-9261-c1725a03f48c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-5345024c-d6ba-471d-9261-c1725a03f48c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-5345024c-d6ba-471d-9261-c1725a03f48c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-13a391bc-b09d-435c-bb45-d91ce8b097ef {
  text-align: center;
}




  #s-13a391bc-b09d-435c-bb45-d91ce8b097ef img.shogun-image {
    
    width: px;
  }


#s-13a391bc-b09d-435c-bb45-d91ce8b097ef .shogun-image-content {
  
    align-items: center;
  
}

#s-9e2d6b7c-ab25-45bf-8622-4685141bd88b {
  margin-left: 10px;
margin-right: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-7f7a2a33-4ccd-454c-9e1a-0dd8eb1cc151 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-c3dd1ca1-c000-4a05-9bd6-318a831ef114 {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-398599ba-973a-485b-ae81-16ecb74c5e37 {
  min-height: 50px;
}








#s-398599ba-973a-485b-ae81-16ecb74c5e37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-398599ba-973a-485b-ae81-16ecb74c5e37.shg-box.shg-c {
  justify-content: center;
}

#s-24446829-d4c0-426a-a24e-8ac4f047db85 {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-24446829-d4c0-426a-a24e-8ac4f047db85"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24446829-d4c0-426a-a24e-8ac4f047db85"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-24446829-d4c0-426a-a24e-8ac4f047db85"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-24446829-d4c0-426a-a24e-8ac4f047db85"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-24446829-d4c0-426a-a24e-8ac4f047db85"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-24446829-d4c0-426a-a24e-8ac4f047db85"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-24446829-d4c0-426a-a24e-8ac4f047db85"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-24446829-d4c0-426a-a24e-8ac4f047db85"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-24446829-d4c0-426a-a24e-8ac4f047db85"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-24446829-d4c0-426a-a24e-8ac4f047db85"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-24446829-d4c0-426a-a24e-8ac4f047db85"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-24446829-d4c0-426a-a24e-8ac4f047db85"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-24446829-d4c0-426a-a24e-8ac4f047db85"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-24446829-d4c0-426a-a24e-8ac4f047db85"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-24446829-d4c0-426a-a24e-8ac4f047db85"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-24446829-d4c0-426a-a24e-8ac4f047db85"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-24446829-d4c0-426a-a24e-8ac4f047db85"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-24446829-d4c0-426a-a24e-8ac4f047db85"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-24446829-d4c0-426a-a24e-8ac4f047db85"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-24446829-d4c0-426a-a24e-8ac4f047db85"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-24446829-d4c0-426a-a24e-8ac4f047db85"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-24446829-d4c0-426a-a24e-8ac4f047db85"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-24446829-d4c0-426a-a24e-8ac4f047db85"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-24446829-d4c0-426a-a24e-8ac4f047db85"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-24446829-d4c0-426a-a24e-8ac4f047db85"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-24446829-d4c0-426a-a24e-8ac4f047db85"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-24446829-d4c0-426a-a24e-8ac4f047db85"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-24446829-d4c0-426a-a24e-8ac4f047db85"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-24446829-d4c0-426a-a24e-8ac4f047db85"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-24446829-d4c0-426a-a24e-8ac4f047db85"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-24446829-d4c0-426a-a24e-8ac4f047db85"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-24446829-d4c0-426a-a24e-8ac4f047db85"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-24446829-d4c0-426a-a24e-8ac4f047db85"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-24446829-d4c0-426a-a24e-8ac4f047db85"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-24446829-d4c0-426a-a24e-8ac4f047db85"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-24446829-d4c0-426a-a24e-8ac4f047db85"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-24446829-d4c0-426a-a24e-8ac4f047db85"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-621da848-f25b-4240-8abc-33e9f65f04f0 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-49652d16-6722-4e23-8e23-31ce8148e069 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 1px;
padding-right: 20px;
}

#s-77129d4b-d046-46c1-8633-3d6913cc3de2 {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-77129d4b-d046-46c1-8633-3d6913cc3de2 img.shogun-image {
    
    width: px;
  }


#s-77129d4b-d046-46c1-8633-3d6913cc3de2 .shogun-image-content {
  
    align-items: center;
  
}

#s-d32f07a4-f389-4bd2-991d-4b986df72dbf {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-2306faaf-6a14-4057-b18d-04416fecbbf1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-cd5f7f62-fe0c-4f39-99fb-011dfb3d84ba {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
min-height: 50px;
background-position: center center;
}








#s-cd5f7f62-fe0c-4f39-99fb-011dfb3d84ba > .shg-box-overlay {
  background-color: rgba(127, 244, 239, 1);
  opacity: 0;
}#s-cd5f7f62-fe0c-4f39-99fb-011dfb3d84ba.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a028ef7a-bc56-4284-8543-1652121f9187 {
  min-height: 50px;
}








#s-a028ef7a-bc56-4284-8543-1652121f9187 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a028ef7a-bc56-4284-8543-1652121f9187.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4c94d0c0-ec77-421e-89b6-d54802479ca5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c94d0c0-ec77-421e-89b6-d54802479ca5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4c94d0c0-ec77-421e-89b6-d54802479ca5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4c94d0c0-ec77-421e-89b6-d54802479ca5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4c94d0c0-ec77-421e-89b6-d54802479ca5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4c94d0c0-ec77-421e-89b6-d54802479ca5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4c94d0c0-ec77-421e-89b6-d54802479ca5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4c94d0c0-ec77-421e-89b6-d54802479ca5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4c94d0c0-ec77-421e-89b6-d54802479ca5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4c94d0c0-ec77-421e-89b6-d54802479ca5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4c94d0c0-ec77-421e-89b6-d54802479ca5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4c94d0c0-ec77-421e-89b6-d54802479ca5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4c94d0c0-ec77-421e-89b6-d54802479ca5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4c94d0c0-ec77-421e-89b6-d54802479ca5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4c94d0c0-ec77-421e-89b6-d54802479ca5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4c94d0c0-ec77-421e-89b6-d54802479ca5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4c94d0c0-ec77-421e-89b6-d54802479ca5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4c94d0c0-ec77-421e-89b6-d54802479ca5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4c94d0c0-ec77-421e-89b6-d54802479ca5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4c94d0c0-ec77-421e-89b6-d54802479ca5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4c94d0c0-ec77-421e-89b6-d54802479ca5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4c94d0c0-ec77-421e-89b6-d54802479ca5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4c94d0c0-ec77-421e-89b6-d54802479ca5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4c94d0c0-ec77-421e-89b6-d54802479ca5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4c94d0c0-ec77-421e-89b6-d54802479ca5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c94d0c0-ec77-421e-89b6-d54802479ca5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4c94d0c0-ec77-421e-89b6-d54802479ca5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4c94d0c0-ec77-421e-89b6-d54802479ca5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4c94d0c0-ec77-421e-89b6-d54802479ca5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4c94d0c0-ec77-421e-89b6-d54802479ca5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4c94d0c0-ec77-421e-89b6-d54802479ca5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4c94d0c0-ec77-421e-89b6-d54802479ca5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4c94d0c0-ec77-421e-89b6-d54802479ca5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4c94d0c0-ec77-421e-89b6-d54802479ca5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4c94d0c0-ec77-421e-89b6-d54802479ca5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4c94d0c0-ec77-421e-89b6-d54802479ca5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4c94d0c0-ec77-421e-89b6-d54802479ca5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-134f99cc-3763-4042-aaa1-c5dbce13a7dc {
  
}

#s-134f99cc-3763-4042-aaa1-c5dbce13a7dc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-134f99cc-3763-4042-aaa1-c5dbce13a7dc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-134f99cc-3763-4042-aaa1-c5dbce13a7dc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-134f99cc-3763-4042-aaa1-c5dbce13a7dc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-134f99cc-3763-4042-aaa1-c5dbce13a7dc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: center;
  font-family: Oswald;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-134f99cc-3763-4042-aaa1-c5dbce13a7dc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
.shogun-form > div {
  padding: 0 0 1em;
}

.shogun-form small {
  color: red;
  display: none;
}

.shogun-form input,
textarea {
  margin: 0;
}

.required-field::after {
  color: red;
  content: "*";
  margin-right: 4px;
}

.shogun-success-alert {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
  min-height: 55px;
  display: none;
}

.shogun-form input,
.shogun-form textarea {
  width: 100%;
}

#s-c1e4d4a7-beab-46cc-af65-580ebc16e74f {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(52, 189, 219, 0.5);
}

#s-c1e4d4a7-beab-46cc-af65-580ebc16e74f .shogun-success-alert {
  background-color: rgba(52, 189, 219, 0.5);
  color: #3c763d;
}

#s-c1e4d4a7-beab-46cc-af65-580ebc16e74f .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-c1e4d4a7-beab-46cc-af65-580ebc16e74f .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-c1e4d4a7-beab-46cc-af65-580ebc16e74f .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-c1e4d4a7-beab-46cc-af65-580ebc16e74f .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-c1e4d4a7-beab-46cc-af65-580ebc16e74f .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-33a1337c-3090-42c4-bb7a-e50b19376988 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-left: 30px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(5, 3, 3, 0.45);
}

@media (min-width: 0px) {
[id="s-f097c72d-797c-4c09-9e82-73e9170cdd14"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f097c72d-797c-4c09-9e82-73e9170cdd14"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f097c72d-797c-4c09-9e82-73e9170cdd14"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f097c72d-797c-4c09-9e82-73e9170cdd14"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f097c72d-797c-4c09-9e82-73e9170cdd14"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f097c72d-797c-4c09-9e82-73e9170cdd14"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f097c72d-797c-4c09-9e82-73e9170cdd14"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f097c72d-797c-4c09-9e82-73e9170cdd14"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f097c72d-797c-4c09-9e82-73e9170cdd14"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f097c72d-797c-4c09-9e82-73e9170cdd14"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f097c72d-797c-4c09-9e82-73e9170cdd14"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f097c72d-797c-4c09-9e82-73e9170cdd14"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f097c72d-797c-4c09-9e82-73e9170cdd14"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f097c72d-797c-4c09-9e82-73e9170cdd14"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f097c72d-797c-4c09-9e82-73e9170cdd14"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f097c72d-797c-4c09-9e82-73e9170cdd14"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f097c72d-797c-4c09-9e82-73e9170cdd14"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f097c72d-797c-4c09-9e82-73e9170cdd14"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f097c72d-797c-4c09-9e82-73e9170cdd14"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f097c72d-797c-4c09-9e82-73e9170cdd14"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f097c72d-797c-4c09-9e82-73e9170cdd14"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f097c72d-797c-4c09-9e82-73e9170cdd14"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f097c72d-797c-4c09-9e82-73e9170cdd14"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f097c72d-797c-4c09-9e82-73e9170cdd14"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f097c72d-797c-4c09-9e82-73e9170cdd14"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f097c72d-797c-4c09-9e82-73e9170cdd14"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f097c72d-797c-4c09-9e82-73e9170cdd14"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f097c72d-797c-4c09-9e82-73e9170cdd14"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f097c72d-797c-4c09-9e82-73e9170cdd14"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f097c72d-797c-4c09-9e82-73e9170cdd14"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f097c72d-797c-4c09-9e82-73e9170cdd14"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f097c72d-797c-4c09-9e82-73e9170cdd14"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f097c72d-797c-4c09-9e82-73e9170cdd14"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f097c72d-797c-4c09-9e82-73e9170cdd14"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f097c72d-797c-4c09-9e82-73e9170cdd14"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f097c72d-797c-4c09-9e82-73e9170cdd14"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f097c72d-797c-4c09-9e82-73e9170cdd14"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-aa0d9df7-e2d1-4d53-9512-a8d17d15ee94 {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-aa0d9df7-e2d1-4d53-9512-a8d17d15ee94 img.shogun-image {
    
    width: px;
  }


#s-aa0d9df7-e2d1-4d53-9512-a8d17d15ee94 .shogun-image-content {
  
    align-items: center;
  
}

#s-28d5996b-000e-4271-95e8-72da3247b981 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(126, 126, 126, 0.14);
}








#s-28d5996b-000e-4271-95e8-72da3247b981 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28d5996b-000e-4271-95e8-72da3247b981.shg-box.shg-c {
  justify-content: center;
}

#s-14bd2639-e7e0-4d19-9d6e-4711d32d0fd9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14bd2639-e7e0-4d19-9d6e-4711d32d0fd9 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e439c704-598d-4e68-bd2c-a4738446a866 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-6b1f2f77-e67a-45d4-afa9-3d33f449b0ff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6b1f2f77-e67a-45d4-afa9-3d33f449b0ff .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-baca1880-dbbd-4c3b-bf0b-23b19087f644 {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-baca1880-dbbd-4c3b-bf0b-23b19087f644"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-baca1880-dbbd-4c3b-bf0b-23b19087f644"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-baca1880-dbbd-4c3b-bf0b-23b19087f644"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-baca1880-dbbd-4c3b-bf0b-23b19087f644"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-baca1880-dbbd-4c3b-bf0b-23b19087f644"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-baca1880-dbbd-4c3b-bf0b-23b19087f644"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-baca1880-dbbd-4c3b-bf0b-23b19087f644"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-baca1880-dbbd-4c3b-bf0b-23b19087f644"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-baca1880-dbbd-4c3b-bf0b-23b19087f644"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-baca1880-dbbd-4c3b-bf0b-23b19087f644"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-baca1880-dbbd-4c3b-bf0b-23b19087f644"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-baca1880-dbbd-4c3b-bf0b-23b19087f644"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-baca1880-dbbd-4c3b-bf0b-23b19087f644"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-baca1880-dbbd-4c3b-bf0b-23b19087f644"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-baca1880-dbbd-4c3b-bf0b-23b19087f644"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-baca1880-dbbd-4c3b-bf0b-23b19087f644"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-baca1880-dbbd-4c3b-bf0b-23b19087f644"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-baca1880-dbbd-4c3b-bf0b-23b19087f644"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-baca1880-dbbd-4c3b-bf0b-23b19087f644"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-baca1880-dbbd-4c3b-bf0b-23b19087f644"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-baca1880-dbbd-4c3b-bf0b-23b19087f644"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-baca1880-dbbd-4c3b-bf0b-23b19087f644"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-baca1880-dbbd-4c3b-bf0b-23b19087f644"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-baca1880-dbbd-4c3b-bf0b-23b19087f644"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-baca1880-dbbd-4c3b-bf0b-23b19087f644"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-baca1880-dbbd-4c3b-bf0b-23b19087f644"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-baca1880-dbbd-4c3b-bf0b-23b19087f644"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-baca1880-dbbd-4c3b-bf0b-23b19087f644"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-baca1880-dbbd-4c3b-bf0b-23b19087f644"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-baca1880-dbbd-4c3b-bf0b-23b19087f644"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-baca1880-dbbd-4c3b-bf0b-23b19087f644"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-baca1880-dbbd-4c3b-bf0b-23b19087f644"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-baca1880-dbbd-4c3b-bf0b-23b19087f644"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-baca1880-dbbd-4c3b-bf0b-23b19087f644"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-baca1880-dbbd-4c3b-bf0b-23b19087f644"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-baca1880-dbbd-4c3b-bf0b-23b19087f644"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-baca1880-dbbd-4c3b-bf0b-23b19087f644"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5e831f6c-c9ef-4306-883e-0ecac64f4776 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5e831f6c-c9ef-4306-883e-0ecac64f4776 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-27a5b681-0aef-46dd-afa3-ac70cb685131 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

.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-ba6d5c64-c14c-4001-bf5f-5e6557307093 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-left: 1px;
margin-bottom: 10px;
margin-right: 1px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(98, 96, 96, 1);
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
hover-type: color;
}
#s-ba6d5c64-c14c-4001-bf5f-5e6557307093:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ba6d5c64-c14c-4001-bf5f-5e6557307093:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-ba6d5c64-c14c-4001-bf5f-5e6557307093.shg-btn {
  color: rgba(98, 96, 96, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-8a72b14d-ada7-4d6f-8a14-9be4e022a927 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8a72b14d-ada7-4d6f-8a14-9be4e022a927 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c164e6d5-200e-47f6-95eb-f8cd9df73041 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-e65baf4d-a2f9-4697-8a60-137b6fd1724b {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-6ece49c4-577e-45af-ae27-cc6c4ea7120c {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
min-height: 50px;
background-position: center center;
}








#s-6ece49c4-577e-45af-ae27-cc6c4ea7120c > .shg-box-overlay {
  background-color: rgba(127, 244, 239, 1);
  opacity: 0;
}#s-6ece49c4-577e-45af-ae27-cc6c4ea7120c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ec044ff0-5b25-4575-ac09-5235ec5662b3 {
  min-height: 50px;
}








#s-ec044ff0-5b25-4575-ac09-5235ec5662b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec044ff0-5b25-4575-ac09-5235ec5662b3.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f7fc684c-2a25-40b9-ba38-e35c105028e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7fc684c-2a25-40b9-ba38-e35c105028e1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f7fc684c-2a25-40b9-ba38-e35c105028e1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f7fc684c-2a25-40b9-ba38-e35c105028e1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f7fc684c-2a25-40b9-ba38-e35c105028e1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f7fc684c-2a25-40b9-ba38-e35c105028e1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f7fc684c-2a25-40b9-ba38-e35c105028e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f7fc684c-2a25-40b9-ba38-e35c105028e1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f7fc684c-2a25-40b9-ba38-e35c105028e1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f7fc684c-2a25-40b9-ba38-e35c105028e1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f7fc684c-2a25-40b9-ba38-e35c105028e1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f7fc684c-2a25-40b9-ba38-e35c105028e1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f7fc684c-2a25-40b9-ba38-e35c105028e1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f7fc684c-2a25-40b9-ba38-e35c105028e1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f7fc684c-2a25-40b9-ba38-e35c105028e1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f7fc684c-2a25-40b9-ba38-e35c105028e1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f7fc684c-2a25-40b9-ba38-e35c105028e1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f7fc684c-2a25-40b9-ba38-e35c105028e1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f7fc684c-2a25-40b9-ba38-e35c105028e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f7fc684c-2a25-40b9-ba38-e35c105028e1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f7fc684c-2a25-40b9-ba38-e35c105028e1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f7fc684c-2a25-40b9-ba38-e35c105028e1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f7fc684c-2a25-40b9-ba38-e35c105028e1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f7fc684c-2a25-40b9-ba38-e35c105028e1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f7fc684c-2a25-40b9-ba38-e35c105028e1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7fc684c-2a25-40b9-ba38-e35c105028e1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f7fc684c-2a25-40b9-ba38-e35c105028e1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f7fc684c-2a25-40b9-ba38-e35c105028e1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f7fc684c-2a25-40b9-ba38-e35c105028e1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f7fc684c-2a25-40b9-ba38-e35c105028e1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f7fc684c-2a25-40b9-ba38-e35c105028e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f7fc684c-2a25-40b9-ba38-e35c105028e1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f7fc684c-2a25-40b9-ba38-e35c105028e1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f7fc684c-2a25-40b9-ba38-e35c105028e1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f7fc684c-2a25-40b9-ba38-e35c105028e1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f7fc684c-2a25-40b9-ba38-e35c105028e1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f7fc684c-2a25-40b9-ba38-e35c105028e1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2cb8f6cd-8807-43e0-b44f-6985b03cc4ef {
  
}

#s-2cb8f6cd-8807-43e0-b44f-6985b03cc4ef > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-2cb8f6cd-8807-43e0-b44f-6985b03cc4ef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-2cb8f6cd-8807-43e0-b44f-6985b03cc4ef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-2cb8f6cd-8807-43e0-b44f-6985b03cc4ef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-2cb8f6cd-8807-43e0-b44f-6985b03cc4ef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: center;
  font-family: Oswald;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-2cb8f6cd-8807-43e0-b44f-6985b03cc4ef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-bea010bd-97fa-477d-969f-a078ac52dbd8 {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(52, 189, 219, 0.5);
}

#s-bea010bd-97fa-477d-969f-a078ac52dbd8 .shogun-success-alert {
  background-color: rgba(52, 189, 219, 0.5);
  color: #3c763d;
}

#s-bea010bd-97fa-477d-969f-a078ac52dbd8 .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-bea010bd-97fa-477d-969f-a078ac52dbd8 .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-bea010bd-97fa-477d-969f-a078ac52dbd8 .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-bea010bd-97fa-477d-969f-a078ac52dbd8 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-bea010bd-97fa-477d-969f-a078ac52dbd8 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-538924e1-d4a9-4f80-a135-ccb5063fc2a0 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-left: 30px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(5, 3, 3, 0.45);
}

#s-5626628d-a0df-4d22-afcd-a2c93e8beca4 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
min-height: 50px;
background-position: center center;
}








#s-5626628d-a0df-4d22-afcd-a2c93e8beca4 > .shg-box-overlay {
  background-color: rgba(127, 244, 239, 1);
  opacity: 0;
}#s-5626628d-a0df-4d22-afcd-a2c93e8beca4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a2e8ca4a-dde2-481c-9f59-213115925d5a {
  min-height: 50px;
}








#s-a2e8ca4a-dde2-481c-9f59-213115925d5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2e8ca4a-dde2-481c-9f59-213115925d5a.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-36f6ffbf-5b98-4b4b-8f34-84d0a7dabdd2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36f6ffbf-5b98-4b4b-8f34-84d0a7dabdd2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-36f6ffbf-5b98-4b4b-8f34-84d0a7dabdd2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-36f6ffbf-5b98-4b4b-8f34-84d0a7dabdd2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-36f6ffbf-5b98-4b4b-8f34-84d0a7dabdd2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-36f6ffbf-5b98-4b4b-8f34-84d0a7dabdd2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-36f6ffbf-5b98-4b4b-8f34-84d0a7dabdd2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-36f6ffbf-5b98-4b4b-8f34-84d0a7dabdd2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-36f6ffbf-5b98-4b4b-8f34-84d0a7dabdd2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-36f6ffbf-5b98-4b4b-8f34-84d0a7dabdd2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-36f6ffbf-5b98-4b4b-8f34-84d0a7dabdd2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-36f6ffbf-5b98-4b4b-8f34-84d0a7dabdd2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-36f6ffbf-5b98-4b4b-8f34-84d0a7dabdd2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-36f6ffbf-5b98-4b4b-8f34-84d0a7dabdd2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-36f6ffbf-5b98-4b4b-8f34-84d0a7dabdd2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-36f6ffbf-5b98-4b4b-8f34-84d0a7dabdd2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-36f6ffbf-5b98-4b4b-8f34-84d0a7dabdd2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-36f6ffbf-5b98-4b4b-8f34-84d0a7dabdd2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-36f6ffbf-5b98-4b4b-8f34-84d0a7dabdd2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-36f6ffbf-5b98-4b4b-8f34-84d0a7dabdd2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-36f6ffbf-5b98-4b4b-8f34-84d0a7dabdd2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-36f6ffbf-5b98-4b4b-8f34-84d0a7dabdd2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-36f6ffbf-5b98-4b4b-8f34-84d0a7dabdd2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-36f6ffbf-5b98-4b4b-8f34-84d0a7dabdd2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-36f6ffbf-5b98-4b4b-8f34-84d0a7dabdd2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-36f6ffbf-5b98-4b4b-8f34-84d0a7dabdd2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-36f6ffbf-5b98-4b4b-8f34-84d0a7dabdd2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-36f6ffbf-5b98-4b4b-8f34-84d0a7dabdd2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-36f6ffbf-5b98-4b4b-8f34-84d0a7dabdd2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-36f6ffbf-5b98-4b4b-8f34-84d0a7dabdd2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-36f6ffbf-5b98-4b4b-8f34-84d0a7dabdd2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-36f6ffbf-5b98-4b4b-8f34-84d0a7dabdd2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-36f6ffbf-5b98-4b4b-8f34-84d0a7dabdd2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-36f6ffbf-5b98-4b4b-8f34-84d0a7dabdd2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-36f6ffbf-5b98-4b4b-8f34-84d0a7dabdd2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-36f6ffbf-5b98-4b4b-8f34-84d0a7dabdd2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-36f6ffbf-5b98-4b4b-8f34-84d0a7dabdd2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-39c2286a-c3ea-4bc7-b0d4-10c536b12fef {
  
}

#s-39c2286a-c3ea-4bc7-b0d4-10c536b12fef > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-39c2286a-c3ea-4bc7-b0d4-10c536b12fef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-39c2286a-c3ea-4bc7-b0d4-10c536b12fef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-39c2286a-c3ea-4bc7-b0d4-10c536b12fef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-39c2286a-c3ea-4bc7-b0d4-10c536b12fef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: center;
  font-family: Oswald;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-39c2286a-c3ea-4bc7-b0d4-10c536b12fef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-bc7de454-8f99-4c3e-9c27-de904653a1fc {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(52, 189, 219, 0.5);
}

#s-bc7de454-8f99-4c3e-9c27-de904653a1fc .shogun-success-alert {
  background-color: rgba(52, 189, 219, 0.5);
  color: #3c763d;
}

#s-bc7de454-8f99-4c3e-9c27-de904653a1fc .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-bc7de454-8f99-4c3e-9c27-de904653a1fc .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-bc7de454-8f99-4c3e-9c27-de904653a1fc .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-bc7de454-8f99-4c3e-9c27-de904653a1fc .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-bc7de454-8f99-4c3e-9c27-de904653a1fc .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-5982351f-fa2a-4ebe-b571-c80f8dc63474 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-left: 30px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(5, 3, 3, 0.45);
}

#s-0808451b-afee-4ac0-b873-06765bdf3b04 {
  margin-left: 25px;
margin-right: 25px;
}

#s-0808451b-afee-4ac0-b873-06765bdf3b04 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-0808451b-afee-4ac0-b873-06765bdf3b04 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-0808451b-afee-4ac0-b873-06765bdf3b04 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-0808451b-afee-4ac0-b873-06765bdf3b04 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-0808451b-afee-4ac0-b873-06765bdf3b04 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-0808451b-afee-4ac0-b873-06765bdf3b04 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-8321c0a5-a54b-4b19-8b1e-da369862a358 {
  text-align: center;
}




  #s-8321c0a5-a54b-4b19-8b1e-da369862a358 img.shogun-image {
    
    width: px;
  }


#s-8321c0a5-a54b-4b19-8b1e-da369862a358 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0256dd5-a280-409d-876e-05e1b9dad23b {
  margin-left: 25px;
margin-right: 25px;
}

#s-f0256dd5-a280-409d-876e-05e1b9dad23b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-f0256dd5-a280-409d-876e-05e1b9dad23b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-f0256dd5-a280-409d-876e-05e1b9dad23b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-f0256dd5-a280-409d-876e-05e1b9dad23b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-f0256dd5-a280-409d-876e-05e1b9dad23b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-f0256dd5-a280-409d-876e-05e1b9dad23b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-357999cd-f4e0-4e5a-b663-61f44e3f3f05 {
  text-align: center;
}




  #s-357999cd-f4e0-4e5a-b663-61f44e3f3f05 img.shogun-image {
    
    width: px;
  }


#s-357999cd-f4e0-4e5a-b663-61f44e3f3f05 .shogun-image-content {
  
    align-items: center;
  
}

#s-294fb3ff-9b1c-43d9-a578-2afe070ac011 {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}

#s-294fb3ff-9b1c-43d9-a578-2afe070ac011 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-294fb3ff-9b1c-43d9-a578-2afe070ac011 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-294fb3ff-9b1c-43d9-a578-2afe070ac011 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-294fb3ff-9b1c-43d9-a578-2afe070ac011 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-294fb3ff-9b1c-43d9-a578-2afe070ac011 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-294fb3ff-9b1c-43d9-a578-2afe070ac011 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-bf1c497a-8f57-484a-92e8-40663936c908 {
  text-align: center;
}




  #s-bf1c497a-8f57-484a-92e8-40663936c908 img.shogun-image {
    
    width: px;
  }


#s-bf1c497a-8f57-484a-92e8-40663936c908 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e2db2fb-7b7b-47c8-892b-b1f4219eb8c7 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(3, 3, 3, 0);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
hover-type: color;
color: rgba(252, 252, 252, 1);
background-position: left undefined;
}
#s-4e2db2fb-7b7b-47c8-892b-b1f4219eb8c7:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(10, 34, 64, 0.8) !important;}#s-4e2db2fb-7b7b-47c8-892b-b1f4219eb8c7:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-4e2db2fb-7b7b-47c8-892b-b1f4219eb8c7-btn-wrapper {
    text-align: center;
  }


#s-4e2db2fb-7b7b-47c8-892b-b1f4219eb8c7.shg-btn {
  color: rgba(252, 252, 252, 1);
  font-size: ;
  
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-ccc564f5-5a5d-4ab7-81c6-3cd875a9beb4 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-ccc564f5-5a5d-4ab7-81c6-3cd875a9beb4 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cf0245cc-89ff-4f7d-85eb-999fa8a3871a {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-cf0245cc-89ff-4f7d-85eb-999fa8a3871a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf0245cc-89ff-4f7d-85eb-999fa8a3871a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-cf0245cc-89ff-4f7d-85eb-999fa8a3871a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-cf0245cc-89ff-4f7d-85eb-999fa8a3871a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-cf0245cc-89ff-4f7d-85eb-999fa8a3871a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-cf0245cc-89ff-4f7d-85eb-999fa8a3871a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-cf0245cc-89ff-4f7d-85eb-999fa8a3871a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-cf0245cc-89ff-4f7d-85eb-999fa8a3871a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-cf0245cc-89ff-4f7d-85eb-999fa8a3871a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-cf0245cc-89ff-4f7d-85eb-999fa8a3871a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-cf0245cc-89ff-4f7d-85eb-999fa8a3871a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-cf0245cc-89ff-4f7d-85eb-999fa8a3871a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-cf0245cc-89ff-4f7d-85eb-999fa8a3871a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-cf0245cc-89ff-4f7d-85eb-999fa8a3871a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-cf0245cc-89ff-4f7d-85eb-999fa8a3871a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-cf0245cc-89ff-4f7d-85eb-999fa8a3871a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-cf0245cc-89ff-4f7d-85eb-999fa8a3871a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-cf0245cc-89ff-4f7d-85eb-999fa8a3871a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-cf0245cc-89ff-4f7d-85eb-999fa8a3871a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-cf0245cc-89ff-4f7d-85eb-999fa8a3871a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-cf0245cc-89ff-4f7d-85eb-999fa8a3871a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-cf0245cc-89ff-4f7d-85eb-999fa8a3871a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-cf0245cc-89ff-4f7d-85eb-999fa8a3871a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-cf0245cc-89ff-4f7d-85eb-999fa8a3871a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-cf0245cc-89ff-4f7d-85eb-999fa8a3871a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-cf0245cc-89ff-4f7d-85eb-999fa8a3871a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-cf0245cc-89ff-4f7d-85eb-999fa8a3871a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-cf0245cc-89ff-4f7d-85eb-999fa8a3871a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-cf0245cc-89ff-4f7d-85eb-999fa8a3871a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-cf0245cc-89ff-4f7d-85eb-999fa8a3871a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-cf0245cc-89ff-4f7d-85eb-999fa8a3871a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-cf0245cc-89ff-4f7d-85eb-999fa8a3871a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-cf0245cc-89ff-4f7d-85eb-999fa8a3871a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-cf0245cc-89ff-4f7d-85eb-999fa8a3871a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-cf0245cc-89ff-4f7d-85eb-999fa8a3871a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-cf0245cc-89ff-4f7d-85eb-999fa8a3871a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-cf0245cc-89ff-4f7d-85eb-999fa8a3871a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-7e33c951-a9e4-4914-9bb2-6f4c88b70978 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-7e33c951-a9e4-4914-9bb2-6f4c88b70978 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e33c951-a9e4-4914-9bb2-6f4c88b70978.shg-box.shg-c {
  justify-content: center;
}

#s-e1963faa-4435-4735-a26b-fae48430ecc5 {
  margin-top: 80px;
margin-bottom: 80px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-1f71f1e3-92a0-45a8-9620-f4e6e3471d15 {
  min-height: 50px;
}








#s-1f71f1e3-92a0-45a8-9620-f4e6e3471d15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f71f1e3-92a0-45a8-9620-f4e6e3471d15.shg-box.shg-c {
  justify-content: center;
}

#s-9a552754-2b90-4c8f-bab3-830e79fb1493 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-9a552754-2b90-4c8f-bab3-830e79fb1493 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a552754-2b90-4c8f-bab3-830e79fb1493.shg-box.shg-c {
  justify-content: flex-start;
}

#s-dbcb46ee-7863-440c-a608-1cf74c82c59a {
  margin-top: 80px;
margin-bottom: 80px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-e2c9321f-26b5-4461-b51d-cd4c825d8dfa {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: left center;
}








#s-e2c9321f-26b5-4461-b51d-cd4c825d8dfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2c9321f-26b5-4461-b51d-cd4c825d8dfa.shg-box.shg-c {
  justify-content: flex-end;
}

#s-a14bd40c-a67c-4574-a38e-d9c6ed529788 {
  margin-top: 80px;
margin-bottom: 80px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-053c876f-47b2-4f5d-8319-0fe89ac0f1ba {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-053c876f-47b2-4f5d-8319-0fe89ac0f1ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-053c876f-47b2-4f5d-8319-0fe89ac0f1ba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-053c876f-47b2-4f5d-8319-0fe89ac0f1ba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-053c876f-47b2-4f5d-8319-0fe89ac0f1ba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-053c876f-47b2-4f5d-8319-0fe89ac0f1ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-053c876f-47b2-4f5d-8319-0fe89ac0f1ba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-053c876f-47b2-4f5d-8319-0fe89ac0f1ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-053c876f-47b2-4f5d-8319-0fe89ac0f1ba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-053c876f-47b2-4f5d-8319-0fe89ac0f1ba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-053c876f-47b2-4f5d-8319-0fe89ac0f1ba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-053c876f-47b2-4f5d-8319-0fe89ac0f1ba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-053c876f-47b2-4f5d-8319-0fe89ac0f1ba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-053c876f-47b2-4f5d-8319-0fe89ac0f1ba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-053c876f-47b2-4f5d-8319-0fe89ac0f1ba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-053c876f-47b2-4f5d-8319-0fe89ac0f1ba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-053c876f-47b2-4f5d-8319-0fe89ac0f1ba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-053c876f-47b2-4f5d-8319-0fe89ac0f1ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-053c876f-47b2-4f5d-8319-0fe89ac0f1ba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-053c876f-47b2-4f5d-8319-0fe89ac0f1ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-053c876f-47b2-4f5d-8319-0fe89ac0f1ba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-053c876f-47b2-4f5d-8319-0fe89ac0f1ba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-053c876f-47b2-4f5d-8319-0fe89ac0f1ba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-053c876f-47b2-4f5d-8319-0fe89ac0f1ba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-053c876f-47b2-4f5d-8319-0fe89ac0f1ba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-053c876f-47b2-4f5d-8319-0fe89ac0f1ba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-053c876f-47b2-4f5d-8319-0fe89ac0f1ba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-053c876f-47b2-4f5d-8319-0fe89ac0f1ba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-053c876f-47b2-4f5d-8319-0fe89ac0f1ba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-053c876f-47b2-4f5d-8319-0fe89ac0f1ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-053c876f-47b2-4f5d-8319-0fe89ac0f1ba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-053c876f-47b2-4f5d-8319-0fe89ac0f1ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-053c876f-47b2-4f5d-8319-0fe89ac0f1ba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-053c876f-47b2-4f5d-8319-0fe89ac0f1ba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-053c876f-47b2-4f5d-8319-0fe89ac0f1ba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-053c876f-47b2-4f5d-8319-0fe89ac0f1ba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-053c876f-47b2-4f5d-8319-0fe89ac0f1ba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-053c876f-47b2-4f5d-8319-0fe89ac0f1ba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4a873126-9376-478f-99cf-79aa6cf45003 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}

#s-3bf96fb6-08cf-4d25-8ffe-e93494af1566 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-3bf96fb6-08cf-4d25-8ffe-e93494af1566 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b9a1d152-cf29-43b6-b41e-27fb1ae38d16 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-b9a1d152-cf29-43b6-b41e-27fb1ae38d16"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b9a1d152-cf29-43b6-b41e-27fb1ae38d16"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-b9a1d152-cf29-43b6-b41e-27fb1ae38d16"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-b9a1d152-cf29-43b6-b41e-27fb1ae38d16"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-b9a1d152-cf29-43b6-b41e-27fb1ae38d16"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-b9a1d152-cf29-43b6-b41e-27fb1ae38d16"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-b9a1d152-cf29-43b6-b41e-27fb1ae38d16"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-b9a1d152-cf29-43b6-b41e-27fb1ae38d16"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-b9a1d152-cf29-43b6-b41e-27fb1ae38d16"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-b9a1d152-cf29-43b6-b41e-27fb1ae38d16"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-b9a1d152-cf29-43b6-b41e-27fb1ae38d16"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-b9a1d152-cf29-43b6-b41e-27fb1ae38d16"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-b9a1d152-cf29-43b6-b41e-27fb1ae38d16"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-b9a1d152-cf29-43b6-b41e-27fb1ae38d16"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-b9a1d152-cf29-43b6-b41e-27fb1ae38d16"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-b9a1d152-cf29-43b6-b41e-27fb1ae38d16"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-b9a1d152-cf29-43b6-b41e-27fb1ae38d16"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-b9a1d152-cf29-43b6-b41e-27fb1ae38d16"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-b9a1d152-cf29-43b6-b41e-27fb1ae38d16"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-b9a1d152-cf29-43b6-b41e-27fb1ae38d16"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-b9a1d152-cf29-43b6-b41e-27fb1ae38d16"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-b9a1d152-cf29-43b6-b41e-27fb1ae38d16"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-b9a1d152-cf29-43b6-b41e-27fb1ae38d16"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-b9a1d152-cf29-43b6-b41e-27fb1ae38d16"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-b9a1d152-cf29-43b6-b41e-27fb1ae38d16"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-b9a1d152-cf29-43b6-b41e-27fb1ae38d16"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-b9a1d152-cf29-43b6-b41e-27fb1ae38d16"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-b9a1d152-cf29-43b6-b41e-27fb1ae38d16"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-b9a1d152-cf29-43b6-b41e-27fb1ae38d16"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-b9a1d152-cf29-43b6-b41e-27fb1ae38d16"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-b9a1d152-cf29-43b6-b41e-27fb1ae38d16"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-b9a1d152-cf29-43b6-b41e-27fb1ae38d16"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-b9a1d152-cf29-43b6-b41e-27fb1ae38d16"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-b9a1d152-cf29-43b6-b41e-27fb1ae38d16"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-b9a1d152-cf29-43b6-b41e-27fb1ae38d16"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-b9a1d152-cf29-43b6-b41e-27fb1ae38d16"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-b9a1d152-cf29-43b6-b41e-27fb1ae38d16"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-771d2f2c-b9f4-44f0-b7ab-8b70a6961314 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-771d2f2c-b9f4-44f0-b7ab-8b70a6961314 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-771d2f2c-b9f4-44f0-b7ab-8b70a6961314.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9739e380-434b-4775-bf90-f12dc45c0258 {
  margin-top: 80px;
margin-bottom: 80px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-b625ffcc-401e-4487-a3bf-55db652f60d9 {
  min-height: 50px;
}








#s-b625ffcc-401e-4487-a3bf-55db652f60d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b625ffcc-401e-4487-a3bf-55db652f60d9.shg-box.shg-c {
  justify-content: center;
}

#s-3d86e137-a995-4a78-a3ba-dc6f247166bd {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-3d86e137-a995-4a78-a3ba-dc6f247166bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d86e137-a995-4a78-a3ba-dc6f247166bd.shg-box.shg-c {
  justify-content: flex-end;
}

#s-ef87181d-9660-46b1-8bcd-8d83fb0e7bf0 {
  margin-top: 80px;
margin-bottom: 80px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-c09dccf6-2f32-422b-a504-11fdf355a513 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-c09dccf6-2f32-422b-a504-11fdf355a513 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c09dccf6-2f32-422b-a504-11fdf355a513.shg-box.shg-c {
  justify-content: center;
}

#s-e36d102d-37da-47ce-b282-1a8f9e6eb4ab {
  margin-top: 80px;
margin-bottom: 80px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-08fcc653-3844-4666-b377-2eca699664fe {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-08fcc653-3844-4666-b377-2eca699664fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08fcc653-3844-4666-b377-2eca699664fe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-08fcc653-3844-4666-b377-2eca699664fe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-08fcc653-3844-4666-b377-2eca699664fe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-08fcc653-3844-4666-b377-2eca699664fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-08fcc653-3844-4666-b377-2eca699664fe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-08fcc653-3844-4666-b377-2eca699664fe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-08fcc653-3844-4666-b377-2eca699664fe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-08fcc653-3844-4666-b377-2eca699664fe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-08fcc653-3844-4666-b377-2eca699664fe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-08fcc653-3844-4666-b377-2eca699664fe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-08fcc653-3844-4666-b377-2eca699664fe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-08fcc653-3844-4666-b377-2eca699664fe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-08fcc653-3844-4666-b377-2eca699664fe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-08fcc653-3844-4666-b377-2eca699664fe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-08fcc653-3844-4666-b377-2eca699664fe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-08fcc653-3844-4666-b377-2eca699664fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-08fcc653-3844-4666-b377-2eca699664fe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-08fcc653-3844-4666-b377-2eca699664fe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-08fcc653-3844-4666-b377-2eca699664fe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-08fcc653-3844-4666-b377-2eca699664fe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-08fcc653-3844-4666-b377-2eca699664fe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-08fcc653-3844-4666-b377-2eca699664fe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-08fcc653-3844-4666-b377-2eca699664fe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-08fcc653-3844-4666-b377-2eca699664fe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-08fcc653-3844-4666-b377-2eca699664fe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-08fcc653-3844-4666-b377-2eca699664fe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-08fcc653-3844-4666-b377-2eca699664fe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-08fcc653-3844-4666-b377-2eca699664fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-08fcc653-3844-4666-b377-2eca699664fe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-08fcc653-3844-4666-b377-2eca699664fe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-08fcc653-3844-4666-b377-2eca699664fe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-08fcc653-3844-4666-b377-2eca699664fe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-08fcc653-3844-4666-b377-2eca699664fe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-08fcc653-3844-4666-b377-2eca699664fe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-08fcc653-3844-4666-b377-2eca699664fe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-08fcc653-3844-4666-b377-2eca699664fe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-7fc6a604-d671-4422-9f71-80a703119f78 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 15%;
padding-bottom: 5%;
padding-right: 15%;
}

#s-e32940de-d4d6-4e23-95b6-05d7967572a0 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-e32940de-d4d6-4e23-95b6-05d7967572a0 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-faf5ff55-a321-40d6-ac72-f7b3b1d0d09f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-faf5ff55-a321-40d6-ac72-f7b3b1d0d09f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-faf5ff55-a321-40d6-ac72-f7b3b1d0d09f.shg-box.shg-c {
  justify-content: center;
}

#s-ce0bcfd8-a639-415a-bf24-36f20478fe14 {
  background-image: url(https://i.shgcdn.com/7b38f457-0394-41b0-8f3e-12436a1fcf8a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 400px;
background-position: right center;
opacity: 0.99;
}

@media (min-width: 0px) {
[id="s-ce0bcfd8-a639-415a-bf24-36f20478fe14"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce0bcfd8-a639-415a-bf24-36f20478fe14"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ce0bcfd8-a639-415a-bf24-36f20478fe14"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ce0bcfd8-a639-415a-bf24-36f20478fe14"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ce0bcfd8-a639-415a-bf24-36f20478fe14"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ce0bcfd8-a639-415a-bf24-36f20478fe14"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ce0bcfd8-a639-415a-bf24-36f20478fe14"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ce0bcfd8-a639-415a-bf24-36f20478fe14"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ce0bcfd8-a639-415a-bf24-36f20478fe14"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ce0bcfd8-a639-415a-bf24-36f20478fe14"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ce0bcfd8-a639-415a-bf24-36f20478fe14"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ce0bcfd8-a639-415a-bf24-36f20478fe14"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ce0bcfd8-a639-415a-bf24-36f20478fe14"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ce0bcfd8-a639-415a-bf24-36f20478fe14"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ce0bcfd8-a639-415a-bf24-36f20478fe14"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ce0bcfd8-a639-415a-bf24-36f20478fe14"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ce0bcfd8-a639-415a-bf24-36f20478fe14"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ce0bcfd8-a639-415a-bf24-36f20478fe14"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ce0bcfd8-a639-415a-bf24-36f20478fe14"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ce0bcfd8-a639-415a-bf24-36f20478fe14"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ce0bcfd8-a639-415a-bf24-36f20478fe14"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ce0bcfd8-a639-415a-bf24-36f20478fe14"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ce0bcfd8-a639-415a-bf24-36f20478fe14"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ce0bcfd8-a639-415a-bf24-36f20478fe14"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ce0bcfd8-a639-415a-bf24-36f20478fe14"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce0bcfd8-a639-415a-bf24-36f20478fe14"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ce0bcfd8-a639-415a-bf24-36f20478fe14"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ce0bcfd8-a639-415a-bf24-36f20478fe14"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ce0bcfd8-a639-415a-bf24-36f20478fe14"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ce0bcfd8-a639-415a-bf24-36f20478fe14"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ce0bcfd8-a639-415a-bf24-36f20478fe14"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ce0bcfd8-a639-415a-bf24-36f20478fe14"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ce0bcfd8-a639-415a-bf24-36f20478fe14"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ce0bcfd8-a639-415a-bf24-36f20478fe14"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ce0bcfd8-a639-415a-bf24-36f20478fe14"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ce0bcfd8-a639-415a-bf24-36f20478fe14"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ce0bcfd8-a639-415a-bf24-36f20478fe14"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e2c8ffa1-525d-4ad7-8e21-ea4fa35eb1d9 {
  min-height: 400px;
}








#s-e2c8ffa1-525d-4ad7-8e21-ea4fa35eb1d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2c8ffa1-525d-4ad7-8e21-ea4fa35eb1d9.shg-box.shg-c {
  justify-content: center;
}

#s-a0ba7514-c81b-41b7-822b-899052603cd6 {
  border-style: solid;
margin-top: 20px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(253, 250, 250, 1);
border-style: solid;
border-radius: 2px;
}
@media (min-width: 1200px){#s-a0ba7514-c81b-41b7-822b-899052603cd6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a0ba7514-c81b-41b7-822b-899052603cd6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a0ba7514-c81b-41b7-822b-899052603cd6 {
  
}
}@media (max-width: 767px){#s-a0ba7514-c81b-41b7-822b-899052603cd6 {
  
}
}
#s-6a7188c8-1416-4ed3-a036-997a05998d37 {
  background-image: url(https://i.shgcdn.com/830ab74f-1276-417d-ab24-46af38d67d64/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
background-position: left center;
opacity: 0.99;
}

@media (min-width: 0px) {
[id="s-6a7188c8-1416-4ed3-a036-997a05998d37"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a7188c8-1416-4ed3-a036-997a05998d37"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6a7188c8-1416-4ed3-a036-997a05998d37"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6a7188c8-1416-4ed3-a036-997a05998d37"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6a7188c8-1416-4ed3-a036-997a05998d37"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6a7188c8-1416-4ed3-a036-997a05998d37"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6a7188c8-1416-4ed3-a036-997a05998d37"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6a7188c8-1416-4ed3-a036-997a05998d37"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6a7188c8-1416-4ed3-a036-997a05998d37"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6a7188c8-1416-4ed3-a036-997a05998d37"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6a7188c8-1416-4ed3-a036-997a05998d37"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6a7188c8-1416-4ed3-a036-997a05998d37"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6a7188c8-1416-4ed3-a036-997a05998d37"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6a7188c8-1416-4ed3-a036-997a05998d37"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6a7188c8-1416-4ed3-a036-997a05998d37"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6a7188c8-1416-4ed3-a036-997a05998d37"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6a7188c8-1416-4ed3-a036-997a05998d37"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6a7188c8-1416-4ed3-a036-997a05998d37"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6a7188c8-1416-4ed3-a036-997a05998d37"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6a7188c8-1416-4ed3-a036-997a05998d37"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6a7188c8-1416-4ed3-a036-997a05998d37"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6a7188c8-1416-4ed3-a036-997a05998d37"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6a7188c8-1416-4ed3-a036-997a05998d37"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6a7188c8-1416-4ed3-a036-997a05998d37"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6a7188c8-1416-4ed3-a036-997a05998d37"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a7188c8-1416-4ed3-a036-997a05998d37"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6a7188c8-1416-4ed3-a036-997a05998d37"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6a7188c8-1416-4ed3-a036-997a05998d37"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6a7188c8-1416-4ed3-a036-997a05998d37"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6a7188c8-1416-4ed3-a036-997a05998d37"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6a7188c8-1416-4ed3-a036-997a05998d37"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6a7188c8-1416-4ed3-a036-997a05998d37"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6a7188c8-1416-4ed3-a036-997a05998d37"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6a7188c8-1416-4ed3-a036-997a05998d37"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6a7188c8-1416-4ed3-a036-997a05998d37"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6a7188c8-1416-4ed3-a036-997a05998d37"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6a7188c8-1416-4ed3-a036-997a05998d37"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-de1dc865-c582-4a28-8738-ad210b8945e7 {
  min-height: 400px;
}








#s-de1dc865-c582-4a28-8738-ad210b8945e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de1dc865-c582-4a28-8738-ad210b8945e7.shg-box.shg-c {
  justify-content: center;
}

#s-835ff586-ce73-4f26-82c7-b50edfcc0b67 {
  border-style: solid;
margin-top: 20px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(253, 250, 250, 1);
border-style: solid;
border-radius: 2px;
}
@media (min-width: 1200px){#s-835ff586-ce73-4f26-82c7-b50edfcc0b67 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-835ff586-ce73-4f26-82c7-b50edfcc0b67 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-835ff586-ce73-4f26-82c7-b50edfcc0b67 {
  
}
}@media (max-width: 767px){#s-835ff586-ce73-4f26-82c7-b50edfcc0b67 {
  
}
}
#s-9791c4c1-88e9-490d-a762-4a55e4f78589 {
  background-image: url(https://i.shgcdn.com/50bb8803-29ba-45ec-b1d3-d77a16142535/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
background-position: right center;
opacity: 0.99;
}

@media (min-width: 0px) {
[id="s-9791c4c1-88e9-490d-a762-4a55e4f78589"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9791c4c1-88e9-490d-a762-4a55e4f78589"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9791c4c1-88e9-490d-a762-4a55e4f78589"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9791c4c1-88e9-490d-a762-4a55e4f78589"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9791c4c1-88e9-490d-a762-4a55e4f78589"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9791c4c1-88e9-490d-a762-4a55e4f78589"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9791c4c1-88e9-490d-a762-4a55e4f78589"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9791c4c1-88e9-490d-a762-4a55e4f78589"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9791c4c1-88e9-490d-a762-4a55e4f78589"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9791c4c1-88e9-490d-a762-4a55e4f78589"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9791c4c1-88e9-490d-a762-4a55e4f78589"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9791c4c1-88e9-490d-a762-4a55e4f78589"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9791c4c1-88e9-490d-a762-4a55e4f78589"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9791c4c1-88e9-490d-a762-4a55e4f78589"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9791c4c1-88e9-490d-a762-4a55e4f78589"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9791c4c1-88e9-490d-a762-4a55e4f78589"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9791c4c1-88e9-490d-a762-4a55e4f78589"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9791c4c1-88e9-490d-a762-4a55e4f78589"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9791c4c1-88e9-490d-a762-4a55e4f78589"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9791c4c1-88e9-490d-a762-4a55e4f78589"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9791c4c1-88e9-490d-a762-4a55e4f78589"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9791c4c1-88e9-490d-a762-4a55e4f78589"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9791c4c1-88e9-490d-a762-4a55e4f78589"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9791c4c1-88e9-490d-a762-4a55e4f78589"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9791c4c1-88e9-490d-a762-4a55e4f78589"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9791c4c1-88e9-490d-a762-4a55e4f78589"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9791c4c1-88e9-490d-a762-4a55e4f78589"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9791c4c1-88e9-490d-a762-4a55e4f78589"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9791c4c1-88e9-490d-a762-4a55e4f78589"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9791c4c1-88e9-490d-a762-4a55e4f78589"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9791c4c1-88e9-490d-a762-4a55e4f78589"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9791c4c1-88e9-490d-a762-4a55e4f78589"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9791c4c1-88e9-490d-a762-4a55e4f78589"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9791c4c1-88e9-490d-a762-4a55e4f78589"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9791c4c1-88e9-490d-a762-4a55e4f78589"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9791c4c1-88e9-490d-a762-4a55e4f78589"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9791c4c1-88e9-490d-a762-4a55e4f78589"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-04ab8e1c-3557-443b-933d-d24548fbdc6c {
  min-height: 400px;
}








#s-04ab8e1c-3557-443b-933d-d24548fbdc6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04ab8e1c-3557-443b-933d-d24548fbdc6c.shg-box.shg-c {
  justify-content: center;
}

#s-36c5767d-4255-4838-bafa-3fdaf68ce756 {
  border-style: solid;
margin-top: 20px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(253, 250, 250, 1);
border-style: solid;
border-radius: 2px;
}
@media (min-width: 1200px){#s-36c5767d-4255-4838-bafa-3fdaf68ce756 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-36c5767d-4255-4838-bafa-3fdaf68ce756 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-36c5767d-4255-4838-bafa-3fdaf68ce756 {
  
}
}@media (max-width: 767px){#s-36c5767d-4255-4838-bafa-3fdaf68ce756 {
  
}
}
#s-47e17167-5801-4df0-8c9c-25f464edd3d3 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 400px;
background-position: center center;
}








#s-47e17167-5801-4df0-8c9c-25f464edd3d3 > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-47e17167-5801-4df0-8c9c-25f464edd3d3.shg-box.shg-c {
  justify-content: center;
}

#s-afa80c00-c5d7-4159-80d1-64f525b34071 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-afa80c00-c5d7-4159-80d1-64f525b34071"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-afa80c00-c5d7-4159-80d1-64f525b34071"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-afa80c00-c5d7-4159-80d1-64f525b34071"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-afa80c00-c5d7-4159-80d1-64f525b34071"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-afa80c00-c5d7-4159-80d1-64f525b34071"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-afa80c00-c5d7-4159-80d1-64f525b34071"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-afa80c00-c5d7-4159-80d1-64f525b34071"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-afa80c00-c5d7-4159-80d1-64f525b34071"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-afa80c00-c5d7-4159-80d1-64f525b34071"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-afa80c00-c5d7-4159-80d1-64f525b34071"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-afa80c00-c5d7-4159-80d1-64f525b34071"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-afa80c00-c5d7-4159-80d1-64f525b34071"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-afa80c00-c5d7-4159-80d1-64f525b34071"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-afa80c00-c5d7-4159-80d1-64f525b34071"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-afa80c00-c5d7-4159-80d1-64f525b34071"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-afa80c00-c5d7-4159-80d1-64f525b34071"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-afa80c00-c5d7-4159-80d1-64f525b34071"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-afa80c00-c5d7-4159-80d1-64f525b34071"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-afa80c00-c5d7-4159-80d1-64f525b34071"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-afa80c00-c5d7-4159-80d1-64f525b34071"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-afa80c00-c5d7-4159-80d1-64f525b34071"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-afa80c00-c5d7-4159-80d1-64f525b34071"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-afa80c00-c5d7-4159-80d1-64f525b34071"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-afa80c00-c5d7-4159-80d1-64f525b34071"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-afa80c00-c5d7-4159-80d1-64f525b34071"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-afa80c00-c5d7-4159-80d1-64f525b34071"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-afa80c00-c5d7-4159-80d1-64f525b34071"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-afa80c00-c5d7-4159-80d1-64f525b34071"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-afa80c00-c5d7-4159-80d1-64f525b34071"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-afa80c00-c5d7-4159-80d1-64f525b34071"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-afa80c00-c5d7-4159-80d1-64f525b34071"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-afa80c00-c5d7-4159-80d1-64f525b34071"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-afa80c00-c5d7-4159-80d1-64f525b34071"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-afa80c00-c5d7-4159-80d1-64f525b34071"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-afa80c00-c5d7-4159-80d1-64f525b34071"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-afa80c00-c5d7-4159-80d1-64f525b34071"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-afa80c00-c5d7-4159-80d1-64f525b34071"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-126129a4-0f22-4b41-9b35-de7150369c6d {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-126129a4-0f22-4b41-9b35-de7150369c6d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-39cb6a94-256e-4890-903d-5ca11994bb8c {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-39cb6a94-256e-4890-903d-5ca11994bb8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39cb6a94-256e-4890-903d-5ca11994bb8c.shg-box.shg-c {
  justify-content: center;
}

#s-d3249eb1-7500-4bc0-b35d-79b1be072f2a {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 0);
}








#s-d3249eb1-7500-4bc0-b35d-79b1be072f2a > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-d3249eb1-7500-4bc0-b35d-79b1be072f2a.shg-box.shg-c {
  justify-content: center;
}

#s-e8050cf1-9ed6-4580-8e7f-8bd18f80a7de {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e8050cf1-9ed6-4580-8e7f-8bd18f80a7de {
  
}
}
#s-e8050cf1-9ed6-4580-8e7f-8bd18f80a7de > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-e8050cf1-9ed6-4580-8e7f-8bd18f80a7de > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-e8050cf1-9ed6-4580-8e7f-8bd18f80a7de > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-e8050cf1-9ed6-4580-8e7f-8bd18f80a7de > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-e8050cf1-9ed6-4580-8e7f-8bd18f80a7de > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  font-family: Oswald;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-e8050cf1-9ed6-4580-8e7f-8bd18f80a7de > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-779b3bc6-ec0c-436c-bece-24c1025f855e {
  
}

@media (min-width: 0px) {
[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-779b3bc6-ec0c-436c-bece-24c1025f855e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-121f5b98-eab3-4adf-b493-e60e9153f8bc {
  text-align: center;
}




  #s-121f5b98-eab3-4adf-b493-e60e9153f8bc img.shogun-image {
    
    width: px;
  }


#s-121f5b98-eab3-4adf-b493-e60e9153f8bc .shogun-image-content {
  
    align-items: center;
  
}

#s-1cb393f1-fe0c-416b-a858-71229b054954 {
  min-height: 50px;
}








#s-1cb393f1-fe0c-416b-a858-71229b054954 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cb393f1-fe0c-416b-a858-71229b054954.shg-box.shg-c {
  justify-content: center;
}

#s-53d6bd90-3fb5-40e9-8aad-b8ff36bffa91 {
  margin-top: 40%;
margin-bottom: 40%;
background-color: rgba(255, 255, 255, 0);
}

#s-3ea35992-fae6-4220-bfaa-fbb061a2c58a {
  
}

@media (min-width: 0px) {
[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ea35992-fae6-4220-bfaa-fbb061a2c58a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-fee77b85-1f51-4436-8f43-9b511acb46a0 {
  min-height: 50px;
}








#s-fee77b85-1f51-4436-8f43-9b511acb46a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fee77b85-1f51-4436-8f43-9b511acb46a0.shg-box.shg-c {
  justify-content: center;
}

#s-857888e5-bcd2-49aa-bb80-49d35155089d {
  
}

@media (min-width: 0px) {
[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-857888e5-bcd2-49aa-bb80-49d35155089d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-83d8f2e7-98fd-42e8-94fb-29efa7623d01 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-7c92b7d6-1735-4d90-9cbb-2f6334929fe0 {
  margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-a06f474c-9a21-42a8-8cac-ae5148c3a3b2 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
max-width: 1200px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-a06f474c-9a21-42a8-8cac-ae5148c3a3b2 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-0c03c5dd-eca3-4fef-bf2f-5ce97beb460e {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-ace1cc75-b099-47ee-98d0-cf279bd271c8 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-ed370725-5f65-4b2c-bd1a-836d7ed164db {
  text-align: left;
}


.shg-c#s-ed370725-5f65-4b2c-bd1a-836d7ed164db {
  max-width: 100%;
}

.shg-c#s-ed370725-5f65-4b2c-bd1a-836d7ed164db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed370725-5f65-4b2c-bd1a-836d7ed164db .shg-image-zoom,
.shg-c#s-ed370725-5f65-4b2c-bd1a-836d7ed164db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ed370725-5f65-4b2c-bd1a-836d7ed164db .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ed370725-5f65-4b2c-bd1a-836d7ed164db {
  max-width: 100%;
}

.shg-c#s-ed370725-5f65-4b2c-bd1a-836d7ed164db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed370725-5f65-4b2c-bd1a-836d7ed164db .shg-image-zoom,
.shg-c#s-ed370725-5f65-4b2c-bd1a-836d7ed164db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ed370725-5f65-4b2c-bd1a-836d7ed164db .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ed370725-5f65-4b2c-bd1a-836d7ed164db {
  max-width: 100%;
}

.shg-c#s-ed370725-5f65-4b2c-bd1a-836d7ed164db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed370725-5f65-4b2c-bd1a-836d7ed164db .shg-image-zoom,
.shg-c#s-ed370725-5f65-4b2c-bd1a-836d7ed164db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ed370725-5f65-4b2c-bd1a-836d7ed164db .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ed370725-5f65-4b2c-bd1a-836d7ed164db {
  max-width: 100%;
}

.shg-c#s-ed370725-5f65-4b2c-bd1a-836d7ed164db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed370725-5f65-4b2c-bd1a-836d7ed164db .shg-image-zoom,
.shg-c#s-ed370725-5f65-4b2c-bd1a-836d7ed164db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ed370725-5f65-4b2c-bd1a-836d7ed164db .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ed370725-5f65-4b2c-bd1a-836d7ed164db {
  max-width: 100%;
}

.shg-c#s-ed370725-5f65-4b2c-bd1a-836d7ed164db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed370725-5f65-4b2c-bd1a-836d7ed164db .shg-image-zoom,
.shg-c#s-ed370725-5f65-4b2c-bd1a-836d7ed164db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ed370725-5f65-4b2c-bd1a-836d7ed164db .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-50a522dd-2205-481c-972d-e61223389b7b {
  display: none;
}
#s-4f6bdc3f-e89d-49f7-a890-2ba7681beb60 {
  text-align: left;
}


.shg-c#s-4f6bdc3f-e89d-49f7-a890-2ba7681beb60 {
  max-width: 100%;
}

.shg-c#s-4f6bdc3f-e89d-49f7-a890-2ba7681beb60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f6bdc3f-e89d-49f7-a890-2ba7681beb60 .shg-image-zoom,
.shg-c#s-4f6bdc3f-e89d-49f7-a890-2ba7681beb60 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f6bdc3f-e89d-49f7-a890-2ba7681beb60 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4f6bdc3f-e89d-49f7-a890-2ba7681beb60 {
  max-width: 100%;
}

.shg-c#s-4f6bdc3f-e89d-49f7-a890-2ba7681beb60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f6bdc3f-e89d-49f7-a890-2ba7681beb60 .shg-image-zoom,
.shg-c#s-4f6bdc3f-e89d-49f7-a890-2ba7681beb60 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f6bdc3f-e89d-49f7-a890-2ba7681beb60 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4f6bdc3f-e89d-49f7-a890-2ba7681beb60 {
  max-width: 100%;
}

.shg-c#s-4f6bdc3f-e89d-49f7-a890-2ba7681beb60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f6bdc3f-e89d-49f7-a890-2ba7681beb60 .shg-image-zoom,
.shg-c#s-4f6bdc3f-e89d-49f7-a890-2ba7681beb60 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f6bdc3f-e89d-49f7-a890-2ba7681beb60 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4f6bdc3f-e89d-49f7-a890-2ba7681beb60 {
  max-width: 100%;
}

.shg-c#s-4f6bdc3f-e89d-49f7-a890-2ba7681beb60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f6bdc3f-e89d-49f7-a890-2ba7681beb60 .shg-image-zoom,
.shg-c#s-4f6bdc3f-e89d-49f7-a890-2ba7681beb60 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f6bdc3f-e89d-49f7-a890-2ba7681beb60 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4f6bdc3f-e89d-49f7-a890-2ba7681beb60 {
  max-width: 100%;
}

.shg-c#s-4f6bdc3f-e89d-49f7-a890-2ba7681beb60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f6bdc3f-e89d-49f7-a890-2ba7681beb60 .shg-image-zoom,
.shg-c#s-4f6bdc3f-e89d-49f7-a890-2ba7681beb60 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f6bdc3f-e89d-49f7-a890-2ba7681beb60 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a008e96d-9710-4d92-a0f5-a252826f4818 {
  display: none;
}
#s-c58a8fa6-6c95-4b67-b07e-8cc33f865962 {
  text-align: left;
}


.shg-c#s-c58a8fa6-6c95-4b67-b07e-8cc33f865962 {
  max-width: 100%;
}

.shg-c#s-c58a8fa6-6c95-4b67-b07e-8cc33f865962 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c58a8fa6-6c95-4b67-b07e-8cc33f865962 .shg-image-zoom,
.shg-c#s-c58a8fa6-6c95-4b67-b07e-8cc33f865962 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c58a8fa6-6c95-4b67-b07e-8cc33f865962 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c58a8fa6-6c95-4b67-b07e-8cc33f865962 {
  max-width: 100%;
}

.shg-c#s-c58a8fa6-6c95-4b67-b07e-8cc33f865962 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c58a8fa6-6c95-4b67-b07e-8cc33f865962 .shg-image-zoom,
.shg-c#s-c58a8fa6-6c95-4b67-b07e-8cc33f865962 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c58a8fa6-6c95-4b67-b07e-8cc33f865962 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c58a8fa6-6c95-4b67-b07e-8cc33f865962 {
  max-width: 100%;
}

.shg-c#s-c58a8fa6-6c95-4b67-b07e-8cc33f865962 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c58a8fa6-6c95-4b67-b07e-8cc33f865962 .shg-image-zoom,
.shg-c#s-c58a8fa6-6c95-4b67-b07e-8cc33f865962 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c58a8fa6-6c95-4b67-b07e-8cc33f865962 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c58a8fa6-6c95-4b67-b07e-8cc33f865962 {
  max-width: 100%;
}

.shg-c#s-c58a8fa6-6c95-4b67-b07e-8cc33f865962 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c58a8fa6-6c95-4b67-b07e-8cc33f865962 .shg-image-zoom,
.shg-c#s-c58a8fa6-6c95-4b67-b07e-8cc33f865962 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c58a8fa6-6c95-4b67-b07e-8cc33f865962 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c58a8fa6-6c95-4b67-b07e-8cc33f865962 {
  max-width: 100%;
}

.shg-c#s-c58a8fa6-6c95-4b67-b07e-8cc33f865962 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c58a8fa6-6c95-4b67-b07e-8cc33f865962 .shg-image-zoom,
.shg-c#s-c58a8fa6-6c95-4b67-b07e-8cc33f865962 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c58a8fa6-6c95-4b67-b07e-8cc33f865962 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d4329a7a-2c19-46cb-a6a2-736523e347cc {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-d4329a7a-2c19-46cb-a6a2-736523e347cc .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-77bd2804-7f92-49b6-b2d0-2c10a8420f6f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
min-height: 400px;
background-position: center center;
}








#s-77bd2804-7f92-49b6-b2d0-2c10a8420f6f > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-77bd2804-7f92-49b6-b2d0-2c10a8420f6f.shg-box.shg-c {
  justify-content: center;
}

#s-5ca59638-d5c0-4ac6-a177-52bcee8647c9 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-5ca59638-d5c0-4ac6-a177-52bcee8647c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5ca59638-d5c0-4ac6-a177-52bcee8647c9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-5ca59638-d5c0-4ac6-a177-52bcee8647c9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-5ca59638-d5c0-4ac6-a177-52bcee8647c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-5ca59638-d5c0-4ac6-a177-52bcee8647c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-5ca59638-d5c0-4ac6-a177-52bcee8647c9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-5ca59638-d5c0-4ac6-a177-52bcee8647c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-5ca59638-d5c0-4ac6-a177-52bcee8647c9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-5ca59638-d5c0-4ac6-a177-52bcee8647c9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-5ca59638-d5c0-4ac6-a177-52bcee8647c9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-5ca59638-d5c0-4ac6-a177-52bcee8647c9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-5ca59638-d5c0-4ac6-a177-52bcee8647c9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-5ca59638-d5c0-4ac6-a177-52bcee8647c9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-5ca59638-d5c0-4ac6-a177-52bcee8647c9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-5ca59638-d5c0-4ac6-a177-52bcee8647c9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-5ca59638-d5c0-4ac6-a177-52bcee8647c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-5ca59638-d5c0-4ac6-a177-52bcee8647c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-5ca59638-d5c0-4ac6-a177-52bcee8647c9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-5ca59638-d5c0-4ac6-a177-52bcee8647c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-5ca59638-d5c0-4ac6-a177-52bcee8647c9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-5ca59638-d5c0-4ac6-a177-52bcee8647c9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-5ca59638-d5c0-4ac6-a177-52bcee8647c9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-5ca59638-d5c0-4ac6-a177-52bcee8647c9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-5ca59638-d5c0-4ac6-a177-52bcee8647c9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-5ca59638-d5c0-4ac6-a177-52bcee8647c9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-5ca59638-d5c0-4ac6-a177-52bcee8647c9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-5ca59638-d5c0-4ac6-a177-52bcee8647c9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-5ca59638-d5c0-4ac6-a177-52bcee8647c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-5ca59638-d5c0-4ac6-a177-52bcee8647c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-5ca59638-d5c0-4ac6-a177-52bcee8647c9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-5ca59638-d5c0-4ac6-a177-52bcee8647c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-5ca59638-d5c0-4ac6-a177-52bcee8647c9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-5ca59638-d5c0-4ac6-a177-52bcee8647c9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-5ca59638-d5c0-4ac6-a177-52bcee8647c9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-5ca59638-d5c0-4ac6-a177-52bcee8647c9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-5ca59638-d5c0-4ac6-a177-52bcee8647c9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-5ca59638-d5c0-4ac6-a177-52bcee8647c9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-22dd42a6-27c0-4b3b-a3e3-dade0c3990f0 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-22dd42a6-27c0-4b3b-a3e3-dade0c3990f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22dd42a6-27c0-4b3b-a3e3-dade0c3990f0.shg-box.shg-c {
  justify-content: center;
}

#s-cea85cbf-4d61-4633-8139-6e9862967d0a {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 0);
}








#s-cea85cbf-4d61-4633-8139-6e9862967d0a > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-cea85cbf-4d61-4633-8139-6e9862967d0a.shg-box.shg-c {
  justify-content: center;
}

#s-f3bf0e32-d732-455c-859c-5f55e8f7de40 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f3bf0e32-d732-455c-859c-5f55e8f7de40 {
  
}
}
#s-f3bf0e32-d732-455c-859c-5f55e8f7de40 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-f3bf0e32-d732-455c-859c-5f55e8f7de40 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-f3bf0e32-d732-455c-859c-5f55e8f7de40 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-f3bf0e32-d732-455c-859c-5f55e8f7de40 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-f3bf0e32-d732-455c-859c-5f55e8f7de40 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  font-family: Oswald;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-f3bf0e32-d732-455c-859c-5f55e8f7de40 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-25416a3b-0b19-4449-a58c-0220a36a474a {
  min-height: 50px;
}








#s-25416a3b-0b19-4449-a58c-0220a36a474a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25416a3b-0b19-4449-a58c-0220a36a474a.shg-box.shg-c {
  justify-content: center;
}

#s-24de2495-26c3-4990-b796-d3b3dcfa29f3 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
}

@media (min-width: 0px) {
[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-24de2495-26c3-4990-b796-d3b3dcfa29f3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-cb81e739-87ee-4b1a-a20e-431328224e20 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-45e570a4-c2bf-4e95-85bc-6f78cf50cf01 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-ebfb80c5-bef5-4758-8a16-80d94fd36036 {
  
}

@media (min-width: 0px) {
[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ebfb80c5-bef5-4758-8a16-80d94fd36036"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7af116e3-fecd-4481-94f3-d79503d4fd28 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-3c98a885-38be-48b2-8dba-e6ed62c86619 {
  margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-66570ffd-8740-4aec-b310-38e2fc59983e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-66570ffd-8740-4aec-b310-38e2fc59983e img.shogun-image {
    
    width: px;
  }


#s-66570ffd-8740-4aec-b310-38e2fc59983e .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-5ef52a36-1805-47dc-a4de-d9b05ad591c6 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(3, 3, 3, 0);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
hover-type: color;
color: rgba(252, 252, 252, 1);
background-position: left undefined;
}
#s-5ef52a36-1805-47dc-a4de-d9b05ad591c6:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(10, 34, 64, 0.8) !important;}#s-5ef52a36-1805-47dc-a4de-d9b05ad591c6:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-5ef52a36-1805-47dc-a4de-d9b05ad591c6-btn-wrapper {
    text-align: center;
  }


#s-5ef52a36-1805-47dc-a4de-d9b05ad591c6.shg-btn {
  color: rgba(252, 252, 252, 1);
  font-size: ;
  
  
  font-family: Oswald;
  display:  inline-block ;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

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