.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-2fd5f827-a00d-401f-b30d-b0e2e22c5200 {
  min-height: 50px;
background-color: rgba(224, 224, 224, 1);
}








#s-2fd5f827-a00d-401f-b30d-b0e2e22c5200 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fd5f827-a00d-401f-b30d-b0e2e22c5200.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-b3a5f881-966b-422c-ba74-7216e3d3a48f {
  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-f01759f1-f2c5-4bc4-8e18-dbdc75e1e60f {
  min-height: 50px;
}








#s-f01759f1-f2c5-4bc4-8e18-dbdc75e1e60f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f01759f1-f2c5-4bc4-8e18-dbdc75e1e60f.shg-box.shg-c {
  justify-content: center;
}

#s-755a4d03-a67a-4bb0-bfc6-735a6db8c5bb {
  background-image: url(https://i.shgcdn.com/5554f887-966b-4422-b0f5-cc4fd500c3fe/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center top;
background-attachment: scroll;
}








#s-755a4d03-a67a-4bb0-bfc6-735a6db8c5bb > .shg-box-overlay {
  background-color: rgba(105, 105, 105, 1);
  opacity: 0.2;
}#s-755a4d03-a67a-4bb0-bfc6-735a6db8c5bb.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-015c5666-6b74-45d3-a221-e3ce0528ad0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-015c5666-6b74-45d3-a221-e3ce0528ad0d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-015c5666-6b74-45d3-a221-e3ce0528ad0d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-015c5666-6b74-45d3-a221-e3ce0528ad0d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-015c5666-6b74-45d3-a221-e3ce0528ad0d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-015c5666-6b74-45d3-a221-e3ce0528ad0d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-015c5666-6b74-45d3-a221-e3ce0528ad0d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-015c5666-6b74-45d3-a221-e3ce0528ad0d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-015c5666-6b74-45d3-a221-e3ce0528ad0d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-015c5666-6b74-45d3-a221-e3ce0528ad0d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-015c5666-6b74-45d3-a221-e3ce0528ad0d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-015c5666-6b74-45d3-a221-e3ce0528ad0d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-015c5666-6b74-45d3-a221-e3ce0528ad0d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-015c5666-6b74-45d3-a221-e3ce0528ad0d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-015c5666-6b74-45d3-a221-e3ce0528ad0d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-015c5666-6b74-45d3-a221-e3ce0528ad0d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-015c5666-6b74-45d3-a221-e3ce0528ad0d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-015c5666-6b74-45d3-a221-e3ce0528ad0d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-015c5666-6b74-45d3-a221-e3ce0528ad0d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-015c5666-6b74-45d3-a221-e3ce0528ad0d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-015c5666-6b74-45d3-a221-e3ce0528ad0d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-015c5666-6b74-45d3-a221-e3ce0528ad0d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-015c5666-6b74-45d3-a221-e3ce0528ad0d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-015c5666-6b74-45d3-a221-e3ce0528ad0d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-015c5666-6b74-45d3-a221-e3ce0528ad0d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-015c5666-6b74-45d3-a221-e3ce0528ad0d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-015c5666-6b74-45d3-a221-e3ce0528ad0d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-015c5666-6b74-45d3-a221-e3ce0528ad0d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-015c5666-6b74-45d3-a221-e3ce0528ad0d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-015c5666-6b74-45d3-a221-e3ce0528ad0d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-015c5666-6b74-45d3-a221-e3ce0528ad0d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-015c5666-6b74-45d3-a221-e3ce0528ad0d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-015c5666-6b74-45d3-a221-e3ce0528ad0d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-015c5666-6b74-45d3-a221-e3ce0528ad0d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-015c5666-6b74-45d3-a221-e3ce0528ad0d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-015c5666-6b74-45d3-a221-e3ce0528ad0d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-015c5666-6b74-45d3-a221-e3ce0528ad0d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-02ab3204-4d26-41ef-871b-54fd2df2f371 {
  min-height: 50px;
}








#s-02ab3204-4d26-41ef-871b-54fd2df2f371 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02ab3204-4d26-41ef-871b-54fd2df2f371.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-5a018c57-57e7-458e-9879-c83bfcf3cb1e {
  padding-left: 10px;
padding-right: 10px;
text-align: right;
background-color: rgba(255, 255, 255, 0);
}

#s-5a018c57-57e7-458e-9879-c83bfcf3cb1e .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-d6cd2db3-f234-4af4-a54d-f8ffede6fd94 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-6b9fdf63-ca13-476d-aa89-83254bf60b69 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-6b9fdf63-ca13-476d-aa89-83254bf60b69"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b9fdf63-ca13-476d-aa89-83254bf60b69"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6b9fdf63-ca13-476d-aa89-83254bf60b69"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6b9fdf63-ca13-476d-aa89-83254bf60b69"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6b9fdf63-ca13-476d-aa89-83254bf60b69"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6b9fdf63-ca13-476d-aa89-83254bf60b69"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6b9fdf63-ca13-476d-aa89-83254bf60b69"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6b9fdf63-ca13-476d-aa89-83254bf60b69"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6b9fdf63-ca13-476d-aa89-83254bf60b69"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6b9fdf63-ca13-476d-aa89-83254bf60b69"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6b9fdf63-ca13-476d-aa89-83254bf60b69"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6b9fdf63-ca13-476d-aa89-83254bf60b69"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6b9fdf63-ca13-476d-aa89-83254bf60b69"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6b9fdf63-ca13-476d-aa89-83254bf60b69"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6b9fdf63-ca13-476d-aa89-83254bf60b69"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6b9fdf63-ca13-476d-aa89-83254bf60b69"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6b9fdf63-ca13-476d-aa89-83254bf60b69"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6b9fdf63-ca13-476d-aa89-83254bf60b69"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6b9fdf63-ca13-476d-aa89-83254bf60b69"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6b9fdf63-ca13-476d-aa89-83254bf60b69"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6b9fdf63-ca13-476d-aa89-83254bf60b69"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6b9fdf63-ca13-476d-aa89-83254bf60b69"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6b9fdf63-ca13-476d-aa89-83254bf60b69"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6b9fdf63-ca13-476d-aa89-83254bf60b69"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6b9fdf63-ca13-476d-aa89-83254bf60b69"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b9fdf63-ca13-476d-aa89-83254bf60b69"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6b9fdf63-ca13-476d-aa89-83254bf60b69"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6b9fdf63-ca13-476d-aa89-83254bf60b69"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6b9fdf63-ca13-476d-aa89-83254bf60b69"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6b9fdf63-ca13-476d-aa89-83254bf60b69"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6b9fdf63-ca13-476d-aa89-83254bf60b69"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6b9fdf63-ca13-476d-aa89-83254bf60b69"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6b9fdf63-ca13-476d-aa89-83254bf60b69"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6b9fdf63-ca13-476d-aa89-83254bf60b69"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6b9fdf63-ca13-476d-aa89-83254bf60b69"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6b9fdf63-ca13-476d-aa89-83254bf60b69"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6b9fdf63-ca13-476d-aa89-83254bf60b69"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-72ecc96c-00ed-4205-aaa1-1a69006426bc {
  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-f203ffce-cf91-4a33-b302-210cfb75d1af {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-position: center center;
}








#s-f203ffce-cf91-4a33-b302-210cfb75d1af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f203ffce-cf91-4a33-b302-210cfb75d1af.shg-box.shg-c {
  justify-content: center;
}

#s-4f6f9775-04c8-4639-8dd2-707eae46d5d1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: center;
background-color: rgba(245, 245, 245, 1);
}

#s-4f6f9775-04c8-4639-8dd2-707eae46d5d1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e3837322-7da8-47ee-a5d2-ce5918ff7d09 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 1200px;
}

#s-438e15be-157e-4eac-83bc-cca18c48408d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}
@media (min-width: 1200px){#s-438e15be-157e-4eac-83bc-cca18c48408d {
  
}
}
#s-438e15be-157e-4eac-83bc-cca18c48408d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7940933f-c2e9-4253-bbf2-19e1b7aa9a34 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-7940933f-c2e9-4253-bbf2-19e1b7aa9a34"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7940933f-c2e9-4253-bbf2-19e1b7aa9a34"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-7940933f-c2e9-4253-bbf2-19e1b7aa9a34"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-7940933f-c2e9-4253-bbf2-19e1b7aa9a34"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-7940933f-c2e9-4253-bbf2-19e1b7aa9a34"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-7940933f-c2e9-4253-bbf2-19e1b7aa9a34"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-7940933f-c2e9-4253-bbf2-19e1b7aa9a34"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-7940933f-c2e9-4253-bbf2-19e1b7aa9a34"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-7940933f-c2e9-4253-bbf2-19e1b7aa9a34"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-7940933f-c2e9-4253-bbf2-19e1b7aa9a34"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-7940933f-c2e9-4253-bbf2-19e1b7aa9a34"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-7940933f-c2e9-4253-bbf2-19e1b7aa9a34"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-7940933f-c2e9-4253-bbf2-19e1b7aa9a34"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7940933f-c2e9-4253-bbf2-19e1b7aa9a34"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-7940933f-c2e9-4253-bbf2-19e1b7aa9a34"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-7940933f-c2e9-4253-bbf2-19e1b7aa9a34"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-7940933f-c2e9-4253-bbf2-19e1b7aa9a34"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-7940933f-c2e9-4253-bbf2-19e1b7aa9a34"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-7940933f-c2e9-4253-bbf2-19e1b7aa9a34"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-7940933f-c2e9-4253-bbf2-19e1b7aa9a34"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-7940933f-c2e9-4253-bbf2-19e1b7aa9a34"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-7940933f-c2e9-4253-bbf2-19e1b7aa9a34"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-7940933f-c2e9-4253-bbf2-19e1b7aa9a34"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-7940933f-c2e9-4253-bbf2-19e1b7aa9a34"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-7940933f-c2e9-4253-bbf2-19e1b7aa9a34"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7940933f-c2e9-4253-bbf2-19e1b7aa9a34"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-7940933f-c2e9-4253-bbf2-19e1b7aa9a34"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-7940933f-c2e9-4253-bbf2-19e1b7aa9a34"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-7940933f-c2e9-4253-bbf2-19e1b7aa9a34"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-7940933f-c2e9-4253-bbf2-19e1b7aa9a34"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-7940933f-c2e9-4253-bbf2-19e1b7aa9a34"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-7940933f-c2e9-4253-bbf2-19e1b7aa9a34"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-7940933f-c2e9-4253-bbf2-19e1b7aa9a34"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-7940933f-c2e9-4253-bbf2-19e1b7aa9a34"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-7940933f-c2e9-4253-bbf2-19e1b7aa9a34"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-7940933f-c2e9-4253-bbf2-19e1b7aa9a34"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-7940933f-c2e9-4253-bbf2-19e1b7aa9a34"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-af057e36-6f5e-4cf8-9b15-5e737e59159c {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-af057e36-6f5e-4cf8-9b15-5e737e59159c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af057e36-6f5e-4cf8-9b15-5e737e59159c.shg-box.shg-c {
  justify-content: center;
}

#s-2168560a-5b52-4592-a2da-9d2f1722cc70 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-2168560a-5b52-4592-a2da-9d2f1722cc70 .shogun-heading-component h2 {
  color: rgba(250, 245, 245, 1);
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2bfc3935-d931-44a4-a276-62e406f03b31 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}

#s-7bf3bb1d-21ef-416d-8609-566fb16d1182 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-7bf3bb1d-21ef-416d-8609-566fb16d1182 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bf3bb1d-21ef-416d-8609-566fb16d1182.shg-box.shg-c {
  justify-content: center;
}

#s-3dcf51e3-8096-4b7a-9298-3040df5aace4 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-3dcf51e3-8096-4b7a-9298-3040df5aace4 .shogun-heading-component h2 {
  color: rgba(252, 252, 252, 1);
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8ebff1fc-5335-49dd-b345-ce21d85e66fe {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}

