.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-37167da3-359b-41c5-8056-4464e5824ec6 {
  min-height: 50px;
background-color: rgba(224, 224, 224, 1);
}








#s-37167da3-359b-41c5-8056-4464e5824ec6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37167da3-359b-41c5-8056-4464e5824ec6.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-813716a6-9cc3-4fea-b641-b2b2631bbedb {
  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-66601b2e-7c81-445a-872b-4ca0384cd48a {
  min-height: 50px;
}








#s-66601b2e-7c81-445a-872b-4ca0384cd48a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66601b2e-7c81-445a-872b-4ca0384cd48a.shg-box.shg-c {
  justify-content: center;
}

#s-ce0e47f6-bff2-47c8-bd85-00f5fd8da8b7 {
  background-image: url(https://i.shgcdn.com/ac8c7453-3f01-4ad6-98b3-1904d8eee32a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}








#s-ce0e47f6-bff2-47c8-bd85-00f5fd8da8b7 > .shg-box-overlay {
  background-color: rgba(105, 105, 105, 1);
  opacity: 0;
}#s-ce0e47f6-bff2-47c8-bd85-00f5fd8da8b7.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-000b19cf-2069-4edb-9a9f-b4d3d9ec015f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-000b19cf-2069-4edb-9a9f-b4d3d9ec015f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-000b19cf-2069-4edb-9a9f-b4d3d9ec015f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-000b19cf-2069-4edb-9a9f-b4d3d9ec015f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-000b19cf-2069-4edb-9a9f-b4d3d9ec015f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-000b19cf-2069-4edb-9a9f-b4d3d9ec015f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-000b19cf-2069-4edb-9a9f-b4d3d9ec015f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-000b19cf-2069-4edb-9a9f-b4d3d9ec015f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-000b19cf-2069-4edb-9a9f-b4d3d9ec015f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-000b19cf-2069-4edb-9a9f-b4d3d9ec015f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-000b19cf-2069-4edb-9a9f-b4d3d9ec015f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-000b19cf-2069-4edb-9a9f-b4d3d9ec015f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-000b19cf-2069-4edb-9a9f-b4d3d9ec015f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-000b19cf-2069-4edb-9a9f-b4d3d9ec015f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-000b19cf-2069-4edb-9a9f-b4d3d9ec015f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-000b19cf-2069-4edb-9a9f-b4d3d9ec015f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-000b19cf-2069-4edb-9a9f-b4d3d9ec015f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-000b19cf-2069-4edb-9a9f-b4d3d9ec015f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-000b19cf-2069-4edb-9a9f-b4d3d9ec015f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-000b19cf-2069-4edb-9a9f-b4d3d9ec015f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-000b19cf-2069-4edb-9a9f-b4d3d9ec015f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-000b19cf-2069-4edb-9a9f-b4d3d9ec015f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-000b19cf-2069-4edb-9a9f-b4d3d9ec015f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-000b19cf-2069-4edb-9a9f-b4d3d9ec015f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-000b19cf-2069-4edb-9a9f-b4d3d9ec015f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-000b19cf-2069-4edb-9a9f-b4d3d9ec015f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-000b19cf-2069-4edb-9a9f-b4d3d9ec015f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-000b19cf-2069-4edb-9a9f-b4d3d9ec015f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-000b19cf-2069-4edb-9a9f-b4d3d9ec015f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-000b19cf-2069-4edb-9a9f-b4d3d9ec015f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-000b19cf-2069-4edb-9a9f-b4d3d9ec015f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-000b19cf-2069-4edb-9a9f-b4d3d9ec015f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-000b19cf-2069-4edb-9a9f-b4d3d9ec015f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-000b19cf-2069-4edb-9a9f-b4d3d9ec015f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-000b19cf-2069-4edb-9a9f-b4d3d9ec015f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-000b19cf-2069-4edb-9a9f-b4d3d9ec015f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-000b19cf-2069-4edb-9a9f-b4d3d9ec015f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8a8da83d-3aae-4a3d-ac8f-0a43a42610c3 {
  min-height: 50px;
}








#s-8a8da83d-3aae-4a3d-ac8f-0a43a42610c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a8da83d-3aae-4a3d-ac8f-0a43a42610c3.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-c82643f6-9396-43c9-afbd-1d81819af323 {
  padding-left: 10px;
padding-right: 10px;
text-align: right;
background-color: rgba(255, 255, 255, 0);
}

#s-c82643f6-9396-43c9-afbd-1d81819af323 .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-ae83a982-c229-4a69-9bda-f04f4015f431 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-fe746dfd-7427-4cc9-a84b-a1932875c813 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-fe746dfd-7427-4cc9-a84b-a1932875c813"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe746dfd-7427-4cc9-a84b-a1932875c813"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fe746dfd-7427-4cc9-a84b-a1932875c813"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fe746dfd-7427-4cc9-a84b-a1932875c813"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fe746dfd-7427-4cc9-a84b-a1932875c813"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fe746dfd-7427-4cc9-a84b-a1932875c813"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fe746dfd-7427-4cc9-a84b-a1932875c813"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fe746dfd-7427-4cc9-a84b-a1932875c813"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fe746dfd-7427-4cc9-a84b-a1932875c813"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fe746dfd-7427-4cc9-a84b-a1932875c813"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fe746dfd-7427-4cc9-a84b-a1932875c813"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fe746dfd-7427-4cc9-a84b-a1932875c813"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fe746dfd-7427-4cc9-a84b-a1932875c813"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fe746dfd-7427-4cc9-a84b-a1932875c813"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fe746dfd-7427-4cc9-a84b-a1932875c813"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fe746dfd-7427-4cc9-a84b-a1932875c813"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fe746dfd-7427-4cc9-a84b-a1932875c813"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fe746dfd-7427-4cc9-a84b-a1932875c813"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fe746dfd-7427-4cc9-a84b-a1932875c813"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fe746dfd-7427-4cc9-a84b-a1932875c813"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fe746dfd-7427-4cc9-a84b-a1932875c813"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fe746dfd-7427-4cc9-a84b-a1932875c813"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fe746dfd-7427-4cc9-a84b-a1932875c813"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fe746dfd-7427-4cc9-a84b-a1932875c813"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fe746dfd-7427-4cc9-a84b-a1932875c813"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe746dfd-7427-4cc9-a84b-a1932875c813"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fe746dfd-7427-4cc9-a84b-a1932875c813"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fe746dfd-7427-4cc9-a84b-a1932875c813"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fe746dfd-7427-4cc9-a84b-a1932875c813"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fe746dfd-7427-4cc9-a84b-a1932875c813"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fe746dfd-7427-4cc9-a84b-a1932875c813"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fe746dfd-7427-4cc9-a84b-a1932875c813"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fe746dfd-7427-4cc9-a84b-a1932875c813"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fe746dfd-7427-4cc9-a84b-a1932875c813"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fe746dfd-7427-4cc9-a84b-a1932875c813"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fe746dfd-7427-4cc9-a84b-a1932875c813"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fe746dfd-7427-4cc9-a84b-a1932875c813"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4bfbc1cc-f609-40d1-890c-052cec6cd929 {
  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-7f207346-e0fe-4f0a-8cc0-c7306c31ec48 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-7f207346-e0fe-4f0a-8cc0-c7306c31ec48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f207346-e0fe-4f0a-8cc0-c7306c31ec48.shg-box.shg-c {
  justify-content: center;
}

#s-850bfae4-6fc7-4a8d-a63a-e06b1523f974 {
  min-height: 50px;
}








#s-850bfae4-6fc7-4a8d-a63a-e06b1523f974 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-850bfae4-6fc7-4a8d-a63a-e06b1523f974.shg-box.shg-c {
  justify-content: center;
}

#s-bc888304-cc90-4b5c-9512-c4c8caae581a {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-bc888304-cc90-4b5c-9512-c4c8caae581a .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9d61632f-e91a-42bf-8094-201381607b1d {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-9d61632f-e91a-42bf-8094-201381607b1d .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-17f40cd0-3351-4f4a-8464-1507422997ed {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-17f40cd0-3351-4f4a-8464-1507422997ed .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 32px;
  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-0e2a02dc-dcec-4465-b145-3b94779fc0e7 {
  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-40d6f60a-8e87-46ff-92d8-51ffe8d01b58 {
  text-align: left;
}


.shg-c#s-40d6f60a-8e87-46ff-92d8-51ffe8d01b58 {
  max-width: 100%;
}

.shg-c#s-40d6f60a-8e87-46ff-92d8-51ffe8d01b58 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40d6f60a-8e87-46ff-92d8-51ffe8d01b58 .shg-image-zoom,
.shg-c#s-40d6f60a-8e87-46ff-92d8-51ffe8d01b58 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-40d6f60a-8e87-46ff-92d8-51ffe8d01b58 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-40d6f60a-8e87-46ff-92d8-51ffe8d01b58 {
  max-width: 100%;
}

.shg-c#s-40d6f60a-8e87-46ff-92d8-51ffe8d01b58 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40d6f60a-8e87-46ff-92d8-51ffe8d01b58 .shg-image-zoom,
.shg-c#s-40d6f60a-8e87-46ff-92d8-51ffe8d01b58 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-40d6f60a-8e87-46ff-92d8-51ffe8d01b58 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-40d6f60a-8e87-46ff-92d8-51ffe8d01b58 {
  max-width: 100%;
}

.shg-c#s-40d6f60a-8e87-46ff-92d8-51ffe8d01b58 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40d6f60a-8e87-46ff-92d8-51ffe8d01b58 .shg-image-zoom,
.shg-c#s-40d6f60a-8e87-46ff-92d8-51ffe8d01b58 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-40d6f60a-8e87-46ff-92d8-51ffe8d01b58 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-40d6f60a-8e87-46ff-92d8-51ffe8d01b58 {
  max-width: 100%;
}

.shg-c#s-40d6f60a-8e87-46ff-92d8-51ffe8d01b58 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40d6f60a-8e87-46ff-92d8-51ffe8d01b58 .shg-image-zoom,
.shg-c#s-40d6f60a-8e87-46ff-92d8-51ffe8d01b58 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-40d6f60a-8e87-46ff-92d8-51ffe8d01b58 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-40d6f60a-8e87-46ff-92d8-51ffe8d01b58 {
  max-width: 100%;
}

.shg-c#s-40d6f60a-8e87-46ff-92d8-51ffe8d01b58 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40d6f60a-8e87-46ff-92d8-51ffe8d01b58 .shg-image-zoom,
.shg-c#s-40d6f60a-8e87-46ff-92d8-51ffe8d01b58 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-40d6f60a-8e87-46ff-92d8-51ffe8d01b58 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2fc50ae8-7715-443b-ab86-8c77c7e36623 {
  display: none;
}
#s-c5ef87e0-eebf-4d58-bce8-865f4b74a6fc {
  text-align: left;
}


.shg-c#s-c5ef87e0-eebf-4d58-bce8-865f4b74a6fc {
  max-width: 100%;
}

.shg-c#s-c5ef87e0-eebf-4d58-bce8-865f4b74a6fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5ef87e0-eebf-4d58-bce8-865f4b74a6fc .shg-image-zoom,
.shg-c#s-c5ef87e0-eebf-4d58-bce8-865f4b74a6fc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5ef87e0-eebf-4d58-bce8-865f4b74a6fc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c5ef87e0-eebf-4d58-bce8-865f4b74a6fc {
  max-width: 100%;
}

.shg-c#s-c5ef87e0-eebf-4d58-bce8-865f4b74a6fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5ef87e0-eebf-4d58-bce8-865f4b74a6fc .shg-image-zoom,
.shg-c#s-c5ef87e0-eebf-4d58-bce8-865f4b74a6fc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5ef87e0-eebf-4d58-bce8-865f4b74a6fc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c5ef87e0-eebf-4d58-bce8-865f4b74a6fc {
  max-width: 100%;
}

.shg-c#s-c5ef87e0-eebf-4d58-bce8-865f4b74a6fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5ef87e0-eebf-4d58-bce8-865f4b74a6fc .shg-image-zoom,
.shg-c#s-c5ef87e0-eebf-4d58-bce8-865f4b74a6fc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5ef87e0-eebf-4d58-bce8-865f4b74a6fc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c5ef87e0-eebf-4d58-bce8-865f4b74a6fc {
  max-width: 100%;
}

