.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-a81e030e-691d-4718-8bce-75fce61541be {
  min-height: 50px;
background-color: rgba(224, 224, 224, 1);
}








#s-a81e030e-691d-4718-8bce-75fce61541be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a81e030e-691d-4718-8bce-75fce61541be.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-b3dda621-9882-45df-aaca-a4d9821b386f {
  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-4dd96764-07b5-46fc-87b7-823219010d71 {
  min-height: 50px;
}








#s-4dd96764-07b5-46fc-87b7-823219010d71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4dd96764-07b5-46fc-87b7-823219010d71.shg-box.shg-c {
  justify-content: center;
}

#s-9650f4a7-58cf-46c2-81c9-d9f5929dc978 {
  min-height: 50px;
}








#s-9650f4a7-58cf-46c2-81c9-d9f5929dc978 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9650f4a7-58cf-46c2-81c9-d9f5929dc978.shg-box.shg-c {
  justify-content: center;
}

#s-a719118a-166b-4a2d-9309-4e50c05930c7 {
  background-image: url(https://i.shgcdn.com/2341e6b7-3d4b-4016-9586-4a8b34b9456a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}








#s-a719118a-166b-4a2d-9309-4e50c05930c7 > .shg-box-overlay {
  background-color: rgba(105, 105, 105, 1);
  opacity: 0.5;
}#s-a719118a-166b-4a2d-9309-4e50c05930c7.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-2080478a-b355-4d79-86aa-af9a8a12f103"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2080478a-b355-4d79-86aa-af9a8a12f103"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2080478a-b355-4d79-86aa-af9a8a12f103"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2080478a-b355-4d79-86aa-af9a8a12f103"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2080478a-b355-4d79-86aa-af9a8a12f103"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2080478a-b355-4d79-86aa-af9a8a12f103"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2080478a-b355-4d79-86aa-af9a8a12f103"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2080478a-b355-4d79-86aa-af9a8a12f103"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2080478a-b355-4d79-86aa-af9a8a12f103"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2080478a-b355-4d79-86aa-af9a8a12f103"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2080478a-b355-4d79-86aa-af9a8a12f103"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2080478a-b355-4d79-86aa-af9a8a12f103"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2080478a-b355-4d79-86aa-af9a8a12f103"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2080478a-b355-4d79-86aa-af9a8a12f103"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2080478a-b355-4d79-86aa-af9a8a12f103"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2080478a-b355-4d79-86aa-af9a8a12f103"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2080478a-b355-4d79-86aa-af9a8a12f103"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2080478a-b355-4d79-86aa-af9a8a12f103"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2080478a-b355-4d79-86aa-af9a8a12f103"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2080478a-b355-4d79-86aa-af9a8a12f103"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2080478a-b355-4d79-86aa-af9a8a12f103"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2080478a-b355-4d79-86aa-af9a8a12f103"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2080478a-b355-4d79-86aa-af9a8a12f103"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2080478a-b355-4d79-86aa-af9a8a12f103"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2080478a-b355-4d79-86aa-af9a8a12f103"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2080478a-b355-4d79-86aa-af9a8a12f103"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2080478a-b355-4d79-86aa-af9a8a12f103"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2080478a-b355-4d79-86aa-af9a8a12f103"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2080478a-b355-4d79-86aa-af9a8a12f103"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2080478a-b355-4d79-86aa-af9a8a12f103"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2080478a-b355-4d79-86aa-af9a8a12f103"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2080478a-b355-4d79-86aa-af9a8a12f103"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2080478a-b355-4d79-86aa-af9a8a12f103"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2080478a-b355-4d79-86aa-af9a8a12f103"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2080478a-b355-4d79-86aa-af9a8a12f103"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2080478a-b355-4d79-86aa-af9a8a12f103"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2080478a-b355-4d79-86aa-af9a8a12f103"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-eef5dca1-9776-4d76-a8a6-81f1efa628df {
  min-height: 50px;
}








#s-eef5dca1-9776-4d76-a8a6-81f1efa628df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eef5dca1-9776-4d76-a8a6-81f1efa628df.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-3e49b3ee-9418-458a-ae96-32d44be57028 {
  padding-left: 10px;
padding-right: 10px;
text-align: right;
background-color: rgba(255, 255, 255, 0);
}

#s-3e49b3ee-9418-458a-ae96-32d44be57028 .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-ab17de9f-cd39-4dc7-b613-2405ed13e72d {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-c3dbcc1a-e5fa-43bb-99ba-a700ba15fe1c {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-c3dbcc1a-e5fa-43bb-99ba-a700ba15fe1c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c3dbcc1a-e5fa-43bb-99ba-a700ba15fe1c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c3dbcc1a-e5fa-43bb-99ba-a700ba15fe1c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c3dbcc1a-e5fa-43bb-99ba-a700ba15fe1c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c3dbcc1a-e5fa-43bb-99ba-a700ba15fe1c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c3dbcc1a-e5fa-43bb-99ba-a700ba15fe1c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c3dbcc1a-e5fa-43bb-99ba-a700ba15fe1c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c3dbcc1a-e5fa-43bb-99ba-a700ba15fe1c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c3dbcc1a-e5fa-43bb-99ba-a700ba15fe1c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c3dbcc1a-e5fa-43bb-99ba-a700ba15fe1c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c3dbcc1a-e5fa-43bb-99ba-a700ba15fe1c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c3dbcc1a-e5fa-43bb-99ba-a700ba15fe1c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c3dbcc1a-e5fa-43bb-99ba-a700ba15fe1c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c3dbcc1a-e5fa-43bb-99ba-a700ba15fe1c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c3dbcc1a-e5fa-43bb-99ba-a700ba15fe1c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c3dbcc1a-e5fa-43bb-99ba-a700ba15fe1c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c3dbcc1a-e5fa-43bb-99ba-a700ba15fe1c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c3dbcc1a-e5fa-43bb-99ba-a700ba15fe1c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c3dbcc1a-e5fa-43bb-99ba-a700ba15fe1c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c3dbcc1a-e5fa-43bb-99ba-a700ba15fe1c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c3dbcc1a-e5fa-43bb-99ba-a700ba15fe1c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c3dbcc1a-e5fa-43bb-99ba-a700ba15fe1c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c3dbcc1a-e5fa-43bb-99ba-a700ba15fe1c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c3dbcc1a-e5fa-43bb-99ba-a700ba15fe1c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c3dbcc1a-e5fa-43bb-99ba-a700ba15fe1c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3dbcc1a-e5fa-43bb-99ba-a700ba15fe1c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c3dbcc1a-e5fa-43bb-99ba-a700ba15fe1c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c3dbcc1a-e5fa-43bb-99ba-a700ba15fe1c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c3dbcc1a-e5fa-43bb-99ba-a700ba15fe1c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c3dbcc1a-e5fa-43bb-99ba-a700ba15fe1c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c3dbcc1a-e5fa-43bb-99ba-a700ba15fe1c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c3dbcc1a-e5fa-43bb-99ba-a700ba15fe1c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c3dbcc1a-e5fa-43bb-99ba-a700ba15fe1c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c3dbcc1a-e5fa-43bb-99ba-a700ba15fe1c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c3dbcc1a-e5fa-43bb-99ba-a700ba15fe1c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c3dbcc1a-e5fa-43bb-99ba-a700ba15fe1c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c3dbcc1a-e5fa-43bb-99ba-a700ba15fe1c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-7070e2f9-db11-4e66-a03d-a524a65262dd {
  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-54a6e8a1-7ff8-4e2b-af36-59a1e8144649 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-position: center top;
}








#s-54a6e8a1-7ff8-4e2b-af36-59a1e8144649 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54a6e8a1-7ff8-4e2b-af36-59a1e8144649.shg-box.shg-c {
  justify-content: center;
}

#s-befffd80-c9cf-443d-b9e5-1ecf152cb3c7 {
  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-befffd80-c9cf-443d-b9e5-1ecf152cb3c7 .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-e563d285-e1fa-4883-adf6-9e78aded3ae0 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 1200px;
}

#s-ebd74f88-6edf-4c81-b66b-593b69175ec5 {
  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-ebd74f88-6edf-4c81-b66b-593b69175ec5 {
  
}
}
#s-ebd74f88-6edf-4c81-b66b-593b69175ec5 .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-6f74a44c-dc65-4bd6-a3f1-c53d5a12eb5e {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-6f74a44c-dc65-4bd6-a3f1-c53d5a12eb5e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f74a44c-dc65-4bd6-a3f1-c53d5a12eb5e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6f74a44c-dc65-4bd6-a3f1-c53d5a12eb5e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6f74a44c-dc65-4bd6-a3f1-c53d5a12eb5e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6f74a44c-dc65-4bd6-a3f1-c53d5a12eb5e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6f74a44c-dc65-4bd6-a3f1-c53d5a12eb5e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6f74a44c-dc65-4bd6-a3f1-c53d5a12eb5e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6f74a44c-dc65-4bd6-a3f1-c53d5a12eb5e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6f74a44c-dc65-4bd6-a3f1-c53d5a12eb5e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6f74a44c-dc65-4bd6-a3f1-c53d5a12eb5e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6f74a44c-dc65-4bd6-a3f1-c53d5a12eb5e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6f74a44c-dc65-4bd6-a3f1-c53d5a12eb5e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6f74a44c-dc65-4bd6-a3f1-c53d5a12eb5e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6f74a44c-dc65-4bd6-a3f1-c53d5a12eb5e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6f74a44c-dc65-4bd6-a3f1-c53d5a12eb5e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6f74a44c-dc65-4bd6-a3f1-c53d5a12eb5e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6f74a44c-dc65-4bd6-a3f1-c53d5a12eb5e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6f74a44c-dc65-4bd6-a3f1-c53d5a12eb5e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6f74a44c-dc65-4bd6-a3f1-c53d5a12eb5e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6f74a44c-dc65-4bd6-a3f1-c53d5a12eb5e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6f74a44c-dc65-4bd6-a3f1-c53d5a12eb5e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6f74a44c-dc65-4bd6-a3f1-c53d5a12eb5e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6f74a44c-dc65-4bd6-a3f1-c53d5a12eb5e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6f74a44c-dc65-4bd6-a3f1-c53d5a12eb5e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6f74a44c-dc65-4bd6-a3f1-c53d5a12eb5e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f74a44c-dc65-4bd6-a3f1-c53d5a12eb5e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6f74a44c-dc65-4bd6-a3f1-c53d5a12eb5e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6f74a44c-dc65-4bd6-a3f1-c53d5a12eb5e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6f74a44c-dc65-4bd6-a3f1-c53d5a12eb5e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6f74a44c-dc65-4bd6-a3f1-c53d5a12eb5e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6f74a44c-dc65-4bd6-a3f1-c53d5a12eb5e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6f74a44c-dc65-4bd6-a3f1-c53d5a12eb5e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6f74a44c-dc65-4bd6-a3f1-c53d5a12eb5e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6f74a44c-dc65-4bd6-a3f1-c53d5a12eb5e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6f74a44c-dc65-4bd6-a3f1-c53d5a12eb5e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6f74a44c-dc65-4bd6-a3f1-c53d5a12eb5e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6f74a44c-dc65-4bd6-a3f1-c53d5a12eb5e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-bdecb437-b5bf-405d-ad28-79c55571efce {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-bdecb437-b5bf-405d-ad28-79c55571efce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdecb437-b5bf-405d-ad28-79c55571efce.shg-box.shg-c {
  justify-content: center;
}