#s-34d93a54-4aa1-4c56-8a31-c4f382b53a3c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-34d93a54-4aa1-4c56-8a31-c4f382b53a3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34d93a54-4aa1-4c56-8a31-c4f382b53a3c.shg-box.shg-c {
  justify-content: center;
}

#s-2c848ab4-4fa4-45ad-b944-2b4246898410 {
  margin-top: 20px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-2c848ab4-4fa4-45ad-b944-2b4246898410 {
  
}
}
#s-4b570ebd-e764-421b-8f01-71291e860503 {
  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-e2205f9c-47ca-4c76-b372-8df9c744c523 {
  display: none;
}
#s-5b7e8f7e-cb3f-402c-98a4-7c2d8e841f58 {
  margin-left: 5px;
margin-right: 5px;
text-align: left;
}

#s-5b7e8f7e-cb3f-402c-98a4-7c2d8e841f58 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-5b7e8f7e-cb3f-402c-98a4-7c2d8e841f58 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-5b7e8f7e-cb3f-402c-98a4-7c2d8e841f58 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-5b7e8f7e-cb3f-402c-98a4-7c2d8e841f58 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 2px;
}


  #s-5b7e8f7e-cb3f-402c-98a4-7c2d8e841f58 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-5b7e8f7e-cb3f-402c-98a4-7c2d8e841f58 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

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

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

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

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

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

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

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

#s-22f7041a-f038-4cdb-b1b2-177e47ce9415 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-22f7041a-f038-4cdb-b1b2-177e47ce9415:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-22f7041a-f038-4cdb-b1b2-177e47ce9415:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-22f7041a-f038-4cdb-b1b2-177e47ce9415 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-22f7041a-f038-4cdb-b1b2-177e47ce9415.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-22f7041a-f038-4cdb-b1b2-177e47ce9415.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}

#s-22f7041a-f038-4cdb-b1b2-177e47ce9415.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-22f7041a-f038-4cdb-b1b2-177e47ce9415.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(7, 7, 7, 1);
  }


#s-4d84176e-4340-4886-b187-636a3cc4ec58 {
  margin-top: 20px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-4d84176e-4340-4886-b187-636a3cc4ec58 {
  
}
}
#s-9da177d8-6181-49ea-83d9-d155e7cc2d1f {
  min-height: 50px;
}








#s-9da177d8-6181-49ea-83d9-d155e7cc2d1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9da177d8-6181-49ea-83d9-d155e7cc2d1f.shg-box.shg-c {
  justify-content: center;
}

#s-8ea2527e-ad9c-4301-936b-fa28c994848e {
  min-height: 50px;
}








#s-8ea2527e-ad9c-4301-936b-fa28c994848e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ea2527e-ad9c-4301-936b-fa28c994848e.shg-box.shg-c {
  justify-content: center;
}

#s-bd662613-7898-4a86-8baf-b3d1fcd76017 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bd662613-7898-4a86-8baf-b3d1fcd76017 {
  
}
}







#s-bd662613-7898-4a86-8baf-b3d1fcd76017 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd662613-7898-4a86-8baf-b3d1fcd76017.shg-box.shg-c {
  justify-content: center;
}

#s-281fccc5-be1c-4bb8-8f43-ab2ba52e9198 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
margin-bottom: 5px;
min-height: 400px;
background-position: center center;
}








#s-281fccc5-be1c-4bb8-8f43-ab2ba52e9198 > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-281fccc5-be1c-4bb8-8f43-ab2ba52e9198.shg-box.shg-c {
  justify-content: center;
}

#s-30503503-3d56-49e1-8206-8c21b318af30 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-30503503-3d56-49e1-8206-8c21b318af30"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30503503-3d56-49e1-8206-8c21b318af30"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-30503503-3d56-49e1-8206-8c21b318af30"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-30503503-3d56-49e1-8206-8c21b318af30"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-30503503-3d56-49e1-8206-8c21b318af30"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-30503503-3d56-49e1-8206-8c21b318af30"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-30503503-3d56-49e1-8206-8c21b318af30"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-30503503-3d56-49e1-8206-8c21b318af30"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-30503503-3d56-49e1-8206-8c21b318af30"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-30503503-3d56-49e1-8206-8c21b318af30"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-30503503-3d56-49e1-8206-8c21b318af30"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-30503503-3d56-49e1-8206-8c21b318af30"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-30503503-3d56-49e1-8206-8c21b318af30"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-30503503-3d56-49e1-8206-8c21b318af30"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-30503503-3d56-49e1-8206-8c21b318af30"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-30503503-3d56-49e1-8206-8c21b318af30"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-30503503-3d56-49e1-8206-8c21b318af30"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-30503503-3d56-49e1-8206-8c21b318af30"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-30503503-3d56-49e1-8206-8c21b318af30"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-30503503-3d56-49e1-8206-8c21b318af30"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-30503503-3d56-49e1-8206-8c21b318af30"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-30503503-3d56-49e1-8206-8c21b318af30"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-30503503-3d56-49e1-8206-8c21b318af30"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-30503503-3d56-49e1-8206-8c21b318af30"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-30503503-3d56-49e1-8206-8c21b318af30"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-30503503-3d56-49e1-8206-8c21b318af30"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-30503503-3d56-49e1-8206-8c21b318af30"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-30503503-3d56-49e1-8206-8c21b318af30"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-30503503-3d56-49e1-8206-8c21b318af30"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-30503503-3d56-49e1-8206-8c21b318af30"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-30503503-3d56-49e1-8206-8c21b318af30"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-30503503-3d56-49e1-8206-8c21b318af30"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-30503503-3d56-49e1-8206-8c21b318af30"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-30503503-3d56-49e1-8206-8c21b318af30"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-30503503-3d56-49e1-8206-8c21b318af30"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-30503503-3d56-49e1-8206-8c21b318af30"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-30503503-3d56-49e1-8206-8c21b318af30"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-972ce3e5-10ac-46be-8f91-e0de5b1ef4eb {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-972ce3e5-10ac-46be-8f91-e0de5b1ef4eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-972ce3e5-10ac-46be-8f91-e0de5b1ef4eb.shg-box.shg-c {
  justify-content: center;
}

#s-ec9eafdd-7b28-43eb-aa45-e8b73302c750 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-ec9eafdd-7b28-43eb-aa45-e8b73302c750 .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-2e2b68dc-e846-463b-b2cb-6488f19dcc68 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-e000d4b3-8f77-4dcc-81f4-5e9473f6d23e {
  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-e000d4b3-8f77-4dcc-81f4-5e9473f6d23e > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-e000d4b3-8f77-4dcc-81f4-5e9473f6d23e.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-c63e726d-b3c9-4e6d-a1b4-cad382e9b8b5 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c63e726d-b3c9-4e6d-a1b4-cad382e9b8b5 {
  
}
}
#s-c63e726d-b3c9-4e6d-a1b4-cad382e9b8b5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-c63e726d-b3c9-4e6d-a1b4-cad382e9b8b5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-c63e726d-b3c9-4e6d-a1b4-cad382e9b8b5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-c63e726d-b3c9-4e6d-a1b4-cad382e9b8b5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-c63e726d-b3c9-4e6d-a1b4-cad382e9b8b5 > .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-c63e726d-b3c9-4e6d-a1b4-cad382e9b8b5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
@media (min-width: 0px) {
[id="s-f4770d22-c832-4350-b368-a6a6ce744479"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f4770d22-c832-4350-b368-a6a6ce744479"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f4770d22-c832-4350-b368-a6a6ce744479"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f4770d22-c832-4350-b368-a6a6ce744479"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f4770d22-c832-4350-b368-a6a6ce744479"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f4770d22-c832-4350-b368-a6a6ce744479"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f4770d22-c832-4350-b368-a6a6ce744479"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f4770d22-c832-4350-b368-a6a6ce744479"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f4770d22-c832-4350-b368-a6a6ce744479"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f4770d22-c832-4350-b368-a6a6ce744479"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f4770d22-c832-4350-b368-a6a6ce744479"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f4770d22-c832-4350-b368-a6a6ce744479"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f4770d22-c832-4350-b368-a6a6ce744479"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f4770d22-c832-4350-b368-a6a6ce744479"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f4770d22-c832-4350-b368-a6a6ce744479"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f4770d22-c832-4350-b368-a6a6ce744479"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f4770d22-c832-4350-b368-a6a6ce744479"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f4770d22-c832-4350-b368-a6a6ce744479"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f4770d22-c832-4350-b368-a6a6ce744479"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f4770d22-c832-4350-b368-a6a6ce744479"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f4770d22-c832-4350-b368-a6a6ce744479"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f4770d22-c832-4350-b368-a6a6ce744479"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f4770d22-c832-4350-b368-a6a6ce744479"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f4770d22-c832-4350-b368-a6a6ce744479"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f4770d22-c832-4350-b368-a6a6ce744479"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4770d22-c832-4350-b368-a6a6ce744479"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f4770d22-c832-4350-b368-a6a6ce744479"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f4770d22-c832-4350-b368-a6a6ce744479"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f4770d22-c832-4350-b368-a6a6ce744479"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f4770d22-c832-4350-b368-a6a6ce744479"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f4770d22-c832-4350-b368-a6a6ce744479"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f4770d22-c832-4350-b368-a6a6ce744479"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f4770d22-c832-4350-b368-a6a6ce744479"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f4770d22-c832-4350-b368-a6a6ce744479"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f4770d22-c832-4350-b368-a6a6ce744479"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f4770d22-c832-4350-b368-a6a6ce744479"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f4770d22-c832-4350-b368-a6a6ce744479"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c46dd6ef-9211-4688-8c93-6b8c2535f035 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c46dd6ef-9211-4688-8c93-6b8c2535f035 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-637e6601-d04d-45a0-ad5a-1d7b314d7e00 {
  margin-top: auto;
margin-bottom: auto;
min-height: 50px;
}








#s-637e6601-d04d-45a0-ad5a-1d7b314d7e00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-637e6601-d04d-45a0-ad5a-1d7b314d7e00.shg-box.shg-c {
  justify-content: center;
}

#s-4d45ea8d-36d2-4e96-882b-f4e571f8c9d2 {
  margin-left: 25px;
margin-right: 25px;
}

#s-4d45ea8d-36d2-4e96-882b-f4e571f8c9d2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-4d45ea8d-36d2-4e96-882b-f4e571f8c9d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-4d45ea8d-36d2-4e96-882b-f4e571f8c9d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-4d45ea8d-36d2-4e96-882b-f4e571f8c9d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-4d45ea8d-36d2-4e96-882b-f4e571f8c9d2 > .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-4d45ea8d-36d2-4e96-882b-f4e571f8c9d2 > .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-40cae9d6-bccb-454e-8fb0-f89dbc3b0f38 {
  text-align: center;
}




  #s-40cae9d6-bccb-454e-8fb0-f89dbc3b0f38 img.shogun-image {
    
    width: px;
  }


#s-40cae9d6-bccb-454e-8fb0-f89dbc3b0f38 .shogun-image-content {
  
    align-items: center;
  
}

#s-ac25fa52-ca33-46cb-aba6-4b6f0e9bc82f {
  margin-left: 25px;
margin-right: 25px;
}

#s-ac25fa52-ca33-46cb-aba6-4b6f0e9bc82f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-ac25fa52-ca33-46cb-aba6-4b6f0e9bc82f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-ac25fa52-ca33-46cb-aba6-4b6f0e9bc82f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-ac25fa52-ca33-46cb-aba6-4b6f0e9bc82f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-ac25fa52-ca33-46cb-aba6-4b6f0e9bc82f > .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-ac25fa52-ca33-46cb-aba6-4b6f0e9bc82f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-0e966e5e-4ab4-40d9-b0f5-da56a2597fcc {
  text-align: center;
}




  #s-0e966e5e-4ab4-40d9-b0f5-da56a2597fcc img.shogun-image {
    
    width: px;
  }