.shg-c#s-c5ef87e0-eebf-4d58-bce8-865f4b74a6fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5ef87e0-eebf-4d58-bce8-865f4b74a6fc .shg-image-zoom,
.shg-c#s-c5ef87e0-eebf-4d58-bce8-865f4b74a6fc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5ef87e0-eebf-4d58-bce8-865f4b74a6fc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c5ef87e0-eebf-4d58-bce8-865f4b74a6fc {
  max-width: 100%;
}

.shg-c#s-c5ef87e0-eebf-4d58-bce8-865f4b74a6fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5ef87e0-eebf-4d58-bce8-865f4b74a6fc .shg-image-zoom,
.shg-c#s-c5ef87e0-eebf-4d58-bce8-865f4b74a6fc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5ef87e0-eebf-4d58-bce8-865f4b74a6fc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-20b88778-48ee-4285-9565-d7740c1fae5a {
  display: none;
}
#s-2eb4ae65-c27f-4e9c-ac06-8dc4f5340d01 {
  text-align: left;
}


.shg-c#s-2eb4ae65-c27f-4e9c-ac06-8dc4f5340d01 {
  max-width: 100%;
}

.shg-c#s-2eb4ae65-c27f-4e9c-ac06-8dc4f5340d01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2eb4ae65-c27f-4e9c-ac06-8dc4f5340d01 .shg-image-zoom,
.shg-c#s-2eb4ae65-c27f-4e9c-ac06-8dc4f5340d01 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2eb4ae65-c27f-4e9c-ac06-8dc4f5340d01 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2eb4ae65-c27f-4e9c-ac06-8dc4f5340d01 {
  max-width: 100%;
}

.shg-c#s-2eb4ae65-c27f-4e9c-ac06-8dc4f5340d01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2eb4ae65-c27f-4e9c-ac06-8dc4f5340d01 .shg-image-zoom,
.shg-c#s-2eb4ae65-c27f-4e9c-ac06-8dc4f5340d01 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2eb4ae65-c27f-4e9c-ac06-8dc4f5340d01 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2eb4ae65-c27f-4e9c-ac06-8dc4f5340d01 {
  max-width: 100%;
}

.shg-c#s-2eb4ae65-c27f-4e9c-ac06-8dc4f5340d01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2eb4ae65-c27f-4e9c-ac06-8dc4f5340d01 .shg-image-zoom,
.shg-c#s-2eb4ae65-c27f-4e9c-ac06-8dc4f5340d01 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2eb4ae65-c27f-4e9c-ac06-8dc4f5340d01 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2eb4ae65-c27f-4e9c-ac06-8dc4f5340d01 {
  max-width: 100%;
}

.shg-c#s-2eb4ae65-c27f-4e9c-ac06-8dc4f5340d01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2eb4ae65-c27f-4e9c-ac06-8dc4f5340d01 .shg-image-zoom,
.shg-c#s-2eb4ae65-c27f-4e9c-ac06-8dc4f5340d01 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2eb4ae65-c27f-4e9c-ac06-8dc4f5340d01 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2eb4ae65-c27f-4e9c-ac06-8dc4f5340d01 {
  max-width: 100%;
}

.shg-c#s-2eb4ae65-c27f-4e9c-ac06-8dc4f5340d01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2eb4ae65-c27f-4e9c-ac06-8dc4f5340d01 .shg-image-zoom,
.shg-c#s-2eb4ae65-c27f-4e9c-ac06-8dc4f5340d01 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2eb4ae65-c27f-4e9c-ac06-8dc4f5340d01 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f756254f-04e0-4efa-8324-ffdbd4cb0c5f {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-f756254f-04e0-4efa-8324-ffdbd4cb0c5f .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

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

#s-0317c293-bed0-474f-9554-17bfe3bc7936 {
  border-style: solid;
margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
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(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(253, 253, 253, 0);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(3, 3, 3, 1);
background-position: left undefined;
}
#s-0317c293-bed0-474f-9554-17bfe3bc7936:hover {border-style: solid !important;
border-color: rgba(83, 239, 245, 1) !important;
background-color: rgba(83, 239, 245, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(10, 34, 64, 0.8) !important;}#s-0317c293-bed0-474f-9554-17bfe3bc7936:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0317c293-bed0-474f-9554-17bfe3bc7936-btn-wrapper {
    text-align: center;
  }


#s-0317c293-bed0-474f-9554-17bfe3bc7936.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: ;
  
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-b5297acf-dca8-43ec-a911-fb7fe8d0eae6 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-f8f9785e-ea7e-4e35-9875-1cbd4854da13 {
  min-height: 50px;
}








#s-f8f9785e-ea7e-4e35-9875-1cbd4854da13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8f9785e-ea7e-4e35-9875-1cbd4854da13.shg-box.shg-c {
  justify-content: center;
}

#s-9b739adb-cc80-4ead-bd1c-75144b841772 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9b739adb-cc80-4ead-bd1c-75144b841772 {
  
}
}







#s-9b739adb-cc80-4ead-bd1c-75144b841772 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b739adb-cc80-4ead-bd1c-75144b841772.shg-box.shg-c {
  justify-content: center;
}

#s-318441c3-0ce4-45df-b594-1cbdc1805fe0 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
margin-bottom: 5px;
min-height: 400px;
background-position: left center;
}








#s-318441c3-0ce4-45df-b594-1cbdc1805fe0 > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-318441c3-0ce4-45df-b594-1cbdc1805fe0.shg-box.shg-c {
  justify-content: center;
}

#s-f1e4c515-ab47-4083-990b-31607f20513b {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-f1e4c515-ab47-4083-990b-31607f20513b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f1e4c515-ab47-4083-990b-31607f20513b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-f1e4c515-ab47-4083-990b-31607f20513b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-f1e4c515-ab47-4083-990b-31607f20513b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-f1e4c515-ab47-4083-990b-31607f20513b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-f1e4c515-ab47-4083-990b-31607f20513b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-f1e4c515-ab47-4083-990b-31607f20513b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-f1e4c515-ab47-4083-990b-31607f20513b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-f1e4c515-ab47-4083-990b-31607f20513b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-f1e4c515-ab47-4083-990b-31607f20513b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-f1e4c515-ab47-4083-990b-31607f20513b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-f1e4c515-ab47-4083-990b-31607f20513b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-f1e4c515-ab47-4083-990b-31607f20513b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-f1e4c515-ab47-4083-990b-31607f20513b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-f1e4c515-ab47-4083-990b-31607f20513b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-f1e4c515-ab47-4083-990b-31607f20513b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-f1e4c515-ab47-4083-990b-31607f20513b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-f1e4c515-ab47-4083-990b-31607f20513b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-f1e4c515-ab47-4083-990b-31607f20513b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-f1e4c515-ab47-4083-990b-31607f20513b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-f1e4c515-ab47-4083-990b-31607f20513b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-f1e4c515-ab47-4083-990b-31607f20513b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-f1e4c515-ab47-4083-990b-31607f20513b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-f1e4c515-ab47-4083-990b-31607f20513b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-f1e4c515-ab47-4083-990b-31607f20513b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-f1e4c515-ab47-4083-990b-31607f20513b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-f1e4c515-ab47-4083-990b-31607f20513b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-f1e4c515-ab47-4083-990b-31607f20513b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-f1e4c515-ab47-4083-990b-31607f20513b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-f1e4c515-ab47-4083-990b-31607f20513b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-f1e4c515-ab47-4083-990b-31607f20513b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-f1e4c515-ab47-4083-990b-31607f20513b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-f1e4c515-ab47-4083-990b-31607f20513b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-f1e4c515-ab47-4083-990b-31607f20513b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-f1e4c515-ab47-4083-990b-31607f20513b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-f1e4c515-ab47-4083-990b-31607f20513b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-f1e4c515-ab47-4083-990b-31607f20513b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-7349ab79-ec75-4a4d-9bc3-c6c68641c85f {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-7349ab79-ec75-4a4d-9bc3-c6c68641c85f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7349ab79-ec75-4a4d-9bc3-c6c68641c85f.shg-box.shg-c {
  justify-content: center;
}

#s-932a031b-f955-4b71-a913-4b935263b1be {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-932a031b-f955-4b71-a913-4b935263b1be .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-8fe1c923-b068-46b9-9600-912c7c114127 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-4c0fcec2-7e50-4f5a-a15f-03541ef60f9e {
  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-4c0fcec2-7e50-4f5a-a15f-03541ef60f9e > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-4c0fcec2-7e50-4f5a-a15f-03541ef60f9e.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-263f27ed-4c74-4be6-ad54-ec3f62b7acc2 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-263f27ed-4c74-4be6-ad54-ec3f62b7acc2 {
  
}
}
#s-263f27ed-4c74-4be6-ad54-ec3f62b7acc2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-263f27ed-4c74-4be6-ad54-ec3f62b7acc2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-263f27ed-4c74-4be6-ad54-ec3f62b7acc2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-263f27ed-4c74-4be6-ad54-ec3f62b7acc2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-263f27ed-4c74-4be6-ad54-ec3f62b7acc2 > .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-263f27ed-4c74-4be6-ad54-ec3f62b7acc2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
@media (min-width: 0px) {
[id="s-59368d2f-a358-4e68-bf78-f900fde6a59d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59368d2f-a358-4e68-bf78-f900fde6a59d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-59368d2f-a358-4e68-bf78-f900fde6a59d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-59368d2f-a358-4e68-bf78-f900fde6a59d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-59368d2f-a358-4e68-bf78-f900fde6a59d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-59368d2f-a358-4e68-bf78-f900fde6a59d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-59368d2f-a358-4e68-bf78-f900fde6a59d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-59368d2f-a358-4e68-bf78-f900fde6a59d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-59368d2f-a358-4e68-bf78-f900fde6a59d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-59368d2f-a358-4e68-bf78-f900fde6a59d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-59368d2f-a358-4e68-bf78-f900fde6a59d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-59368d2f-a358-4e68-bf78-f900fde6a59d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-59368d2f-a358-4e68-bf78-f900fde6a59d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-59368d2f-a358-4e68-bf78-f900fde6a59d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-59368d2f-a358-4e68-bf78-f900fde6a59d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-59368d2f-a358-4e68-bf78-f900fde6a59d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-59368d2f-a358-4e68-bf78-f900fde6a59d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-59368d2f-a358-4e68-bf78-f900fde6a59d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-59368d2f-a358-4e68-bf78-f900fde6a59d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-59368d2f-a358-4e68-bf78-f900fde6a59d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-59368d2f-a358-4e68-bf78-f900fde6a59d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-59368d2f-a358-4e68-bf78-f900fde6a59d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-59368d2f-a358-4e68-bf78-f900fde6a59d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-59368d2f-a358-4e68-bf78-f900fde6a59d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-59368d2f-a358-4e68-bf78-f900fde6a59d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-59368d2f-a358-4e68-bf78-f900fde6a59d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-59368d2f-a358-4e68-bf78-f900fde6a59d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-59368d2f-a358-4e68-bf78-f900fde6a59d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-59368d2f-a358-4e68-bf78-f900fde6a59d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-59368d2f-a358-4e68-bf78-f900fde6a59d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-59368d2f-a358-4e68-bf78-f900fde6a59d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-59368d2f-a358-4e68-bf78-f900fde6a59d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-59368d2f-a358-4e68-bf78-f900fde6a59d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-59368d2f-a358-4e68-bf78-f900fde6a59d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-59368d2f-a358-4e68-bf78-f900fde6a59d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-59368d2f-a358-4e68-bf78-f900fde6a59d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-59368d2f-a358-4e68-bf78-f900fde6a59d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ba03e817-7e7b-4872-8cbe-819d1fc8f0b3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba03e817-7e7b-4872-8cbe-819d1fc8f0b3 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3f57b8cb-5312-40aa-a495-d54b40ef4690 {
  margin-top: auto;
margin-bottom: auto;
min-height: 50px;
}








#s-3f57b8cb-5312-40aa-a495-d54b40ef4690 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f57b8cb-5312-40aa-a495-d54b40ef4690.shg-box.shg-c {
  justify-content: center;
}

#s-af6d13e7-cdb1-4062-b1f3-725d7fafae81 {
  margin-left: 25px;
margin-right: 25px;
}