#s-6e9fd910-2c3c-4442-b82a-f1a6ab94ffe0 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-6e9fd910-2c3c-4442-b82a-f1a6ab94ffe0 .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-74179239-e79b-48a4-96f5-d4960e6d8f7d {
  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-81ad8c61-d5d7-448e-94eb-543acce978e2 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-81ad8c61-d5d7-448e-94eb-543acce978e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81ad8c61-d5d7-448e-94eb-543acce978e2.shg-box.shg-c {
  justify-content: center;
}

#s-fbeaf5dc-a02d-4fc3-ac6b-51b0d714f533 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-fbeaf5dc-a02d-4fc3-ac6b-51b0d714f533 .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-15b42e82-f7ea-4cd6-b479-78dc09deb252 {
  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-cf7f4b10-8d71-46a6-85db-24674ce56414 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-cf7f4b10-8d71-46a6-85db-24674ce56414 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf7f4b10-8d71-46a6-85db-24674ce56414.shg-box.shg-c {
  justify-content: center;
}

#s-c4fbc003-5246-4b13-baf3-0114f3e20cec {
  margin-top: 20px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-c4fbc003-5246-4b13-baf3-0114f3e20cec {
  
}
}
#s-47925abf-67f4-44ca-842b-42ce0319dc0c {
  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-3b23400c-b1d5-4ffd-9a73-7c18cda09242 {
  display: none;
}
#s-f167c086-8a86-40aa-86fe-8852df9ccf12 {
  margin-left: 5px;
margin-right: 5px;
text-align: left;
}

#s-f167c086-8a86-40aa-86fe-8852df9ccf12 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-f167c086-8a86-40aa-86fe-8852df9ccf12 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-f167c086-8a86-40aa-86fe-8852df9ccf12 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-f167c086-8a86-40aa-86fe-8852df9ccf12 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 2px;
}


  #s-f167c086-8a86-40aa-86fe-8852df9ccf12 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-f167c086-8a86-40aa-86fe-8852df9ccf12 .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-6e16f3c5-0e21-4e2e-80a5-e22a3224a5da {
  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-6e16f3c5-0e21-4e2e-80a5-e22a3224a5da:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-6e16f3c5-0e21-4e2e-80a5-e22a3224a5da:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6e16f3c5-0e21-4e2e-80a5-e22a3224a5da {
  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-6e16f3c5-0e21-4e2e-80a5-e22a3224a5da.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6e16f3c5-0e21-4e2e-80a5-e22a3224a5da.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}

#s-6e16f3c5-0e21-4e2e-80a5-e22a3224a5da.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6e16f3c5-0e21-4e2e-80a5-e22a3224a5da.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(7, 7, 7, 1);
  }


#s-db14457d-ac1a-4c6b-af29-2f13d84b2d22 {
  margin-top: 20px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-db14457d-ac1a-4c6b-af29-2f13d84b2d22 {
  
}
}
#s-2659933a-9604-462b-996b-197eac8719e2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2659933a-9604-462b-996b-197eac8719e2 {
  
}
}







#s-2659933a-9604-462b-996b-197eac8719e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2659933a-9604-462b-996b-197eac8719e2.shg-box.shg-c {
  justify-content: center;
}

#s-52730beb-cbd8-4d1d-a24f-ed8df2ab84b1 {
  min-height: 50px;
}








#s-52730beb-cbd8-4d1d-a24f-ed8df2ab84b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52730beb-cbd8-4d1d-a24f-ed8df2ab84b1.shg-box.shg-c {
  justify-content: center;
}

#s-dbc7d112-d244-4d2f-b752-cb9437b0118b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dbc7d112-d244-4d2f-b752-cb9437b0118b {
  
}
}







#s-dbc7d112-d244-4d2f-b752-cb9437b0118b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbc7d112-d244-4d2f-b752-cb9437b0118b.shg-box.shg-c {
  justify-content: center;
}

#s-46efe1d6-e216-4f42-825b-83147d41a987 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
margin-bottom: 5px;
min-height: 400px;
background-position: center center;
}








#s-46efe1d6-e216-4f42-825b-83147d41a987 > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-46efe1d6-e216-4f42-825b-83147d41a987.shg-box.shg-c {
  justify-content: center;
}

#s-6bbf9588-78fa-4710-b5e4-481eeafc86f8 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-6bbf9588-78fa-4710-b5e4-481eeafc86f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6bbf9588-78fa-4710-b5e4-481eeafc86f8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-6bbf9588-78fa-4710-b5e4-481eeafc86f8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-6bbf9588-78fa-4710-b5e4-481eeafc86f8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-6bbf9588-78fa-4710-b5e4-481eeafc86f8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-6bbf9588-78fa-4710-b5e4-481eeafc86f8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-6bbf9588-78fa-4710-b5e4-481eeafc86f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-6bbf9588-78fa-4710-b5e4-481eeafc86f8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-6bbf9588-78fa-4710-b5e4-481eeafc86f8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-6bbf9588-78fa-4710-b5e4-481eeafc86f8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-6bbf9588-78fa-4710-b5e4-481eeafc86f8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-6bbf9588-78fa-4710-b5e4-481eeafc86f8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-6bbf9588-78fa-4710-b5e4-481eeafc86f8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-6bbf9588-78fa-4710-b5e4-481eeafc86f8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-6bbf9588-78fa-4710-b5e4-481eeafc86f8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-6bbf9588-78fa-4710-b5e4-481eeafc86f8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-6bbf9588-78fa-4710-b5e4-481eeafc86f8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-6bbf9588-78fa-4710-b5e4-481eeafc86f8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-6bbf9588-78fa-4710-b5e4-481eeafc86f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-6bbf9588-78fa-4710-b5e4-481eeafc86f8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-6bbf9588-78fa-4710-b5e4-481eeafc86f8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-6bbf9588-78fa-4710-b5e4-481eeafc86f8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-6bbf9588-78fa-4710-b5e4-481eeafc86f8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-6bbf9588-78fa-4710-b5e4-481eeafc86f8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-6bbf9588-78fa-4710-b5e4-481eeafc86f8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-6bbf9588-78fa-4710-b5e4-481eeafc86f8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-6bbf9588-78fa-4710-b5e4-481eeafc86f8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-6bbf9588-78fa-4710-b5e4-481eeafc86f8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-6bbf9588-78fa-4710-b5e4-481eeafc86f8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-6bbf9588-78fa-4710-b5e4-481eeafc86f8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-6bbf9588-78fa-4710-b5e4-481eeafc86f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-6bbf9588-78fa-4710-b5e4-481eeafc86f8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-6bbf9588-78fa-4710-b5e4-481eeafc86f8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-6bbf9588-78fa-4710-b5e4-481eeafc86f8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-6bbf9588-78fa-4710-b5e4-481eeafc86f8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-6bbf9588-78fa-4710-b5e4-481eeafc86f8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-6bbf9588-78fa-4710-b5e4-481eeafc86f8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-51ba2517-9778-487f-addc-2e0a1c8019fa {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-51ba2517-9778-487f-addc-2e0a1c8019fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51ba2517-9778-487f-addc-2e0a1c8019fa.shg-box.shg-c {
  justify-content: center;
}

#s-fb62e8c1-3b87-4394-89b3-d526d4f151da {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-fb62e8c1-3b87-4394-89b3-d526d4f151da .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-b05e6065-7397-4537-aebc-aeb06663f73b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-fcb1745f-a088-437d-8fc6-67059b0b9326 {
  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-fcb1745f-a088-437d-8fc6-67059b0b9326 > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-fcb1745f-a088-437d-8fc6-67059b0b9326.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-591fde08-9f30-4bb1-b1cb-2bf6f8c352de {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-591fde08-9f30-4bb1-b1cb-2bf6f8c352de {
  
}
}
#s-591fde08-9f30-4bb1-b1cb-2bf6f8c352de > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-591fde08-9f30-4bb1-b1cb-2bf6f8c352de > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-591fde08-9f30-4bb1-b1cb-2bf6f8c352de > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-591fde08-9f30-4bb1-b1cb-2bf6f8c352de > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-591fde08-9f30-4bb1-b1cb-2bf6f8c352de > .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-591fde08-9f30-4bb1-b1cb-2bf6f8c352de > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
@media (min-width: 0px) {
[id="s-b612f99b-e207-40f2-8957-2019327cb1f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b612f99b-e207-40f2-8957-2019327cb1f3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b612f99b-e207-40f2-8957-2019327cb1f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b612f99b-e207-40f2-8957-2019327cb1f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b612f99b-e207-40f2-8957-2019327cb1f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b612f99b-e207-40f2-8957-2019327cb1f3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b612f99b-e207-40f2-8957-2019327cb1f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b612f99b-e207-40f2-8957-2019327cb1f3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b612f99b-e207-40f2-8957-2019327cb1f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b612f99b-e207-40f2-8957-2019327cb1f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b612f99b-e207-40f2-8957-2019327cb1f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b612f99b-e207-40f2-8957-2019327cb1f3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b612f99b-e207-40f2-8957-2019327cb1f3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b612f99b-e207-40f2-8957-2019327cb1f3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b612f99b-e207-40f2-8957-2019327cb1f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b612f99b-e207-40f2-8957-2019327cb1f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b612f99b-e207-40f2-8957-2019327cb1f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b612f99b-e207-40f2-8957-2019327cb1f3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b612f99b-e207-40f2-8957-2019327cb1f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b612f99b-e207-40f2-8957-2019327cb1f3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b612f99b-e207-40f2-8957-2019327cb1f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b612f99b-e207-40f2-8957-2019327cb1f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b612f99b-e207-40f2-8957-2019327cb1f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b612f99b-e207-40f2-8957-2019327cb1f3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b612f99b-e207-40f2-8957-2019327cb1f3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b612f99b-e207-40f2-8957-2019327cb1f3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b612f99b-e207-40f2-8957-2019327cb1f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b612f99b-e207-40f2-8957-2019327cb1f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b612f99b-e207-40f2-8957-2019327cb1f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b612f99b-e207-40f2-8957-2019327cb1f3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b612f99b-e207-40f2-8957-2019327cb1f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b612f99b-e207-40f2-8957-2019327cb1f3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b612f99b-e207-40f2-8957-2019327cb1f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b612f99b-e207-40f2-8957-2019327cb1f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b612f99b-e207-40f2-8957-2019327cb1f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b612f99b-e207-40f2-8957-2019327cb1f3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b612f99b-e207-40f2-8957-2019327cb1f3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-77a2249b-55e1-4d68-8fff-1eb16df71169 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77a2249b-55e1-4d68-8fff-1eb16df71169 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-19e28b2a-a655-4679-a401-ecf65269146f {
  margin-top: auto;
margin-bottom: auto;
min-height: 50px;
}








#s-19e28b2a-a655-4679-a401-ecf65269146f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19e28b2a-a655-4679-a401-ecf65269146f.shg-box.shg-c {
  justify-content: center;
}

#s-55d792cd-ba58-4a11-abc7-cfbcdb4e8eb5 {
  margin-left: 25px;
margin-right: 25px;
}

#s-55d792cd-ba58-4a11-abc7-cfbcdb4e8eb5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-55d792cd-ba58-4a11-abc7-cfbcdb4e8eb5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-55d792cd-ba58-4a11-abc7-cfbcdb4e8eb5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-55d792cd-ba58-4a11-abc7-cfbcdb4e8eb5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-55d792cd-ba58-4a11-abc7-cfbcdb4e8eb5 > .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-55d792cd-ba58-4a11-abc7-cfbcdb4e8eb5 > .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-0bee3c11-0cfd-4bf4-851a-c192ca669977 {
  text-align: center;
}




  #s-0bee3c11-0cfd-4bf4-851a-c192ca669977 img.shogun-image {
    
    width: px;
  }