#s-0e966e5e-4ab4-40d9-b0f5-da56a2597fcc .shogun-image-content {
  
    align-items: center;
  
}

#s-6b9e076c-dfa4-4f1c-bb4e-5738051a1296 {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}

#s-6b9e076c-dfa4-4f1c-bb4e-5738051a1296 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-6b9e076c-dfa4-4f1c-bb4e-5738051a1296 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-6b9e076c-dfa4-4f1c-bb4e-5738051a1296 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-6b9e076c-dfa4-4f1c-bb4e-5738051a1296 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-6b9e076c-dfa4-4f1c-bb4e-5738051a1296 > .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-6b9e076c-dfa4-4f1c-bb4e-5738051a1296 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-e3eb4afc-0ea9-43dd-a809-2508e022e7ea {
  text-align: center;
}




  #s-e3eb4afc-0ea9-43dd-a809-2508e022e7ea img.shogun-image {
    
    width: px;
  }


#s-e3eb4afc-0ea9-43dd-a809-2508e022e7ea .shogun-image-content {
  
    align-items: center;
  
}

#s-c85ea8b6-cf5f-4e9c-a9c8-21f3b16e7d5c {
  margin-left: 10px;
margin-right: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-0ed6fa94-4ccd-44e6-8ab3-42c45bbd87ce {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-ba722d85-23df-4ef8-9b5f-eb4e842067d3 {
  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-af1ecda4-7410-44ac-96c5-3de90294b0a8 {
  min-height: 50px;
}








#s-af1ecda4-7410-44ac-96c5-3de90294b0a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af1ecda4-7410-44ac-96c5-3de90294b0a8.shg-box.shg-c {
  justify-content: center;
}

#s-2d8b86db-c999-41f7-9e7e-fd6a1dd7aa75 {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-2d8b86db-c999-41f7-9e7e-fd6a1dd7aa75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d8b86db-c999-41f7-9e7e-fd6a1dd7aa75"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-2d8b86db-c999-41f7-9e7e-fd6a1dd7aa75"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-2d8b86db-c999-41f7-9e7e-fd6a1dd7aa75"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-2d8b86db-c999-41f7-9e7e-fd6a1dd7aa75"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-2d8b86db-c999-41f7-9e7e-fd6a1dd7aa75"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-2d8b86db-c999-41f7-9e7e-fd6a1dd7aa75"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-2d8b86db-c999-41f7-9e7e-fd6a1dd7aa75"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-2d8b86db-c999-41f7-9e7e-fd6a1dd7aa75"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-2d8b86db-c999-41f7-9e7e-fd6a1dd7aa75"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-2d8b86db-c999-41f7-9e7e-fd6a1dd7aa75"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-2d8b86db-c999-41f7-9e7e-fd6a1dd7aa75"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-2d8b86db-c999-41f7-9e7e-fd6a1dd7aa75"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-2d8b86db-c999-41f7-9e7e-fd6a1dd7aa75"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-2d8b86db-c999-41f7-9e7e-fd6a1dd7aa75"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-2d8b86db-c999-41f7-9e7e-fd6a1dd7aa75"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-2d8b86db-c999-41f7-9e7e-fd6a1dd7aa75"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-2d8b86db-c999-41f7-9e7e-fd6a1dd7aa75"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-2d8b86db-c999-41f7-9e7e-fd6a1dd7aa75"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-2d8b86db-c999-41f7-9e7e-fd6a1dd7aa75"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-2d8b86db-c999-41f7-9e7e-fd6a1dd7aa75"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-2d8b86db-c999-41f7-9e7e-fd6a1dd7aa75"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-2d8b86db-c999-41f7-9e7e-fd6a1dd7aa75"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-2d8b86db-c999-41f7-9e7e-fd6a1dd7aa75"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-2d8b86db-c999-41f7-9e7e-fd6a1dd7aa75"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-2d8b86db-c999-41f7-9e7e-fd6a1dd7aa75"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-2d8b86db-c999-41f7-9e7e-fd6a1dd7aa75"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-2d8b86db-c999-41f7-9e7e-fd6a1dd7aa75"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-2d8b86db-c999-41f7-9e7e-fd6a1dd7aa75"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-2d8b86db-c999-41f7-9e7e-fd6a1dd7aa75"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-2d8b86db-c999-41f7-9e7e-fd6a1dd7aa75"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-2d8b86db-c999-41f7-9e7e-fd6a1dd7aa75"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-2d8b86db-c999-41f7-9e7e-fd6a1dd7aa75"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-2d8b86db-c999-41f7-9e7e-fd6a1dd7aa75"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-2d8b86db-c999-41f7-9e7e-fd6a1dd7aa75"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-2d8b86db-c999-41f7-9e7e-fd6a1dd7aa75"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-2d8b86db-c999-41f7-9e7e-fd6a1dd7aa75"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-49fb9238-3ef9-44f8-bfbb-9bb88cc8f4d4 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-f87f2969-37f7-44cb-ba09-d0b8b8f789fe {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 1px;
padding-right: 20px;
}

#s-2e13a62b-54dd-43f9-be67-b8f8a9066d8b {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-2e13a62b-54dd-43f9-be67-b8f8a9066d8b img.shogun-image {
    
    width: px;
  }


#s-2e13a62b-54dd-43f9-be67-b8f8a9066d8b .shogun-image-content {
  
    align-items: center;
  
}

#s-f829aef5-16bf-4cf1-8a66-a208825dc9bb {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-e152885c-fa7e-4d38-bcb3-4401c2cc392f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-efac9ba2-58d2-4245-a4da-4ef7a74cc850 {
  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-efac9ba2-58d2-4245-a4da-4ef7a74cc850 > .shg-box-overlay {
  background-color: rgba(127, 244, 239, 1);
  opacity: 0;
}#s-efac9ba2-58d2-4245-a4da-4ef7a74cc850.shg-box.shg-c {
  justify-content: flex-start;
}

#s-14643492-80e8-40fa-b75f-3f988cb268d7 {
  min-height: 50px;
}








#s-14643492-80e8-40fa-b75f-3f988cb268d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14643492-80e8-40fa-b75f-3f988cb268d7.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-43ffbd5d-b711-4acb-8446-573b1044add7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43ffbd5d-b711-4acb-8446-573b1044add7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-43ffbd5d-b711-4acb-8446-573b1044add7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-43ffbd5d-b711-4acb-8446-573b1044add7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-43ffbd5d-b711-4acb-8446-573b1044add7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-43ffbd5d-b711-4acb-8446-573b1044add7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-43ffbd5d-b711-4acb-8446-573b1044add7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-43ffbd5d-b711-4acb-8446-573b1044add7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-43ffbd5d-b711-4acb-8446-573b1044add7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-43ffbd5d-b711-4acb-8446-573b1044add7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-43ffbd5d-b711-4acb-8446-573b1044add7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-43ffbd5d-b711-4acb-8446-573b1044add7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-43ffbd5d-b711-4acb-8446-573b1044add7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-43ffbd5d-b711-4acb-8446-573b1044add7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-43ffbd5d-b711-4acb-8446-573b1044add7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-43ffbd5d-b711-4acb-8446-573b1044add7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-43ffbd5d-b711-4acb-8446-573b1044add7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-43ffbd5d-b711-4acb-8446-573b1044add7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-43ffbd5d-b711-4acb-8446-573b1044add7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-43ffbd5d-b711-4acb-8446-573b1044add7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-43ffbd5d-b711-4acb-8446-573b1044add7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-43ffbd5d-b711-4acb-8446-573b1044add7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-43ffbd5d-b711-4acb-8446-573b1044add7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-43ffbd5d-b711-4acb-8446-573b1044add7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-43ffbd5d-b711-4acb-8446-573b1044add7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-43ffbd5d-b711-4acb-8446-573b1044add7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-43ffbd5d-b711-4acb-8446-573b1044add7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-43ffbd5d-b711-4acb-8446-573b1044add7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-43ffbd5d-b711-4acb-8446-573b1044add7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-43ffbd5d-b711-4acb-8446-573b1044add7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-43ffbd5d-b711-4acb-8446-573b1044add7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-43ffbd5d-b711-4acb-8446-573b1044add7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-43ffbd5d-b711-4acb-8446-573b1044add7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-43ffbd5d-b711-4acb-8446-573b1044add7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-43ffbd5d-b711-4acb-8446-573b1044add7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-43ffbd5d-b711-4acb-8446-573b1044add7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-43ffbd5d-b711-4acb-8446-573b1044add7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4db505d8-183a-4356-8d9d-8a70c80234ab {
  
}

#s-4db505d8-183a-4356-8d9d-8a70c80234ab > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-4db505d8-183a-4356-8d9d-8a70c80234ab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-4db505d8-183a-4356-8d9d-8a70c80234ab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-4db505d8-183a-4356-8d9d-8a70c80234ab > .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-4db505d8-183a-4356-8d9d-8a70c80234ab > .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-4db505d8-183a-4356-8d9d-8a70c80234ab > .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-8d66619c-c795-43b5-9c1e-4905aa47b655 {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(52, 189, 219, 0.5);
}

#s-8d66619c-c795-43b5-9c1e-4905aa47b655 .shogun-success-alert {
  background-color: rgba(52, 189, 219, 0.5);
  color: #3c763d;
}

#s-8d66619c-c795-43b5-9c1e-4905aa47b655 .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-8d66619c-c795-43b5-9c1e-4905aa47b655 .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-8d66619c-c795-43b5-9c1e-4905aa47b655 .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-8d66619c-c795-43b5-9c1e-4905aa47b655 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-8d66619c-c795-43b5-9c1e-4905aa47b655 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-aa2146de-15b6-417f-b030-441ced15582e {
  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-f11ae037-c7ca-4095-8d47-e36db5d81f77"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f11ae037-c7ca-4095-8d47-e36db5d81f77"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f11ae037-c7ca-4095-8d47-e36db5d81f77"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f11ae037-c7ca-4095-8d47-e36db5d81f77"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f11ae037-c7ca-4095-8d47-e36db5d81f77"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f11ae037-c7ca-4095-8d47-e36db5d81f77"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f11ae037-c7ca-4095-8d47-e36db5d81f77"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f11ae037-c7ca-4095-8d47-e36db5d81f77"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f11ae037-c7ca-4095-8d47-e36db5d81f77"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f11ae037-c7ca-4095-8d47-e36db5d81f77"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f11ae037-c7ca-4095-8d47-e36db5d81f77"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f11ae037-c7ca-4095-8d47-e36db5d81f77"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f11ae037-c7ca-4095-8d47-e36db5d81f77"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f11ae037-c7ca-4095-8d47-e36db5d81f77"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f11ae037-c7ca-4095-8d47-e36db5d81f77"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f11ae037-c7ca-4095-8d47-e36db5d81f77"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f11ae037-c7ca-4095-8d47-e36db5d81f77"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f11ae037-c7ca-4095-8d47-e36db5d81f77"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f11ae037-c7ca-4095-8d47-e36db5d81f77"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f11ae037-c7ca-4095-8d47-e36db5d81f77"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f11ae037-c7ca-4095-8d47-e36db5d81f77"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f11ae037-c7ca-4095-8d47-e36db5d81f77"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f11ae037-c7ca-4095-8d47-e36db5d81f77"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f11ae037-c7ca-4095-8d47-e36db5d81f77"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f11ae037-c7ca-4095-8d47-e36db5d81f77"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f11ae037-c7ca-4095-8d47-e36db5d81f77"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f11ae037-c7ca-4095-8d47-e36db5d81f77"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f11ae037-c7ca-4095-8d47-e36db5d81f77"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f11ae037-c7ca-4095-8d47-e36db5d81f77"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f11ae037-c7ca-4095-8d47-e36db5d81f77"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f11ae037-c7ca-4095-8d47-e36db5d81f77"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f11ae037-c7ca-4095-8d47-e36db5d81f77"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f11ae037-c7ca-4095-8d47-e36db5d81f77"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f11ae037-c7ca-4095-8d47-e36db5d81f77"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f11ae037-c7ca-4095-8d47-e36db5d81f77"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f11ae037-c7ca-4095-8d47-e36db5d81f77"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f11ae037-c7ca-4095-8d47-e36db5d81f77"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a1e4b2f7-ef71-48b2-b10f-c261bda7a1ff {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-a1e4b2f7-ef71-48b2-b10f-c261bda7a1ff img.shogun-image {
    
    width: px;
  }