#s-af6d13e7-cdb1-4062-b1f3-725d7fafae81 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-af6d13e7-cdb1-4062-b1f3-725d7fafae81 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-af6d13e7-cdb1-4062-b1f3-725d7fafae81 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-af6d13e7-cdb1-4062-b1f3-725d7fafae81 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-af6d13e7-cdb1-4062-b1f3-725d7fafae81 > .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-af6d13e7-cdb1-4062-b1f3-725d7fafae81 > .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-ddeff0bc-2c71-4027-88a1-aa491b1afc2a {
  text-align: center;
}




  #s-ddeff0bc-2c71-4027-88a1-aa491b1afc2a img.shogun-image {
    
    width: px;
  }


#s-ddeff0bc-2c71-4027-88a1-aa491b1afc2a .shogun-image-content {
  
    align-items: center;
  
}

#s-fa197cab-113e-4b83-afc6-b65a6576795b {
  margin-left: 25px;
margin-right: 25px;
}

#s-fa197cab-113e-4b83-afc6-b65a6576795b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-fa197cab-113e-4b83-afc6-b65a6576795b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-fa197cab-113e-4b83-afc6-b65a6576795b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-fa197cab-113e-4b83-afc6-b65a6576795b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-fa197cab-113e-4b83-afc6-b65a6576795b > .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-fa197cab-113e-4b83-afc6-b65a6576795b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-6721936c-4c97-40a9-8b73-6ea9fffdb7c2 {
  text-align: center;
}




  #s-6721936c-4c97-40a9-8b73-6ea9fffdb7c2 img.shogun-image {
    
    width: px;
  }


#s-6721936c-4c97-40a9-8b73-6ea9fffdb7c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-a9c855e0-64e3-4b83-bc7c-d027f53fd48c {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}

#s-a9c855e0-64e3-4b83-bc7c-d027f53fd48c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a9c855e0-64e3-4b83-bc7c-d027f53fd48c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-a9c855e0-64e3-4b83-bc7c-d027f53fd48c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-a9c855e0-64e3-4b83-bc7c-d027f53fd48c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a9c855e0-64e3-4b83-bc7c-d027f53fd48c > .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-a9c855e0-64e3-4b83-bc7c-d027f53fd48c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-23a1f3b5-9da4-4430-a342-435f07873ec5 {
  text-align: center;
}




  #s-23a1f3b5-9da4-4430-a342-435f07873ec5 img.shogun-image {
    
    width: px;
  }


#s-23a1f3b5-9da4-4430-a342-435f07873ec5 .shogun-image-content {
  
    align-items: center;
  
}

#s-bac8f14d-966f-4f19-8195-55f4be780b47 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-76249501-4cfc-4c38-a017-2b8a19baad07 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-845f78a0-a765-404f-9ca7-851b1ee45114 {
  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-b3498f54-ad8f-44e9-ba39-00f30716b3d9 {
  min-height: 50px;
}








#s-b3498f54-ad8f-44e9-ba39-00f30716b3d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3498f54-ad8f-44e9-ba39-00f30716b3d9.shg-box.shg-c {
  justify-content: center;
}

#s-1efe853a-bfe1-4379-a302-cc7a8515bd29 {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-1efe853a-bfe1-4379-a302-cc7a8515bd29"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1efe853a-bfe1-4379-a302-cc7a8515bd29"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-1efe853a-bfe1-4379-a302-cc7a8515bd29"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-1efe853a-bfe1-4379-a302-cc7a8515bd29"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-1efe853a-bfe1-4379-a302-cc7a8515bd29"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-1efe853a-bfe1-4379-a302-cc7a8515bd29"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-1efe853a-bfe1-4379-a302-cc7a8515bd29"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-1efe853a-bfe1-4379-a302-cc7a8515bd29"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-1efe853a-bfe1-4379-a302-cc7a8515bd29"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-1efe853a-bfe1-4379-a302-cc7a8515bd29"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-1efe853a-bfe1-4379-a302-cc7a8515bd29"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-1efe853a-bfe1-4379-a302-cc7a8515bd29"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-1efe853a-bfe1-4379-a302-cc7a8515bd29"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-1efe853a-bfe1-4379-a302-cc7a8515bd29"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-1efe853a-bfe1-4379-a302-cc7a8515bd29"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-1efe853a-bfe1-4379-a302-cc7a8515bd29"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-1efe853a-bfe1-4379-a302-cc7a8515bd29"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-1efe853a-bfe1-4379-a302-cc7a8515bd29"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-1efe853a-bfe1-4379-a302-cc7a8515bd29"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-1efe853a-bfe1-4379-a302-cc7a8515bd29"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-1efe853a-bfe1-4379-a302-cc7a8515bd29"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-1efe853a-bfe1-4379-a302-cc7a8515bd29"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-1efe853a-bfe1-4379-a302-cc7a8515bd29"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-1efe853a-bfe1-4379-a302-cc7a8515bd29"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-1efe853a-bfe1-4379-a302-cc7a8515bd29"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-1efe853a-bfe1-4379-a302-cc7a8515bd29"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-1efe853a-bfe1-4379-a302-cc7a8515bd29"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-1efe853a-bfe1-4379-a302-cc7a8515bd29"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-1efe853a-bfe1-4379-a302-cc7a8515bd29"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-1efe853a-bfe1-4379-a302-cc7a8515bd29"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-1efe853a-bfe1-4379-a302-cc7a8515bd29"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-1efe853a-bfe1-4379-a302-cc7a8515bd29"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-1efe853a-bfe1-4379-a302-cc7a8515bd29"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-1efe853a-bfe1-4379-a302-cc7a8515bd29"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-1efe853a-bfe1-4379-a302-cc7a8515bd29"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-1efe853a-bfe1-4379-a302-cc7a8515bd29"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-1efe853a-bfe1-4379-a302-cc7a8515bd29"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-d6548e75-ea09-4d81-92b5-1a583cfcc161 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-71cd8b50-7d3a-4a18-b902-082776fb149d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 1px;
padding-right: 20px;
}

#s-576cac74-a5fb-40fa-b256-33fd945fae1f {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-576cac74-a5fb-40fa-b256-33fd945fae1f img.shogun-image {
    
    width: px;
  }


#s-576cac74-a5fb-40fa-b256-33fd945fae1f .shogun-image-content {
  
    align-items: center;
  
}

#s-9bcf160f-aca8-43e1-920c-ced68b157dfb {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-bbace751-fb61-4381-9edc-ceb18c2185a3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-7e73dda7-5e23-405b-9d28-d14d6a38935c {
  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-7e73dda7-5e23-405b-9d28-d14d6a38935c > .shg-box-overlay {
  background-color: rgba(127, 244, 239, 1);
  opacity: 0;
}#s-7e73dda7-5e23-405b-9d28-d14d6a38935c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-347f3b03-91fe-4b6a-96ab-982fc0e8d879 {
  min-height: 50px;
}








#s-347f3b03-91fe-4b6a-96ab-982fc0e8d879 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-347f3b03-91fe-4b6a-96ab-982fc0e8d879.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-32af429f-2c07-4bd6-80a8-718a4ed39e18"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32af429f-2c07-4bd6-80a8-718a4ed39e18"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-32af429f-2c07-4bd6-80a8-718a4ed39e18"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-32af429f-2c07-4bd6-80a8-718a4ed39e18"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-32af429f-2c07-4bd6-80a8-718a4ed39e18"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-32af429f-2c07-4bd6-80a8-718a4ed39e18"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-32af429f-2c07-4bd6-80a8-718a4ed39e18"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-32af429f-2c07-4bd6-80a8-718a4ed39e18"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-32af429f-2c07-4bd6-80a8-718a4ed39e18"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-32af429f-2c07-4bd6-80a8-718a4ed39e18"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-32af429f-2c07-4bd6-80a8-718a4ed39e18"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-32af429f-2c07-4bd6-80a8-718a4ed39e18"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-32af429f-2c07-4bd6-80a8-718a4ed39e18"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-32af429f-2c07-4bd6-80a8-718a4ed39e18"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-32af429f-2c07-4bd6-80a8-718a4ed39e18"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-32af429f-2c07-4bd6-80a8-718a4ed39e18"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-32af429f-2c07-4bd6-80a8-718a4ed39e18"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-32af429f-2c07-4bd6-80a8-718a4ed39e18"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-32af429f-2c07-4bd6-80a8-718a4ed39e18"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-32af429f-2c07-4bd6-80a8-718a4ed39e18"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-32af429f-2c07-4bd6-80a8-718a4ed39e18"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-32af429f-2c07-4bd6-80a8-718a4ed39e18"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-32af429f-2c07-4bd6-80a8-718a4ed39e18"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-32af429f-2c07-4bd6-80a8-718a4ed39e18"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-32af429f-2c07-4bd6-80a8-718a4ed39e18"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-32af429f-2c07-4bd6-80a8-718a4ed39e18"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-32af429f-2c07-4bd6-80a8-718a4ed39e18"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-32af429f-2c07-4bd6-80a8-718a4ed39e18"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-32af429f-2c07-4bd6-80a8-718a4ed39e18"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-32af429f-2c07-4bd6-80a8-718a4ed39e18"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-32af429f-2c07-4bd6-80a8-718a4ed39e18"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-32af429f-2c07-4bd6-80a8-718a4ed39e18"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-32af429f-2c07-4bd6-80a8-718a4ed39e18"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-32af429f-2c07-4bd6-80a8-718a4ed39e18"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-32af429f-2c07-4bd6-80a8-718a4ed39e18"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-32af429f-2c07-4bd6-80a8-718a4ed39e18"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-32af429f-2c07-4bd6-80a8-718a4ed39e18"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-85685873-9e4f-4c12-a68a-23513deed07d {
  
}

#s-85685873-9e4f-4c12-a68a-23513deed07d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-85685873-9e4f-4c12-a68a-23513deed07d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-85685873-9e4f-4c12-a68a-23513deed07d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-85685873-9e4f-4c12-a68a-23513deed07d > .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-85685873-9e4f-4c12-a68a-23513deed07d > .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-85685873-9e4f-4c12-a68a-23513deed07d > .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-f1968cc5-b68e-4c1d-85aa-9a9261a31cd0 {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(52, 189, 219, 0.5);
}

#s-f1968cc5-b68e-4c1d-85aa-9a9261a31cd0 .shogun-success-alert {
  background-color: rgba(52, 189, 219, 0.5);
  color: #3c763d;
}

#s-f1968cc5-b68e-4c1d-85aa-9a9261a31cd0 .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-f1968cc5-b68e-4c1d-85aa-9a9261a31cd0 .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-f1968cc5-b68e-4c1d-85aa-9a9261a31cd0 .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-f1968cc5-b68e-4c1d-85aa-9a9261a31cd0 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-f1968cc5-b68e-4c1d-85aa-9a9261a31cd0 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-11fef7a2-eaf2-44cb-98b4-e7b57ebd8f57 {
  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-11b76422-ae7f-465d-a381-49fb8712e1b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11b76422-ae7f-465d-a381-49fb8712e1b5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-11b76422-ae7f-465d-a381-49fb8712e1b5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-11b76422-ae7f-465d-a381-49fb8712e1b5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-11b76422-ae7f-465d-a381-49fb8712e1b5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-11b76422-ae7f-465d-a381-49fb8712e1b5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-11b76422-ae7f-465d-a381-49fb8712e1b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-11b76422-ae7f-465d-a381-49fb8712e1b5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-11b76422-ae7f-465d-a381-49fb8712e1b5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-11b76422-ae7f-465d-a381-49fb8712e1b5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-11b76422-ae7f-465d-a381-49fb8712e1b5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-11b76422-ae7f-465d-a381-49fb8712e1b5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-11b76422-ae7f-465d-a381-49fb8712e1b5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-11b76422-ae7f-465d-a381-49fb8712e1b5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-11b76422-ae7f-465d-a381-49fb8712e1b5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-11b76422-ae7f-465d-a381-49fb8712e1b5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-11b76422-ae7f-465d-a381-49fb8712e1b5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-11b76422-ae7f-465d-a381-49fb8712e1b5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-11b76422-ae7f-465d-a381-49fb8712e1b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-11b76422-ae7f-465d-a381-49fb8712e1b5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-11b76422-ae7f-465d-a381-49fb8712e1b5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-11b76422-ae7f-465d-a381-49fb8712e1b5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-11b76422-ae7f-465d-a381-49fb8712e1b5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-11b76422-ae7f-465d-a381-49fb8712e1b5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-11b76422-ae7f-465d-a381-49fb8712e1b5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-11b76422-ae7f-465d-a381-49fb8712e1b5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-11b76422-ae7f-465d-a381-49fb8712e1b5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-11b76422-ae7f-465d-a381-49fb8712e1b5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-11b76422-ae7f-465d-a381-49fb8712e1b5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-11b76422-ae7f-465d-a381-49fb8712e1b5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-11b76422-ae7f-465d-a381-49fb8712e1b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-11b76422-ae7f-465d-a381-49fb8712e1b5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-11b76422-ae7f-465d-a381-49fb8712e1b5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-11b76422-ae7f-465d-a381-49fb8712e1b5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-11b76422-ae7f-465d-a381-49fb8712e1b5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-11b76422-ae7f-465d-a381-49fb8712e1b5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-11b76422-ae7f-465d-a381-49fb8712e1b5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-bbf460c8-31f0-40ec-bdfe-e61f6158b112 {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-bbf460c8-31f0-40ec-bdfe-e61f6158b112 img.shogun-image {
    
    width: px;
  }


#s-bbf460c8-31f0-40ec-bdfe-e61f6158b112 .shogun-image-content {
  
    align-items: center;
  
}