#s-0bee3c11-0cfd-4bf4-851a-c192ca669977 .shogun-image-content {
  
    align-items: center;
  
}

#s-aa8ac163-96a1-4555-b5a3-451b45e18357 {
  margin-left: 25px;
margin-right: 25px;
}

#s-aa8ac163-96a1-4555-b5a3-451b45e18357 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-aa8ac163-96a1-4555-b5a3-451b45e18357 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-aa8ac163-96a1-4555-b5a3-451b45e18357 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-aa8ac163-96a1-4555-b5a3-451b45e18357 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-aa8ac163-96a1-4555-b5a3-451b45e18357 > .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-aa8ac163-96a1-4555-b5a3-451b45e18357 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-7843ebf5-af69-4a22-8115-78c639f6a337 {
  text-align: center;
}




  #s-7843ebf5-af69-4a22-8115-78c639f6a337 img.shogun-image {
    
    width: px;
  }


#s-7843ebf5-af69-4a22-8115-78c639f6a337 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c92065d-4e4b-4195-a410-80c62bd03fb4 {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}

#s-6c92065d-4e4b-4195-a410-80c62bd03fb4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-6c92065d-4e4b-4195-a410-80c62bd03fb4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-6c92065d-4e4b-4195-a410-80c62bd03fb4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-6c92065d-4e4b-4195-a410-80c62bd03fb4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-6c92065d-4e4b-4195-a410-80c62bd03fb4 > .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-6c92065d-4e4b-4195-a410-80c62bd03fb4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-d065d820-748f-40e5-9b3f-967c26371181 {
  text-align: center;
}




  #s-d065d820-748f-40e5-9b3f-967c26371181 img.shogun-image {
    
    width: px;
  }


#s-d065d820-748f-40e5-9b3f-967c26371181 .shogun-image-content {
  
    align-items: center;
  
}

#s-2906f23f-7205-4cd5-b743-789b6662d76a {
  margin-left: 10px;
margin-right: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-0ffd9395-8013-44b4-a2d6-fbc5bbef0115 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-4a9cb73f-f842-4292-8c50-e72269c77e92 {
  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-c719de81-5133-4649-9394-0a82fd28461f {
  min-height: 50px;
}








#s-c719de81-5133-4649-9394-0a82fd28461f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c719de81-5133-4649-9394-0a82fd28461f.shg-box.shg-c {
  justify-content: center;
}

#s-834b6386-e2ac-4333-a9e0-000178e46663 {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-834b6386-e2ac-4333-a9e0-000178e46663"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-834b6386-e2ac-4333-a9e0-000178e46663"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-834b6386-e2ac-4333-a9e0-000178e46663"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-834b6386-e2ac-4333-a9e0-000178e46663"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-834b6386-e2ac-4333-a9e0-000178e46663"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-834b6386-e2ac-4333-a9e0-000178e46663"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-834b6386-e2ac-4333-a9e0-000178e46663"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-834b6386-e2ac-4333-a9e0-000178e46663"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-834b6386-e2ac-4333-a9e0-000178e46663"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-834b6386-e2ac-4333-a9e0-000178e46663"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-834b6386-e2ac-4333-a9e0-000178e46663"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-834b6386-e2ac-4333-a9e0-000178e46663"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-834b6386-e2ac-4333-a9e0-000178e46663"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-834b6386-e2ac-4333-a9e0-000178e46663"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-834b6386-e2ac-4333-a9e0-000178e46663"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-834b6386-e2ac-4333-a9e0-000178e46663"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-834b6386-e2ac-4333-a9e0-000178e46663"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-834b6386-e2ac-4333-a9e0-000178e46663"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-834b6386-e2ac-4333-a9e0-000178e46663"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-834b6386-e2ac-4333-a9e0-000178e46663"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-834b6386-e2ac-4333-a9e0-000178e46663"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-834b6386-e2ac-4333-a9e0-000178e46663"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-834b6386-e2ac-4333-a9e0-000178e46663"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-834b6386-e2ac-4333-a9e0-000178e46663"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-834b6386-e2ac-4333-a9e0-000178e46663"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-834b6386-e2ac-4333-a9e0-000178e46663"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-834b6386-e2ac-4333-a9e0-000178e46663"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-834b6386-e2ac-4333-a9e0-000178e46663"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-834b6386-e2ac-4333-a9e0-000178e46663"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-834b6386-e2ac-4333-a9e0-000178e46663"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-834b6386-e2ac-4333-a9e0-000178e46663"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-834b6386-e2ac-4333-a9e0-000178e46663"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-834b6386-e2ac-4333-a9e0-000178e46663"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-834b6386-e2ac-4333-a9e0-000178e46663"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-834b6386-e2ac-4333-a9e0-000178e46663"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-834b6386-e2ac-4333-a9e0-000178e46663"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-834b6386-e2ac-4333-a9e0-000178e46663"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-651b2989-9d21-4734-9a6c-ff193ded15e0 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-e5854150-bf70-4f81-a04b-8e59a0002f8c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 1px;
padding-right: 20px;
}

#s-aba36475-671b-43b0-bd1d-badee2d0c5e4 {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-aba36475-671b-43b0-bd1d-badee2d0c5e4 img.shogun-image {
    
    width: px;
  }


#s-aba36475-671b-43b0-bd1d-badee2d0c5e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2d2a9f0-c21f-4f0f-afe3-3cd9656bedb5 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-b26c997f-5b8f-4559-bbc3-e369c9563cf3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-5df5dad3-90f4-4793-bd76-f2187dda1490 {
  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-5df5dad3-90f4-4793-bd76-f2187dda1490 > .shg-box-overlay {
  background-color: rgba(127, 244, 239, 1);
  opacity: 0;
}#s-5df5dad3-90f4-4793-bd76-f2187dda1490.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2cb2bf43-c48e-401d-882f-af5a489b73e4 {
  min-height: 50px;
}








#s-2cb2bf43-c48e-401d-882f-af5a489b73e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2cb2bf43-c48e-401d-882f-af5a489b73e4.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f04cfbd0-da83-4713-8e07-6ab638cac13a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f04cfbd0-da83-4713-8e07-6ab638cac13a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f04cfbd0-da83-4713-8e07-6ab638cac13a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f04cfbd0-da83-4713-8e07-6ab638cac13a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f04cfbd0-da83-4713-8e07-6ab638cac13a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f04cfbd0-da83-4713-8e07-6ab638cac13a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f04cfbd0-da83-4713-8e07-6ab638cac13a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f04cfbd0-da83-4713-8e07-6ab638cac13a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f04cfbd0-da83-4713-8e07-6ab638cac13a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f04cfbd0-da83-4713-8e07-6ab638cac13a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f04cfbd0-da83-4713-8e07-6ab638cac13a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f04cfbd0-da83-4713-8e07-6ab638cac13a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f04cfbd0-da83-4713-8e07-6ab638cac13a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f04cfbd0-da83-4713-8e07-6ab638cac13a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f04cfbd0-da83-4713-8e07-6ab638cac13a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f04cfbd0-da83-4713-8e07-6ab638cac13a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f04cfbd0-da83-4713-8e07-6ab638cac13a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f04cfbd0-da83-4713-8e07-6ab638cac13a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f04cfbd0-da83-4713-8e07-6ab638cac13a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f04cfbd0-da83-4713-8e07-6ab638cac13a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f04cfbd0-da83-4713-8e07-6ab638cac13a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f04cfbd0-da83-4713-8e07-6ab638cac13a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f04cfbd0-da83-4713-8e07-6ab638cac13a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f04cfbd0-da83-4713-8e07-6ab638cac13a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f04cfbd0-da83-4713-8e07-6ab638cac13a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f04cfbd0-da83-4713-8e07-6ab638cac13a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f04cfbd0-da83-4713-8e07-6ab638cac13a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f04cfbd0-da83-4713-8e07-6ab638cac13a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f04cfbd0-da83-4713-8e07-6ab638cac13a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f04cfbd0-da83-4713-8e07-6ab638cac13a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f04cfbd0-da83-4713-8e07-6ab638cac13a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f04cfbd0-da83-4713-8e07-6ab638cac13a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f04cfbd0-da83-4713-8e07-6ab638cac13a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f04cfbd0-da83-4713-8e07-6ab638cac13a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f04cfbd0-da83-4713-8e07-6ab638cac13a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f04cfbd0-da83-4713-8e07-6ab638cac13a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f04cfbd0-da83-4713-8e07-6ab638cac13a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3b9186ff-b9a6-4f5e-889f-65d8ec25e573 {
  
}

#s-3b9186ff-b9a6-4f5e-889f-65d8ec25e573 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-3b9186ff-b9a6-4f5e-889f-65d8ec25e573 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-3b9186ff-b9a6-4f5e-889f-65d8ec25e573 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-3b9186ff-b9a6-4f5e-889f-65d8ec25e573 > .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-3b9186ff-b9a6-4f5e-889f-65d8ec25e573 > .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-3b9186ff-b9a6-4f5e-889f-65d8ec25e573 > .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-a432f136-eae1-484b-9a3c-ad3561ed1916 {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(52, 189, 219, 0.5);
}

#s-a432f136-eae1-484b-9a3c-ad3561ed1916 .shogun-success-alert {
  background-color: rgba(52, 189, 219, 0.5);
  color: #3c763d;
}

#s-a432f136-eae1-484b-9a3c-ad3561ed1916 .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-a432f136-eae1-484b-9a3c-ad3561ed1916 .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-a432f136-eae1-484b-9a3c-ad3561ed1916 .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-a432f136-eae1-484b-9a3c-ad3561ed1916 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-a432f136-eae1-484b-9a3c-ad3561ed1916 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-3f892965-7233-47b1-b803-2245f1a5e55a {
  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-f48e72ea-e301-42f2-bc62-5ad9eaac9447"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f48e72ea-e301-42f2-bc62-5ad9eaac9447"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f48e72ea-e301-42f2-bc62-5ad9eaac9447"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f48e72ea-e301-42f2-bc62-5ad9eaac9447"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f48e72ea-e301-42f2-bc62-5ad9eaac9447"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f48e72ea-e301-42f2-bc62-5ad9eaac9447"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f48e72ea-e301-42f2-bc62-5ad9eaac9447"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f48e72ea-e301-42f2-bc62-5ad9eaac9447"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f48e72ea-e301-42f2-bc62-5ad9eaac9447"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f48e72ea-e301-42f2-bc62-5ad9eaac9447"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f48e72ea-e301-42f2-bc62-5ad9eaac9447"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f48e72ea-e301-42f2-bc62-5ad9eaac9447"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f48e72ea-e301-42f2-bc62-5ad9eaac9447"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f48e72ea-e301-42f2-bc62-5ad9eaac9447"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f48e72ea-e301-42f2-bc62-5ad9eaac9447"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f48e72ea-e301-42f2-bc62-5ad9eaac9447"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f48e72ea-e301-42f2-bc62-5ad9eaac9447"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f48e72ea-e301-42f2-bc62-5ad9eaac9447"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f48e72ea-e301-42f2-bc62-5ad9eaac9447"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f48e72ea-e301-42f2-bc62-5ad9eaac9447"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f48e72ea-e301-42f2-bc62-5ad9eaac9447"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f48e72ea-e301-42f2-bc62-5ad9eaac9447"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f48e72ea-e301-42f2-bc62-5ad9eaac9447"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f48e72ea-e301-42f2-bc62-5ad9eaac9447"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f48e72ea-e301-42f2-bc62-5ad9eaac9447"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f48e72ea-e301-42f2-bc62-5ad9eaac9447"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f48e72ea-e301-42f2-bc62-5ad9eaac9447"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f48e72ea-e301-42f2-bc62-5ad9eaac9447"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f48e72ea-e301-42f2-bc62-5ad9eaac9447"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f48e72ea-e301-42f2-bc62-5ad9eaac9447"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f48e72ea-e301-42f2-bc62-5ad9eaac9447"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f48e72ea-e301-42f2-bc62-5ad9eaac9447"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f48e72ea-e301-42f2-bc62-5ad9eaac9447"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f48e72ea-e301-42f2-bc62-5ad9eaac9447"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f48e72ea-e301-42f2-bc62-5ad9eaac9447"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f48e72ea-e301-42f2-bc62-5ad9eaac9447"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f48e72ea-e301-42f2-bc62-5ad9eaac9447"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e83e303b-7782-4df5-8817-eba85c70bb21 {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-e83e303b-7782-4df5-8817-eba85c70bb21 img.shogun-image {
    
    width: px;
  }