#s-a1e4b2f7-ef71-48b2-b10f-c261bda7a1ff .shogun-image-content {
  
    align-items: center;
  
}

#s-0e82ab96-7294-4b00-b943-283a27f6f709 {
  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-0e82ab96-7294-4b00-b943-283a27f6f709 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e82ab96-7294-4b00-b943-283a27f6f709.shg-box.shg-c {
  justify-content: center;
}

#s-9cfee9a2-ee88-4356-9261-4c9302d9e0a5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9cfee9a2-ee88-4356-9261-4c9302d9e0a5 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b202c6fd-f3a9-4ef3-ad0a-64e568e37fc0 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-31093b8f-24e0-48b0-ab8b-22dc516d33e9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-31093b8f-24e0-48b0-ab8b-22dc516d33e9 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-177f2e90-1faa-4035-b718-96f3e92d34a2 {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-177f2e90-1faa-4035-b718-96f3e92d34a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-177f2e90-1faa-4035-b718-96f3e92d34a2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-177f2e90-1faa-4035-b718-96f3e92d34a2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-177f2e90-1faa-4035-b718-96f3e92d34a2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-177f2e90-1faa-4035-b718-96f3e92d34a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-177f2e90-1faa-4035-b718-96f3e92d34a2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-177f2e90-1faa-4035-b718-96f3e92d34a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-177f2e90-1faa-4035-b718-96f3e92d34a2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-177f2e90-1faa-4035-b718-96f3e92d34a2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-177f2e90-1faa-4035-b718-96f3e92d34a2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-177f2e90-1faa-4035-b718-96f3e92d34a2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-177f2e90-1faa-4035-b718-96f3e92d34a2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-177f2e90-1faa-4035-b718-96f3e92d34a2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-177f2e90-1faa-4035-b718-96f3e92d34a2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-177f2e90-1faa-4035-b718-96f3e92d34a2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-177f2e90-1faa-4035-b718-96f3e92d34a2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-177f2e90-1faa-4035-b718-96f3e92d34a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-177f2e90-1faa-4035-b718-96f3e92d34a2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-177f2e90-1faa-4035-b718-96f3e92d34a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-177f2e90-1faa-4035-b718-96f3e92d34a2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-177f2e90-1faa-4035-b718-96f3e92d34a2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-177f2e90-1faa-4035-b718-96f3e92d34a2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-177f2e90-1faa-4035-b718-96f3e92d34a2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-177f2e90-1faa-4035-b718-96f3e92d34a2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-177f2e90-1faa-4035-b718-96f3e92d34a2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-177f2e90-1faa-4035-b718-96f3e92d34a2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-177f2e90-1faa-4035-b718-96f3e92d34a2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-177f2e90-1faa-4035-b718-96f3e92d34a2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-177f2e90-1faa-4035-b718-96f3e92d34a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-177f2e90-1faa-4035-b718-96f3e92d34a2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-177f2e90-1faa-4035-b718-96f3e92d34a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-177f2e90-1faa-4035-b718-96f3e92d34a2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-177f2e90-1faa-4035-b718-96f3e92d34a2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-177f2e90-1faa-4035-b718-96f3e92d34a2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-177f2e90-1faa-4035-b718-96f3e92d34a2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-177f2e90-1faa-4035-b718-96f3e92d34a2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-177f2e90-1faa-4035-b718-96f3e92d34a2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7ab96da1-3676-4a7c-adbc-d9fdf9f7f5be {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7ab96da1-3676-4a7c-adbc-d9fdf9f7f5be .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8d863298-5eb5-4cf0-9a22-ae1ccd57bef2 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

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

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

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

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

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

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

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

#s-d4e8071a-9ec9-47b6-a9dc-94af47ec41ac {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-left: 1px;
margin-bottom: 10px;
margin-right: 1px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(98, 96, 96, 1);
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
hover-type: color;
}
#s-d4e8071a-9ec9-47b6-a9dc-94af47ec41ac:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d4e8071a-9ec9-47b6-a9dc-94af47ec41ac:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-d4e8071a-9ec9-47b6-a9dc-94af47ec41ac.shg-btn {
  color: rgba(98, 96, 96, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-395bec9b-24b6-4d94-9969-070ec23a69bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-395bec9b-24b6-4d94-9969-070ec23a69bb .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8723644f-c256-45e4-b7fa-c9975b593629 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-65f43df2-a313-4cd4-8133-4d35c9635d4a {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-5c92ed86-1d29-46fb-a623-ded29aa23df2 {
  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-5c92ed86-1d29-46fb-a623-ded29aa23df2 > .shg-box-overlay {
  background-color: rgba(127, 244, 239, 1);
  opacity: 0;
}#s-5c92ed86-1d29-46fb-a623-ded29aa23df2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5c5ebc6f-a880-469d-a95e-c0d343ec5274 {
  min-height: 50px;
}








#s-5c5ebc6f-a880-469d-a95e-c0d343ec5274 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c5ebc6f-a880-469d-a95e-c0d343ec5274.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-51434b2a-f32a-4179-9eb6-f453de84f19c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51434b2a-f32a-4179-9eb6-f453de84f19c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-51434b2a-f32a-4179-9eb6-f453de84f19c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-51434b2a-f32a-4179-9eb6-f453de84f19c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-51434b2a-f32a-4179-9eb6-f453de84f19c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-51434b2a-f32a-4179-9eb6-f453de84f19c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-51434b2a-f32a-4179-9eb6-f453de84f19c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-51434b2a-f32a-4179-9eb6-f453de84f19c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-51434b2a-f32a-4179-9eb6-f453de84f19c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-51434b2a-f32a-4179-9eb6-f453de84f19c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-51434b2a-f32a-4179-9eb6-f453de84f19c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-51434b2a-f32a-4179-9eb6-f453de84f19c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-51434b2a-f32a-4179-9eb6-f453de84f19c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-51434b2a-f32a-4179-9eb6-f453de84f19c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-51434b2a-f32a-4179-9eb6-f453de84f19c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-51434b2a-f32a-4179-9eb6-f453de84f19c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-51434b2a-f32a-4179-9eb6-f453de84f19c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-51434b2a-f32a-4179-9eb6-f453de84f19c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-51434b2a-f32a-4179-9eb6-f453de84f19c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-51434b2a-f32a-4179-9eb6-f453de84f19c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-51434b2a-f32a-4179-9eb6-f453de84f19c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-51434b2a-f32a-4179-9eb6-f453de84f19c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-51434b2a-f32a-4179-9eb6-f453de84f19c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-51434b2a-f32a-4179-9eb6-f453de84f19c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-51434b2a-f32a-4179-9eb6-f453de84f19c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-51434b2a-f32a-4179-9eb6-f453de84f19c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-51434b2a-f32a-4179-9eb6-f453de84f19c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-51434b2a-f32a-4179-9eb6-f453de84f19c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-51434b2a-f32a-4179-9eb6-f453de84f19c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-51434b2a-f32a-4179-9eb6-f453de84f19c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-51434b2a-f32a-4179-9eb6-f453de84f19c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-51434b2a-f32a-4179-9eb6-f453de84f19c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-51434b2a-f32a-4179-9eb6-f453de84f19c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-51434b2a-f32a-4179-9eb6-f453de84f19c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-51434b2a-f32a-4179-9eb6-f453de84f19c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-51434b2a-f32a-4179-9eb6-f453de84f19c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-51434b2a-f32a-4179-9eb6-f453de84f19c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d1ef04bf-eb69-4dbf-a81f-dfd00441c231 {
  
}

#s-d1ef04bf-eb69-4dbf-a81f-dfd00441c231 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-d1ef04bf-eb69-4dbf-a81f-dfd00441c231 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-d1ef04bf-eb69-4dbf-a81f-dfd00441c231 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-d1ef04bf-eb69-4dbf-a81f-dfd00441c231 > .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-d1ef04bf-eb69-4dbf-a81f-dfd00441c231 > .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-d1ef04bf-eb69-4dbf-a81f-dfd00441c231 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-5d71da79-0942-41e4-a780-0046392c2ddc {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(52, 189, 219, 0.5);
}

#s-5d71da79-0942-41e4-a780-0046392c2ddc .shogun-success-alert {
  background-color: rgba(52, 189, 219, 0.5);
  color: #3c763d;
}

#s-5d71da79-0942-41e4-a780-0046392c2ddc .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-5d71da79-0942-41e4-a780-0046392c2ddc .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-5d71da79-0942-41e4-a780-0046392c2ddc .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-5d71da79-0942-41e4-a780-0046392c2ddc .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-5d71da79-0942-41e4-a780-0046392c2ddc .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-e9a7e35b-2e06-4346-9fb6-7f2af06b29a6 {
  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-c48ee348-0f09-4e31-9d84-ce842907c3af {
  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-c48ee348-0f09-4e31-9d84-ce842907c3af > .shg-box-overlay {
  background-color: rgba(127, 244, 239, 1);
  opacity: 0;
}#s-c48ee348-0f09-4e31-9d84-ce842907c3af.shg-box.shg-c {
  justify-content: flex-start;
}

#s-371fc777-925e-41f6-80fe-12bcc9ab9ed7 {
  min-height: 50px;
}








#s-371fc777-925e-41f6-80fe-12bcc9ab9ed7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-371fc777-925e-41f6-80fe-12bcc9ab9ed7.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-edbe653c-318d-424a-acab-77f92afed296"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-edbe653c-318d-424a-acab-77f92afed296"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-edbe653c-318d-424a-acab-77f92afed296"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-edbe653c-318d-424a-acab-77f92afed296"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-edbe653c-318d-424a-acab-77f92afed296"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-edbe653c-318d-424a-acab-77f92afed296"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-edbe653c-318d-424a-acab-77f92afed296"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-edbe653c-318d-424a-acab-77f92afed296"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-edbe653c-318d-424a-acab-77f92afed296"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-edbe653c-318d-424a-acab-77f92afed296"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-edbe653c-318d-424a-acab-77f92afed296"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-edbe653c-318d-424a-acab-77f92afed296"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-edbe653c-318d-424a-acab-77f92afed296"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-edbe653c-318d-424a-acab-77f92afed296"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-edbe653c-318d-424a-acab-77f92afed296"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-edbe653c-318d-424a-acab-77f92afed296"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-edbe653c-318d-424a-acab-77f92afed296"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-edbe653c-318d-424a-acab-77f92afed296"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-edbe653c-318d-424a-acab-77f92afed296"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-edbe653c-318d-424a-acab-77f92afed296"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-edbe653c-318d-424a-acab-77f92afed296"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-edbe653c-318d-424a-acab-77f92afed296"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-edbe653c-318d-424a-acab-77f92afed296"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-edbe653c-318d-424a-acab-77f92afed296"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-edbe653c-318d-424a-acab-77f92afed296"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-edbe653c-318d-424a-acab-77f92afed296"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-edbe653c-318d-424a-acab-77f92afed296"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-edbe653c-318d-424a-acab-77f92afed296"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-edbe653c-318d-424a-acab-77f92afed296"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-edbe653c-318d-424a-acab-77f92afed296"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-edbe653c-318d-424a-acab-77f92afed296"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-edbe653c-318d-424a-acab-77f92afed296"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-edbe653c-318d-424a-acab-77f92afed296"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-edbe653c-318d-424a-acab-77f92afed296"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-edbe653c-318d-424a-acab-77f92afed296"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-edbe653c-318d-424a-acab-77f92afed296"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-edbe653c-318d-424a-acab-77f92afed296"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-34448ef8-bd26-4faf-a43a-4e11fcc716ea {
  
}