#s-7abd7fef-0ff4-421e-9f97-43bcda2b1004 {
  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-7abd7fef-0ff4-421e-9f97-43bcda2b1004 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7abd7fef-0ff4-421e-9f97-43bcda2b1004.shg-box.shg-c {
  justify-content: center;
}

#s-e8c531c1-5cf0-49d1-a3f9-24e845ad153b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8c531c1-5cf0-49d1-a3f9-24e845ad153b .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3f3d3550-84c6-4e02-ba02-d4da8e4fb44d {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-3a7e03c1-087e-4e8c-b87a-23dd3f78dd2e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3a7e03c1-087e-4e8c-b87a-23dd3f78dd2e .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0da96c23-1386-4537-91aa-4a0e63ef76e8 {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-0da96c23-1386-4537-91aa-4a0e63ef76e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0da96c23-1386-4537-91aa-4a0e63ef76e8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0da96c23-1386-4537-91aa-4a0e63ef76e8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0da96c23-1386-4537-91aa-4a0e63ef76e8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0da96c23-1386-4537-91aa-4a0e63ef76e8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0da96c23-1386-4537-91aa-4a0e63ef76e8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0da96c23-1386-4537-91aa-4a0e63ef76e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0da96c23-1386-4537-91aa-4a0e63ef76e8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0da96c23-1386-4537-91aa-4a0e63ef76e8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0da96c23-1386-4537-91aa-4a0e63ef76e8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0da96c23-1386-4537-91aa-4a0e63ef76e8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0da96c23-1386-4537-91aa-4a0e63ef76e8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0da96c23-1386-4537-91aa-4a0e63ef76e8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0da96c23-1386-4537-91aa-4a0e63ef76e8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0da96c23-1386-4537-91aa-4a0e63ef76e8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0da96c23-1386-4537-91aa-4a0e63ef76e8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0da96c23-1386-4537-91aa-4a0e63ef76e8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0da96c23-1386-4537-91aa-4a0e63ef76e8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0da96c23-1386-4537-91aa-4a0e63ef76e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0da96c23-1386-4537-91aa-4a0e63ef76e8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0da96c23-1386-4537-91aa-4a0e63ef76e8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0da96c23-1386-4537-91aa-4a0e63ef76e8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0da96c23-1386-4537-91aa-4a0e63ef76e8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0da96c23-1386-4537-91aa-4a0e63ef76e8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0da96c23-1386-4537-91aa-4a0e63ef76e8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0da96c23-1386-4537-91aa-4a0e63ef76e8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0da96c23-1386-4537-91aa-4a0e63ef76e8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0da96c23-1386-4537-91aa-4a0e63ef76e8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0da96c23-1386-4537-91aa-4a0e63ef76e8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0da96c23-1386-4537-91aa-4a0e63ef76e8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0da96c23-1386-4537-91aa-4a0e63ef76e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0da96c23-1386-4537-91aa-4a0e63ef76e8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0da96c23-1386-4537-91aa-4a0e63ef76e8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0da96c23-1386-4537-91aa-4a0e63ef76e8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0da96c23-1386-4537-91aa-4a0e63ef76e8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0da96c23-1386-4537-91aa-4a0e63ef76e8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0da96c23-1386-4537-91aa-4a0e63ef76e8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-251b7b50-f00c-4c18-83fb-2636512a42d6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-251b7b50-f00c-4c18-83fb-2636512a42d6 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6169ca29-e377-4bbd-9320-bf7c1e0de9a6 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-c16c86fb-cb9b-47a1-a5ec-942abbccc81c {
  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;
background-image: none;
hover-type: color;
}
#s-c16c86fb-cb9b-47a1-a5ec-942abbccc81c:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c16c86fb-cb9b-47a1-a5ec-942abbccc81c:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-c16c86fb-cb9b-47a1-a5ec-942abbccc81c.shg-btn {
  color: rgba(98, 96, 96, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-e0e7d29d-36c8-4fd7-8d86-b75841da6033 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e0e7d29d-36c8-4fd7-8d86-b75841da6033 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1dcb4695-2da5-4987-a64d-cb05e4ec92ee {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-96528ddd-1069-4825-9b08-d7a0e48e2cdd {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-e70b8c3b-528f-4812-b754-6fd348d72073 {
  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-e70b8c3b-528f-4812-b754-6fd348d72073 > .shg-box-overlay {
  background-color: rgba(127, 244, 239, 1);
  opacity: 0;
}#s-e70b8c3b-528f-4812-b754-6fd348d72073.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ac890a6a-950e-4fab-a7e6-6644508e6fa8 {
  min-height: 50px;
}








#s-ac890a6a-950e-4fab-a7e6-6644508e6fa8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac890a6a-950e-4fab-a7e6-6644508e6fa8.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ee06f5b2-9191-4ee5-983c-4108d89c9400"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee06f5b2-9191-4ee5-983c-4108d89c9400"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ee06f5b2-9191-4ee5-983c-4108d89c9400"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ee06f5b2-9191-4ee5-983c-4108d89c9400"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ee06f5b2-9191-4ee5-983c-4108d89c9400"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ee06f5b2-9191-4ee5-983c-4108d89c9400"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ee06f5b2-9191-4ee5-983c-4108d89c9400"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ee06f5b2-9191-4ee5-983c-4108d89c9400"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ee06f5b2-9191-4ee5-983c-4108d89c9400"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ee06f5b2-9191-4ee5-983c-4108d89c9400"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ee06f5b2-9191-4ee5-983c-4108d89c9400"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ee06f5b2-9191-4ee5-983c-4108d89c9400"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ee06f5b2-9191-4ee5-983c-4108d89c9400"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ee06f5b2-9191-4ee5-983c-4108d89c9400"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ee06f5b2-9191-4ee5-983c-4108d89c9400"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ee06f5b2-9191-4ee5-983c-4108d89c9400"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ee06f5b2-9191-4ee5-983c-4108d89c9400"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ee06f5b2-9191-4ee5-983c-4108d89c9400"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ee06f5b2-9191-4ee5-983c-4108d89c9400"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ee06f5b2-9191-4ee5-983c-4108d89c9400"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ee06f5b2-9191-4ee5-983c-4108d89c9400"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ee06f5b2-9191-4ee5-983c-4108d89c9400"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ee06f5b2-9191-4ee5-983c-4108d89c9400"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ee06f5b2-9191-4ee5-983c-4108d89c9400"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ee06f5b2-9191-4ee5-983c-4108d89c9400"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee06f5b2-9191-4ee5-983c-4108d89c9400"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ee06f5b2-9191-4ee5-983c-4108d89c9400"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ee06f5b2-9191-4ee5-983c-4108d89c9400"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ee06f5b2-9191-4ee5-983c-4108d89c9400"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ee06f5b2-9191-4ee5-983c-4108d89c9400"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ee06f5b2-9191-4ee5-983c-4108d89c9400"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ee06f5b2-9191-4ee5-983c-4108d89c9400"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ee06f5b2-9191-4ee5-983c-4108d89c9400"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ee06f5b2-9191-4ee5-983c-4108d89c9400"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ee06f5b2-9191-4ee5-983c-4108d89c9400"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ee06f5b2-9191-4ee5-983c-4108d89c9400"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ee06f5b2-9191-4ee5-983c-4108d89c9400"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-fc9bfe2d-2cf0-44c9-b52d-4b92ff147abd {
  
}

#s-fc9bfe2d-2cf0-44c9-b52d-4b92ff147abd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-fc9bfe2d-2cf0-44c9-b52d-4b92ff147abd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-fc9bfe2d-2cf0-44c9-b52d-4b92ff147abd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-fc9bfe2d-2cf0-44c9-b52d-4b92ff147abd > .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-fc9bfe2d-2cf0-44c9-b52d-4b92ff147abd > .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-fc9bfe2d-2cf0-44c9-b52d-4b92ff147abd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-f567ee05-c866-4396-8ed2-c53ab38c13b6 {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(52, 189, 219, 0.5);
}

#s-f567ee05-c866-4396-8ed2-c53ab38c13b6 .shogun-success-alert {
  background-color: rgba(52, 189, 219, 0.5);
  color: #3c763d;
}

#s-f567ee05-c866-4396-8ed2-c53ab38c13b6 .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-f567ee05-c866-4396-8ed2-c53ab38c13b6 .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-f567ee05-c866-4396-8ed2-c53ab38c13b6 .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-f567ee05-c866-4396-8ed2-c53ab38c13b6 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-f567ee05-c866-4396-8ed2-c53ab38c13b6 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-c58f0eb0-4167-4696-a552-9c700696306b {
  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-e9c46f13-22e9-4331-b3d1-c1ed698e9f55 {
  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-e9c46f13-22e9-4331-b3d1-c1ed698e9f55 > .shg-box-overlay {
  background-color: rgba(127, 244, 239, 1);
  opacity: 0;
}#s-e9c46f13-22e9-4331-b3d1-c1ed698e9f55.shg-box.shg-c {
  justify-content: flex-start;
}

#s-aad15441-2092-420f-b75d-783ebc52faca {
  min-height: 50px;
}








#s-aad15441-2092-420f-b75d-783ebc52faca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aad15441-2092-420f-b75d-783ebc52faca.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-88e3d256-3577-4823-80bb-9ad171f18f20"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-88e3d256-3577-4823-80bb-9ad171f18f20"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-88e3d256-3577-4823-80bb-9ad171f18f20"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-88e3d256-3577-4823-80bb-9ad171f18f20"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-88e3d256-3577-4823-80bb-9ad171f18f20"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-88e3d256-3577-4823-80bb-9ad171f18f20"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-88e3d256-3577-4823-80bb-9ad171f18f20"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-88e3d256-3577-4823-80bb-9ad171f18f20"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-88e3d256-3577-4823-80bb-9ad171f18f20"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-88e3d256-3577-4823-80bb-9ad171f18f20"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-88e3d256-3577-4823-80bb-9ad171f18f20"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-88e3d256-3577-4823-80bb-9ad171f18f20"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-88e3d256-3577-4823-80bb-9ad171f18f20"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-88e3d256-3577-4823-80bb-9ad171f18f20"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-88e3d256-3577-4823-80bb-9ad171f18f20"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-88e3d256-3577-4823-80bb-9ad171f18f20"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-88e3d256-3577-4823-80bb-9ad171f18f20"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-88e3d256-3577-4823-80bb-9ad171f18f20"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-88e3d256-3577-4823-80bb-9ad171f18f20"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-88e3d256-3577-4823-80bb-9ad171f18f20"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-88e3d256-3577-4823-80bb-9ad171f18f20"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-88e3d256-3577-4823-80bb-9ad171f18f20"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-88e3d256-3577-4823-80bb-9ad171f18f20"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-88e3d256-3577-4823-80bb-9ad171f18f20"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-88e3d256-3577-4823-80bb-9ad171f18f20"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-88e3d256-3577-4823-80bb-9ad171f18f20"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-88e3d256-3577-4823-80bb-9ad171f18f20"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-88e3d256-3577-4823-80bb-9ad171f18f20"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-88e3d256-3577-4823-80bb-9ad171f18f20"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-88e3d256-3577-4823-80bb-9ad171f18f20"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-88e3d256-3577-4823-80bb-9ad171f18f20"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-88e3d256-3577-4823-80bb-9ad171f18f20"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-88e3d256-3577-4823-80bb-9ad171f18f20"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-88e3d256-3577-4823-80bb-9ad171f18f20"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-88e3d256-3577-4823-80bb-9ad171f18f20"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-88e3d256-3577-4823-80bb-9ad171f18f20"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-88e3d256-3577-4823-80bb-9ad171f18f20"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2d4b9762-a032-4b23-a58e-6dd2c95b19d6 {
  
}