#s-e83e303b-7782-4df5-8817-eba85c70bb21 .shogun-image-content {
  
    align-items: center;
  
}

#s-f6cd9fe2-b6e5-4936-b894-4742c66c2518 {
  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-f6cd9fe2-b6e5-4936-b894-4742c66c2518 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6cd9fe2-b6e5-4936-b894-4742c66c2518.shg-box.shg-c {
  justify-content: center;
}

#s-abc451c2-7696-4208-b9f8-78483d7cc9aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-abc451c2-7696-4208-b9f8-78483d7cc9aa .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4212be77-b20f-4a54-b81f-ac98b0bbbbab {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-138f0eaa-5429-477c-80b9-f46e5f98c7e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-138f0eaa-5429-477c-80b9-f46e5f98c7e4 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a6f74878-84b9-4488-a3e4-ede6ec71a67a {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-a6f74878-84b9-4488-a3e4-ede6ec71a67a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6f74878-84b9-4488-a3e4-ede6ec71a67a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a6f74878-84b9-4488-a3e4-ede6ec71a67a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a6f74878-84b9-4488-a3e4-ede6ec71a67a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a6f74878-84b9-4488-a3e4-ede6ec71a67a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a6f74878-84b9-4488-a3e4-ede6ec71a67a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a6f74878-84b9-4488-a3e4-ede6ec71a67a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a6f74878-84b9-4488-a3e4-ede6ec71a67a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a6f74878-84b9-4488-a3e4-ede6ec71a67a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a6f74878-84b9-4488-a3e4-ede6ec71a67a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a6f74878-84b9-4488-a3e4-ede6ec71a67a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a6f74878-84b9-4488-a3e4-ede6ec71a67a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a6f74878-84b9-4488-a3e4-ede6ec71a67a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a6f74878-84b9-4488-a3e4-ede6ec71a67a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a6f74878-84b9-4488-a3e4-ede6ec71a67a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a6f74878-84b9-4488-a3e4-ede6ec71a67a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a6f74878-84b9-4488-a3e4-ede6ec71a67a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a6f74878-84b9-4488-a3e4-ede6ec71a67a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a6f74878-84b9-4488-a3e4-ede6ec71a67a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a6f74878-84b9-4488-a3e4-ede6ec71a67a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a6f74878-84b9-4488-a3e4-ede6ec71a67a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a6f74878-84b9-4488-a3e4-ede6ec71a67a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a6f74878-84b9-4488-a3e4-ede6ec71a67a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a6f74878-84b9-4488-a3e4-ede6ec71a67a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a6f74878-84b9-4488-a3e4-ede6ec71a67a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6f74878-84b9-4488-a3e4-ede6ec71a67a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a6f74878-84b9-4488-a3e4-ede6ec71a67a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a6f74878-84b9-4488-a3e4-ede6ec71a67a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a6f74878-84b9-4488-a3e4-ede6ec71a67a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a6f74878-84b9-4488-a3e4-ede6ec71a67a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a6f74878-84b9-4488-a3e4-ede6ec71a67a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a6f74878-84b9-4488-a3e4-ede6ec71a67a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a6f74878-84b9-4488-a3e4-ede6ec71a67a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a6f74878-84b9-4488-a3e4-ede6ec71a67a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a6f74878-84b9-4488-a3e4-ede6ec71a67a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a6f74878-84b9-4488-a3e4-ede6ec71a67a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a6f74878-84b9-4488-a3e4-ede6ec71a67a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8fbb621b-38ae-4c45-b762-5d78f1762eee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8fbb621b-38ae-4c45-b762-5d78f1762eee .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0585ba8f-0386-487c-b78a-7717da28ded7 {
  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-a0b8f60d-792a-4220-a697-2c139a98420e {
  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-a0b8f60d-792a-4220-a697-2c139a98420e: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-a0b8f60d-792a-4220-a697-2c139a98420e: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-a0b8f60d-792a-4220-a697-2c139a98420e.shg-btn {
  color: rgba(98, 96, 96, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-b37bb867-de06-4c77-9e95-3284c1deea9b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b37bb867-de06-4c77-9e95-3284c1deea9b .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-42d4a5da-7faa-45ec-84b1-ea3008774c9f {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-8d651099-2694-4864-92cd-693433ce2a8e {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-5a16caec-9cac-47e1-adf4-02fe5d197a6c {
  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-5a16caec-9cac-47e1-adf4-02fe5d197a6c > .shg-box-overlay {
  background-color: rgba(127, 244, 239, 1);
  opacity: 0;
}#s-5a16caec-9cac-47e1-adf4-02fe5d197a6c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b761dcf8-ad0b-4767-945e-07a8ee6f2c53 {
  min-height: 50px;
}








#s-b761dcf8-ad0b-4767-945e-07a8ee6f2c53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b761dcf8-ad0b-4767-945e-07a8ee6f2c53.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-230f8061-522b-4d98-a20d-18f9eb360a44"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-230f8061-522b-4d98-a20d-18f9eb360a44"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-230f8061-522b-4d98-a20d-18f9eb360a44"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-230f8061-522b-4d98-a20d-18f9eb360a44"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-230f8061-522b-4d98-a20d-18f9eb360a44"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-230f8061-522b-4d98-a20d-18f9eb360a44"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-230f8061-522b-4d98-a20d-18f9eb360a44"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-230f8061-522b-4d98-a20d-18f9eb360a44"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-230f8061-522b-4d98-a20d-18f9eb360a44"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-230f8061-522b-4d98-a20d-18f9eb360a44"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-230f8061-522b-4d98-a20d-18f9eb360a44"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-230f8061-522b-4d98-a20d-18f9eb360a44"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-230f8061-522b-4d98-a20d-18f9eb360a44"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-230f8061-522b-4d98-a20d-18f9eb360a44"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-230f8061-522b-4d98-a20d-18f9eb360a44"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-230f8061-522b-4d98-a20d-18f9eb360a44"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-230f8061-522b-4d98-a20d-18f9eb360a44"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-230f8061-522b-4d98-a20d-18f9eb360a44"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-230f8061-522b-4d98-a20d-18f9eb360a44"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-230f8061-522b-4d98-a20d-18f9eb360a44"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-230f8061-522b-4d98-a20d-18f9eb360a44"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-230f8061-522b-4d98-a20d-18f9eb360a44"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-230f8061-522b-4d98-a20d-18f9eb360a44"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-230f8061-522b-4d98-a20d-18f9eb360a44"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-230f8061-522b-4d98-a20d-18f9eb360a44"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-230f8061-522b-4d98-a20d-18f9eb360a44"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-230f8061-522b-4d98-a20d-18f9eb360a44"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-230f8061-522b-4d98-a20d-18f9eb360a44"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-230f8061-522b-4d98-a20d-18f9eb360a44"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-230f8061-522b-4d98-a20d-18f9eb360a44"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-230f8061-522b-4d98-a20d-18f9eb360a44"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-230f8061-522b-4d98-a20d-18f9eb360a44"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-230f8061-522b-4d98-a20d-18f9eb360a44"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-230f8061-522b-4d98-a20d-18f9eb360a44"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-230f8061-522b-4d98-a20d-18f9eb360a44"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-230f8061-522b-4d98-a20d-18f9eb360a44"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-230f8061-522b-4d98-a20d-18f9eb360a44"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2598b054-224e-4855-8a78-6c25da61af33 {
  
}

#s-2598b054-224e-4855-8a78-6c25da61af33 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-2598b054-224e-4855-8a78-6c25da61af33 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-2598b054-224e-4855-8a78-6c25da61af33 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-2598b054-224e-4855-8a78-6c25da61af33 > .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-2598b054-224e-4855-8a78-6c25da61af33 > .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-2598b054-224e-4855-8a78-6c25da61af33 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-1896a71f-b2a2-4b7d-ba27-d7a6d6a69289 {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(52, 189, 219, 0.5);
}

#s-1896a71f-b2a2-4b7d-ba27-d7a6d6a69289 .shogun-success-alert {
  background-color: rgba(52, 189, 219, 0.5);
  color: #3c763d;
}

#s-1896a71f-b2a2-4b7d-ba27-d7a6d6a69289 .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-1896a71f-b2a2-4b7d-ba27-d7a6d6a69289 .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-1896a71f-b2a2-4b7d-ba27-d7a6d6a69289 .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-1896a71f-b2a2-4b7d-ba27-d7a6d6a69289 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-1896a71f-b2a2-4b7d-ba27-d7a6d6a69289 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-9fde6555-a57e-4bc5-af5d-247ced49e08a {
  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-b53b1a02-e5db-48ad-9653-1bc0106d9ae6 {
  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-b53b1a02-e5db-48ad-9653-1bc0106d9ae6 > .shg-box-overlay {
  background-color: rgba(127, 244, 239, 1);
  opacity: 0;
}#s-b53b1a02-e5db-48ad-9653-1bc0106d9ae6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6d8db76f-da22-4fa2-851c-0006bbb705ef {
  min-height: 50px;
}








#s-6d8db76f-da22-4fa2-851c-0006bbb705ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d8db76f-da22-4fa2-851c-0006bbb705ef.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-bfd2347e-02bc-4c91-8a29-dc04a5cc1c45"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bfd2347e-02bc-4c91-8a29-dc04a5cc1c45"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bfd2347e-02bc-4c91-8a29-dc04a5cc1c45"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bfd2347e-02bc-4c91-8a29-dc04a5cc1c45"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bfd2347e-02bc-4c91-8a29-dc04a5cc1c45"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bfd2347e-02bc-4c91-8a29-dc04a5cc1c45"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bfd2347e-02bc-4c91-8a29-dc04a5cc1c45"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bfd2347e-02bc-4c91-8a29-dc04a5cc1c45"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bfd2347e-02bc-4c91-8a29-dc04a5cc1c45"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bfd2347e-02bc-4c91-8a29-dc04a5cc1c45"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bfd2347e-02bc-4c91-8a29-dc04a5cc1c45"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bfd2347e-02bc-4c91-8a29-dc04a5cc1c45"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bfd2347e-02bc-4c91-8a29-dc04a5cc1c45"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bfd2347e-02bc-4c91-8a29-dc04a5cc1c45"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bfd2347e-02bc-4c91-8a29-dc04a5cc1c45"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bfd2347e-02bc-4c91-8a29-dc04a5cc1c45"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bfd2347e-02bc-4c91-8a29-dc04a5cc1c45"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bfd2347e-02bc-4c91-8a29-dc04a5cc1c45"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bfd2347e-02bc-4c91-8a29-dc04a5cc1c45"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bfd2347e-02bc-4c91-8a29-dc04a5cc1c45"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bfd2347e-02bc-4c91-8a29-dc04a5cc1c45"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bfd2347e-02bc-4c91-8a29-dc04a5cc1c45"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bfd2347e-02bc-4c91-8a29-dc04a5cc1c45"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bfd2347e-02bc-4c91-8a29-dc04a5cc1c45"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bfd2347e-02bc-4c91-8a29-dc04a5cc1c45"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bfd2347e-02bc-4c91-8a29-dc04a5cc1c45"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bfd2347e-02bc-4c91-8a29-dc04a5cc1c45"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bfd2347e-02bc-4c91-8a29-dc04a5cc1c45"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bfd2347e-02bc-4c91-8a29-dc04a5cc1c45"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bfd2347e-02bc-4c91-8a29-dc04a5cc1c45"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bfd2347e-02bc-4c91-8a29-dc04a5cc1c45"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bfd2347e-02bc-4c91-8a29-dc04a5cc1c45"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bfd2347e-02bc-4c91-8a29-dc04a5cc1c45"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bfd2347e-02bc-4c91-8a29-dc04a5cc1c45"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bfd2347e-02bc-4c91-8a29-dc04a5cc1c45"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bfd2347e-02bc-4c91-8a29-dc04a5cc1c45"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bfd2347e-02bc-4c91-8a29-dc04a5cc1c45"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-5fef0704-b973-4da0-a038-f27658cb7c2f {
  
}

#s-5fef0704-b973-4da0-a038-f27658cb7c2f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-5fef0704-b973-4da0-a038-f27658cb7c2f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-5fef0704-b973-4da0-a038-f27658cb7c2f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-5fef0704-b973-4da0-a038-f27658cb7c2f > .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-5fef0704-b973-4da0-a038-f27658cb7c2f > .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-5fef0704-b973-4da0-a038-f27658cb7c2f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-36a5640b-b4fa-4dfc-83de-7338b1573e5d {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(52, 189, 219, 0.5);
}