#s-34448ef8-bd26-4faf-a43a-4e11fcc716ea > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-34448ef8-bd26-4faf-a43a-4e11fcc716ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-34448ef8-bd26-4faf-a43a-4e11fcc716ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-34448ef8-bd26-4faf-a43a-4e11fcc716ea > .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-34448ef8-bd26-4faf-a43a-4e11fcc716ea > .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-34448ef8-bd26-4faf-a43a-4e11fcc716ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-5e349a05-9256-4c6a-93f3-89af616d186c {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(52, 189, 219, 0.5);
}

#s-5e349a05-9256-4c6a-93f3-89af616d186c .shogun-success-alert {
  background-color: rgba(52, 189, 219, 0.5);
  color: #3c763d;
}

#s-5e349a05-9256-4c6a-93f3-89af616d186c .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-5e349a05-9256-4c6a-93f3-89af616d186c .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-5e349a05-9256-4c6a-93f3-89af616d186c .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-5e349a05-9256-4c6a-93f3-89af616d186c .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-5e349a05-9256-4c6a-93f3-89af616d186c .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-0e2c244f-4f12-4117-b9f7-5c32d4df7aa2 {
  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-ded38c3c-1a7d-4db2-84f9-a0992d17118b {
  margin-left: 25px;
margin-right: 25px;
}

#s-ded38c3c-1a7d-4db2-84f9-a0992d17118b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-ded38c3c-1a7d-4db2-84f9-a0992d17118b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-ded38c3c-1a7d-4db2-84f9-a0992d17118b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-ded38c3c-1a7d-4db2-84f9-a0992d17118b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-ded38c3c-1a7d-4db2-84f9-a0992d17118b > .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-ded38c3c-1a7d-4db2-84f9-a0992d17118b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-85f907ba-5471-4cb3-96f6-ceb80f537b0e {
  text-align: center;
}




  #s-85f907ba-5471-4cb3-96f6-ceb80f537b0e img.shogun-image {
    
    width: px;
  }


#s-85f907ba-5471-4cb3-96f6-ceb80f537b0e .shogun-image-content {
  
    align-items: center;
  
}

#s-f0d2f80e-3caa-40a2-ba66-7774d38700a2 {
  margin-left: 25px;
margin-right: 25px;
}

#s-f0d2f80e-3caa-40a2-ba66-7774d38700a2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-f0d2f80e-3caa-40a2-ba66-7774d38700a2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-f0d2f80e-3caa-40a2-ba66-7774d38700a2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-f0d2f80e-3caa-40a2-ba66-7774d38700a2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-f0d2f80e-3caa-40a2-ba66-7774d38700a2 > .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-f0d2f80e-3caa-40a2-ba66-7774d38700a2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-a123ee57-791b-45e8-8f33-6931fd5c780c {
  text-align: center;
}




  #s-a123ee57-791b-45e8-8f33-6931fd5c780c img.shogun-image {
    
    width: px;
  }


#s-a123ee57-791b-45e8-8f33-6931fd5c780c .shogun-image-content {
  
    align-items: center;
  
}

#s-18826e88-0175-4688-a9ae-172fe964efa9 {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}

#s-18826e88-0175-4688-a9ae-172fe964efa9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-18826e88-0175-4688-a9ae-172fe964efa9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-18826e88-0175-4688-a9ae-172fe964efa9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-18826e88-0175-4688-a9ae-172fe964efa9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-18826e88-0175-4688-a9ae-172fe964efa9 > .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-18826e88-0175-4688-a9ae-172fe964efa9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-3aae5db7-5b3d-4403-9cc3-5b477231d263 {
  text-align: center;
}




  #s-3aae5db7-5b3d-4403-9cc3-5b477231d263 img.shogun-image {
    
    width: px;
  }


#s-3aae5db7-5b3d-4403-9cc3-5b477231d263 .shogun-image-content {
  
    align-items: center;
  
}

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

  #s-9025263a-0f8b-4a0e-882b-d2cccd81793d-btn-wrapper {
    text-align: center;
  }