#s-2d4b9762-a032-4b23-a58e-6dd2c95b19d6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-2d4b9762-a032-4b23-a58e-6dd2c95b19d6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-2d4b9762-a032-4b23-a58e-6dd2c95b19d6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-2d4b9762-a032-4b23-a58e-6dd2c95b19d6 > .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-2d4b9762-a032-4b23-a58e-6dd2c95b19d6 > .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-2d4b9762-a032-4b23-a58e-6dd2c95b19d6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-752f8a80-efbd-445b-96a0-b2531d6e2890 {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(52, 189, 219, 0.5);
}

#s-752f8a80-efbd-445b-96a0-b2531d6e2890 .shogun-success-alert {
  background-color: rgba(52, 189, 219, 0.5);
  color: #3c763d;
}

#s-752f8a80-efbd-445b-96a0-b2531d6e2890 .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-752f8a80-efbd-445b-96a0-b2531d6e2890 .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-752f8a80-efbd-445b-96a0-b2531d6e2890 .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-752f8a80-efbd-445b-96a0-b2531d6e2890 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-752f8a80-efbd-445b-96a0-b2531d6e2890 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-640e6aed-92d9-4bcb-b837-fed89b2dd84d {
  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-c984d543-e739-42c4-8a3b-29acb587f0e4 {
  margin-left: 25px;
margin-right: 25px;
}

#s-c984d543-e739-42c4-8a3b-29acb587f0e4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-c984d543-e739-42c4-8a3b-29acb587f0e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-c984d543-e739-42c4-8a3b-29acb587f0e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-c984d543-e739-42c4-8a3b-29acb587f0e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-c984d543-e739-42c4-8a3b-29acb587f0e4 > .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-c984d543-e739-42c4-8a3b-29acb587f0e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-e98b2cf1-6fc6-4fa5-a5b2-fafe59a1f939 {
  text-align: center;
}




  #s-e98b2cf1-6fc6-4fa5-a5b2-fafe59a1f939 img.shogun-image {
    
    width: px;
  }


#s-e98b2cf1-6fc6-4fa5-a5b2-fafe59a1f939 .shogun-image-content {
  
    align-items: center;
  
}

#s-cdf71f12-f086-402f-b7f9-047d40f97102 {
  margin-left: 25px;
margin-right: 25px;
}

#s-cdf71f12-f086-402f-b7f9-047d40f97102 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-cdf71f12-f086-402f-b7f9-047d40f97102 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-cdf71f12-f086-402f-b7f9-047d40f97102 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-cdf71f12-f086-402f-b7f9-047d40f97102 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-cdf71f12-f086-402f-b7f9-047d40f97102 > .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-cdf71f12-f086-402f-b7f9-047d40f97102 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-a8eeef0a-7d27-4979-9471-dab186dd7ede {
  text-align: center;
}




  #s-a8eeef0a-7d27-4979-9471-dab186dd7ede img.shogun-image {
    
    width: px;
  }


#s-a8eeef0a-7d27-4979-9471-dab186dd7ede .shogun-image-content {
  
    align-items: center;
  
}

#s-e8757453-c88f-4053-8777-a5aab39c64c8 {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}

#s-e8757453-c88f-4053-8777-a5aab39c64c8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-e8757453-c88f-4053-8777-a5aab39c64c8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-e8757453-c88f-4053-8777-a5aab39c64c8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-e8757453-c88f-4053-8777-a5aab39c64c8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-e8757453-c88f-4053-8777-a5aab39c64c8 > .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-e8757453-c88f-4053-8777-a5aab39c64c8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-03afd09c-50f7-4357-b802-daf7ecb73453 {
  text-align: center;
}




  #s-03afd09c-50f7-4357-b802-daf7ecb73453 img.shogun-image {
    
    width: px;
  }


#s-03afd09c-50f7-4357-b802-daf7ecb73453 .shogun-image-content {
  
    align-items: center;
  
}

#s-b8b37154-0f2c-4dbd-8a0d-43027b8028f8 {
  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;
background-image: none;
hover-type: color;
color: rgba(252, 252, 252, 1);
background-position: left undefined;
}
#s-b8b37154-0f2c-4dbd-8a0d-43027b8028f8:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(10, 34, 64, 0.8) !important;}#s-b8b37154-0f2c-4dbd-8a0d-43027b8028f8:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b8b37154-0f2c-4dbd-8a0d-43027b8028f8-btn-wrapper {
    text-align: center;
  }


#s-b8b37154-0f2c-4dbd-8a0d-43027b8028f8.shg-btn {
  color: rgba(252, 252, 252, 1);
  font-size: ;
  
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-0b32daec-b0b5-4826-af25-316a3d993c66 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-0b32daec-b0b5-4826-af25-316a3d993c66 .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-a02b8c2f-1d1b-4422-ba9e-d7c0ecd005e9 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-a02b8c2f-1d1b-4422-ba9e-d7c0ecd005e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a02b8c2f-1d1b-4422-ba9e-d7c0ecd005e9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-a02b8c2f-1d1b-4422-ba9e-d7c0ecd005e9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-a02b8c2f-1d1b-4422-ba9e-d7c0ecd005e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-a02b8c2f-1d1b-4422-ba9e-d7c0ecd005e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-a02b8c2f-1d1b-4422-ba9e-d7c0ecd005e9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-a02b8c2f-1d1b-4422-ba9e-d7c0ecd005e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-a02b8c2f-1d1b-4422-ba9e-d7c0ecd005e9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-a02b8c2f-1d1b-4422-ba9e-d7c0ecd005e9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-a02b8c2f-1d1b-4422-ba9e-d7c0ecd005e9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-a02b8c2f-1d1b-4422-ba9e-d7c0ecd005e9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-a02b8c2f-1d1b-4422-ba9e-d7c0ecd005e9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-a02b8c2f-1d1b-4422-ba9e-d7c0ecd005e9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-a02b8c2f-1d1b-4422-ba9e-d7c0ecd005e9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-a02b8c2f-1d1b-4422-ba9e-d7c0ecd005e9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-a02b8c2f-1d1b-4422-ba9e-d7c0ecd005e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-a02b8c2f-1d1b-4422-ba9e-d7c0ecd005e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-a02b8c2f-1d1b-4422-ba9e-d7c0ecd005e9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-a02b8c2f-1d1b-4422-ba9e-d7c0ecd005e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-a02b8c2f-1d1b-4422-ba9e-d7c0ecd005e9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-a02b8c2f-1d1b-4422-ba9e-d7c0ecd005e9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-a02b8c2f-1d1b-4422-ba9e-d7c0ecd005e9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-a02b8c2f-1d1b-4422-ba9e-d7c0ecd005e9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-a02b8c2f-1d1b-4422-ba9e-d7c0ecd005e9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-a02b8c2f-1d1b-4422-ba9e-d7c0ecd005e9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-a02b8c2f-1d1b-4422-ba9e-d7c0ecd005e9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-a02b8c2f-1d1b-4422-ba9e-d7c0ecd005e9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-a02b8c2f-1d1b-4422-ba9e-d7c0ecd005e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-a02b8c2f-1d1b-4422-ba9e-d7c0ecd005e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-a02b8c2f-1d1b-4422-ba9e-d7c0ecd005e9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-a02b8c2f-1d1b-4422-ba9e-d7c0ecd005e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-a02b8c2f-1d1b-4422-ba9e-d7c0ecd005e9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-a02b8c2f-1d1b-4422-ba9e-d7c0ecd005e9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-a02b8c2f-1d1b-4422-ba9e-d7c0ecd005e9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-a02b8c2f-1d1b-4422-ba9e-d7c0ecd005e9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-a02b8c2f-1d1b-4422-ba9e-d7c0ecd005e9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-a02b8c2f-1d1b-4422-ba9e-d7c0ecd005e9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-6f1bd130-8d48-4d57-b7d9-f14dab98659e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-6f1bd130-8d48-4d57-b7d9-f14dab98659e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f1bd130-8d48-4d57-b7d9-f14dab98659e.shg-box.shg-c {
  justify-content: center;
}

#s-fe182eb4-dc65-4242-9dbd-c637fc1df15b {
  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-deccd23b-026b-4cc5-893b-b6c0bd74f69c {
  min-height: 50px;
}








#s-deccd23b-026b-4cc5-893b-b6c0bd74f69c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-deccd23b-026b-4cc5-893b-b6c0bd74f69c.shg-box.shg-c {
  justify-content: center;
}

#s-fac3fe05-541b-4ac4-ab78-59a261ac9360 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: left center;
}








#s-fac3fe05-541b-4ac4-ab78-59a261ac9360 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fac3fe05-541b-4ac4-ab78-59a261ac9360.shg-box.shg-c {
  justify-content: flex-end;
}

#s-fb511676-bdae-4dc7-9d27-cd166201b3e7 {
  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-05cfb858-7381-42bc-900e-2300b2ce9d45 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: left center;
}








#s-05cfb858-7381-42bc-900e-2300b2ce9d45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05cfb858-7381-42bc-900e-2300b2ce9d45.shg-box.shg-c {
  justify-content: center;
}

#s-6ed2d771-cae8-480d-8cb3-845ea336273c {
  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-dc2cd58c-3cf0-446d-a239-ded8f5b24950 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-dc2cd58c-3cf0-446d-a239-ded8f5b24950"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc2cd58c-3cf0-446d-a239-ded8f5b24950"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dc2cd58c-3cf0-446d-a239-ded8f5b24950"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dc2cd58c-3cf0-446d-a239-ded8f5b24950"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dc2cd58c-3cf0-446d-a239-ded8f5b24950"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dc2cd58c-3cf0-446d-a239-ded8f5b24950"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dc2cd58c-3cf0-446d-a239-ded8f5b24950"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dc2cd58c-3cf0-446d-a239-ded8f5b24950"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dc2cd58c-3cf0-446d-a239-ded8f5b24950"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dc2cd58c-3cf0-446d-a239-ded8f5b24950"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dc2cd58c-3cf0-446d-a239-ded8f5b24950"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dc2cd58c-3cf0-446d-a239-ded8f5b24950"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dc2cd58c-3cf0-446d-a239-ded8f5b24950"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dc2cd58c-3cf0-446d-a239-ded8f5b24950"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dc2cd58c-3cf0-446d-a239-ded8f5b24950"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dc2cd58c-3cf0-446d-a239-ded8f5b24950"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dc2cd58c-3cf0-446d-a239-ded8f5b24950"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dc2cd58c-3cf0-446d-a239-ded8f5b24950"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dc2cd58c-3cf0-446d-a239-ded8f5b24950"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dc2cd58c-3cf0-446d-a239-ded8f5b24950"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dc2cd58c-3cf0-446d-a239-ded8f5b24950"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dc2cd58c-3cf0-446d-a239-ded8f5b24950"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dc2cd58c-3cf0-446d-a239-ded8f5b24950"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dc2cd58c-3cf0-446d-a239-ded8f5b24950"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dc2cd58c-3cf0-446d-a239-ded8f5b24950"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc2cd58c-3cf0-446d-a239-ded8f5b24950"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dc2cd58c-3cf0-446d-a239-ded8f5b24950"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dc2cd58c-3cf0-446d-a239-ded8f5b24950"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dc2cd58c-3cf0-446d-a239-ded8f5b24950"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dc2cd58c-3cf0-446d-a239-ded8f5b24950"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dc2cd58c-3cf0-446d-a239-ded8f5b24950"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dc2cd58c-3cf0-446d-a239-ded8f5b24950"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dc2cd58c-3cf0-446d-a239-ded8f5b24950"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dc2cd58c-3cf0-446d-a239-ded8f5b24950"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dc2cd58c-3cf0-446d-a239-ded8f5b24950"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dc2cd58c-3cf0-446d-a239-ded8f5b24950"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dc2cd58c-3cf0-446d-a239-ded8f5b24950"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-414e0897-3de1-4a49-9450-ff085552cc4e {
  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-1688f269-2b96-4f12-ac1e-f258b9d4d894 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-1688f269-2b96-4f12-ac1e-f258b9d4d894 .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-f6011615-0499-4745-98a4-9696a3efffac {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-f6011615-0499-4745-98a4-9696a3efffac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f6011615-0499-4745-98a4-9696a3efffac"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-f6011615-0499-4745-98a4-9696a3efffac"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-f6011615-0499-4745-98a4-9696a3efffac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-f6011615-0499-4745-98a4-9696a3efffac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-f6011615-0499-4745-98a4-9696a3efffac"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-f6011615-0499-4745-98a4-9696a3efffac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-f6011615-0499-4745-98a4-9696a3efffac"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-f6011615-0499-4745-98a4-9696a3efffac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-f6011615-0499-4745-98a4-9696a3efffac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-f6011615-0499-4745-98a4-9696a3efffac"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-f6011615-0499-4745-98a4-9696a3efffac"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-f6011615-0499-4745-98a4-9696a3efffac"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-f6011615-0499-4745-98a4-9696a3efffac"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-f6011615-0499-4745-98a4-9696a3efffac"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-f6011615-0499-4745-98a4-9696a3efffac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-f6011615-0499-4745-98a4-9696a3efffac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-f6011615-0499-4745-98a4-9696a3efffac"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-f6011615-0499-4745-98a4-9696a3efffac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-f6011615-0499-4745-98a4-9696a3efffac"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-f6011615-0499-4745-98a4-9696a3efffac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-f6011615-0499-4745-98a4-9696a3efffac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-f6011615-0499-4745-98a4-9696a3efffac"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-f6011615-0499-4745-98a4-9696a3efffac"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-f6011615-0499-4745-98a4-9696a3efffac"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-f6011615-0499-4745-98a4-9696a3efffac"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-f6011615-0499-4745-98a4-9696a3efffac"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-f6011615-0499-4745-98a4-9696a3efffac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-f6011615-0499-4745-98a4-9696a3efffac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-f6011615-0499-4745-98a4-9696a3efffac"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-f6011615-0499-4745-98a4-9696a3efffac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-f6011615-0499-4745-98a4-9696a3efffac"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-f6011615-0499-4745-98a4-9696a3efffac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-f6011615-0499-4745-98a4-9696a3efffac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-f6011615-0499-4745-98a4-9696a3efffac"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-f6011615-0499-4745-98a4-9696a3efffac"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-f6011615-0499-4745-98a4-9696a3efffac"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-40727a13-2844-4548-9ad6-b5e99b12d433 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: left center;
}