#s-36a5640b-b4fa-4dfc-83de-7338b1573e5d .shogun-success-alert {
  background-color: rgba(52, 189, 219, 0.5);
  color: #3c763d;
}

#s-36a5640b-b4fa-4dfc-83de-7338b1573e5d .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-36a5640b-b4fa-4dfc-83de-7338b1573e5d .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-36a5640b-b4fa-4dfc-83de-7338b1573e5d .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-36a5640b-b4fa-4dfc-83de-7338b1573e5d .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-36a5640b-b4fa-4dfc-83de-7338b1573e5d .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-77cc8abb-c95c-4c77-818c-deb5e3649a28 {
  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-b6d87b28-3727-4c22-8ff0-d279f696af3e {
  margin-left: 25px;
margin-right: 25px;
}

#s-b6d87b28-3727-4c22-8ff0-d279f696af3e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b6d87b28-3727-4c22-8ff0-d279f696af3e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b6d87b28-3727-4c22-8ff0-d279f696af3e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-b6d87b28-3727-4c22-8ff0-d279f696af3e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b6d87b28-3727-4c22-8ff0-d279f696af3e > .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-b6d87b28-3727-4c22-8ff0-d279f696af3e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-f838cecb-999d-411b-8394-c71e85e7aee2 {
  text-align: center;
}




  #s-f838cecb-999d-411b-8394-c71e85e7aee2 img.shogun-image {
    
    width: px;
  }


#s-f838cecb-999d-411b-8394-c71e85e7aee2 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a8dd07a-383b-4de6-ab37-7654cba8ec1a {
  margin-left: 25px;
margin-right: 25px;
}

#s-1a8dd07a-383b-4de6-ab37-7654cba8ec1a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-1a8dd07a-383b-4de6-ab37-7654cba8ec1a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-1a8dd07a-383b-4de6-ab37-7654cba8ec1a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-1a8dd07a-383b-4de6-ab37-7654cba8ec1a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-1a8dd07a-383b-4de6-ab37-7654cba8ec1a > .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-1a8dd07a-383b-4de6-ab37-7654cba8ec1a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-16655b14-6baa-40d2-975e-3414118b7d1e {
  text-align: center;
}




  #s-16655b14-6baa-40d2-975e-3414118b7d1e img.shogun-image {
    
    width: px;
  }


#s-16655b14-6baa-40d2-975e-3414118b7d1e .shogun-image-content {
  
    align-items: center;
  
}

#s-1a4b7e99-a358-45f3-a2f3-f1b285906bfc {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}

#s-1a4b7e99-a358-45f3-a2f3-f1b285906bfc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-1a4b7e99-a358-45f3-a2f3-f1b285906bfc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-1a4b7e99-a358-45f3-a2f3-f1b285906bfc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-1a4b7e99-a358-45f3-a2f3-f1b285906bfc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-1a4b7e99-a358-45f3-a2f3-f1b285906bfc > .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-1a4b7e99-a358-45f3-a2f3-f1b285906bfc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-863d4c7e-5791-4313-bd2f-3475054a7dd5 {
  text-align: center;
}




  #s-863d4c7e-5791-4313-bd2f-3475054a7dd5 img.shogun-image {
    
    width: px;
  }


#s-863d4c7e-5791-4313-bd2f-3475054a7dd5 .shogun-image-content {
  
    align-items: center;
  
}

#s-957bd970-834a-49da-8749-6404344a25ad {
  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-957bd970-834a-49da-8749-6404344a25ad: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-957bd970-834a-49da-8749-6404344a25ad: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-957bd970-834a-49da-8749-6404344a25ad-btn-wrapper {
    text-align: center;
  }


#s-957bd970-834a-49da-8749-6404344a25ad.shg-btn {
  color: rgba(252, 252, 252, 1);
  font-size: ;
  
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-9effa78f-4db3-4099-af2a-42ee66fdb7ff {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-9effa78f-4db3-4099-af2a-42ee66fdb7ff .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-5037f4c2-fc7b-4933-9624-ed4849149c6c {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-5037f4c2-fc7b-4933-9624-ed4849149c6c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5037f4c2-fc7b-4933-9624-ed4849149c6c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-5037f4c2-fc7b-4933-9624-ed4849149c6c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-5037f4c2-fc7b-4933-9624-ed4849149c6c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-5037f4c2-fc7b-4933-9624-ed4849149c6c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-5037f4c2-fc7b-4933-9624-ed4849149c6c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-5037f4c2-fc7b-4933-9624-ed4849149c6c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-5037f4c2-fc7b-4933-9624-ed4849149c6c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-5037f4c2-fc7b-4933-9624-ed4849149c6c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-5037f4c2-fc7b-4933-9624-ed4849149c6c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-5037f4c2-fc7b-4933-9624-ed4849149c6c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-5037f4c2-fc7b-4933-9624-ed4849149c6c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-5037f4c2-fc7b-4933-9624-ed4849149c6c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-5037f4c2-fc7b-4933-9624-ed4849149c6c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-5037f4c2-fc7b-4933-9624-ed4849149c6c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-5037f4c2-fc7b-4933-9624-ed4849149c6c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-5037f4c2-fc7b-4933-9624-ed4849149c6c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-5037f4c2-fc7b-4933-9624-ed4849149c6c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-5037f4c2-fc7b-4933-9624-ed4849149c6c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-5037f4c2-fc7b-4933-9624-ed4849149c6c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-5037f4c2-fc7b-4933-9624-ed4849149c6c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-5037f4c2-fc7b-4933-9624-ed4849149c6c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-5037f4c2-fc7b-4933-9624-ed4849149c6c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-5037f4c2-fc7b-4933-9624-ed4849149c6c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-5037f4c2-fc7b-4933-9624-ed4849149c6c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-5037f4c2-fc7b-4933-9624-ed4849149c6c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-5037f4c2-fc7b-4933-9624-ed4849149c6c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-5037f4c2-fc7b-4933-9624-ed4849149c6c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-5037f4c2-fc7b-4933-9624-ed4849149c6c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-5037f4c2-fc7b-4933-9624-ed4849149c6c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-5037f4c2-fc7b-4933-9624-ed4849149c6c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-5037f4c2-fc7b-4933-9624-ed4849149c6c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-5037f4c2-fc7b-4933-9624-ed4849149c6c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-5037f4c2-fc7b-4933-9624-ed4849149c6c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-5037f4c2-fc7b-4933-9624-ed4849149c6c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-5037f4c2-fc7b-4933-9624-ed4849149c6c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-5037f4c2-fc7b-4933-9624-ed4849149c6c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-3a879ce4-9556-4d4e-8ab9-c45769e5234f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-3a879ce4-9556-4d4e-8ab9-c45769e5234f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a879ce4-9556-4d4e-8ab9-c45769e5234f.shg-box.shg-c {
  justify-content: center;
}

#s-35c69068-bcc4-4f5c-a362-6a5f068fb006 {
  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-3830d8f0-cd14-487c-a60a-05330dfc4223 {
  min-height: 50px;
}








#s-3830d8f0-cd14-487c-a60a-05330dfc4223 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3830d8f0-cd14-487c-a60a-05330dfc4223.shg-box.shg-c {
  justify-content: center;
}

#s-773a190f-2bad-4abe-9b6e-26bc74aa9648 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-773a190f-2bad-4abe-9b6e-26bc74aa9648 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-773a190f-2bad-4abe-9b6e-26bc74aa9648.shg-box.shg-c {
  justify-content: flex-end;
}

#s-89dd1ce3-9796-4660-bcfe-ac7aeb54f1b6 {
  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-015e63ff-ce59-43d0-9f9a-165b11ae50c8 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center bottom;
}








#s-015e63ff-ce59-43d0-9f9a-165b11ae50c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-015e63ff-ce59-43d0-9f9a-165b11ae50c8.shg-box.shg-c {
  justify-content: center;
}