#s-9025263a-0f8b-4a0e-882b-d2cccd81793d.shg-btn {
  color: rgba(252, 252, 252, 1);
  font-size: ;
  
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-96c8b04d-7fe9-49ad-9a1c-40b194beee58 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-96c8b04d-7fe9-49ad-9a1c-40b194beee58 .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-80e2efca-d57f-4576-8f2f-2ad24c79ff3a {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-80e2efca-d57f-4576-8f2f-2ad24c79ff3a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80e2efca-d57f-4576-8f2f-2ad24c79ff3a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-80e2efca-d57f-4576-8f2f-2ad24c79ff3a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-80e2efca-d57f-4576-8f2f-2ad24c79ff3a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-80e2efca-d57f-4576-8f2f-2ad24c79ff3a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-80e2efca-d57f-4576-8f2f-2ad24c79ff3a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-80e2efca-d57f-4576-8f2f-2ad24c79ff3a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-80e2efca-d57f-4576-8f2f-2ad24c79ff3a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-80e2efca-d57f-4576-8f2f-2ad24c79ff3a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-80e2efca-d57f-4576-8f2f-2ad24c79ff3a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-80e2efca-d57f-4576-8f2f-2ad24c79ff3a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-80e2efca-d57f-4576-8f2f-2ad24c79ff3a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-80e2efca-d57f-4576-8f2f-2ad24c79ff3a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-80e2efca-d57f-4576-8f2f-2ad24c79ff3a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-80e2efca-d57f-4576-8f2f-2ad24c79ff3a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-80e2efca-d57f-4576-8f2f-2ad24c79ff3a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-80e2efca-d57f-4576-8f2f-2ad24c79ff3a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-80e2efca-d57f-4576-8f2f-2ad24c79ff3a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-80e2efca-d57f-4576-8f2f-2ad24c79ff3a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-80e2efca-d57f-4576-8f2f-2ad24c79ff3a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-80e2efca-d57f-4576-8f2f-2ad24c79ff3a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-80e2efca-d57f-4576-8f2f-2ad24c79ff3a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-80e2efca-d57f-4576-8f2f-2ad24c79ff3a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-80e2efca-d57f-4576-8f2f-2ad24c79ff3a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-80e2efca-d57f-4576-8f2f-2ad24c79ff3a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-80e2efca-d57f-4576-8f2f-2ad24c79ff3a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-80e2efca-d57f-4576-8f2f-2ad24c79ff3a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-80e2efca-d57f-4576-8f2f-2ad24c79ff3a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-80e2efca-d57f-4576-8f2f-2ad24c79ff3a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-80e2efca-d57f-4576-8f2f-2ad24c79ff3a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-80e2efca-d57f-4576-8f2f-2ad24c79ff3a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-80e2efca-d57f-4576-8f2f-2ad24c79ff3a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-80e2efca-d57f-4576-8f2f-2ad24c79ff3a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-80e2efca-d57f-4576-8f2f-2ad24c79ff3a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-80e2efca-d57f-4576-8f2f-2ad24c79ff3a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-80e2efca-d57f-4576-8f2f-2ad24c79ff3a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-80e2efca-d57f-4576-8f2f-2ad24c79ff3a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-c9d8e42c-a8c8-43ba-b349-d1ba792636f0 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-c9d8e42c-a8c8-43ba-b349-d1ba792636f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9d8e42c-a8c8-43ba-b349-d1ba792636f0.shg-box.shg-c {
  justify-content: center;
}

#s-91c22017-9044-43de-89e9-4e2bb406cb0a {
  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-c169c831-dc26-400a-93db-c2397d7e987e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-c169c831-dc26-400a-93db-c2397d7e987e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c169c831-dc26-400a-93db-c2397d7e987e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ebafcfbd-5cf6-4b27-890c-e0fb93763901 {
  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-7dfd6372-5461-4c65-b2e5-bbef3fae2241 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-7dfd6372-5461-4c65-b2e5-bbef3fae2241 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7dfd6372-5461-4c65-b2e5-bbef3fae2241.shg-box.shg-c {
  justify-content: flex-end;
}

#s-76d85c50-8b3b-44f0-ade5-ca6422448a4c {
  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-2e0fd9df-3800-4a69-8d13-86dbedeae181 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-2e0fd9df-3800-4a69-8d13-86dbedeae181"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e0fd9df-3800-4a69-8d13-86dbedeae181"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2e0fd9df-3800-4a69-8d13-86dbedeae181"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2e0fd9df-3800-4a69-8d13-86dbedeae181"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2e0fd9df-3800-4a69-8d13-86dbedeae181"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2e0fd9df-3800-4a69-8d13-86dbedeae181"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2e0fd9df-3800-4a69-8d13-86dbedeae181"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2e0fd9df-3800-4a69-8d13-86dbedeae181"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2e0fd9df-3800-4a69-8d13-86dbedeae181"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2e0fd9df-3800-4a69-8d13-86dbedeae181"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2e0fd9df-3800-4a69-8d13-86dbedeae181"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2e0fd9df-3800-4a69-8d13-86dbedeae181"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2e0fd9df-3800-4a69-8d13-86dbedeae181"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2e0fd9df-3800-4a69-8d13-86dbedeae181"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2e0fd9df-3800-4a69-8d13-86dbedeae181"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2e0fd9df-3800-4a69-8d13-86dbedeae181"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2e0fd9df-3800-4a69-8d13-86dbedeae181"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2e0fd9df-3800-4a69-8d13-86dbedeae181"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2e0fd9df-3800-4a69-8d13-86dbedeae181"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2e0fd9df-3800-4a69-8d13-86dbedeae181"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2e0fd9df-3800-4a69-8d13-86dbedeae181"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2e0fd9df-3800-4a69-8d13-86dbedeae181"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2e0fd9df-3800-4a69-8d13-86dbedeae181"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2e0fd9df-3800-4a69-8d13-86dbedeae181"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2e0fd9df-3800-4a69-8d13-86dbedeae181"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e0fd9df-3800-4a69-8d13-86dbedeae181"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2e0fd9df-3800-4a69-8d13-86dbedeae181"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2e0fd9df-3800-4a69-8d13-86dbedeae181"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2e0fd9df-3800-4a69-8d13-86dbedeae181"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2e0fd9df-3800-4a69-8d13-86dbedeae181"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2e0fd9df-3800-4a69-8d13-86dbedeae181"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2e0fd9df-3800-4a69-8d13-86dbedeae181"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2e0fd9df-3800-4a69-8d13-86dbedeae181"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2e0fd9df-3800-4a69-8d13-86dbedeae181"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2e0fd9df-3800-4a69-8d13-86dbedeae181"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2e0fd9df-3800-4a69-8d13-86dbedeae181"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2e0fd9df-3800-4a69-8d13-86dbedeae181"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-9a8672cc-5b7b-4116-a9a0-377f3535576d {
  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-fc2bc0e4-d436-4b93-9db1-30d3c6b07f36 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-fc2bc0e4-d436-4b93-9db1-30d3c6b07f36 .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-04ea1206-f14d-4b27-8b01-250e8dc44c23 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-04ea1206-f14d-4b27-8b01-250e8dc44c23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04ea1206-f14d-4b27-8b01-250e8dc44c23"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-04ea1206-f14d-4b27-8b01-250e8dc44c23"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-04ea1206-f14d-4b27-8b01-250e8dc44c23"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-04ea1206-f14d-4b27-8b01-250e8dc44c23"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-04ea1206-f14d-4b27-8b01-250e8dc44c23"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-04ea1206-f14d-4b27-8b01-250e8dc44c23"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-04ea1206-f14d-4b27-8b01-250e8dc44c23"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-04ea1206-f14d-4b27-8b01-250e8dc44c23"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-04ea1206-f14d-4b27-8b01-250e8dc44c23"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-04ea1206-f14d-4b27-8b01-250e8dc44c23"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-04ea1206-f14d-4b27-8b01-250e8dc44c23"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-04ea1206-f14d-4b27-8b01-250e8dc44c23"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-04ea1206-f14d-4b27-8b01-250e8dc44c23"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-04ea1206-f14d-4b27-8b01-250e8dc44c23"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-04ea1206-f14d-4b27-8b01-250e8dc44c23"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-04ea1206-f14d-4b27-8b01-250e8dc44c23"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-04ea1206-f14d-4b27-8b01-250e8dc44c23"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-04ea1206-f14d-4b27-8b01-250e8dc44c23"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-04ea1206-f14d-4b27-8b01-250e8dc44c23"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-04ea1206-f14d-4b27-8b01-250e8dc44c23"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-04ea1206-f14d-4b27-8b01-250e8dc44c23"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-04ea1206-f14d-4b27-8b01-250e8dc44c23"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-04ea1206-f14d-4b27-8b01-250e8dc44c23"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-04ea1206-f14d-4b27-8b01-250e8dc44c23"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-04ea1206-f14d-4b27-8b01-250e8dc44c23"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-04ea1206-f14d-4b27-8b01-250e8dc44c23"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-04ea1206-f14d-4b27-8b01-250e8dc44c23"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-04ea1206-f14d-4b27-8b01-250e8dc44c23"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-04ea1206-f14d-4b27-8b01-250e8dc44c23"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-04ea1206-f14d-4b27-8b01-250e8dc44c23"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-04ea1206-f14d-4b27-8b01-250e8dc44c23"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-04ea1206-f14d-4b27-8b01-250e8dc44c23"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-04ea1206-f14d-4b27-8b01-250e8dc44c23"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-04ea1206-f14d-4b27-8b01-250e8dc44c23"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-04ea1206-f14d-4b27-8b01-250e8dc44c23"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-04ea1206-f14d-4b27-8b01-250e8dc44c23"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-adf3217b-7d8f-49cc-b177-9b3d89f6f6a5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-adf3217b-7d8f-49cc-b177-9b3d89f6f6a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-adf3217b-7d8f-49cc-b177-9b3d89f6f6a5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2bbc17d5-0f8b-4ec0-9f2a-3019ddefc6f1 {
  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-fa332cad-7849-4185-8fb4-97534d392975 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-fa332cad-7849-4185-8fb4-97534d392975 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa332cad-7849-4185-8fb4-97534d392975.shg-box.shg-c {
  justify-content: flex-end;
}

#s-45460fd2-dc16-43c6-988f-051ff02f97f4 {
  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-6e713631-2de0-40fa-9574-cb9e7a80bc3c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-6e713631-2de0-40fa-9574-cb9e7a80bc3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e713631-2de0-40fa-9574-cb9e7a80bc3c.shg-box.shg-c {
  justify-content: center;
}

#s-71049c67-d8b4-472e-a03c-eaf776b5b153 {
  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-8affcbc6-7d19-426f-a041-062df95f31fe {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-8affcbc6-7d19-426f-a041-062df95f31fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8affcbc6-7d19-426f-a041-062df95f31fe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8affcbc6-7d19-426f-a041-062df95f31fe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8affcbc6-7d19-426f-a041-062df95f31fe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8affcbc6-7d19-426f-a041-062df95f31fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8affcbc6-7d19-426f-a041-062df95f31fe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8affcbc6-7d19-426f-a041-062df95f31fe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8affcbc6-7d19-426f-a041-062df95f31fe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8affcbc6-7d19-426f-a041-062df95f31fe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8affcbc6-7d19-426f-a041-062df95f31fe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8affcbc6-7d19-426f-a041-062df95f31fe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8affcbc6-7d19-426f-a041-062df95f31fe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8affcbc6-7d19-426f-a041-062df95f31fe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8affcbc6-7d19-426f-a041-062df95f31fe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8affcbc6-7d19-426f-a041-062df95f31fe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8affcbc6-7d19-426f-a041-062df95f31fe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8affcbc6-7d19-426f-a041-062df95f31fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8affcbc6-7d19-426f-a041-062df95f31fe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8affcbc6-7d19-426f-a041-062df95f31fe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8affcbc6-7d19-426f-a041-062df95f31fe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8affcbc6-7d19-426f-a041-062df95f31fe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8affcbc6-7d19-426f-a041-062df95f31fe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8affcbc6-7d19-426f-a041-062df95f31fe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8affcbc6-7d19-426f-a041-062df95f31fe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8affcbc6-7d19-426f-a041-062df95f31fe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8affcbc6-7d19-426f-a041-062df95f31fe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8affcbc6-7d19-426f-a041-062df95f31fe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8affcbc6-7d19-426f-a041-062df95f31fe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8affcbc6-7d19-426f-a041-062df95f31fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8affcbc6-7d19-426f-a041-062df95f31fe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8affcbc6-7d19-426f-a041-062df95f31fe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8affcbc6-7d19-426f-a041-062df95f31fe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8affcbc6-7d19-426f-a041-062df95f31fe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8affcbc6-7d19-426f-a041-062df95f31fe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8affcbc6-7d19-426f-a041-062df95f31fe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8affcbc6-7d19-426f-a041-062df95f31fe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8affcbc6-7d19-426f-a041-062df95f31fe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b39a676d-03b9-43d0-b180-6263e7154752 {
  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-43ff42c5-f06a-4c60-8ce3-a2094194ad8f {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-43ff42c5-f06a-4c60-8ce3-a2094194ad8f .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-019c7a7d-6cfb-4544-8c39-2af774501e03 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-019c7a7d-6cfb-4544-8c39-2af774501e03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-019c7a7d-6cfb-4544-8c39-2af774501e03.shg-box.shg-c {
  justify-content: center;
}

#s-5907db1a-1582-4a92-822e-ab822203afa4 {
  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-5907db1a-1582-4a92-822e-ab822203afa4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5907db1a-1582-4a92-822e-ab822203afa4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5907db1a-1582-4a92-822e-ab822203afa4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5907db1a-1582-4a92-822e-ab822203afa4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5907db1a-1582-4a92-822e-ab822203afa4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5907db1a-1582-4a92-822e-ab822203afa4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5907db1a-1582-4a92-822e-ab822203afa4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5907db1a-1582-4a92-822e-ab822203afa4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5907db1a-1582-4a92-822e-ab822203afa4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5907db1a-1582-4a92-822e-ab822203afa4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5907db1a-1582-4a92-822e-ab822203afa4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5907db1a-1582-4a92-822e-ab822203afa4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5907db1a-1582-4a92-822e-ab822203afa4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5907db1a-1582-4a92-822e-ab822203afa4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5907db1a-1582-4a92-822e-ab822203afa4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5907db1a-1582-4a92-822e-ab822203afa4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5907db1a-1582-4a92-822e-ab822203afa4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5907db1a-1582-4a92-822e-ab822203afa4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5907db1a-1582-4a92-822e-ab822203afa4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5907db1a-1582-4a92-822e-ab822203afa4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5907db1a-1582-4a92-822e-ab822203afa4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5907db1a-1582-4a92-822e-ab822203afa4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5907db1a-1582-4a92-822e-ab822203afa4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5907db1a-1582-4a92-822e-ab822203afa4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5907db1a-1582-4a92-822e-ab822203afa4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5907db1a-1582-4a92-822e-ab822203afa4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5907db1a-1582-4a92-822e-ab822203afa4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5907db1a-1582-4a92-822e-ab822203afa4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5907db1a-1582-4a92-822e-ab822203afa4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5907db1a-1582-4a92-822e-ab822203afa4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5907db1a-1582-4a92-822e-ab822203afa4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5907db1a-1582-4a92-822e-ab822203afa4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5907db1a-1582-4a92-822e-ab822203afa4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5907db1a-1582-4a92-822e-ab822203afa4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5907db1a-1582-4a92-822e-ab822203afa4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5907db1a-1582-4a92-822e-ab822203afa4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5907db1a-1582-4a92-822e-ab822203afa4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c5d9961b-709b-4ce1-aecc-9c2bb06dc1bb {
  min-height: 400px;
}








#s-c5d9961b-709b-4ce1-aecc-9c2bb06dc1bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5d9961b-709b-4ce1-aecc-9c2bb06dc1bb.shg-box.shg-c {
  justify-content: center;
}

#s-ce76f68d-b723-40b9-a420-47977a909716 {
  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-ce76f68d-b723-40b9-a420-47977a909716 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ce76f68d-b723-40b9-a420-47977a909716 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ce76f68d-b723-40b9-a420-47977a909716 {
  
}
}@media (max-width: 767px){#s-ce76f68d-b723-40b9-a420-47977a909716 {
  
}
}
#s-3f1b0759-5f60-417e-a2ee-33ecd63a9e68 {
  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-3f1b0759-5f60-417e-a2ee-33ecd63a9e68"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3f1b0759-5f60-417e-a2ee-33ecd63a9e68"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3f1b0759-5f60-417e-a2ee-33ecd63a9e68"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3f1b0759-5f60-417e-a2ee-33ecd63a9e68"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3f1b0759-5f60-417e-a2ee-33ecd63a9e68"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3f1b0759-5f60-417e-a2ee-33ecd63a9e68"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3f1b0759-5f60-417e-a2ee-33ecd63a9e68"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3f1b0759-5f60-417e-a2ee-33ecd63a9e68"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3f1b0759-5f60-417e-a2ee-33ecd63a9e68"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3f1b0759-5f60-417e-a2ee-33ecd63a9e68"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3f1b0759-5f60-417e-a2ee-33ecd63a9e68"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3f1b0759-5f60-417e-a2ee-33ecd63a9e68"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3f1b0759-5f60-417e-a2ee-33ecd63a9e68"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3f1b0759-5f60-417e-a2ee-33ecd63a9e68"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3f1b0759-5f60-417e-a2ee-33ecd63a9e68"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3f1b0759-5f60-417e-a2ee-33ecd63a9e68"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3f1b0759-5f60-417e-a2ee-33ecd63a9e68"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3f1b0759-5f60-417e-a2ee-33ecd63a9e68"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3f1b0759-5f60-417e-a2ee-33ecd63a9e68"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3f1b0759-5f60-417e-a2ee-33ecd63a9e68"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3f1b0759-5f60-417e-a2ee-33ecd63a9e68"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3f1b0759-5f60-417e-a2ee-33ecd63a9e68"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3f1b0759-5f60-417e-a2ee-33ecd63a9e68"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3f1b0759-5f60-417e-a2ee-33ecd63a9e68"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3f1b0759-5f60-417e-a2ee-33ecd63a9e68"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f1b0759-5f60-417e-a2ee-33ecd63a9e68"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3f1b0759-5f60-417e-a2ee-33ecd63a9e68"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3f1b0759-5f60-417e-a2ee-33ecd63a9e68"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3f1b0759-5f60-417e-a2ee-33ecd63a9e68"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3f1b0759-5f60-417e-a2ee-33ecd63a9e68"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3f1b0759-5f60-417e-a2ee-33ecd63a9e68"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3f1b0759-5f60-417e-a2ee-33ecd63a9e68"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3f1b0759-5f60-417e-a2ee-33ecd63a9e68"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3f1b0759-5f60-417e-a2ee-33ecd63a9e68"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3f1b0759-5f60-417e-a2ee-33ecd63a9e68"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3f1b0759-5f60-417e-a2ee-33ecd63a9e68"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3f1b0759-5f60-417e-a2ee-33ecd63a9e68"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c2949fb7-2028-4467-9ed3-39c4545be4cf {
  min-height: 400px;
}








#s-c2949fb7-2028-4467-9ed3-39c4545be4cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2949fb7-2028-4467-9ed3-39c4545be4cf.shg-box.shg-c {
  justify-content: center;
}

#s-174fa422-10ae-4ba0-afd7-cb56eba8f8c5 {
  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-174fa422-10ae-4ba0-afd7-cb56eba8f8c5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-174fa422-10ae-4ba0-afd7-cb56eba8f8c5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-174fa422-10ae-4ba0-afd7-cb56eba8f8c5 {
  
}
}@media (max-width: 767px){#s-174fa422-10ae-4ba0-afd7-cb56eba8f8c5 {
  
}
}
#s-3c00b947-6dee-4b97-b045-de356919a8a9 {
  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-3c00b947-6dee-4b97-b045-de356919a8a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c00b947-6dee-4b97-b045-de356919a8a9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3c00b947-6dee-4b97-b045-de356919a8a9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3c00b947-6dee-4b97-b045-de356919a8a9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3c00b947-6dee-4b97-b045-de356919a8a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3c00b947-6dee-4b97-b045-de356919a8a9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3c00b947-6dee-4b97-b045-de356919a8a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3c00b947-6dee-4b97-b045-de356919a8a9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3c00b947-6dee-4b97-b045-de356919a8a9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3c00b947-6dee-4b97-b045-de356919a8a9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3c00b947-6dee-4b97-b045-de356919a8a9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3c00b947-6dee-4b97-b045-de356919a8a9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3c00b947-6dee-4b97-b045-de356919a8a9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3c00b947-6dee-4b97-b045-de356919a8a9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3c00b947-6dee-4b97-b045-de356919a8a9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3c00b947-6dee-4b97-b045-de356919a8a9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3c00b947-6dee-4b97-b045-de356919a8a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3c00b947-6dee-4b97-b045-de356919a8a9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3c00b947-6dee-4b97-b045-de356919a8a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3c00b947-6dee-4b97-b045-de356919a8a9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3c00b947-6dee-4b97-b045-de356919a8a9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3c00b947-6dee-4b97-b045-de356919a8a9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3c00b947-6dee-4b97-b045-de356919a8a9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3c00b947-6dee-4b97-b045-de356919a8a9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3c00b947-6dee-4b97-b045-de356919a8a9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c00b947-6dee-4b97-b045-de356919a8a9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3c00b947-6dee-4b97-b045-de356919a8a9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3c00b947-6dee-4b97-b045-de356919a8a9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3c00b947-6dee-4b97-b045-de356919a8a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3c00b947-6dee-4b97-b045-de356919a8a9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3c00b947-6dee-4b97-b045-de356919a8a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3c00b947-6dee-4b97-b045-de356919a8a9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3c00b947-6dee-4b97-b045-de356919a8a9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3c00b947-6dee-4b97-b045-de356919a8a9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3c00b947-6dee-4b97-b045-de356919a8a9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3c00b947-6dee-4b97-b045-de356919a8a9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3c00b947-6dee-4b97-b045-de356919a8a9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-12559fdf-5f0a-47f5-bc80-b8d7574e54ae {
  min-height: 400px;
}