#s-40727a13-2844-4548-9ad6-b5e99b12d433 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40727a13-2844-4548-9ad6-b5e99b12d433.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c460cfb4-752f-4717-b379-e744f906c422 {
  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-a739f032-74dd-43c5-ba54-f3374f5f2ed3 {
  min-height: 50px;
}








#s-a739f032-74dd-43c5-ba54-f3374f5f2ed3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a739f032-74dd-43c5-ba54-f3374f5f2ed3.shg-box.shg-c {
  justify-content: center;
}

#s-99fbf991-2dbc-46e7-b64e-4096d0200d0b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-99fbf991-2dbc-46e7-b64e-4096d0200d0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99fbf991-2dbc-46e7-b64e-4096d0200d0b.shg-box.shg-c {
  justify-content: flex-end;
}

#s-d7dba6eb-9804-41c0-a6e9-548481fa1567 {
  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-1b0e8c93-9d98-4869-a824-bda956af8260 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: left center;
}








#s-1b0e8c93-9d98-4869-a824-bda956af8260 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b0e8c93-9d98-4869-a824-bda956af8260.shg-box.shg-c {
  justify-content: center;
}

#s-1bd1f282-4f55-4236-a078-b54391af7b9a {
  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-2f7c7ea7-43ad-4ac8-b7b2-623e1eafe339 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-2f7c7ea7-43ad-4ac8-b7b2-623e1eafe339"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f7c7ea7-43ad-4ac8-b7b2-623e1eafe339"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2f7c7ea7-43ad-4ac8-b7b2-623e1eafe339"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2f7c7ea7-43ad-4ac8-b7b2-623e1eafe339"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2f7c7ea7-43ad-4ac8-b7b2-623e1eafe339"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2f7c7ea7-43ad-4ac8-b7b2-623e1eafe339"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2f7c7ea7-43ad-4ac8-b7b2-623e1eafe339"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2f7c7ea7-43ad-4ac8-b7b2-623e1eafe339"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2f7c7ea7-43ad-4ac8-b7b2-623e1eafe339"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2f7c7ea7-43ad-4ac8-b7b2-623e1eafe339"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2f7c7ea7-43ad-4ac8-b7b2-623e1eafe339"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2f7c7ea7-43ad-4ac8-b7b2-623e1eafe339"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2f7c7ea7-43ad-4ac8-b7b2-623e1eafe339"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2f7c7ea7-43ad-4ac8-b7b2-623e1eafe339"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2f7c7ea7-43ad-4ac8-b7b2-623e1eafe339"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2f7c7ea7-43ad-4ac8-b7b2-623e1eafe339"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2f7c7ea7-43ad-4ac8-b7b2-623e1eafe339"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2f7c7ea7-43ad-4ac8-b7b2-623e1eafe339"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2f7c7ea7-43ad-4ac8-b7b2-623e1eafe339"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2f7c7ea7-43ad-4ac8-b7b2-623e1eafe339"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2f7c7ea7-43ad-4ac8-b7b2-623e1eafe339"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2f7c7ea7-43ad-4ac8-b7b2-623e1eafe339"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2f7c7ea7-43ad-4ac8-b7b2-623e1eafe339"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2f7c7ea7-43ad-4ac8-b7b2-623e1eafe339"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2f7c7ea7-43ad-4ac8-b7b2-623e1eafe339"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f7c7ea7-43ad-4ac8-b7b2-623e1eafe339"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2f7c7ea7-43ad-4ac8-b7b2-623e1eafe339"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2f7c7ea7-43ad-4ac8-b7b2-623e1eafe339"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2f7c7ea7-43ad-4ac8-b7b2-623e1eafe339"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2f7c7ea7-43ad-4ac8-b7b2-623e1eafe339"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2f7c7ea7-43ad-4ac8-b7b2-623e1eafe339"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2f7c7ea7-43ad-4ac8-b7b2-623e1eafe339"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2f7c7ea7-43ad-4ac8-b7b2-623e1eafe339"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2f7c7ea7-43ad-4ac8-b7b2-623e1eafe339"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2f7c7ea7-43ad-4ac8-b7b2-623e1eafe339"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2f7c7ea7-43ad-4ac8-b7b2-623e1eafe339"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2f7c7ea7-43ad-4ac8-b7b2-623e1eafe339"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f114fe97-b5e8-4d14-b20c-82fd9566e80f {
  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-d32df2e6-cf71-413d-b9d8-7282a04a8969 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-d32df2e6-cf71-413d-b9d8-7282a04a8969 .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-cddf099a-3d68-446c-a6c9-ae04df3a2c3e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-cddf099a-3d68-446c-a6c9-ae04df3a2c3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cddf099a-3d68-446c-a6c9-ae04df3a2c3e.shg-box.shg-c {
  justify-content: center;
}

#s-143d1751-acc0-4f3c-a280-1814fe181c08 {
  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-143d1751-acc0-4f3c-a280-1814fe181c08"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-143d1751-acc0-4f3c-a280-1814fe181c08"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-143d1751-acc0-4f3c-a280-1814fe181c08"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-143d1751-acc0-4f3c-a280-1814fe181c08"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-143d1751-acc0-4f3c-a280-1814fe181c08"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-143d1751-acc0-4f3c-a280-1814fe181c08"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-143d1751-acc0-4f3c-a280-1814fe181c08"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-143d1751-acc0-4f3c-a280-1814fe181c08"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-143d1751-acc0-4f3c-a280-1814fe181c08"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-143d1751-acc0-4f3c-a280-1814fe181c08"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-143d1751-acc0-4f3c-a280-1814fe181c08"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-143d1751-acc0-4f3c-a280-1814fe181c08"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-143d1751-acc0-4f3c-a280-1814fe181c08"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-143d1751-acc0-4f3c-a280-1814fe181c08"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-143d1751-acc0-4f3c-a280-1814fe181c08"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-143d1751-acc0-4f3c-a280-1814fe181c08"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-143d1751-acc0-4f3c-a280-1814fe181c08"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-143d1751-acc0-4f3c-a280-1814fe181c08"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-143d1751-acc0-4f3c-a280-1814fe181c08"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-143d1751-acc0-4f3c-a280-1814fe181c08"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-143d1751-acc0-4f3c-a280-1814fe181c08"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-143d1751-acc0-4f3c-a280-1814fe181c08"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-143d1751-acc0-4f3c-a280-1814fe181c08"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-143d1751-acc0-4f3c-a280-1814fe181c08"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-143d1751-acc0-4f3c-a280-1814fe181c08"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-143d1751-acc0-4f3c-a280-1814fe181c08"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-143d1751-acc0-4f3c-a280-1814fe181c08"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-143d1751-acc0-4f3c-a280-1814fe181c08"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-143d1751-acc0-4f3c-a280-1814fe181c08"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-143d1751-acc0-4f3c-a280-1814fe181c08"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-143d1751-acc0-4f3c-a280-1814fe181c08"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-143d1751-acc0-4f3c-a280-1814fe181c08"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-143d1751-acc0-4f3c-a280-1814fe181c08"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-143d1751-acc0-4f3c-a280-1814fe181c08"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-143d1751-acc0-4f3c-a280-1814fe181c08"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-143d1751-acc0-4f3c-a280-1814fe181c08"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-143d1751-acc0-4f3c-a280-1814fe181c08"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b8f9313d-faf6-4bd9-8db7-799b58e7ff81 {
  min-height: 400px;
}








#s-b8f9313d-faf6-4bd9-8db7-799b58e7ff81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8f9313d-faf6-4bd9-8db7-799b58e7ff81.shg-box.shg-c {
  justify-content: center;
}

#s-011a41d6-7603-48c8-ac80-8a3e4295d9e1 {
  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-011a41d6-7603-48c8-ac80-8a3e4295d9e1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-011a41d6-7603-48c8-ac80-8a3e4295d9e1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-011a41d6-7603-48c8-ac80-8a3e4295d9e1 {
  
}
}@media (max-width: 767px){#s-011a41d6-7603-48c8-ac80-8a3e4295d9e1 {
  
}
}
#s-7a1ff510-790e-48b8-b62f-884d978e4fd0 {
  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-7a1ff510-790e-48b8-b62f-884d978e4fd0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a1ff510-790e-48b8-b62f-884d978e4fd0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7a1ff510-790e-48b8-b62f-884d978e4fd0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7a1ff510-790e-48b8-b62f-884d978e4fd0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7a1ff510-790e-48b8-b62f-884d978e4fd0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7a1ff510-790e-48b8-b62f-884d978e4fd0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7a1ff510-790e-48b8-b62f-884d978e4fd0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7a1ff510-790e-48b8-b62f-884d978e4fd0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7a1ff510-790e-48b8-b62f-884d978e4fd0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7a1ff510-790e-48b8-b62f-884d978e4fd0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7a1ff510-790e-48b8-b62f-884d978e4fd0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7a1ff510-790e-48b8-b62f-884d978e4fd0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7a1ff510-790e-48b8-b62f-884d978e4fd0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7a1ff510-790e-48b8-b62f-884d978e4fd0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7a1ff510-790e-48b8-b62f-884d978e4fd0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7a1ff510-790e-48b8-b62f-884d978e4fd0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7a1ff510-790e-48b8-b62f-884d978e4fd0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7a1ff510-790e-48b8-b62f-884d978e4fd0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7a1ff510-790e-48b8-b62f-884d978e4fd0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7a1ff510-790e-48b8-b62f-884d978e4fd0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7a1ff510-790e-48b8-b62f-884d978e4fd0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7a1ff510-790e-48b8-b62f-884d978e4fd0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7a1ff510-790e-48b8-b62f-884d978e4fd0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7a1ff510-790e-48b8-b62f-884d978e4fd0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7a1ff510-790e-48b8-b62f-884d978e4fd0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a1ff510-790e-48b8-b62f-884d978e4fd0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7a1ff510-790e-48b8-b62f-884d978e4fd0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7a1ff510-790e-48b8-b62f-884d978e4fd0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7a1ff510-790e-48b8-b62f-884d978e4fd0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7a1ff510-790e-48b8-b62f-884d978e4fd0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7a1ff510-790e-48b8-b62f-884d978e4fd0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7a1ff510-790e-48b8-b62f-884d978e4fd0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7a1ff510-790e-48b8-b62f-884d978e4fd0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7a1ff510-790e-48b8-b62f-884d978e4fd0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7a1ff510-790e-48b8-b62f-884d978e4fd0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7a1ff510-790e-48b8-b62f-884d978e4fd0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7a1ff510-790e-48b8-b62f-884d978e4fd0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-7ae770c8-eaae-486b-b563-3c1a26a2399a {
  min-height: 400px;
}