#s-92e30efb-23da-4437-8571-62d684b41abd {
  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-8e04c1a7-91bc-464f-b9d6-4026367e6ce8 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-8e04c1a7-91bc-464f-b9d6-4026367e6ce8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e04c1a7-91bc-464f-b9d6-4026367e6ce8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8e04c1a7-91bc-464f-b9d6-4026367e6ce8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8e04c1a7-91bc-464f-b9d6-4026367e6ce8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8e04c1a7-91bc-464f-b9d6-4026367e6ce8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8e04c1a7-91bc-464f-b9d6-4026367e6ce8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8e04c1a7-91bc-464f-b9d6-4026367e6ce8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8e04c1a7-91bc-464f-b9d6-4026367e6ce8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8e04c1a7-91bc-464f-b9d6-4026367e6ce8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8e04c1a7-91bc-464f-b9d6-4026367e6ce8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8e04c1a7-91bc-464f-b9d6-4026367e6ce8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8e04c1a7-91bc-464f-b9d6-4026367e6ce8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8e04c1a7-91bc-464f-b9d6-4026367e6ce8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8e04c1a7-91bc-464f-b9d6-4026367e6ce8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8e04c1a7-91bc-464f-b9d6-4026367e6ce8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8e04c1a7-91bc-464f-b9d6-4026367e6ce8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8e04c1a7-91bc-464f-b9d6-4026367e6ce8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8e04c1a7-91bc-464f-b9d6-4026367e6ce8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8e04c1a7-91bc-464f-b9d6-4026367e6ce8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8e04c1a7-91bc-464f-b9d6-4026367e6ce8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8e04c1a7-91bc-464f-b9d6-4026367e6ce8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8e04c1a7-91bc-464f-b9d6-4026367e6ce8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8e04c1a7-91bc-464f-b9d6-4026367e6ce8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8e04c1a7-91bc-464f-b9d6-4026367e6ce8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8e04c1a7-91bc-464f-b9d6-4026367e6ce8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e04c1a7-91bc-464f-b9d6-4026367e6ce8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8e04c1a7-91bc-464f-b9d6-4026367e6ce8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8e04c1a7-91bc-464f-b9d6-4026367e6ce8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8e04c1a7-91bc-464f-b9d6-4026367e6ce8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8e04c1a7-91bc-464f-b9d6-4026367e6ce8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8e04c1a7-91bc-464f-b9d6-4026367e6ce8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8e04c1a7-91bc-464f-b9d6-4026367e6ce8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8e04c1a7-91bc-464f-b9d6-4026367e6ce8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8e04c1a7-91bc-464f-b9d6-4026367e6ce8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8e04c1a7-91bc-464f-b9d6-4026367e6ce8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8e04c1a7-91bc-464f-b9d6-4026367e6ce8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8e04c1a7-91bc-464f-b9d6-4026367e6ce8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8c73fb11-0da7-4494-8a81-6869c6da3521 {
  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-63d524fb-9a9c-43f4-876e-ea8cb90a7a3a {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-63d524fb-9a9c-43f4-876e-ea8cb90a7a3a .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-689443d4-ddda-41c2-bf4b-e738730ee06e {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-689443d4-ddda-41c2-bf4b-e738730ee06e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-689443d4-ddda-41c2-bf4b-e738730ee06e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-689443d4-ddda-41c2-bf4b-e738730ee06e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-689443d4-ddda-41c2-bf4b-e738730ee06e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-689443d4-ddda-41c2-bf4b-e738730ee06e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-689443d4-ddda-41c2-bf4b-e738730ee06e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-689443d4-ddda-41c2-bf4b-e738730ee06e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-689443d4-ddda-41c2-bf4b-e738730ee06e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-689443d4-ddda-41c2-bf4b-e738730ee06e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-689443d4-ddda-41c2-bf4b-e738730ee06e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-689443d4-ddda-41c2-bf4b-e738730ee06e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-689443d4-ddda-41c2-bf4b-e738730ee06e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-689443d4-ddda-41c2-bf4b-e738730ee06e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-689443d4-ddda-41c2-bf4b-e738730ee06e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-689443d4-ddda-41c2-bf4b-e738730ee06e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-689443d4-ddda-41c2-bf4b-e738730ee06e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-689443d4-ddda-41c2-bf4b-e738730ee06e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-689443d4-ddda-41c2-bf4b-e738730ee06e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-689443d4-ddda-41c2-bf4b-e738730ee06e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-689443d4-ddda-41c2-bf4b-e738730ee06e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-689443d4-ddda-41c2-bf4b-e738730ee06e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-689443d4-ddda-41c2-bf4b-e738730ee06e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-689443d4-ddda-41c2-bf4b-e738730ee06e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-689443d4-ddda-41c2-bf4b-e738730ee06e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-689443d4-ddda-41c2-bf4b-e738730ee06e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-689443d4-ddda-41c2-bf4b-e738730ee06e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-689443d4-ddda-41c2-bf4b-e738730ee06e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-689443d4-ddda-41c2-bf4b-e738730ee06e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-689443d4-ddda-41c2-bf4b-e738730ee06e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-689443d4-ddda-41c2-bf4b-e738730ee06e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-689443d4-ddda-41c2-bf4b-e738730ee06e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-689443d4-ddda-41c2-bf4b-e738730ee06e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-689443d4-ddda-41c2-bf4b-e738730ee06e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-689443d4-ddda-41c2-bf4b-e738730ee06e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-689443d4-ddda-41c2-bf4b-e738730ee06e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-689443d4-ddda-41c2-bf4b-e738730ee06e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-689443d4-ddda-41c2-bf4b-e738730ee06e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-ed2f870d-b63d-4c54-bd57-9159c4a042d6 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-ed2f870d-b63d-4c54-bd57-9159c4a042d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed2f870d-b63d-4c54-bd57-9159c4a042d6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fac6d8e0-cd16-4f7a-ac13-4844cc7eaf9b {
  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-e82cb35b-8581-4a1d-a4b1-c186d6e97743 {
  min-height: 50px;
}








#s-e82cb35b-8581-4a1d-a4b1-c186d6e97743 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e82cb35b-8581-4a1d-a4b1-c186d6e97743.shg-box.shg-c {
  justify-content: center;
}

#s-2b2a9d59-1310-4fa8-a04f-f6a056a80c6d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-2b2a9d59-1310-4fa8-a04f-f6a056a80c6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b2a9d59-1310-4fa8-a04f-f6a056a80c6d.shg-box.shg-c {
  justify-content: flex-end;
}

#s-a3cf9bbe-595c-4e30-90b7-eab0c4544d28 {
  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-77556031-1a46-42cd-9410-8e44fa9c4d35 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-77556031-1a46-42cd-9410-8e44fa9c4d35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77556031-1a46-42cd-9410-8e44fa9c4d35.shg-box.shg-c {
  justify-content: center;
}

#s-eeb21248-2fff-4ddc-a511-81a2c54d344e {
  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-ac778850-8e57-488a-96f5-c20dfaf0cb3b {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-ac778850-8e57-488a-96f5-c20dfaf0cb3b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac778850-8e57-488a-96f5-c20dfaf0cb3b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ac778850-8e57-488a-96f5-c20dfaf0cb3b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ac778850-8e57-488a-96f5-c20dfaf0cb3b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ac778850-8e57-488a-96f5-c20dfaf0cb3b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ac778850-8e57-488a-96f5-c20dfaf0cb3b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ac778850-8e57-488a-96f5-c20dfaf0cb3b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ac778850-8e57-488a-96f5-c20dfaf0cb3b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ac778850-8e57-488a-96f5-c20dfaf0cb3b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ac778850-8e57-488a-96f5-c20dfaf0cb3b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ac778850-8e57-488a-96f5-c20dfaf0cb3b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ac778850-8e57-488a-96f5-c20dfaf0cb3b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ac778850-8e57-488a-96f5-c20dfaf0cb3b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ac778850-8e57-488a-96f5-c20dfaf0cb3b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ac778850-8e57-488a-96f5-c20dfaf0cb3b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ac778850-8e57-488a-96f5-c20dfaf0cb3b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ac778850-8e57-488a-96f5-c20dfaf0cb3b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ac778850-8e57-488a-96f5-c20dfaf0cb3b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ac778850-8e57-488a-96f5-c20dfaf0cb3b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ac778850-8e57-488a-96f5-c20dfaf0cb3b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ac778850-8e57-488a-96f5-c20dfaf0cb3b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ac778850-8e57-488a-96f5-c20dfaf0cb3b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ac778850-8e57-488a-96f5-c20dfaf0cb3b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ac778850-8e57-488a-96f5-c20dfaf0cb3b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ac778850-8e57-488a-96f5-c20dfaf0cb3b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac778850-8e57-488a-96f5-c20dfaf0cb3b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ac778850-8e57-488a-96f5-c20dfaf0cb3b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ac778850-8e57-488a-96f5-c20dfaf0cb3b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ac778850-8e57-488a-96f5-c20dfaf0cb3b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ac778850-8e57-488a-96f5-c20dfaf0cb3b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ac778850-8e57-488a-96f5-c20dfaf0cb3b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ac778850-8e57-488a-96f5-c20dfaf0cb3b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ac778850-8e57-488a-96f5-c20dfaf0cb3b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ac778850-8e57-488a-96f5-c20dfaf0cb3b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ac778850-8e57-488a-96f5-c20dfaf0cb3b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ac778850-8e57-488a-96f5-c20dfaf0cb3b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ac778850-8e57-488a-96f5-c20dfaf0cb3b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-9b7303a8-6087-4bdb-a3bb-6092ce69f8fb {
  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-e02b8cc6-34af-4912-ad97-4dd59be4cdc4 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-e02b8cc6-34af-4912-ad97-4dd59be4cdc4 .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-7a72749a-cd40-4345-92e8-78affef2f085 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7a72749a-cd40-4345-92e8-78affef2f085 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a72749a-cd40-4345-92e8-78affef2f085.shg-box.shg-c {
  justify-content: center;
}

#s-8dab3e74-b597-41a7-8cd5-ae070546ba08 {
  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-8dab3e74-b597-41a7-8cd5-ae070546ba08"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8dab3e74-b597-41a7-8cd5-ae070546ba08"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8dab3e74-b597-41a7-8cd5-ae070546ba08"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8dab3e74-b597-41a7-8cd5-ae070546ba08"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8dab3e74-b597-41a7-8cd5-ae070546ba08"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8dab3e74-b597-41a7-8cd5-ae070546ba08"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8dab3e74-b597-41a7-8cd5-ae070546ba08"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8dab3e74-b597-41a7-8cd5-ae070546ba08"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8dab3e74-b597-41a7-8cd5-ae070546ba08"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8dab3e74-b597-41a7-8cd5-ae070546ba08"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8dab3e74-b597-41a7-8cd5-ae070546ba08"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8dab3e74-b597-41a7-8cd5-ae070546ba08"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8dab3e74-b597-41a7-8cd5-ae070546ba08"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8dab3e74-b597-41a7-8cd5-ae070546ba08"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8dab3e74-b597-41a7-8cd5-ae070546ba08"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8dab3e74-b597-41a7-8cd5-ae070546ba08"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8dab3e74-b597-41a7-8cd5-ae070546ba08"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8dab3e74-b597-41a7-8cd5-ae070546ba08"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8dab3e74-b597-41a7-8cd5-ae070546ba08"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8dab3e74-b597-41a7-8cd5-ae070546ba08"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8dab3e74-b597-41a7-8cd5-ae070546ba08"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8dab3e74-b597-41a7-8cd5-ae070546ba08"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8dab3e74-b597-41a7-8cd5-ae070546ba08"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8dab3e74-b597-41a7-8cd5-ae070546ba08"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8dab3e74-b597-41a7-8cd5-ae070546ba08"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8dab3e74-b597-41a7-8cd5-ae070546ba08"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8dab3e74-b597-41a7-8cd5-ae070546ba08"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8dab3e74-b597-41a7-8cd5-ae070546ba08"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8dab3e74-b597-41a7-8cd5-ae070546ba08"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8dab3e74-b597-41a7-8cd5-ae070546ba08"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8dab3e74-b597-41a7-8cd5-ae070546ba08"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8dab3e74-b597-41a7-8cd5-ae070546ba08"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8dab3e74-b597-41a7-8cd5-ae070546ba08"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8dab3e74-b597-41a7-8cd5-ae070546ba08"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8dab3e74-b597-41a7-8cd5-ae070546ba08"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8dab3e74-b597-41a7-8cd5-ae070546ba08"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8dab3e74-b597-41a7-8cd5-ae070546ba08"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c99ccfcc-d6ea-4b11-b80f-8a7c0bb52d98 {
  min-height: 400px;
}








#s-c99ccfcc-d6ea-4b11-b80f-8a7c0bb52d98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c99ccfcc-d6ea-4b11-b80f-8a7c0bb52d98.shg-box.shg-c {
  justify-content: center;
}

#s-b28a4f3a-41b7-440b-80c2-9af38bb1bd42 {
  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-b28a4f3a-41b7-440b-80c2-9af38bb1bd42 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b28a4f3a-41b7-440b-80c2-9af38bb1bd42 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b28a4f3a-41b7-440b-80c2-9af38bb1bd42 {
  
}
}@media (max-width: 767px){#s-b28a4f3a-41b7-440b-80c2-9af38bb1bd42 {
  
}
}
#s-64557a6f-ba5d-4723-b574-3d8ad38fc036 {
  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-64557a6f-ba5d-4723-b574-3d8ad38fc036"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64557a6f-ba5d-4723-b574-3d8ad38fc036"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-64557a6f-ba5d-4723-b574-3d8ad38fc036"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-64557a6f-ba5d-4723-b574-3d8ad38fc036"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-64557a6f-ba5d-4723-b574-3d8ad38fc036"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-64557a6f-ba5d-4723-b574-3d8ad38fc036"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-64557a6f-ba5d-4723-b574-3d8ad38fc036"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-64557a6f-ba5d-4723-b574-3d8ad38fc036"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-64557a6f-ba5d-4723-b574-3d8ad38fc036"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-64557a6f-ba5d-4723-b574-3d8ad38fc036"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-64557a6f-ba5d-4723-b574-3d8ad38fc036"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-64557a6f-ba5d-4723-b574-3d8ad38fc036"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-64557a6f-ba5d-4723-b574-3d8ad38fc036"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-64557a6f-ba5d-4723-b574-3d8ad38fc036"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-64557a6f-ba5d-4723-b574-3d8ad38fc036"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-64557a6f-ba5d-4723-b574-3d8ad38fc036"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-64557a6f-ba5d-4723-b574-3d8ad38fc036"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-64557a6f-ba5d-4723-b574-3d8ad38fc036"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-64557a6f-ba5d-4723-b574-3d8ad38fc036"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-64557a6f-ba5d-4723-b574-3d8ad38fc036"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-64557a6f-ba5d-4723-b574-3d8ad38fc036"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-64557a6f-ba5d-4723-b574-3d8ad38fc036"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-64557a6f-ba5d-4723-b574-3d8ad38fc036"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-64557a6f-ba5d-4723-b574-3d8ad38fc036"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-64557a6f-ba5d-4723-b574-3d8ad38fc036"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-64557a6f-ba5d-4723-b574-3d8ad38fc036"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-64557a6f-ba5d-4723-b574-3d8ad38fc036"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-64557a6f-ba5d-4723-b574-3d8ad38fc036"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-64557a6f-ba5d-4723-b574-3d8ad38fc036"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-64557a6f-ba5d-4723-b574-3d8ad38fc036"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-64557a6f-ba5d-4723-b574-3d8ad38fc036"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-64557a6f-ba5d-4723-b574-3d8ad38fc036"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-64557a6f-ba5d-4723-b574-3d8ad38fc036"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-64557a6f-ba5d-4723-b574-3d8ad38fc036"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-64557a6f-ba5d-4723-b574-3d8ad38fc036"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-64557a6f-ba5d-4723-b574-3d8ad38fc036"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-64557a6f-ba5d-4723-b574-3d8ad38fc036"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ac64436b-7f62-4dc5-8744-119f7c92a56c {
  min-height: 400px;
}