#s-12559fdf-5f0a-47f5-bc80-b8d7574e54ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12559fdf-5f0a-47f5-bc80-b8d7574e54ae.shg-box.shg-c {
  justify-content: center;
}

#s-e610ad49-52a0-447f-881b-4450dcf46cf6 {
  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-e610ad49-52a0-447f-881b-4450dcf46cf6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e610ad49-52a0-447f-881b-4450dcf46cf6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e610ad49-52a0-447f-881b-4450dcf46cf6 {
  
}
}@media (max-width: 767px){#s-e610ad49-52a0-447f-881b-4450dcf46cf6 {
  
}
}
#s-f209325d-a467-4af8-903c-eb92f74ad2d3 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 400px;
background-position: center center;
}








#s-f209325d-a467-4af8-903c-eb92f74ad2d3 > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-f209325d-a467-4af8-903c-eb92f74ad2d3.shg-box.shg-c {
  justify-content: center;
}

#s-7143bac8-12f0-4d17-80e1-c708251b93ac {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-7143bac8-12f0-4d17-80e1-c708251b93ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7143bac8-12f0-4d17-80e1-c708251b93ac"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-7143bac8-12f0-4d17-80e1-c708251b93ac"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-7143bac8-12f0-4d17-80e1-c708251b93ac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-7143bac8-12f0-4d17-80e1-c708251b93ac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-7143bac8-12f0-4d17-80e1-c708251b93ac"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-7143bac8-12f0-4d17-80e1-c708251b93ac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-7143bac8-12f0-4d17-80e1-c708251b93ac"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-7143bac8-12f0-4d17-80e1-c708251b93ac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-7143bac8-12f0-4d17-80e1-c708251b93ac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-7143bac8-12f0-4d17-80e1-c708251b93ac"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-7143bac8-12f0-4d17-80e1-c708251b93ac"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-7143bac8-12f0-4d17-80e1-c708251b93ac"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-7143bac8-12f0-4d17-80e1-c708251b93ac"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-7143bac8-12f0-4d17-80e1-c708251b93ac"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-7143bac8-12f0-4d17-80e1-c708251b93ac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-7143bac8-12f0-4d17-80e1-c708251b93ac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-7143bac8-12f0-4d17-80e1-c708251b93ac"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-7143bac8-12f0-4d17-80e1-c708251b93ac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-7143bac8-12f0-4d17-80e1-c708251b93ac"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-7143bac8-12f0-4d17-80e1-c708251b93ac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-7143bac8-12f0-4d17-80e1-c708251b93ac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-7143bac8-12f0-4d17-80e1-c708251b93ac"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-7143bac8-12f0-4d17-80e1-c708251b93ac"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-7143bac8-12f0-4d17-80e1-c708251b93ac"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-7143bac8-12f0-4d17-80e1-c708251b93ac"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-7143bac8-12f0-4d17-80e1-c708251b93ac"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-7143bac8-12f0-4d17-80e1-c708251b93ac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-7143bac8-12f0-4d17-80e1-c708251b93ac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-7143bac8-12f0-4d17-80e1-c708251b93ac"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-7143bac8-12f0-4d17-80e1-c708251b93ac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-7143bac8-12f0-4d17-80e1-c708251b93ac"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-7143bac8-12f0-4d17-80e1-c708251b93ac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-7143bac8-12f0-4d17-80e1-c708251b93ac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-7143bac8-12f0-4d17-80e1-c708251b93ac"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-7143bac8-12f0-4d17-80e1-c708251b93ac"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-7143bac8-12f0-4d17-80e1-c708251b93ac"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-3bc8acc3-d8d1-4c33-b6f2-b8dd9a50f49d {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-3bc8acc3-d8d1-4c33-b6f2-b8dd9a50f49d .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-96f42980-bff0-4aad-a542-1d82b71722ce {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-96f42980-bff0-4aad-a542-1d82b71722ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96f42980-bff0-4aad-a542-1d82b71722ce.shg-box.shg-c {
  justify-content: center;
}

#s-235bda47-4407-4374-aa9e-0427ef73bf9b {
  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-235bda47-4407-4374-aa9e-0427ef73bf9b > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-235bda47-4407-4374-aa9e-0427ef73bf9b.shg-box.shg-c {
  justify-content: center;
}

#s-53528f3f-712b-4f51-9c79-57bbfdbd38e3 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-53528f3f-712b-4f51-9c79-57bbfdbd38e3 {
  
}
}
#s-53528f3f-712b-4f51-9c79-57bbfdbd38e3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-53528f3f-712b-4f51-9c79-57bbfdbd38e3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-53528f3f-712b-4f51-9c79-57bbfdbd38e3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-53528f3f-712b-4f51-9c79-57bbfdbd38e3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-53528f3f-712b-4f51-9c79-57bbfdbd38e3 > .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-53528f3f-712b-4f51-9c79-57bbfdbd38e3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-6086810c-3dfa-4041-9805-15c6020e8e25 {
  
}

@media (min-width: 0px) {
[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6086810c-3dfa-4041-9805-15c6020e8e25"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-03188a7e-b5ce-4210-942b-f861d031314b {
  text-align: center;
}




  #s-03188a7e-b5ce-4210-942b-f861d031314b img.shogun-image {
    
    width: px;
  }


#s-03188a7e-b5ce-4210-942b-f861d031314b .shogun-image-content {
  
    align-items: center;
  
}

#s-7b7b3c28-492b-406a-823a-70cfbcf14b26 {
  min-height: 50px;
}








#s-7b7b3c28-492b-406a-823a-70cfbcf14b26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b7b3c28-492b-406a-823a-70cfbcf14b26.shg-box.shg-c {
  justify-content: center;
}

#s-23d3901d-db73-4233-af7f-3b9e36eaa9ea {
  margin-top: 40%;
margin-bottom: 40%;
background-color: rgba(255, 255, 255, 0);
}

#s-7d8712a4-4423-453d-955d-83306d8e5dde {
  
}

@media (min-width: 0px) {
[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7d8712a4-4423-453d-955d-83306d8e5dde"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-caffe09f-4d38-48f3-a740-ca7f10b71037 {
  min-height: 50px;
}








#s-caffe09f-4d38-48f3-a740-ca7f10b71037 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-caffe09f-4d38-48f3-a740-ca7f10b71037.shg-box.shg-c {
  justify-content: center;
}

#s-c278805e-cb1c-4a67-9847-0012258af0ad {
  
}

@media (min-width: 0px) {
[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c278805e-cb1c-4a67-9847-0012258af0ad"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b2c7889b-dcb3-4fa2-8208-12c541f4af7a {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-36162431-7486-4c44-b910-84cd8edde50b {
  margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-2be4f14e-4bf2-475b-9f86-3baf45d0b3de {
  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-2be4f14e-4bf2-475b-9f86-3baf45d0b3de .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-01c60427-809c-440b-bb6b-ea4ba3b1c7f2 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-600f1eb4-6a5a-4db6-8e78-abd98f155a3a {
  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-293ad0fe-5558-4ed5-924f-cd58de9cdbb3 {
  text-align: left;
}


.shg-c#s-293ad0fe-5558-4ed5-924f-cd58de9cdbb3 {
  max-width: 100%;
}

.shg-c#s-293ad0fe-5558-4ed5-924f-cd58de9cdbb3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-293ad0fe-5558-4ed5-924f-cd58de9cdbb3 .shg-image-zoom,
.shg-c#s-293ad0fe-5558-4ed5-924f-cd58de9cdbb3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-293ad0fe-5558-4ed5-924f-cd58de9cdbb3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-293ad0fe-5558-4ed5-924f-cd58de9cdbb3 {
  max-width: 100%;
}

.shg-c#s-293ad0fe-5558-4ed5-924f-cd58de9cdbb3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-293ad0fe-5558-4ed5-924f-cd58de9cdbb3 .shg-image-zoom,
.shg-c#s-293ad0fe-5558-4ed5-924f-cd58de9cdbb3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-293ad0fe-5558-4ed5-924f-cd58de9cdbb3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-293ad0fe-5558-4ed5-924f-cd58de9cdbb3 {
  max-width: 100%;
}

.shg-c#s-293ad0fe-5558-4ed5-924f-cd58de9cdbb3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-293ad0fe-5558-4ed5-924f-cd58de9cdbb3 .shg-image-zoom,
.shg-c#s-293ad0fe-5558-4ed5-924f-cd58de9cdbb3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-293ad0fe-5558-4ed5-924f-cd58de9cdbb3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-293ad0fe-5558-4ed5-924f-cd58de9cdbb3 {
  max-width: 100%;
}