#s-7ae770c8-eaae-486b-b563-3c1a26a2399a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ae770c8-eaae-486b-b563-3c1a26a2399a.shg-box.shg-c {
  justify-content: center;
}

#s-c9f9bb50-88be-4984-911a-cff219da112f {
  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-c9f9bb50-88be-4984-911a-cff219da112f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9f9bb50-88be-4984-911a-cff219da112f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9f9bb50-88be-4984-911a-cff219da112f {
  
}
}@media (max-width: 767px){#s-c9f9bb50-88be-4984-911a-cff219da112f {
  
}
}
#s-ed553fff-e9ff-4b3c-a0e2-64ca64264048 {
  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-ed553fff-e9ff-4b3c-a0e2-64ca64264048"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed553fff-e9ff-4b3c-a0e2-64ca64264048"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ed553fff-e9ff-4b3c-a0e2-64ca64264048"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ed553fff-e9ff-4b3c-a0e2-64ca64264048"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ed553fff-e9ff-4b3c-a0e2-64ca64264048"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ed553fff-e9ff-4b3c-a0e2-64ca64264048"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ed553fff-e9ff-4b3c-a0e2-64ca64264048"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ed553fff-e9ff-4b3c-a0e2-64ca64264048"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ed553fff-e9ff-4b3c-a0e2-64ca64264048"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ed553fff-e9ff-4b3c-a0e2-64ca64264048"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ed553fff-e9ff-4b3c-a0e2-64ca64264048"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ed553fff-e9ff-4b3c-a0e2-64ca64264048"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ed553fff-e9ff-4b3c-a0e2-64ca64264048"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ed553fff-e9ff-4b3c-a0e2-64ca64264048"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ed553fff-e9ff-4b3c-a0e2-64ca64264048"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ed553fff-e9ff-4b3c-a0e2-64ca64264048"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ed553fff-e9ff-4b3c-a0e2-64ca64264048"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ed553fff-e9ff-4b3c-a0e2-64ca64264048"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ed553fff-e9ff-4b3c-a0e2-64ca64264048"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ed553fff-e9ff-4b3c-a0e2-64ca64264048"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ed553fff-e9ff-4b3c-a0e2-64ca64264048"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ed553fff-e9ff-4b3c-a0e2-64ca64264048"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ed553fff-e9ff-4b3c-a0e2-64ca64264048"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ed553fff-e9ff-4b3c-a0e2-64ca64264048"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ed553fff-e9ff-4b3c-a0e2-64ca64264048"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed553fff-e9ff-4b3c-a0e2-64ca64264048"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ed553fff-e9ff-4b3c-a0e2-64ca64264048"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ed553fff-e9ff-4b3c-a0e2-64ca64264048"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ed553fff-e9ff-4b3c-a0e2-64ca64264048"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ed553fff-e9ff-4b3c-a0e2-64ca64264048"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ed553fff-e9ff-4b3c-a0e2-64ca64264048"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ed553fff-e9ff-4b3c-a0e2-64ca64264048"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ed553fff-e9ff-4b3c-a0e2-64ca64264048"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ed553fff-e9ff-4b3c-a0e2-64ca64264048"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ed553fff-e9ff-4b3c-a0e2-64ca64264048"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ed553fff-e9ff-4b3c-a0e2-64ca64264048"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ed553fff-e9ff-4b3c-a0e2-64ca64264048"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a4dfe499-f9bd-4f04-be5d-7f7cf378cd11 {
  min-height: 400px;
}








#s-a4dfe499-f9bd-4f04-be5d-7f7cf378cd11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4dfe499-f9bd-4f04-be5d-7f7cf378cd11.shg-box.shg-c {
  justify-content: center;
}

#s-f6c519c2-9a0d-4b01-af12-8736d1439bd0 {
  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-f6c519c2-9a0d-4b01-af12-8736d1439bd0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f6c519c2-9a0d-4b01-af12-8736d1439bd0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f6c519c2-9a0d-4b01-af12-8736d1439bd0 {
  
}
}@media (max-width: 767px){#s-f6c519c2-9a0d-4b01-af12-8736d1439bd0 {
  
}
}
#s-4402b5bf-b034-4d8e-a2f5-0ece8aec5e73 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 400px;
background-position: center center;
}








#s-4402b5bf-b034-4d8e-a2f5-0ece8aec5e73 > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-4402b5bf-b034-4d8e-a2f5-0ece8aec5e73.shg-box.shg-c {
  justify-content: center;
}

#s-0d34977d-a47f-4b32-b1ca-f6d470a30bd8 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-0d34977d-a47f-4b32-b1ca-f6d470a30bd8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d34977d-a47f-4b32-b1ca-f6d470a30bd8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-0d34977d-a47f-4b32-b1ca-f6d470a30bd8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-0d34977d-a47f-4b32-b1ca-f6d470a30bd8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-0d34977d-a47f-4b32-b1ca-f6d470a30bd8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-0d34977d-a47f-4b32-b1ca-f6d470a30bd8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-0d34977d-a47f-4b32-b1ca-f6d470a30bd8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-0d34977d-a47f-4b32-b1ca-f6d470a30bd8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-0d34977d-a47f-4b32-b1ca-f6d470a30bd8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-0d34977d-a47f-4b32-b1ca-f6d470a30bd8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-0d34977d-a47f-4b32-b1ca-f6d470a30bd8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-0d34977d-a47f-4b32-b1ca-f6d470a30bd8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-0d34977d-a47f-4b32-b1ca-f6d470a30bd8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-0d34977d-a47f-4b32-b1ca-f6d470a30bd8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-0d34977d-a47f-4b32-b1ca-f6d470a30bd8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-0d34977d-a47f-4b32-b1ca-f6d470a30bd8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-0d34977d-a47f-4b32-b1ca-f6d470a30bd8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-0d34977d-a47f-4b32-b1ca-f6d470a30bd8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-0d34977d-a47f-4b32-b1ca-f6d470a30bd8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-0d34977d-a47f-4b32-b1ca-f6d470a30bd8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-0d34977d-a47f-4b32-b1ca-f6d470a30bd8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-0d34977d-a47f-4b32-b1ca-f6d470a30bd8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-0d34977d-a47f-4b32-b1ca-f6d470a30bd8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-0d34977d-a47f-4b32-b1ca-f6d470a30bd8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-0d34977d-a47f-4b32-b1ca-f6d470a30bd8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-0d34977d-a47f-4b32-b1ca-f6d470a30bd8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-0d34977d-a47f-4b32-b1ca-f6d470a30bd8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-0d34977d-a47f-4b32-b1ca-f6d470a30bd8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-0d34977d-a47f-4b32-b1ca-f6d470a30bd8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-0d34977d-a47f-4b32-b1ca-f6d470a30bd8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-0d34977d-a47f-4b32-b1ca-f6d470a30bd8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-0d34977d-a47f-4b32-b1ca-f6d470a30bd8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-0d34977d-a47f-4b32-b1ca-f6d470a30bd8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-0d34977d-a47f-4b32-b1ca-f6d470a30bd8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-0d34977d-a47f-4b32-b1ca-f6d470a30bd8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-0d34977d-a47f-4b32-b1ca-f6d470a30bd8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-0d34977d-a47f-4b32-b1ca-f6d470a30bd8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-c2e27fc1-5429-418c-b5f1-7c54281b486a {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-c2e27fc1-5429-418c-b5f1-7c54281b486a .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-9b4281e4-7ef5-4242-9e9f-8dc513ad76f3 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-9b4281e4-7ef5-4242-9e9f-8dc513ad76f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b4281e4-7ef5-4242-9e9f-8dc513ad76f3.shg-box.shg-c {
  justify-content: center;
}

#s-272042d1-7481-43d8-9f7f-548627262232 {
  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-272042d1-7481-43d8-9f7f-548627262232 > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-272042d1-7481-43d8-9f7f-548627262232.shg-box.shg-c {
  justify-content: center;
}

#s-b653adeb-e5d5-462f-94fc-96915c56c900 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b653adeb-e5d5-462f-94fc-96915c56c900 {
  
}
}
#s-b653adeb-e5d5-462f-94fc-96915c56c900 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b653adeb-e5d5-462f-94fc-96915c56c900 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-b653adeb-e5d5-462f-94fc-96915c56c900 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-b653adeb-e5d5-462f-94fc-96915c56c900 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-b653adeb-e5d5-462f-94fc-96915c56c900 > .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-b653adeb-e5d5-462f-94fc-96915c56c900 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8 {
  
}

@media (min-width: 0px) {
[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b1d7da3e-88c4-4fae-a3d0-ecd8f713bda8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7d525304-6cd4-40ec-8537-1e6c7020a2a5 {
  text-align: center;
}




  #s-7d525304-6cd4-40ec-8537-1e6c7020a2a5 img.shogun-image {
    
    width: px;
  }


#s-7d525304-6cd4-40ec-8537-1e6c7020a2a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc868f21-08ad-4b3b-8555-28dc62f82dbb {
  min-height: 50px;
}








#s-cc868f21-08ad-4b3b-8555-28dc62f82dbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc868f21-08ad-4b3b-8555-28dc62f82dbb.shg-box.shg-c {
  justify-content: center;
}

#s-2f629c7d-d497-4ff0-817c-be52c61e1ab3 {
  margin-top: 40%;
margin-bottom: 40%;
background-color: rgba(255, 255, 255, 0);
}

#s-1b83cb69-c4b5-4dd2-bb98-12f509009be2 {
  
}

@media (min-width: 0px) {
[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1b83cb69-c4b5-4dd2-bb98-12f509009be2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7923be5d-1845-4e4d-af5b-f0867bd88bba {
  min-height: 50px;
}








#s-7923be5d-1845-4e4d-af5b-f0867bd88bba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7923be5d-1845-4e4d-af5b-f0867bd88bba.shg-box.shg-c {
  justify-content: center;
}

#s-ae92e90d-959c-4845-9cd0-8e334a8ebde4 {
  
}

@media (min-width: 0px) {
[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ae92e90d-959c-4845-9cd0-8e334a8ebde4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a1d3d976-183a-4970-b183-94a4f301f74e {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-70a3a9fe-a0ef-4419-b8e8-a2e95563b4c8 {
  margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-725d2e5e-e101-4f71-9bda-51dc8dbfdfa9 {
  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-725d2e5e-e101-4f71-9bda-51dc8dbfdfa9 .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-e78a5809-2152-4bc2-b73a-5467d4b4db7a {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-aee3a62e-7ab1-4ce2-92e2-5cb703273477 {
  display: none;
}
#s-55bc182b-bdf0-4d01-bc5f-b8ad4f5c8fd9 {
  text-align: left;
}


.shg-c#s-55bc182b-bdf0-4d01-bc5f-b8ad4f5c8fd9 {
  max-width: 100%;
}

.shg-c#s-55bc182b-bdf0-4d01-bc5f-b8ad4f5c8fd9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55bc182b-bdf0-4d01-bc5f-b8ad4f5c8fd9 .shg-image-zoom,
.shg-c#s-55bc182b-bdf0-4d01-bc5f-b8ad4f5c8fd9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-55bc182b-bdf0-4d01-bc5f-b8ad4f5c8fd9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-55bc182b-bdf0-4d01-bc5f-b8ad4f5c8fd9 {
  max-width: 100%;
}

.shg-c#s-55bc182b-bdf0-4d01-bc5f-b8ad4f5c8fd9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55bc182b-bdf0-4d01-bc5f-b8ad4f5c8fd9 .shg-image-zoom,
.shg-c#s-55bc182b-bdf0-4d01-bc5f-b8ad4f5c8fd9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-55bc182b-bdf0-4d01-bc5f-b8ad4f5c8fd9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-55bc182b-bdf0-4d01-bc5f-b8ad4f5c8fd9 {
  max-width: 100%;
}

.shg-c#s-55bc182b-bdf0-4d01-bc5f-b8ad4f5c8fd9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55bc182b-bdf0-4d01-bc5f-b8ad4f5c8fd9 .shg-image-zoom,
.shg-c#s-55bc182b-bdf0-4d01-bc5f-b8ad4f5c8fd9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-55bc182b-bdf0-4d01-bc5f-b8ad4f5c8fd9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-55bc182b-bdf0-4d01-bc5f-b8ad4f5c8fd9 {
  max-width: 100%;
}

.shg-c#s-55bc182b-bdf0-4d01-bc5f-b8ad4f5c8fd9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55bc182b-bdf0-4d01-bc5f-b8ad4f5c8fd9 .shg-image-zoom,
.shg-c#s-55bc182b-bdf0-4d01-bc5f-b8ad4f5c8fd9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-55bc182b-bdf0-4d01-bc5f-b8ad4f5c8fd9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-55bc182b-bdf0-4d01-bc5f-b8ad4f5c8fd9 {
  max-width: 100%;
}