#s-ac64436b-7f62-4dc5-8744-119f7c92a56c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac64436b-7f62-4dc5-8744-119f7c92a56c.shg-box.shg-c {
  justify-content: center;
}

#s-a7e6b45a-b344-48ed-bb55-9c9ad017913f {
  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-a7e6b45a-b344-48ed-bb55-9c9ad017913f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a7e6b45a-b344-48ed-bb55-9c9ad017913f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a7e6b45a-b344-48ed-bb55-9c9ad017913f {
  
}
}@media (max-width: 767px){#s-a7e6b45a-b344-48ed-bb55-9c9ad017913f {
  
}
}
#s-dee75e42-1765-4d9e-8f58-7f4a6400620d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 400px;
background-position: center center;
}








#s-dee75e42-1765-4d9e-8f58-7f4a6400620d > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-dee75e42-1765-4d9e-8f58-7f4a6400620d.shg-box.shg-c {
  justify-content: center;
}

#s-ab2ca98d-46af-4829-acd3-9716a87cd5ac {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-ab2ca98d-46af-4829-acd3-9716a87cd5ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ab2ca98d-46af-4829-acd3-9716a87cd5ac"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-ab2ca98d-46af-4829-acd3-9716a87cd5ac"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-ab2ca98d-46af-4829-acd3-9716a87cd5ac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-ab2ca98d-46af-4829-acd3-9716a87cd5ac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-ab2ca98d-46af-4829-acd3-9716a87cd5ac"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-ab2ca98d-46af-4829-acd3-9716a87cd5ac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-ab2ca98d-46af-4829-acd3-9716a87cd5ac"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-ab2ca98d-46af-4829-acd3-9716a87cd5ac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-ab2ca98d-46af-4829-acd3-9716a87cd5ac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-ab2ca98d-46af-4829-acd3-9716a87cd5ac"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-ab2ca98d-46af-4829-acd3-9716a87cd5ac"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-ab2ca98d-46af-4829-acd3-9716a87cd5ac"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-ab2ca98d-46af-4829-acd3-9716a87cd5ac"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-ab2ca98d-46af-4829-acd3-9716a87cd5ac"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-ab2ca98d-46af-4829-acd3-9716a87cd5ac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-ab2ca98d-46af-4829-acd3-9716a87cd5ac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-ab2ca98d-46af-4829-acd3-9716a87cd5ac"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-ab2ca98d-46af-4829-acd3-9716a87cd5ac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-ab2ca98d-46af-4829-acd3-9716a87cd5ac"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-ab2ca98d-46af-4829-acd3-9716a87cd5ac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-ab2ca98d-46af-4829-acd3-9716a87cd5ac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-ab2ca98d-46af-4829-acd3-9716a87cd5ac"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-ab2ca98d-46af-4829-acd3-9716a87cd5ac"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-ab2ca98d-46af-4829-acd3-9716a87cd5ac"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-ab2ca98d-46af-4829-acd3-9716a87cd5ac"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-ab2ca98d-46af-4829-acd3-9716a87cd5ac"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-ab2ca98d-46af-4829-acd3-9716a87cd5ac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-ab2ca98d-46af-4829-acd3-9716a87cd5ac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-ab2ca98d-46af-4829-acd3-9716a87cd5ac"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-ab2ca98d-46af-4829-acd3-9716a87cd5ac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-ab2ca98d-46af-4829-acd3-9716a87cd5ac"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-ab2ca98d-46af-4829-acd3-9716a87cd5ac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-ab2ca98d-46af-4829-acd3-9716a87cd5ac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-ab2ca98d-46af-4829-acd3-9716a87cd5ac"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-ab2ca98d-46af-4829-acd3-9716a87cd5ac"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-ab2ca98d-46af-4829-acd3-9716a87cd5ac"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-2b4e4ab8-42cc-42fc-bfea-7732f9ca3212 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-2b4e4ab8-42cc-42fc-bfea-7732f9ca3212 .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-761c1a69-d92a-4f09-880e-e0c083979cae {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-761c1a69-d92a-4f09-880e-e0c083979cae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-761c1a69-d92a-4f09-880e-e0c083979cae.shg-box.shg-c {
  justify-content: center;
}

#s-c5f45028-0a19-4298-8f7d-0387e7d29a1c {
  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-c5f45028-0a19-4298-8f7d-0387e7d29a1c > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-c5f45028-0a19-4298-8f7d-0387e7d29a1c.shg-box.shg-c {
  justify-content: center;
}

#s-b3ca2f1c-8e15-4656-9dd1-9d1190de7554 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b3ca2f1c-8e15-4656-9dd1-9d1190de7554 {
  
}
}
#s-b3ca2f1c-8e15-4656-9dd1-9d1190de7554 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b3ca2f1c-8e15-4656-9dd1-9d1190de7554 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-b3ca2f1c-8e15-4656-9dd1-9d1190de7554 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-b3ca2f1c-8e15-4656-9dd1-9d1190de7554 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-b3ca2f1c-8e15-4656-9dd1-9d1190de7554 > .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-b3ca2f1c-8e15-4656-9dd1-9d1190de7554 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-936a8f06-3769-4f32-9f61-a0638c252f99 {
  
}

@media (min-width: 0px) {
[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-936a8f06-3769-4f32-9f61-a0638c252f99"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2ad8e5b6-a147-450d-97d3-95b688e24ec2 {
  text-align: center;
}




  #s-2ad8e5b6-a147-450d-97d3-95b688e24ec2 img.shogun-image {
    
    width: px;
  }


#s-2ad8e5b6-a147-450d-97d3-95b688e24ec2 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3dd484a-8e07-465f-a8ba-45c4a50f9d29 {
  min-height: 50px;
}








#s-b3dd484a-8e07-465f-a8ba-45c4a50f9d29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3dd484a-8e07-465f-a8ba-45c4a50f9d29.shg-box.shg-c {
  justify-content: center;
}

#s-c484034a-6ca3-4315-b037-f55de9073ccd {
  margin-top: 40%;
margin-bottom: 40%;
background-color: rgba(255, 255, 255, 0);
}

#s-ed7c0e2b-1d1d-48df-8245-50780763f416 {
  
}

@media (min-width: 0px) {
[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ed7c0e2b-1d1d-48df-8245-50780763f416"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c6c7897a-e47b-4985-acba-f488c4427f42 {
  min-height: 50px;
}








#s-c6c7897a-e47b-4985-acba-f488c4427f42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6c7897a-e47b-4985-acba-f488c4427f42.shg-box.shg-c {
  justify-content: center;
}

#s-7b4f7669-417c-4d83-8b19-b3609562961b {
  
}

@media (min-width: 0px) {
[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7b4f7669-417c-4d83-8b19-b3609562961b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9d82825d-a5ca-4c17-be48-713d59de2c99 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-a020b883-464d-44ab-8af6-3d2cb707023f {
  margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-410d5c6e-744d-4504-a4d6-5874a88ae918 {
  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-410d5c6e-744d-4504-a4d6-5874a88ae918 .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-b7ff4499-9c33-4b87-b9ee-4a084d8cf611 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-84e0fa39-9fbb-4b3b-9ea7-0ffd0e3e27a3 {
  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-92fcc8d2-5e28-4a80-9c4e-a7768af983f2 {
  text-align: left;
}


.shg-c#s-92fcc8d2-5e28-4a80-9c4e-a7768af983f2 {
  max-width: 100%;
}

.shg-c#s-92fcc8d2-5e28-4a80-9c4e-a7768af983f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92fcc8d2-5e28-4a80-9c4e-a7768af983f2 .shg-image-zoom,
.shg-c#s-92fcc8d2-5e28-4a80-9c4e-a7768af983f2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-92fcc8d2-5e28-4a80-9c4e-a7768af983f2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-92fcc8d2-5e28-4a80-9c4e-a7768af983f2 {
  max-width: 100%;
}

.shg-c#s-92fcc8d2-5e28-4a80-9c4e-a7768af983f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92fcc8d2-5e28-4a80-9c4e-a7768af983f2 .shg-image-zoom,
.shg-c#s-92fcc8d2-5e28-4a80-9c4e-a7768af983f2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-92fcc8d2-5e28-4a80-9c4e-a7768af983f2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-92fcc8d2-5e28-4a80-9c4e-a7768af983f2 {
  max-width: 100%;
}

.shg-c#s-92fcc8d2-5e28-4a80-9c4e-a7768af983f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92fcc8d2-5e28-4a80-9c4e-a7768af983f2 .shg-image-zoom,
.shg-c#s-92fcc8d2-5e28-4a80-9c4e-a7768af983f2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-92fcc8d2-5e28-4a80-9c4e-a7768af983f2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-92fcc8d2-5e28-4a80-9c4e-a7768af983f2 {
  max-width: 100%;
}

.shg-c#s-92fcc8d2-5e28-4a80-9c4e-a7768af983f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92fcc8d2-5e28-4a80-9c4e-a7768af983f2 .shg-image-zoom,
.shg-c#s-92fcc8d2-5e28-4a80-9c4e-a7768af983f2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-92fcc8d2-5e28-4a80-9c4e-a7768af983f2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-92fcc8d2-5e28-4a80-9c4e-a7768af983f2 {
  max-width: 100%;
}