.shg-c#s-293ad0fe-5558-4ed5-924f-cd58de9cdbb3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-293ad0fe-5558-4ed5-924f-cd58de9cdbb3 .shg-image-zoom,
.shg-c#s-293ad0fe-5558-4ed5-924f-cd58de9cdbb3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-293ad0fe-5558-4ed5-924f-cd58de9cdbb3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-293ad0fe-5558-4ed5-924f-cd58de9cdbb3 {
  max-width: 100%;
}

.shg-c#s-293ad0fe-5558-4ed5-924f-cd58de9cdbb3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-293ad0fe-5558-4ed5-924f-cd58de9cdbb3 .shg-image-zoom,
.shg-c#s-293ad0fe-5558-4ed5-924f-cd58de9cdbb3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-293ad0fe-5558-4ed5-924f-cd58de9cdbb3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d816cc4a-ba21-4ff5-8ebd-1ba39af3e0a5 {
  display: none;
}
#s-a3c08a41-d383-44ea-ab6d-8ee636607035 {
  text-align: left;
}


.shg-c#s-a3c08a41-d383-44ea-ab6d-8ee636607035 {
  max-width: 100%;
}

.shg-c#s-a3c08a41-d383-44ea-ab6d-8ee636607035 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3c08a41-d383-44ea-ab6d-8ee636607035 .shg-image-zoom,
.shg-c#s-a3c08a41-d383-44ea-ab6d-8ee636607035 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a3c08a41-d383-44ea-ab6d-8ee636607035 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a3c08a41-d383-44ea-ab6d-8ee636607035 {
  max-width: 100%;
}

.shg-c#s-a3c08a41-d383-44ea-ab6d-8ee636607035 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3c08a41-d383-44ea-ab6d-8ee636607035 .shg-image-zoom,
.shg-c#s-a3c08a41-d383-44ea-ab6d-8ee636607035 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a3c08a41-d383-44ea-ab6d-8ee636607035 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a3c08a41-d383-44ea-ab6d-8ee636607035 {
  max-width: 100%;
}

.shg-c#s-a3c08a41-d383-44ea-ab6d-8ee636607035 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3c08a41-d383-44ea-ab6d-8ee636607035 .shg-image-zoom,
.shg-c#s-a3c08a41-d383-44ea-ab6d-8ee636607035 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a3c08a41-d383-44ea-ab6d-8ee636607035 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a3c08a41-d383-44ea-ab6d-8ee636607035 {
  max-width: 100%;
}

.shg-c#s-a3c08a41-d383-44ea-ab6d-8ee636607035 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3c08a41-d383-44ea-ab6d-8ee636607035 .shg-image-zoom,
.shg-c#s-a3c08a41-d383-44ea-ab6d-8ee636607035 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a3c08a41-d383-44ea-ab6d-8ee636607035 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a3c08a41-d383-44ea-ab6d-8ee636607035 {
  max-width: 100%;
}

.shg-c#s-a3c08a41-d383-44ea-ab6d-8ee636607035 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3c08a41-d383-44ea-ab6d-8ee636607035 .shg-image-zoom,
.shg-c#s-a3c08a41-d383-44ea-ab6d-8ee636607035 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a3c08a41-d383-44ea-ab6d-8ee636607035 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d64a56a4-42b7-4b63-98ab-9f827c42c791 {
  display: none;
}
#s-de0a1bea-29b5-48fe-a7ad-8d476d8a08e6 {
  text-align: left;
}


.shg-c#s-de0a1bea-29b5-48fe-a7ad-8d476d8a08e6 {
  max-width: 100%;
}

.shg-c#s-de0a1bea-29b5-48fe-a7ad-8d476d8a08e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-de0a1bea-29b5-48fe-a7ad-8d476d8a08e6 .shg-image-zoom,
.shg-c#s-de0a1bea-29b5-48fe-a7ad-8d476d8a08e6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-de0a1bea-29b5-48fe-a7ad-8d476d8a08e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-de0a1bea-29b5-48fe-a7ad-8d476d8a08e6 {
  max-width: 100%;
}

.shg-c#s-de0a1bea-29b5-48fe-a7ad-8d476d8a08e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-de0a1bea-29b5-48fe-a7ad-8d476d8a08e6 .shg-image-zoom,
.shg-c#s-de0a1bea-29b5-48fe-a7ad-8d476d8a08e6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-de0a1bea-29b5-48fe-a7ad-8d476d8a08e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-de0a1bea-29b5-48fe-a7ad-8d476d8a08e6 {
  max-width: 100%;
}

.shg-c#s-de0a1bea-29b5-48fe-a7ad-8d476d8a08e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-de0a1bea-29b5-48fe-a7ad-8d476d8a08e6 .shg-image-zoom,
.shg-c#s-de0a1bea-29b5-48fe-a7ad-8d476d8a08e6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-de0a1bea-29b5-48fe-a7ad-8d476d8a08e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-de0a1bea-29b5-48fe-a7ad-8d476d8a08e6 {
  max-width: 100%;
}

.shg-c#s-de0a1bea-29b5-48fe-a7ad-8d476d8a08e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-de0a1bea-29b5-48fe-a7ad-8d476d8a08e6 .shg-image-zoom,
.shg-c#s-de0a1bea-29b5-48fe-a7ad-8d476d8a08e6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-de0a1bea-29b5-48fe-a7ad-8d476d8a08e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-de0a1bea-29b5-48fe-a7ad-8d476d8a08e6 {
  max-width: 100%;
}

.shg-c#s-de0a1bea-29b5-48fe-a7ad-8d476d8a08e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-de0a1bea-29b5-48fe-a7ad-8d476d8a08e6 .shg-image-zoom,
.shg-c#s-de0a1bea-29b5-48fe-a7ad-8d476d8a08e6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-de0a1bea-29b5-48fe-a7ad-8d476d8a08e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7c96cb3b-ebed-4dde-9027-583b8345f63b {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-7c96cb3b-ebed-4dde-9027-583b8345f63b .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-089522d6-2251-4c06-aeda-af7ca75169c2 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
min-height: 400px;
background-position: center center;
}








#s-089522d6-2251-4c06-aeda-af7ca75169c2 > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-089522d6-2251-4c06-aeda-af7ca75169c2.shg-box.shg-c {
  justify-content: center;
}

#s-ba3713d3-28dc-471e-a9ed-72bbec0f51bf {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-ba3713d3-28dc-471e-a9ed-72bbec0f51bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba3713d3-28dc-471e-a9ed-72bbec0f51bf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-ba3713d3-28dc-471e-a9ed-72bbec0f51bf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-ba3713d3-28dc-471e-a9ed-72bbec0f51bf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-ba3713d3-28dc-471e-a9ed-72bbec0f51bf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-ba3713d3-28dc-471e-a9ed-72bbec0f51bf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-ba3713d3-28dc-471e-a9ed-72bbec0f51bf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-ba3713d3-28dc-471e-a9ed-72bbec0f51bf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-ba3713d3-28dc-471e-a9ed-72bbec0f51bf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-ba3713d3-28dc-471e-a9ed-72bbec0f51bf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-ba3713d3-28dc-471e-a9ed-72bbec0f51bf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-ba3713d3-28dc-471e-a9ed-72bbec0f51bf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-ba3713d3-28dc-471e-a9ed-72bbec0f51bf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-ba3713d3-28dc-471e-a9ed-72bbec0f51bf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-ba3713d3-28dc-471e-a9ed-72bbec0f51bf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-ba3713d3-28dc-471e-a9ed-72bbec0f51bf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-ba3713d3-28dc-471e-a9ed-72bbec0f51bf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-ba3713d3-28dc-471e-a9ed-72bbec0f51bf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-ba3713d3-28dc-471e-a9ed-72bbec0f51bf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-ba3713d3-28dc-471e-a9ed-72bbec0f51bf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-ba3713d3-28dc-471e-a9ed-72bbec0f51bf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-ba3713d3-28dc-471e-a9ed-72bbec0f51bf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-ba3713d3-28dc-471e-a9ed-72bbec0f51bf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-ba3713d3-28dc-471e-a9ed-72bbec0f51bf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-ba3713d3-28dc-471e-a9ed-72bbec0f51bf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-ba3713d3-28dc-471e-a9ed-72bbec0f51bf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-ba3713d3-28dc-471e-a9ed-72bbec0f51bf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-ba3713d3-28dc-471e-a9ed-72bbec0f51bf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-ba3713d3-28dc-471e-a9ed-72bbec0f51bf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-ba3713d3-28dc-471e-a9ed-72bbec0f51bf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-ba3713d3-28dc-471e-a9ed-72bbec0f51bf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-ba3713d3-28dc-471e-a9ed-72bbec0f51bf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-ba3713d3-28dc-471e-a9ed-72bbec0f51bf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-ba3713d3-28dc-471e-a9ed-72bbec0f51bf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-ba3713d3-28dc-471e-a9ed-72bbec0f51bf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-ba3713d3-28dc-471e-a9ed-72bbec0f51bf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-ba3713d3-28dc-471e-a9ed-72bbec0f51bf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-c4775ee7-5bbf-447e-86ca-ebf3d1dba10c {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-c4775ee7-5bbf-447e-86ca-ebf3d1dba10c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4775ee7-5bbf-447e-86ca-ebf3d1dba10c.shg-box.shg-c {
  justify-content: center;
}

#s-6e89296f-1acc-4413-b926-cd274ab79acb {
  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-6e89296f-1acc-4413-b926-cd274ab79acb > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-6e89296f-1acc-4413-b926-cd274ab79acb.shg-box.shg-c {
  justify-content: center;
}

#s-9dd431a9-3e4a-4ef8-9afe-6f426c103e80 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9dd431a9-3e4a-4ef8-9afe-6f426c103e80 {
  
}
}
#s-9dd431a9-3e4a-4ef8-9afe-6f426c103e80 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9dd431a9-3e4a-4ef8-9afe-6f426c103e80 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-9dd431a9-3e4a-4ef8-9afe-6f426c103e80 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-9dd431a9-3e4a-4ef8-9afe-6f426c103e80 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-9dd431a9-3e4a-4ef8-9afe-6f426c103e80 > .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-9dd431a9-3e4a-4ef8-9afe-6f426c103e80 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-a1a4e388-16fb-45a2-87d1-f60a73b1995d {
  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-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a1a4e388-16fb-45a2-87d1-f60a73b1995d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b6ec04d6-b6e2-46fe-b7d7-2cdf18072057 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-16c93a48-2562-4dba-9490-d0fc943c4b5e {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-a8568be4-c968-448e-91b5-8584e7c8d033 {
  
}

@media (min-width: 0px) {
[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a8568be4-c968-448e-91b5-8584e7c8d033"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a733524a-14b0-4aca-94f8-be35ccf2d010 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-7e4feb36-2fe2-47f1-813f-e7621cb300cf {
  margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-704a93b8-7438-408e-b37f-664d250f7a3c {
  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-704a93b8-7438-408e-b37f-664d250f7a3c img.shogun-image {
    
    width: px;
  }


#s-704a93b8-7438-408e-b37f-664d250f7a3c .shogun-image-content {
  
    align-items:  flex-start;
  
}

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

  #s-2193966d-61e0-47c8-9dda-ad3278e5a1f8-btn-wrapper {
    text-align: center;
  }


#s-2193966d-61e0-47c8-9dda-ad3278e5a1f8.shg-btn {
  color: rgba(252, 252, 252, 1);
  font-size: ;
  
  
  font-family: Oswald;
  display:  inline-block ;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