.shg-c#s-55bc182b-bdf0-4d01-bc5f-b8ad4f5c8fd9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55bc182b-bdf0-4d01-bc5f-b8ad4f5c8fd9 .shg-image-zoom,
.shg-c#s-55bc182b-bdf0-4d01-bc5f-b8ad4f5c8fd9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-55bc182b-bdf0-4d01-bc5f-b8ad4f5c8fd9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-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;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-d30d0b09-c3ca-43e4-948b-fef4e3a0804e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d30d0b09-c3ca-43e4-948b-fef4e3a0804e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-cdc06fd9-f19c-446c-9da7-270671c01cb3 {
  display: none;
}
#s-0899f807-20e3-4c77-9bce-84b9a9f398d9 {
  text-align: left;
}


.shg-c#s-0899f807-20e3-4c77-9bce-84b9a9f398d9 {
  max-width: 100%;
}

.shg-c#s-0899f807-20e3-4c77-9bce-84b9a9f398d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0899f807-20e3-4c77-9bce-84b9a9f398d9 .shg-image-zoom,
.shg-c#s-0899f807-20e3-4c77-9bce-84b9a9f398d9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0899f807-20e3-4c77-9bce-84b9a9f398d9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0899f807-20e3-4c77-9bce-84b9a9f398d9 {
  max-width: 100%;
}

.shg-c#s-0899f807-20e3-4c77-9bce-84b9a9f398d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0899f807-20e3-4c77-9bce-84b9a9f398d9 .shg-image-zoom,
.shg-c#s-0899f807-20e3-4c77-9bce-84b9a9f398d9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0899f807-20e3-4c77-9bce-84b9a9f398d9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0899f807-20e3-4c77-9bce-84b9a9f398d9 {
  max-width: 100%;
}

.shg-c#s-0899f807-20e3-4c77-9bce-84b9a9f398d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0899f807-20e3-4c77-9bce-84b9a9f398d9 .shg-image-zoom,
.shg-c#s-0899f807-20e3-4c77-9bce-84b9a9f398d9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0899f807-20e3-4c77-9bce-84b9a9f398d9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0899f807-20e3-4c77-9bce-84b9a9f398d9 {
  max-width: 100%;
}

.shg-c#s-0899f807-20e3-4c77-9bce-84b9a9f398d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0899f807-20e3-4c77-9bce-84b9a9f398d9 .shg-image-zoom,
.shg-c#s-0899f807-20e3-4c77-9bce-84b9a9f398d9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0899f807-20e3-4c77-9bce-84b9a9f398d9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0899f807-20e3-4c77-9bce-84b9a9f398d9 {
  max-width: 100%;
}

.shg-c#s-0899f807-20e3-4c77-9bce-84b9a9f398d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0899f807-20e3-4c77-9bce-84b9a9f398d9 .shg-image-zoom,
.shg-c#s-0899f807-20e3-4c77-9bce-84b9a9f398d9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0899f807-20e3-4c77-9bce-84b9a9f398d9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b412d795-3928-4a54-9d48-2ddeb2d72bed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b412d795-3928-4a54-9d48-2ddeb2d72bed .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-bd3d720a-e231-4b7d-b26b-09371139d0a6 {
  display: none;
}
#s-89550fe3-ce42-4028-9cc0-5b83be69b2cd {
  text-align: left;
}


.shg-c#s-89550fe3-ce42-4028-9cc0-5b83be69b2cd {
  max-width: 100%;
}

.shg-c#s-89550fe3-ce42-4028-9cc0-5b83be69b2cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89550fe3-ce42-4028-9cc0-5b83be69b2cd .shg-image-zoom,
.shg-c#s-89550fe3-ce42-4028-9cc0-5b83be69b2cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-89550fe3-ce42-4028-9cc0-5b83be69b2cd .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-89550fe3-ce42-4028-9cc0-5b83be69b2cd {
  max-width: 100%;
}

.shg-c#s-89550fe3-ce42-4028-9cc0-5b83be69b2cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89550fe3-ce42-4028-9cc0-5b83be69b2cd .shg-image-zoom,
.shg-c#s-89550fe3-ce42-4028-9cc0-5b83be69b2cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-89550fe3-ce42-4028-9cc0-5b83be69b2cd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-89550fe3-ce42-4028-9cc0-5b83be69b2cd {
  max-width: 100%;
}

.shg-c#s-89550fe3-ce42-4028-9cc0-5b83be69b2cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89550fe3-ce42-4028-9cc0-5b83be69b2cd .shg-image-zoom,
.shg-c#s-89550fe3-ce42-4028-9cc0-5b83be69b2cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-89550fe3-ce42-4028-9cc0-5b83be69b2cd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-89550fe3-ce42-4028-9cc0-5b83be69b2cd {
  max-width: 100%;
}

.shg-c#s-89550fe3-ce42-4028-9cc0-5b83be69b2cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89550fe3-ce42-4028-9cc0-5b83be69b2cd .shg-image-zoom,
.shg-c#s-89550fe3-ce42-4028-9cc0-5b83be69b2cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-89550fe3-ce42-4028-9cc0-5b83be69b2cd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-89550fe3-ce42-4028-9cc0-5b83be69b2cd {
  max-width: 100%;
}

.shg-c#s-89550fe3-ce42-4028-9cc0-5b83be69b2cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89550fe3-ce42-4028-9cc0-5b83be69b2cd .shg-image-zoom,
.shg-c#s-89550fe3-ce42-4028-9cc0-5b83be69b2cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-89550fe3-ce42-4028-9cc0-5b83be69b2cd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ec7f5ff6-78ad-4f4a-b16c-666879f54afc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ec7f5ff6-78ad-4f4a-b16c-666879f54afc .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-8f9028c7-1e29-4536-ab18-c0188e88a924 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-8f9028c7-1e29-4536-ab18-c0188e88a924 .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-e3c4974e-6a1e-4c2a-a539-66dd12300b7d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
min-height: 400px;
background-position: center center;
}








#s-e3c4974e-6a1e-4c2a-a539-66dd12300b7d > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-e3c4974e-6a1e-4c2a-a539-66dd12300b7d.shg-box.shg-c {
  justify-content: center;
}

#s-abfcd7b7-963d-4ee9-862f-5dbff15f7019 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-abfcd7b7-963d-4ee9-862f-5dbff15f7019"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-abfcd7b7-963d-4ee9-862f-5dbff15f7019"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-abfcd7b7-963d-4ee9-862f-5dbff15f7019"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-abfcd7b7-963d-4ee9-862f-5dbff15f7019"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-abfcd7b7-963d-4ee9-862f-5dbff15f7019"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-abfcd7b7-963d-4ee9-862f-5dbff15f7019"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-abfcd7b7-963d-4ee9-862f-5dbff15f7019"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-abfcd7b7-963d-4ee9-862f-5dbff15f7019"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-abfcd7b7-963d-4ee9-862f-5dbff15f7019"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-abfcd7b7-963d-4ee9-862f-5dbff15f7019"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-abfcd7b7-963d-4ee9-862f-5dbff15f7019"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-abfcd7b7-963d-4ee9-862f-5dbff15f7019"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-abfcd7b7-963d-4ee9-862f-5dbff15f7019"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-abfcd7b7-963d-4ee9-862f-5dbff15f7019"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-abfcd7b7-963d-4ee9-862f-5dbff15f7019"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-abfcd7b7-963d-4ee9-862f-5dbff15f7019"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-abfcd7b7-963d-4ee9-862f-5dbff15f7019"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-abfcd7b7-963d-4ee9-862f-5dbff15f7019"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-abfcd7b7-963d-4ee9-862f-5dbff15f7019"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-abfcd7b7-963d-4ee9-862f-5dbff15f7019"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-abfcd7b7-963d-4ee9-862f-5dbff15f7019"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-abfcd7b7-963d-4ee9-862f-5dbff15f7019"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-abfcd7b7-963d-4ee9-862f-5dbff15f7019"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-abfcd7b7-963d-4ee9-862f-5dbff15f7019"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-abfcd7b7-963d-4ee9-862f-5dbff15f7019"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-abfcd7b7-963d-4ee9-862f-5dbff15f7019"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-abfcd7b7-963d-4ee9-862f-5dbff15f7019"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-abfcd7b7-963d-4ee9-862f-5dbff15f7019"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-abfcd7b7-963d-4ee9-862f-5dbff15f7019"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-abfcd7b7-963d-4ee9-862f-5dbff15f7019"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-abfcd7b7-963d-4ee9-862f-5dbff15f7019"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-abfcd7b7-963d-4ee9-862f-5dbff15f7019"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-abfcd7b7-963d-4ee9-862f-5dbff15f7019"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-abfcd7b7-963d-4ee9-862f-5dbff15f7019"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-abfcd7b7-963d-4ee9-862f-5dbff15f7019"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-abfcd7b7-963d-4ee9-862f-5dbff15f7019"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-abfcd7b7-963d-4ee9-862f-5dbff15f7019"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-0dd7950a-179c-42c5-adf7-529aed4d07d9 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-0dd7950a-179c-42c5-adf7-529aed4d07d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0dd7950a-179c-42c5-adf7-529aed4d07d9.shg-box.shg-c {
  justify-content: center;
}

#s-3de57165-1e00-4422-8633-a06903c86429 {
  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-3de57165-1e00-4422-8633-a06903c86429 > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-3de57165-1e00-4422-8633-a06903c86429.shg-box.shg-c {
  justify-content: center;
}

#s-266034e3-4153-4118-b751-5249f091906c {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-266034e3-4153-4118-b751-5249f091906c {
  
}
}
#s-266034e3-4153-4118-b751-5249f091906c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-266034e3-4153-4118-b751-5249f091906c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-266034e3-4153-4118-b751-5249f091906c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-266034e3-4153-4118-b751-5249f091906c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-266034e3-4153-4118-b751-5249f091906c > .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-266034e3-4153-4118-b751-5249f091906c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-720441ac-2fe6-472f-8dd2-30bcc4d105f1 {
  min-height: 50px;
}








#s-720441ac-2fe6-472f-8dd2-30bcc4d105f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-720441ac-2fe6-472f-8dd2-30bcc4d105f1.shg-box.shg-c {
  justify-content: center;
}

#s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c {
  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-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-43b1f6fa-c89d-4616-8b60-e3dd7812a06c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3e7f7598-9602-4f9b-a9e9-d9f415a40f44 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-33d52fed-5bb6-431f-aaa0-e1a12f5399a5 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-957f8ffe-8c38-487e-8a31-c58bfa091968 {
  
}

@media (min-width: 0px) {
[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-957f8ffe-8c38-487e-8a31-c58bfa091968"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c80665f2-c3ce-4a5e-82bd-9b9bc0de3cca {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-6b341876-5337-44fb-917f-7824ebafe4ef {
  margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-00d3fa93-ace3-4beb-abd8-069e1a2bf011 {
  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-00d3fa93-ace3-4beb-abd8-069e1a2bf011 img.shogun-image {
    
    width: px;
  }


#s-00d3fa93-ace3-4beb-abd8-069e1a2bf011 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f0a20d89-705f-42e1-9445-b6d48e58190d {
  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;
background-image: none;
hover-type: color;
color: rgba(252, 252, 252, 1);
background-position: left undefined;
}
#s-f0a20d89-705f-42e1-9445-b6d48e58190d:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(10, 34, 64, 0.8) !important;}#s-f0a20d89-705f-42e1-9445-b6d48e58190d:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f0a20d89-705f-42e1-9445-b6d48e58190d-btn-wrapper {
    text-align: center;
  }


#s-f0a20d89-705f-42e1-9445-b6d48e58190d.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;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