.shg-c#s-92fcc8d2-5e28-4a80-9c4e-a7768af983f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92fcc8d2-5e28-4a80-9c4e-a7768af983f2 .shg-image-zoom,
.shg-c#s-92fcc8d2-5e28-4a80-9c4e-a7768af983f2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-92fcc8d2-5e28-4a80-9c4e-a7768af983f2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-74c8e661-bc1f-4369-ac2c-e9fa8404d58f {
  display: none;
}
#s-d80eb14b-3755-4b30-a142-99bcf64be344 {
  text-align: left;
}


.shg-c#s-d80eb14b-3755-4b30-a142-99bcf64be344 {
  max-width: 100%;
}

.shg-c#s-d80eb14b-3755-4b30-a142-99bcf64be344 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d80eb14b-3755-4b30-a142-99bcf64be344 .shg-image-zoom,
.shg-c#s-d80eb14b-3755-4b30-a142-99bcf64be344 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d80eb14b-3755-4b30-a142-99bcf64be344 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d80eb14b-3755-4b30-a142-99bcf64be344 {
  max-width: 100%;
}

.shg-c#s-d80eb14b-3755-4b30-a142-99bcf64be344 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d80eb14b-3755-4b30-a142-99bcf64be344 .shg-image-zoom,
.shg-c#s-d80eb14b-3755-4b30-a142-99bcf64be344 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d80eb14b-3755-4b30-a142-99bcf64be344 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d80eb14b-3755-4b30-a142-99bcf64be344 {
  max-width: 100%;
}

.shg-c#s-d80eb14b-3755-4b30-a142-99bcf64be344 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d80eb14b-3755-4b30-a142-99bcf64be344 .shg-image-zoom,
.shg-c#s-d80eb14b-3755-4b30-a142-99bcf64be344 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d80eb14b-3755-4b30-a142-99bcf64be344 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d80eb14b-3755-4b30-a142-99bcf64be344 {
  max-width: 100%;
}

.shg-c#s-d80eb14b-3755-4b30-a142-99bcf64be344 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d80eb14b-3755-4b30-a142-99bcf64be344 .shg-image-zoom,
.shg-c#s-d80eb14b-3755-4b30-a142-99bcf64be344 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d80eb14b-3755-4b30-a142-99bcf64be344 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d80eb14b-3755-4b30-a142-99bcf64be344 {
  max-width: 100%;
}

.shg-c#s-d80eb14b-3755-4b30-a142-99bcf64be344 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d80eb14b-3755-4b30-a142-99bcf64be344 .shg-image-zoom,
.shg-c#s-d80eb14b-3755-4b30-a142-99bcf64be344 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d80eb14b-3755-4b30-a142-99bcf64be344 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-53ef51d7-89f7-4d08-9e14-0a21f6dc39f2 {
  display: none;
}
#s-04f47452-db50-4ad9-a2cb-dbf58a08827f {
  text-align: left;
}


.shg-c#s-04f47452-db50-4ad9-a2cb-dbf58a08827f {
  max-width: 100%;
}

.shg-c#s-04f47452-db50-4ad9-a2cb-dbf58a08827f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04f47452-db50-4ad9-a2cb-dbf58a08827f .shg-image-zoom,
.shg-c#s-04f47452-db50-4ad9-a2cb-dbf58a08827f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-04f47452-db50-4ad9-a2cb-dbf58a08827f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-04f47452-db50-4ad9-a2cb-dbf58a08827f {
  max-width: 100%;
}

.shg-c#s-04f47452-db50-4ad9-a2cb-dbf58a08827f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04f47452-db50-4ad9-a2cb-dbf58a08827f .shg-image-zoom,
.shg-c#s-04f47452-db50-4ad9-a2cb-dbf58a08827f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-04f47452-db50-4ad9-a2cb-dbf58a08827f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-04f47452-db50-4ad9-a2cb-dbf58a08827f {
  max-width: 100%;
}

.shg-c#s-04f47452-db50-4ad9-a2cb-dbf58a08827f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04f47452-db50-4ad9-a2cb-dbf58a08827f .shg-image-zoom,
.shg-c#s-04f47452-db50-4ad9-a2cb-dbf58a08827f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-04f47452-db50-4ad9-a2cb-dbf58a08827f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-04f47452-db50-4ad9-a2cb-dbf58a08827f {
  max-width: 100%;
}

.shg-c#s-04f47452-db50-4ad9-a2cb-dbf58a08827f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04f47452-db50-4ad9-a2cb-dbf58a08827f .shg-image-zoom,
.shg-c#s-04f47452-db50-4ad9-a2cb-dbf58a08827f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-04f47452-db50-4ad9-a2cb-dbf58a08827f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-04f47452-db50-4ad9-a2cb-dbf58a08827f {
  max-width: 100%;
}

.shg-c#s-04f47452-db50-4ad9-a2cb-dbf58a08827f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04f47452-db50-4ad9-a2cb-dbf58a08827f .shg-image-zoom,
.shg-c#s-04f47452-db50-4ad9-a2cb-dbf58a08827f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-04f47452-db50-4ad9-a2cb-dbf58a08827f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c0656437-4547-4ebd-8ba4-91e2ad8a6db6 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-c0656437-4547-4ebd-8ba4-91e2ad8a6db6 .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-8d05c953-89fd-4370-be4a-50fd240c44e8 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
min-height: 400px;
background-position: center center;
}








#s-8d05c953-89fd-4370-be4a-50fd240c44e8 > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-8d05c953-89fd-4370-be4a-50fd240c44e8.shg-box.shg-c {
  justify-content: center;
}

#s-abe218e4-5218-45cd-9c70-b7dbbe58460d {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-abe218e4-5218-45cd-9c70-b7dbbe58460d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-abe218e4-5218-45cd-9c70-b7dbbe58460d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-abe218e4-5218-45cd-9c70-b7dbbe58460d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-abe218e4-5218-45cd-9c70-b7dbbe58460d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-abe218e4-5218-45cd-9c70-b7dbbe58460d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-abe218e4-5218-45cd-9c70-b7dbbe58460d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-abe218e4-5218-45cd-9c70-b7dbbe58460d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-abe218e4-5218-45cd-9c70-b7dbbe58460d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-abe218e4-5218-45cd-9c70-b7dbbe58460d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-abe218e4-5218-45cd-9c70-b7dbbe58460d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-abe218e4-5218-45cd-9c70-b7dbbe58460d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-abe218e4-5218-45cd-9c70-b7dbbe58460d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-abe218e4-5218-45cd-9c70-b7dbbe58460d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-abe218e4-5218-45cd-9c70-b7dbbe58460d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-abe218e4-5218-45cd-9c70-b7dbbe58460d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-abe218e4-5218-45cd-9c70-b7dbbe58460d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-abe218e4-5218-45cd-9c70-b7dbbe58460d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-abe218e4-5218-45cd-9c70-b7dbbe58460d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-abe218e4-5218-45cd-9c70-b7dbbe58460d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-abe218e4-5218-45cd-9c70-b7dbbe58460d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-abe218e4-5218-45cd-9c70-b7dbbe58460d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-abe218e4-5218-45cd-9c70-b7dbbe58460d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-abe218e4-5218-45cd-9c70-b7dbbe58460d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-abe218e4-5218-45cd-9c70-b7dbbe58460d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-abe218e4-5218-45cd-9c70-b7dbbe58460d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-abe218e4-5218-45cd-9c70-b7dbbe58460d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-abe218e4-5218-45cd-9c70-b7dbbe58460d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-abe218e4-5218-45cd-9c70-b7dbbe58460d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-abe218e4-5218-45cd-9c70-b7dbbe58460d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-abe218e4-5218-45cd-9c70-b7dbbe58460d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-abe218e4-5218-45cd-9c70-b7dbbe58460d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-abe218e4-5218-45cd-9c70-b7dbbe58460d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-abe218e4-5218-45cd-9c70-b7dbbe58460d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-abe218e4-5218-45cd-9c70-b7dbbe58460d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-abe218e4-5218-45cd-9c70-b7dbbe58460d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-abe218e4-5218-45cd-9c70-b7dbbe58460d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-abe218e4-5218-45cd-9c70-b7dbbe58460d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-3246ab91-f24d-4eb9-8ee2-f65c7e245d70 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-3246ab91-f24d-4eb9-8ee2-f65c7e245d70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3246ab91-f24d-4eb9-8ee2-f65c7e245d70.shg-box.shg-c {
  justify-content: center;
}

#s-ff660c60-8a28-4914-ab26-133d494b258e {
  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-ff660c60-8a28-4914-ab26-133d494b258e > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-ff660c60-8a28-4914-ab26-133d494b258e.shg-box.shg-c {
  justify-content: center;
}

#s-3532eb58-7a56-4954-b44f-04bf0f6bbf80 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3532eb58-7a56-4954-b44f-04bf0f6bbf80 {
  
}
}
#s-3532eb58-7a56-4954-b44f-04bf0f6bbf80 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-3532eb58-7a56-4954-b44f-04bf0f6bbf80 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-3532eb58-7a56-4954-b44f-04bf0f6bbf80 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-3532eb58-7a56-4954-b44f-04bf0f6bbf80 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-3532eb58-7a56-4954-b44f-04bf0f6bbf80 > .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-3532eb58-7a56-4954-b44f-04bf0f6bbf80 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-05128561-7a87-42e7-a178-6be931d13eb4 {
  min-height: 50px;
}








#s-05128561-7a87-42e7-a178-6be931d13eb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05128561-7a87-42e7-a178-6be931d13eb4.shg-box.shg-c {
  justify-content: center;
}

#s-e15f9d2c-4bcc-4696-a851-2c9469f9e787 {
  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-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e15f9d2c-4bcc-4696-a851-2c9469f9e787"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a98e2a7e-58f4-4fa2-95d4-e683bd640994 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-aad05a1a-b894-4334-98fe-271e205c9544 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-26d6e614-af22-4e6f-aa80-df55a60689e9 {
  
}

@media (min-width: 0px) {
[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-26d6e614-af22-4e6f-aa80-df55a60689e9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4f1ceeb9-8f5a-4b8f-a3c0-2d7f37096c39 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-f81abdcd-27e7-4ef6-8348-3b26cc4f0656 {
  margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-076e2192-6dcd-4d15-b580-2126b5eb5f5a {
  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-076e2192-6dcd-4d15-b580-2126b5eb5f5a img.shogun-image {
    
    width: px;
  }


#s-076e2192-6dcd-4d15-b580-2126b5eb5f5a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-92adf132-39df-4a60-aba0-c84a6032552c {
  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-92adf132-39df-4a60-aba0-c84a6032552c: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-92adf132-39df-4a60-aba0-c84a6032552c: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-92adf132-39df-4a60-aba0-c84a6032552c-btn-wrapper {
    text-align: center;
  }


#s-92adf132-39df-4a60-aba0-c84a6032552c.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;
}
