.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-be24eea8-751e-4f5b-914a-49b6bfe85fa7 {
  min-height: 50px;
background-color: rgba(224, 224, 224, 1);
}








#s-be24eea8-751e-4f5b-914a-49b6bfe85fa7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be24eea8-751e-4f5b-914a-49b6bfe85fa7.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-97a8e237-1ccc-4ba9-b328-a971329a192b {
  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-2e18b9bb-b935-49c1-88d7-bc59993e454e {
  min-height: 50px;
}








#s-2e18b9bb-b935-49c1-88d7-bc59993e454e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e18b9bb-b935-49c1-88d7-bc59993e454e.shg-box.shg-c {
  justify-content: center;
}

#s-992c6ca2-b236-4752-b94e-7a9cf5ddd857 {
  background-image: url(https://i.shgcdn.com/f0ca014a-d9dc-4b3a-8250-1214b9b5029e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}








#s-992c6ca2-b236-4752-b94e-7a9cf5ddd857 > .shg-box-overlay {
  background-color: rgba(105, 105, 105, 1);
  opacity: 0;
}#s-992c6ca2-b236-4752-b94e-7a9cf5ddd857.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-46865d72-b33d-47b0-a2aa-cf07443accf8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46865d72-b33d-47b0-a2aa-cf07443accf8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-46865d72-b33d-47b0-a2aa-cf07443accf8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-46865d72-b33d-47b0-a2aa-cf07443accf8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-46865d72-b33d-47b0-a2aa-cf07443accf8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-46865d72-b33d-47b0-a2aa-cf07443accf8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-46865d72-b33d-47b0-a2aa-cf07443accf8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-46865d72-b33d-47b0-a2aa-cf07443accf8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-46865d72-b33d-47b0-a2aa-cf07443accf8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-46865d72-b33d-47b0-a2aa-cf07443accf8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-46865d72-b33d-47b0-a2aa-cf07443accf8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-46865d72-b33d-47b0-a2aa-cf07443accf8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-46865d72-b33d-47b0-a2aa-cf07443accf8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-46865d72-b33d-47b0-a2aa-cf07443accf8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-46865d72-b33d-47b0-a2aa-cf07443accf8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-46865d72-b33d-47b0-a2aa-cf07443accf8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-46865d72-b33d-47b0-a2aa-cf07443accf8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-46865d72-b33d-47b0-a2aa-cf07443accf8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-46865d72-b33d-47b0-a2aa-cf07443accf8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-46865d72-b33d-47b0-a2aa-cf07443accf8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-46865d72-b33d-47b0-a2aa-cf07443accf8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-46865d72-b33d-47b0-a2aa-cf07443accf8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-46865d72-b33d-47b0-a2aa-cf07443accf8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-46865d72-b33d-47b0-a2aa-cf07443accf8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-46865d72-b33d-47b0-a2aa-cf07443accf8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-46865d72-b33d-47b0-a2aa-cf07443accf8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-46865d72-b33d-47b0-a2aa-cf07443accf8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-46865d72-b33d-47b0-a2aa-cf07443accf8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-46865d72-b33d-47b0-a2aa-cf07443accf8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-46865d72-b33d-47b0-a2aa-cf07443accf8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-46865d72-b33d-47b0-a2aa-cf07443accf8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-46865d72-b33d-47b0-a2aa-cf07443accf8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-46865d72-b33d-47b0-a2aa-cf07443accf8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-46865d72-b33d-47b0-a2aa-cf07443accf8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-46865d72-b33d-47b0-a2aa-cf07443accf8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-46865d72-b33d-47b0-a2aa-cf07443accf8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-46865d72-b33d-47b0-a2aa-cf07443accf8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c512ceec-38d4-4016-9d69-d04d57d7b736 {
  min-height: 50px;
}








#s-c512ceec-38d4-4016-9d69-d04d57d7b736 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c512ceec-38d4-4016-9d69-d04d57d7b736.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-4977476f-91b7-45c1-bb3f-1fce6f309086 {
  padding-left: 10px;
padding-right: 10px;
text-align: right;
background-color: rgba(255, 255, 255, 0);
}

#s-4977476f-91b7-45c1-bb3f-1fce6f309086 .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-d0c49f1d-4ee1-4af3-8fa6-95fbac0c9a5a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-0a3cf0ee-54c9-4c7d-8c9a-644e5cbd90d0 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-0a3cf0ee-54c9-4c7d-8c9a-644e5cbd90d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a3cf0ee-54c9-4c7d-8c9a-644e5cbd90d0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0a3cf0ee-54c9-4c7d-8c9a-644e5cbd90d0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0a3cf0ee-54c9-4c7d-8c9a-644e5cbd90d0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0a3cf0ee-54c9-4c7d-8c9a-644e5cbd90d0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0a3cf0ee-54c9-4c7d-8c9a-644e5cbd90d0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0a3cf0ee-54c9-4c7d-8c9a-644e5cbd90d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0a3cf0ee-54c9-4c7d-8c9a-644e5cbd90d0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0a3cf0ee-54c9-4c7d-8c9a-644e5cbd90d0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0a3cf0ee-54c9-4c7d-8c9a-644e5cbd90d0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0a3cf0ee-54c9-4c7d-8c9a-644e5cbd90d0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0a3cf0ee-54c9-4c7d-8c9a-644e5cbd90d0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0a3cf0ee-54c9-4c7d-8c9a-644e5cbd90d0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0a3cf0ee-54c9-4c7d-8c9a-644e5cbd90d0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0a3cf0ee-54c9-4c7d-8c9a-644e5cbd90d0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0a3cf0ee-54c9-4c7d-8c9a-644e5cbd90d0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0a3cf0ee-54c9-4c7d-8c9a-644e5cbd90d0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0a3cf0ee-54c9-4c7d-8c9a-644e5cbd90d0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0a3cf0ee-54c9-4c7d-8c9a-644e5cbd90d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0a3cf0ee-54c9-4c7d-8c9a-644e5cbd90d0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0a3cf0ee-54c9-4c7d-8c9a-644e5cbd90d0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0a3cf0ee-54c9-4c7d-8c9a-644e5cbd90d0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0a3cf0ee-54c9-4c7d-8c9a-644e5cbd90d0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0a3cf0ee-54c9-4c7d-8c9a-644e5cbd90d0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0a3cf0ee-54c9-4c7d-8c9a-644e5cbd90d0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a3cf0ee-54c9-4c7d-8c9a-644e5cbd90d0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0a3cf0ee-54c9-4c7d-8c9a-644e5cbd90d0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0a3cf0ee-54c9-4c7d-8c9a-644e5cbd90d0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0a3cf0ee-54c9-4c7d-8c9a-644e5cbd90d0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0a3cf0ee-54c9-4c7d-8c9a-644e5cbd90d0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0a3cf0ee-54c9-4c7d-8c9a-644e5cbd90d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0a3cf0ee-54c9-4c7d-8c9a-644e5cbd90d0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0a3cf0ee-54c9-4c7d-8c9a-644e5cbd90d0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0a3cf0ee-54c9-4c7d-8c9a-644e5cbd90d0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0a3cf0ee-54c9-4c7d-8c9a-644e5cbd90d0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0a3cf0ee-54c9-4c7d-8c9a-644e5cbd90d0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0a3cf0ee-54c9-4c7d-8c9a-644e5cbd90d0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-7515698e-031b-495f-9636-bccca0315899 {
  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-58a82e87-61c7-42fa-8815-935b9c05e5c5 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-position: center center;
}








#s-58a82e87-61c7-42fa-8815-935b9c05e5c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58a82e87-61c7-42fa-8815-935b9c05e5c5.shg-box.shg-c {
  justify-content: center;
}

#s-42b72206-cf49-49c4-87db-55a28643bc99 {
  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-42b72206-cf49-49c4-87db-55a28643bc99 .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-9afdb7fe-2cd5-439d-8da8-c323d93adfa4 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 1200px;
}

#s-0710d9ca-3ebf-48b4-b76f-b25a038baef2 {
  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-0710d9ca-3ebf-48b4-b76f-b25a038baef2 {
  
}
}
#s-0710d9ca-3ebf-48b4-b76f-b25a038baef2 .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-ebfdc0e7-137d-44ec-a664-d4c63c2b91e8 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-ebfdc0e7-137d-44ec-a664-d4c63c2b91e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ebfdc0e7-137d-44ec-a664-d4c63c2b91e8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ebfdc0e7-137d-44ec-a664-d4c63c2b91e8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ebfdc0e7-137d-44ec-a664-d4c63c2b91e8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ebfdc0e7-137d-44ec-a664-d4c63c2b91e8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ebfdc0e7-137d-44ec-a664-d4c63c2b91e8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ebfdc0e7-137d-44ec-a664-d4c63c2b91e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ebfdc0e7-137d-44ec-a664-d4c63c2b91e8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ebfdc0e7-137d-44ec-a664-d4c63c2b91e8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ebfdc0e7-137d-44ec-a664-d4c63c2b91e8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ebfdc0e7-137d-44ec-a664-d4c63c2b91e8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ebfdc0e7-137d-44ec-a664-d4c63c2b91e8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ebfdc0e7-137d-44ec-a664-d4c63c2b91e8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ebfdc0e7-137d-44ec-a664-d4c63c2b91e8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ebfdc0e7-137d-44ec-a664-d4c63c2b91e8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ebfdc0e7-137d-44ec-a664-d4c63c2b91e8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ebfdc0e7-137d-44ec-a664-d4c63c2b91e8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ebfdc0e7-137d-44ec-a664-d4c63c2b91e8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ebfdc0e7-137d-44ec-a664-d4c63c2b91e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ebfdc0e7-137d-44ec-a664-d4c63c2b91e8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ebfdc0e7-137d-44ec-a664-d4c63c2b91e8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ebfdc0e7-137d-44ec-a664-d4c63c2b91e8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ebfdc0e7-137d-44ec-a664-d4c63c2b91e8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ebfdc0e7-137d-44ec-a664-d4c63c2b91e8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ebfdc0e7-137d-44ec-a664-d4c63c2b91e8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ebfdc0e7-137d-44ec-a664-d4c63c2b91e8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ebfdc0e7-137d-44ec-a664-d4c63c2b91e8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ebfdc0e7-137d-44ec-a664-d4c63c2b91e8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ebfdc0e7-137d-44ec-a664-d4c63c2b91e8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ebfdc0e7-137d-44ec-a664-d4c63c2b91e8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ebfdc0e7-137d-44ec-a664-d4c63c2b91e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ebfdc0e7-137d-44ec-a664-d4c63c2b91e8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ebfdc0e7-137d-44ec-a664-d4c63c2b91e8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ebfdc0e7-137d-44ec-a664-d4c63c2b91e8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ebfdc0e7-137d-44ec-a664-d4c63c2b91e8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ebfdc0e7-137d-44ec-a664-d4c63c2b91e8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ebfdc0e7-137d-44ec-a664-d4c63c2b91e8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-5ed17b94-4028-44f7-99dc-e59c3a9469e0 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-5ed17b94-4028-44f7-99dc-e59c3a9469e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ed17b94-4028-44f7-99dc-e59c3a9469e0.shg-box.shg-c {
  justify-content: center;
}

#s-fc0b6755-25f2-41b5-8d18-1c3d622f1ecc {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-fc0b6755-25f2-41b5-8d18-1c3d622f1ecc .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-2a3bd34e-c1dd-4d54-8087-97cddca8893f {
  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-c22fc4b3-fa21-4c67-ac94-a533d3235654 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-c22fc4b3-fa21-4c67-ac94-a533d3235654 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c22fc4b3-fa21-4c67-ac94-a533d3235654.shg-box.shg-c {
  justify-content: center;
}

#s-9fb19e9d-ca84-4443-9ea9-58bcf1f7554a {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-9fb19e9d-ca84-4443-9ea9-58bcf1f7554a .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-7f90c459-eacc-4f54-a699-37924b142e3c {
  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-101e1969-211c-42b5-8674-40ddffaae525 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-101e1969-211c-42b5-8674-40ddffaae525 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-101e1969-211c-42b5-8674-40ddffaae525.shg-box.shg-c {
  justify-content: center;
}

#s-a1fd80f4-66b7-4549-b125-234de2f319a7 {
  margin-top: 20px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a1fd80f4-66b7-4549-b125-234de2f319a7 {
  
}
}
#s-8f65eaf6-dd04-4f69-96a9-301c9d7f33e4 {
  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-74461fb6-369b-43da-a40f-4d30b15146d8 {
  display: none;
}
#s-c5e42f75-79bb-4dc1-9f3c-12577468adb5 {
  margin-left: 5px;
margin-right: 5px;
text-align: left;
}

#s-c5e42f75-79bb-4dc1-9f3c-12577468adb5 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c5e42f75-79bb-4dc1-9f3c-12577468adb5 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c5e42f75-79bb-4dc1-9f3c-12577468adb5 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c5e42f75-79bb-4dc1-9f3c-12577468adb5 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 2px;
}


  #s-c5e42f75-79bb-4dc1-9f3c-12577468adb5 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-c5e42f75-79bb-4dc1-9f3c-12577468adb5 .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-cb9706b5-816f-4cc8-9913-b8aff8037ce9 {
  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-cb9706b5-816f-4cc8-9913-b8aff8037ce9:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-cb9706b5-816f-4cc8-9913-b8aff8037ce9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cb9706b5-816f-4cc8-9913-b8aff8037ce9 {
  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-cb9706b5-816f-4cc8-9913-b8aff8037ce9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cb9706b5-816f-4cc8-9913-b8aff8037ce9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}

#s-cb9706b5-816f-4cc8-9913-b8aff8037ce9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-cb9706b5-816f-4cc8-9913-b8aff8037ce9.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(7, 7, 7, 1);
  }


#s-8c5a6876-216b-4247-a956-31e4fa5e4300 {
  margin-top: 20px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8c5a6876-216b-4247-a956-31e4fa5e4300 {
  
}
}
#s-fc6c301b-8713-4319-b008-7b3bc81511c9 {
  min-height: 50px;
}








#s-fc6c301b-8713-4319-b008-7b3bc81511c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc6c301b-8713-4319-b008-7b3bc81511c9.shg-box.shg-c {
  justify-content: center;
}

#s-861c44eb-94eb-498e-a8f7-c39a28dc528f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-861c44eb-94eb-498e-a8f7-c39a28dc528f {
  
}
}







#s-861c44eb-94eb-498e-a8f7-c39a28dc528f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-861c44eb-94eb-498e-a8f7-c39a28dc528f.shg-box.shg-c {
  justify-content: center;
}

#s-ccfb971f-6d54-4709-8fed-7011dd494ba5 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
margin-bottom: 5px;
min-height: 400px;
background-position: left center;
}








#s-ccfb971f-6d54-4709-8fed-7011dd494ba5 > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-ccfb971f-6d54-4709-8fed-7011dd494ba5.shg-box.shg-c {
  justify-content: center;
}

#s-3e0f4d04-bfb1-4616-aa7d-9fb2db5e4c67 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3e0f4d04-bfb1-4616-aa7d-9fb2db5e4c67"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3e0f4d04-bfb1-4616-aa7d-9fb2db5e4c67"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-3e0f4d04-bfb1-4616-aa7d-9fb2db5e4c67"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-3e0f4d04-bfb1-4616-aa7d-9fb2db5e4c67"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-3e0f4d04-bfb1-4616-aa7d-9fb2db5e4c67"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-3e0f4d04-bfb1-4616-aa7d-9fb2db5e4c67"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-3e0f4d04-bfb1-4616-aa7d-9fb2db5e4c67"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-3e0f4d04-bfb1-4616-aa7d-9fb2db5e4c67"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-3e0f4d04-bfb1-4616-aa7d-9fb2db5e4c67"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-3e0f4d04-bfb1-4616-aa7d-9fb2db5e4c67"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-3e0f4d04-bfb1-4616-aa7d-9fb2db5e4c67"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-3e0f4d04-bfb1-4616-aa7d-9fb2db5e4c67"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-3e0f4d04-bfb1-4616-aa7d-9fb2db5e4c67"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-3e0f4d04-bfb1-4616-aa7d-9fb2db5e4c67"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-3e0f4d04-bfb1-4616-aa7d-9fb2db5e4c67"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-3e0f4d04-bfb1-4616-aa7d-9fb2db5e4c67"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-3e0f4d04-bfb1-4616-aa7d-9fb2db5e4c67"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-3e0f4d04-bfb1-4616-aa7d-9fb2db5e4c67"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-3e0f4d04-bfb1-4616-aa7d-9fb2db5e4c67"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-3e0f4d04-bfb1-4616-aa7d-9fb2db5e4c67"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-3e0f4d04-bfb1-4616-aa7d-9fb2db5e4c67"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-3e0f4d04-bfb1-4616-aa7d-9fb2db5e4c67"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-3e0f4d04-bfb1-4616-aa7d-9fb2db5e4c67"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-3e0f4d04-bfb1-4616-aa7d-9fb2db5e4c67"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-3e0f4d04-bfb1-4616-aa7d-9fb2db5e4c67"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-3e0f4d04-bfb1-4616-aa7d-9fb2db5e4c67"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-3e0f4d04-bfb1-4616-aa7d-9fb2db5e4c67"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-3e0f4d04-bfb1-4616-aa7d-9fb2db5e4c67"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-3e0f4d04-bfb1-4616-aa7d-9fb2db5e4c67"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-3e0f4d04-bfb1-4616-aa7d-9fb2db5e4c67"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-3e0f4d04-bfb1-4616-aa7d-9fb2db5e4c67"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-3e0f4d04-bfb1-4616-aa7d-9fb2db5e4c67"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-3e0f4d04-bfb1-4616-aa7d-9fb2db5e4c67"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-3e0f4d04-bfb1-4616-aa7d-9fb2db5e4c67"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-3e0f4d04-bfb1-4616-aa7d-9fb2db5e4c67"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-3e0f4d04-bfb1-4616-aa7d-9fb2db5e4c67"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-3e0f4d04-bfb1-4616-aa7d-9fb2db5e4c67"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-a85c80f4-2f26-4f42-b79b-1725a180387c {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-a85c80f4-2f26-4f42-b79b-1725a180387c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a85c80f4-2f26-4f42-b79b-1725a180387c.shg-box.shg-c {
  justify-content: center;
}

#s-e88befc7-03ce-4ef0-ae4d-f44a8a8bc36d {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-e88befc7-03ce-4ef0-ae4d-f44a8a8bc36d .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-71a7dfd6-c75f-49fa-90cf-1e3e52e0149d {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-19ed4951-d038-4447-b4e6-a0e3c4696409 {
  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-19ed4951-d038-4447-b4e6-a0e3c4696409 > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-19ed4951-d038-4447-b4e6-a0e3c4696409.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-eaab6c0b-bff5-4802-8825-ca996dc2e3f2 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-eaab6c0b-bff5-4802-8825-ca996dc2e3f2 {
  
}
}
#s-eaab6c0b-bff5-4802-8825-ca996dc2e3f2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-eaab6c0b-bff5-4802-8825-ca996dc2e3f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-eaab6c0b-bff5-4802-8825-ca996dc2e3f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-eaab6c0b-bff5-4802-8825-ca996dc2e3f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-eaab6c0b-bff5-4802-8825-ca996dc2e3f2 > .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-eaab6c0b-bff5-4802-8825-ca996dc2e3f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
@media (min-width: 0px) {
[id="s-c9d2c70f-2eab-4919-93cb-ab04560eb45e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9d2c70f-2eab-4919-93cb-ab04560eb45e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c9d2c70f-2eab-4919-93cb-ab04560eb45e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c9d2c70f-2eab-4919-93cb-ab04560eb45e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c9d2c70f-2eab-4919-93cb-ab04560eb45e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c9d2c70f-2eab-4919-93cb-ab04560eb45e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c9d2c70f-2eab-4919-93cb-ab04560eb45e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c9d2c70f-2eab-4919-93cb-ab04560eb45e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c9d2c70f-2eab-4919-93cb-ab04560eb45e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c9d2c70f-2eab-4919-93cb-ab04560eb45e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c9d2c70f-2eab-4919-93cb-ab04560eb45e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c9d2c70f-2eab-4919-93cb-ab04560eb45e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c9d2c70f-2eab-4919-93cb-ab04560eb45e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c9d2c70f-2eab-4919-93cb-ab04560eb45e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c9d2c70f-2eab-4919-93cb-ab04560eb45e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c9d2c70f-2eab-4919-93cb-ab04560eb45e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c9d2c70f-2eab-4919-93cb-ab04560eb45e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c9d2c70f-2eab-4919-93cb-ab04560eb45e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c9d2c70f-2eab-4919-93cb-ab04560eb45e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c9d2c70f-2eab-4919-93cb-ab04560eb45e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c9d2c70f-2eab-4919-93cb-ab04560eb45e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c9d2c70f-2eab-4919-93cb-ab04560eb45e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c9d2c70f-2eab-4919-93cb-ab04560eb45e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c9d2c70f-2eab-4919-93cb-ab04560eb45e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c9d2c70f-2eab-4919-93cb-ab04560eb45e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9d2c70f-2eab-4919-93cb-ab04560eb45e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c9d2c70f-2eab-4919-93cb-ab04560eb45e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c9d2c70f-2eab-4919-93cb-ab04560eb45e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c9d2c70f-2eab-4919-93cb-ab04560eb45e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c9d2c70f-2eab-4919-93cb-ab04560eb45e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c9d2c70f-2eab-4919-93cb-ab04560eb45e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c9d2c70f-2eab-4919-93cb-ab04560eb45e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c9d2c70f-2eab-4919-93cb-ab04560eb45e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c9d2c70f-2eab-4919-93cb-ab04560eb45e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c9d2c70f-2eab-4919-93cb-ab04560eb45e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c9d2c70f-2eab-4919-93cb-ab04560eb45e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c9d2c70f-2eab-4919-93cb-ab04560eb45e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4b42ac50-6628-4ad2-8217-89b0e2c59458 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b42ac50-6628-4ad2-8217-89b0e2c59458 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-00112348-533a-4305-838d-d781a1c47811 {
  margin-top: auto;
margin-bottom: auto;
min-height: 50px;
}








#s-00112348-533a-4305-838d-d781a1c47811 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00112348-533a-4305-838d-d781a1c47811.shg-box.shg-c {
  justify-content: center;
}

#s-40733565-4fa6-46fa-a159-8396be1c9f8b {
  margin-left: 25px;
margin-right: 25px;
}

#s-40733565-4fa6-46fa-a159-8396be1c9f8b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-40733565-4fa6-46fa-a159-8396be1c9f8b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-40733565-4fa6-46fa-a159-8396be1c9f8b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-40733565-4fa6-46fa-a159-8396be1c9f8b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-40733565-4fa6-46fa-a159-8396be1c9f8b > .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-40733565-4fa6-46fa-a159-8396be1c9f8b > .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-b8577ecd-98e8-424d-9530-8a994ac17a34 {
  text-align: center;
}




  #s-b8577ecd-98e8-424d-9530-8a994ac17a34 img.shogun-image {
    
    width: px;
  }


#s-b8577ecd-98e8-424d-9530-8a994ac17a34 .shogun-image-content {
  
    align-items: center;
  
}

#s-c2cd14cd-d7a5-4f3a-9469-ffc4d89e97ae {
  margin-left: 25px;
margin-right: 25px;
}

#s-c2cd14cd-d7a5-4f3a-9469-ffc4d89e97ae > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-c2cd14cd-d7a5-4f3a-9469-ffc4d89e97ae > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-c2cd14cd-d7a5-4f3a-9469-ffc4d89e97ae > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-c2cd14cd-d7a5-4f3a-9469-ffc4d89e97ae > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-c2cd14cd-d7a5-4f3a-9469-ffc4d89e97ae > .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-c2cd14cd-d7a5-4f3a-9469-ffc4d89e97ae > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-125a146a-b71e-40fb-9d53-306b058c9cc2 {
  text-align: center;
}




  #s-125a146a-b71e-40fb-9d53-306b058c9cc2 img.shogun-image {
    
    width: px;
  }


#s-125a146a-b71e-40fb-9d53-306b058c9cc2 .shogun-image-content {
  
    align-items: center;
  
}

#s-3c82bc18-e422-4b12-8ee2-a605bef6db54 {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}

#s-3c82bc18-e422-4b12-8ee2-a605bef6db54 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-3c82bc18-e422-4b12-8ee2-a605bef6db54 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-3c82bc18-e422-4b12-8ee2-a605bef6db54 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-3c82bc18-e422-4b12-8ee2-a605bef6db54 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-3c82bc18-e422-4b12-8ee2-a605bef6db54 > .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-3c82bc18-e422-4b12-8ee2-a605bef6db54 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-4b5784a4-dd2f-4bae-ba25-e4a718f713fe {
  text-align: center;
}




  #s-4b5784a4-dd2f-4bae-ba25-e4a718f713fe img.shogun-image {
    
    width: px;
  }


#s-4b5784a4-dd2f-4bae-ba25-e4a718f713fe .shogun-image-content {
  
    align-items: center;
  
}

#s-dd33b891-f41a-4ab5-852c-1cfd8f04113a {
  margin-left: 10px;
margin-right: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-6183339c-8b2b-47ed-a1c6-bc9f862c8b5c {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-e53ac9b8-ee7c-4fa7-b319-717739ebe458 {
  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-aa5969cb-80fd-468d-aa87-dd9dfab60cb3 {
  min-height: 50px;
}








#s-aa5969cb-80fd-468d-aa87-dd9dfab60cb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa5969cb-80fd-468d-aa87-dd9dfab60cb3.shg-box.shg-c {
  justify-content: center;
}

#s-07fac69a-2d0f-4b6d-a24e-bc67560b76c9 {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-07fac69a-2d0f-4b6d-a24e-bc67560b76c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07fac69a-2d0f-4b6d-a24e-bc67560b76c9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-07fac69a-2d0f-4b6d-a24e-bc67560b76c9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-07fac69a-2d0f-4b6d-a24e-bc67560b76c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-07fac69a-2d0f-4b6d-a24e-bc67560b76c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-07fac69a-2d0f-4b6d-a24e-bc67560b76c9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-07fac69a-2d0f-4b6d-a24e-bc67560b76c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-07fac69a-2d0f-4b6d-a24e-bc67560b76c9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-07fac69a-2d0f-4b6d-a24e-bc67560b76c9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-07fac69a-2d0f-4b6d-a24e-bc67560b76c9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-07fac69a-2d0f-4b6d-a24e-bc67560b76c9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-07fac69a-2d0f-4b6d-a24e-bc67560b76c9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-07fac69a-2d0f-4b6d-a24e-bc67560b76c9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-07fac69a-2d0f-4b6d-a24e-bc67560b76c9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-07fac69a-2d0f-4b6d-a24e-bc67560b76c9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-07fac69a-2d0f-4b6d-a24e-bc67560b76c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-07fac69a-2d0f-4b6d-a24e-bc67560b76c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-07fac69a-2d0f-4b6d-a24e-bc67560b76c9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-07fac69a-2d0f-4b6d-a24e-bc67560b76c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-07fac69a-2d0f-4b6d-a24e-bc67560b76c9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-07fac69a-2d0f-4b6d-a24e-bc67560b76c9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-07fac69a-2d0f-4b6d-a24e-bc67560b76c9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-07fac69a-2d0f-4b6d-a24e-bc67560b76c9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-07fac69a-2d0f-4b6d-a24e-bc67560b76c9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-07fac69a-2d0f-4b6d-a24e-bc67560b76c9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-07fac69a-2d0f-4b6d-a24e-bc67560b76c9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-07fac69a-2d0f-4b6d-a24e-bc67560b76c9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-07fac69a-2d0f-4b6d-a24e-bc67560b76c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-07fac69a-2d0f-4b6d-a24e-bc67560b76c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-07fac69a-2d0f-4b6d-a24e-bc67560b76c9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-07fac69a-2d0f-4b6d-a24e-bc67560b76c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-07fac69a-2d0f-4b6d-a24e-bc67560b76c9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-07fac69a-2d0f-4b6d-a24e-bc67560b76c9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-07fac69a-2d0f-4b6d-a24e-bc67560b76c9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-07fac69a-2d0f-4b6d-a24e-bc67560b76c9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-07fac69a-2d0f-4b6d-a24e-bc67560b76c9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-07fac69a-2d0f-4b6d-a24e-bc67560b76c9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-ba63ba41-9234-4bc2-b809-5c7e62f1b227 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-36671e56-a650-4845-aea2-d0f74a37552a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 1px;
padding-right: 20px;
}

#s-f1e12699-40b2-434a-9d04-5f39fcb924ca {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-f1e12699-40b2-434a-9d04-5f39fcb924ca img.shogun-image {
    
    width: px;
  }


#s-f1e12699-40b2-434a-9d04-5f39fcb924ca .shogun-image-content {
  
    align-items: center;
  
}

#s-1c5568ff-ea7c-4aed-a63a-a470d5139c37 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-f288e975-d4a4-4885-8d8b-10f36b8105de {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-10cba4c2-684a-40c0-b1d9-3ce82b43a133 {
  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-10cba4c2-684a-40c0-b1d9-3ce82b43a133 > .shg-box-overlay {
  background-color: rgba(127, 244, 239, 1);
  opacity: 0;
}#s-10cba4c2-684a-40c0-b1d9-3ce82b43a133.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c8856de6-b1f8-4642-a2a7-787caf8d85ae {
  min-height: 50px;
}








#s-c8856de6-b1f8-4642-a2a7-787caf8d85ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8856de6-b1f8-4642-a2a7-787caf8d85ae.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-518f4cc7-8953-4b0e-8a84-3073f6f1cc5e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-518f4cc7-8953-4b0e-8a84-3073f6f1cc5e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-518f4cc7-8953-4b0e-8a84-3073f6f1cc5e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-518f4cc7-8953-4b0e-8a84-3073f6f1cc5e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-518f4cc7-8953-4b0e-8a84-3073f6f1cc5e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-518f4cc7-8953-4b0e-8a84-3073f6f1cc5e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-518f4cc7-8953-4b0e-8a84-3073f6f1cc5e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-518f4cc7-8953-4b0e-8a84-3073f6f1cc5e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-518f4cc7-8953-4b0e-8a84-3073f6f1cc5e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-518f4cc7-8953-4b0e-8a84-3073f6f1cc5e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-518f4cc7-8953-4b0e-8a84-3073f6f1cc5e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-518f4cc7-8953-4b0e-8a84-3073f6f1cc5e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-518f4cc7-8953-4b0e-8a84-3073f6f1cc5e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-518f4cc7-8953-4b0e-8a84-3073f6f1cc5e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-518f4cc7-8953-4b0e-8a84-3073f6f1cc5e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-518f4cc7-8953-4b0e-8a84-3073f6f1cc5e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-518f4cc7-8953-4b0e-8a84-3073f6f1cc5e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-518f4cc7-8953-4b0e-8a84-3073f6f1cc5e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-518f4cc7-8953-4b0e-8a84-3073f6f1cc5e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-518f4cc7-8953-4b0e-8a84-3073f6f1cc5e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-518f4cc7-8953-4b0e-8a84-3073f6f1cc5e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-518f4cc7-8953-4b0e-8a84-3073f6f1cc5e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-518f4cc7-8953-4b0e-8a84-3073f6f1cc5e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-518f4cc7-8953-4b0e-8a84-3073f6f1cc5e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-518f4cc7-8953-4b0e-8a84-3073f6f1cc5e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-518f4cc7-8953-4b0e-8a84-3073f6f1cc5e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-518f4cc7-8953-4b0e-8a84-3073f6f1cc5e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-518f4cc7-8953-4b0e-8a84-3073f6f1cc5e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-518f4cc7-8953-4b0e-8a84-3073f6f1cc5e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-518f4cc7-8953-4b0e-8a84-3073f6f1cc5e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-518f4cc7-8953-4b0e-8a84-3073f6f1cc5e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-518f4cc7-8953-4b0e-8a84-3073f6f1cc5e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-518f4cc7-8953-4b0e-8a84-3073f6f1cc5e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-518f4cc7-8953-4b0e-8a84-3073f6f1cc5e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-518f4cc7-8953-4b0e-8a84-3073f6f1cc5e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-518f4cc7-8953-4b0e-8a84-3073f6f1cc5e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-518f4cc7-8953-4b0e-8a84-3073f6f1cc5e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-042a5af1-970f-42f0-bae1-39b533ca6dd2 {
  
}

#s-042a5af1-970f-42f0-bae1-39b533ca6dd2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-042a5af1-970f-42f0-bae1-39b533ca6dd2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-042a5af1-970f-42f0-bae1-39b533ca6dd2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-042a5af1-970f-42f0-bae1-39b533ca6dd2 > .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-042a5af1-970f-42f0-bae1-39b533ca6dd2 > .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-042a5af1-970f-42f0-bae1-39b533ca6dd2 > .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-a889b476-d4cb-4a65-b6d9-98059d3219cc {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(52, 189, 219, 0.5);
}

#s-a889b476-d4cb-4a65-b6d9-98059d3219cc .shogun-success-alert {
  background-color: rgba(52, 189, 219, 0.5);
  color: #3c763d;
}

#s-a889b476-d4cb-4a65-b6d9-98059d3219cc .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-a889b476-d4cb-4a65-b6d9-98059d3219cc .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-a889b476-d4cb-4a65-b6d9-98059d3219cc .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-a889b476-d4cb-4a65-b6d9-98059d3219cc .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-a889b476-d4cb-4a65-b6d9-98059d3219cc .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-32cbb88c-0ea4-4b8c-9712-e9b1e3de68bb {
  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-0a26a32b-9e9e-4b6c-9199-e11ae611737a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a26a32b-9e9e-4b6c-9199-e11ae611737a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0a26a32b-9e9e-4b6c-9199-e11ae611737a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0a26a32b-9e9e-4b6c-9199-e11ae611737a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0a26a32b-9e9e-4b6c-9199-e11ae611737a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0a26a32b-9e9e-4b6c-9199-e11ae611737a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0a26a32b-9e9e-4b6c-9199-e11ae611737a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0a26a32b-9e9e-4b6c-9199-e11ae611737a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0a26a32b-9e9e-4b6c-9199-e11ae611737a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0a26a32b-9e9e-4b6c-9199-e11ae611737a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0a26a32b-9e9e-4b6c-9199-e11ae611737a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0a26a32b-9e9e-4b6c-9199-e11ae611737a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0a26a32b-9e9e-4b6c-9199-e11ae611737a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0a26a32b-9e9e-4b6c-9199-e11ae611737a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0a26a32b-9e9e-4b6c-9199-e11ae611737a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0a26a32b-9e9e-4b6c-9199-e11ae611737a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0a26a32b-9e9e-4b6c-9199-e11ae611737a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0a26a32b-9e9e-4b6c-9199-e11ae611737a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0a26a32b-9e9e-4b6c-9199-e11ae611737a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0a26a32b-9e9e-4b6c-9199-e11ae611737a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0a26a32b-9e9e-4b6c-9199-e11ae611737a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0a26a32b-9e9e-4b6c-9199-e11ae611737a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0a26a32b-9e9e-4b6c-9199-e11ae611737a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0a26a32b-9e9e-4b6c-9199-e11ae611737a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0a26a32b-9e9e-4b6c-9199-e11ae611737a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a26a32b-9e9e-4b6c-9199-e11ae611737a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0a26a32b-9e9e-4b6c-9199-e11ae611737a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0a26a32b-9e9e-4b6c-9199-e11ae611737a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0a26a32b-9e9e-4b6c-9199-e11ae611737a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0a26a32b-9e9e-4b6c-9199-e11ae611737a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0a26a32b-9e9e-4b6c-9199-e11ae611737a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0a26a32b-9e9e-4b6c-9199-e11ae611737a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0a26a32b-9e9e-4b6c-9199-e11ae611737a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0a26a32b-9e9e-4b6c-9199-e11ae611737a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0a26a32b-9e9e-4b6c-9199-e11ae611737a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0a26a32b-9e9e-4b6c-9199-e11ae611737a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0a26a32b-9e9e-4b6c-9199-e11ae611737a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-1860bd42-821d-495f-8cef-861a25a6121b {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-1860bd42-821d-495f-8cef-861a25a6121b img.shogun-image {
    
    width: px;
  }


#s-1860bd42-821d-495f-8cef-861a25a6121b .shogun-image-content {
  
    align-items: center;
  
}

#s-fae4986b-9c7d-48dc-bf63-8eaf266ea6d4 {
  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-fae4986b-9c7d-48dc-bf63-8eaf266ea6d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fae4986b-9c7d-48dc-bf63-8eaf266ea6d4.shg-box.shg-c {
  justify-content: center;
}

#s-bfd920ee-a9ad-4463-8416-cd9015861cc4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bfd920ee-a9ad-4463-8416-cd9015861cc4 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0da5dc14-1492-4937-b031-458c08ad3048 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-dbaf9a9a-c8b7-42a3-8559-16b89ed702fe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dbaf9a9a-c8b7-42a3-8559-16b89ed702fe .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-30e5779b-aaad-48ea-817c-152f0266a61c {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-30e5779b-aaad-48ea-817c-152f0266a61c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30e5779b-aaad-48ea-817c-152f0266a61c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-30e5779b-aaad-48ea-817c-152f0266a61c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-30e5779b-aaad-48ea-817c-152f0266a61c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-30e5779b-aaad-48ea-817c-152f0266a61c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-30e5779b-aaad-48ea-817c-152f0266a61c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-30e5779b-aaad-48ea-817c-152f0266a61c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-30e5779b-aaad-48ea-817c-152f0266a61c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-30e5779b-aaad-48ea-817c-152f0266a61c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-30e5779b-aaad-48ea-817c-152f0266a61c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-30e5779b-aaad-48ea-817c-152f0266a61c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-30e5779b-aaad-48ea-817c-152f0266a61c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-30e5779b-aaad-48ea-817c-152f0266a61c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-30e5779b-aaad-48ea-817c-152f0266a61c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-30e5779b-aaad-48ea-817c-152f0266a61c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-30e5779b-aaad-48ea-817c-152f0266a61c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-30e5779b-aaad-48ea-817c-152f0266a61c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-30e5779b-aaad-48ea-817c-152f0266a61c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-30e5779b-aaad-48ea-817c-152f0266a61c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-30e5779b-aaad-48ea-817c-152f0266a61c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-30e5779b-aaad-48ea-817c-152f0266a61c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-30e5779b-aaad-48ea-817c-152f0266a61c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-30e5779b-aaad-48ea-817c-152f0266a61c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-30e5779b-aaad-48ea-817c-152f0266a61c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-30e5779b-aaad-48ea-817c-152f0266a61c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-30e5779b-aaad-48ea-817c-152f0266a61c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-30e5779b-aaad-48ea-817c-152f0266a61c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-30e5779b-aaad-48ea-817c-152f0266a61c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-30e5779b-aaad-48ea-817c-152f0266a61c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-30e5779b-aaad-48ea-817c-152f0266a61c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-30e5779b-aaad-48ea-817c-152f0266a61c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-30e5779b-aaad-48ea-817c-152f0266a61c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-30e5779b-aaad-48ea-817c-152f0266a61c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-30e5779b-aaad-48ea-817c-152f0266a61c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-30e5779b-aaad-48ea-817c-152f0266a61c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-30e5779b-aaad-48ea-817c-152f0266a61c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-30e5779b-aaad-48ea-817c-152f0266a61c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f623e3b0-e4ba-4db8-8edb-f54c073049b5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f623e3b0-e4ba-4db8-8edb-f54c073049b5 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-565bc91e-841e-440e-b0d0-bd3b1e46861a {
  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-47b15548-4742-4c47-8495-4337c335a13d {
  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-47b15548-4742-4c47-8495-4337c335a13d: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-47b15548-4742-4c47-8495-4337c335a13d: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-47b15548-4742-4c47-8495-4337c335a13d.shg-btn {
  color: rgba(98, 96, 96, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-a8d4a598-3cc8-4685-91b9-296862a2a695 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a8d4a598-3cc8-4685-91b9-296862a2a695 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-88a8756d-fdb3-4774-a66d-8c2e7d1852e9 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-388c9a06-d604-4697-aefb-cdfa29558fe7 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-315cfa12-2344-42b4-90be-508710d142f8 {
  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-315cfa12-2344-42b4-90be-508710d142f8 > .shg-box-overlay {
  background-color: rgba(127, 244, 239, 1);
  opacity: 0;
}#s-315cfa12-2344-42b4-90be-508710d142f8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b479f3a1-5472-4891-ae3d-21c86780f95d {
  min-height: 50px;
}








#s-b479f3a1-5472-4891-ae3d-21c86780f95d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b479f3a1-5472-4891-ae3d-21c86780f95d.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-53bbf249-f45c-4072-8b07-17bf31d0da61"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53bbf249-f45c-4072-8b07-17bf31d0da61"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-53bbf249-f45c-4072-8b07-17bf31d0da61"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-53bbf249-f45c-4072-8b07-17bf31d0da61"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-53bbf249-f45c-4072-8b07-17bf31d0da61"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-53bbf249-f45c-4072-8b07-17bf31d0da61"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-53bbf249-f45c-4072-8b07-17bf31d0da61"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-53bbf249-f45c-4072-8b07-17bf31d0da61"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-53bbf249-f45c-4072-8b07-17bf31d0da61"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-53bbf249-f45c-4072-8b07-17bf31d0da61"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-53bbf249-f45c-4072-8b07-17bf31d0da61"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-53bbf249-f45c-4072-8b07-17bf31d0da61"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-53bbf249-f45c-4072-8b07-17bf31d0da61"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-53bbf249-f45c-4072-8b07-17bf31d0da61"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-53bbf249-f45c-4072-8b07-17bf31d0da61"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-53bbf249-f45c-4072-8b07-17bf31d0da61"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-53bbf249-f45c-4072-8b07-17bf31d0da61"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-53bbf249-f45c-4072-8b07-17bf31d0da61"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-53bbf249-f45c-4072-8b07-17bf31d0da61"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-53bbf249-f45c-4072-8b07-17bf31d0da61"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-53bbf249-f45c-4072-8b07-17bf31d0da61"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-53bbf249-f45c-4072-8b07-17bf31d0da61"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-53bbf249-f45c-4072-8b07-17bf31d0da61"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-53bbf249-f45c-4072-8b07-17bf31d0da61"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-53bbf249-f45c-4072-8b07-17bf31d0da61"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-53bbf249-f45c-4072-8b07-17bf31d0da61"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-53bbf249-f45c-4072-8b07-17bf31d0da61"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-53bbf249-f45c-4072-8b07-17bf31d0da61"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-53bbf249-f45c-4072-8b07-17bf31d0da61"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-53bbf249-f45c-4072-8b07-17bf31d0da61"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-53bbf249-f45c-4072-8b07-17bf31d0da61"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-53bbf249-f45c-4072-8b07-17bf31d0da61"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-53bbf249-f45c-4072-8b07-17bf31d0da61"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-53bbf249-f45c-4072-8b07-17bf31d0da61"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-53bbf249-f45c-4072-8b07-17bf31d0da61"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-53bbf249-f45c-4072-8b07-17bf31d0da61"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-53bbf249-f45c-4072-8b07-17bf31d0da61"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-cde5cbc2-f750-4a7a-afc5-8c72354793ff {
  
}

#s-cde5cbc2-f750-4a7a-afc5-8c72354793ff > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-cde5cbc2-f750-4a7a-afc5-8c72354793ff > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-cde5cbc2-f750-4a7a-afc5-8c72354793ff > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-cde5cbc2-f750-4a7a-afc5-8c72354793ff > .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-cde5cbc2-f750-4a7a-afc5-8c72354793ff > .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-cde5cbc2-f750-4a7a-afc5-8c72354793ff > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-c3c444d3-0b62-42ec-8993-6e39628ea42f {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(52, 189, 219, 0.5);
}

#s-c3c444d3-0b62-42ec-8993-6e39628ea42f .shogun-success-alert {
  background-color: rgba(52, 189, 219, 0.5);
  color: #3c763d;
}

#s-c3c444d3-0b62-42ec-8993-6e39628ea42f .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-c3c444d3-0b62-42ec-8993-6e39628ea42f .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-c3c444d3-0b62-42ec-8993-6e39628ea42f .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-c3c444d3-0b62-42ec-8993-6e39628ea42f .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-c3c444d3-0b62-42ec-8993-6e39628ea42f .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-a3bfca79-951d-47bb-bfea-fdd0993a55eb {
  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-5875c561-6601-45b6-834d-d2fcc9844aaa {
  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-5875c561-6601-45b6-834d-d2fcc9844aaa > .shg-box-overlay {
  background-color: rgba(127, 244, 239, 1);
  opacity: 0;
}#s-5875c561-6601-45b6-834d-d2fcc9844aaa.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9d5e267b-410e-4ef8-82e0-01f0de331f77 {
  min-height: 50px;
}








#s-9d5e267b-410e-4ef8-82e0-01f0de331f77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d5e267b-410e-4ef8-82e0-01f0de331f77.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e523048e-95e7-4e34-9a21-94c50683ce46"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e523048e-95e7-4e34-9a21-94c50683ce46"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e523048e-95e7-4e34-9a21-94c50683ce46"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e523048e-95e7-4e34-9a21-94c50683ce46"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e523048e-95e7-4e34-9a21-94c50683ce46"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e523048e-95e7-4e34-9a21-94c50683ce46"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e523048e-95e7-4e34-9a21-94c50683ce46"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e523048e-95e7-4e34-9a21-94c50683ce46"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e523048e-95e7-4e34-9a21-94c50683ce46"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e523048e-95e7-4e34-9a21-94c50683ce46"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e523048e-95e7-4e34-9a21-94c50683ce46"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e523048e-95e7-4e34-9a21-94c50683ce46"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e523048e-95e7-4e34-9a21-94c50683ce46"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e523048e-95e7-4e34-9a21-94c50683ce46"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e523048e-95e7-4e34-9a21-94c50683ce46"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e523048e-95e7-4e34-9a21-94c50683ce46"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e523048e-95e7-4e34-9a21-94c50683ce46"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e523048e-95e7-4e34-9a21-94c50683ce46"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e523048e-95e7-4e34-9a21-94c50683ce46"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e523048e-95e7-4e34-9a21-94c50683ce46"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e523048e-95e7-4e34-9a21-94c50683ce46"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e523048e-95e7-4e34-9a21-94c50683ce46"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e523048e-95e7-4e34-9a21-94c50683ce46"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e523048e-95e7-4e34-9a21-94c50683ce46"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e523048e-95e7-4e34-9a21-94c50683ce46"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e523048e-95e7-4e34-9a21-94c50683ce46"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e523048e-95e7-4e34-9a21-94c50683ce46"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e523048e-95e7-4e34-9a21-94c50683ce46"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e523048e-95e7-4e34-9a21-94c50683ce46"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e523048e-95e7-4e34-9a21-94c50683ce46"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e523048e-95e7-4e34-9a21-94c50683ce46"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e523048e-95e7-4e34-9a21-94c50683ce46"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e523048e-95e7-4e34-9a21-94c50683ce46"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e523048e-95e7-4e34-9a21-94c50683ce46"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e523048e-95e7-4e34-9a21-94c50683ce46"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e523048e-95e7-4e34-9a21-94c50683ce46"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e523048e-95e7-4e34-9a21-94c50683ce46"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a01a334a-4c55-4a3c-a97b-501c458c7d0f {
  
}

#s-a01a334a-4c55-4a3c-a97b-501c458c7d0f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-a01a334a-4c55-4a3c-a97b-501c458c7d0f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-a01a334a-4c55-4a3c-a97b-501c458c7d0f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-a01a334a-4c55-4a3c-a97b-501c458c7d0f > .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-a01a334a-4c55-4a3c-a97b-501c458c7d0f > .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-a01a334a-4c55-4a3c-a97b-501c458c7d0f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-8679ef3b-068a-4a80-be8f-4ed7e2fdfa6d {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(52, 189, 219, 0.5);
}

#s-8679ef3b-068a-4a80-be8f-4ed7e2fdfa6d .shogun-success-alert {
  background-color: rgba(52, 189, 219, 0.5);
  color: #3c763d;
}

#s-8679ef3b-068a-4a80-be8f-4ed7e2fdfa6d .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-8679ef3b-068a-4a80-be8f-4ed7e2fdfa6d .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-8679ef3b-068a-4a80-be8f-4ed7e2fdfa6d .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-8679ef3b-068a-4a80-be8f-4ed7e2fdfa6d .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-8679ef3b-068a-4a80-be8f-4ed7e2fdfa6d .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-64ed379c-a555-4795-8dbd-a1ee69784cf6 {
  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-35ac3f42-8fc6-4bf6-8f98-93077dd24247 {
  margin-left: 25px;
margin-right: 25px;
}

#s-35ac3f42-8fc6-4bf6-8f98-93077dd24247 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-35ac3f42-8fc6-4bf6-8f98-93077dd24247 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-35ac3f42-8fc6-4bf6-8f98-93077dd24247 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-35ac3f42-8fc6-4bf6-8f98-93077dd24247 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-35ac3f42-8fc6-4bf6-8f98-93077dd24247 > .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-35ac3f42-8fc6-4bf6-8f98-93077dd24247 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-27e1d61c-70e1-4c1e-bfcc-049ec65b0afa {
  text-align: center;
}




  #s-27e1d61c-70e1-4c1e-bfcc-049ec65b0afa img.shogun-image {
    
    width: px;
  }


#s-27e1d61c-70e1-4c1e-bfcc-049ec65b0afa .shogun-image-content {
  
    align-items: center;
  
}

#s-3676fd8b-6df7-4cd4-9dd8-0706bb9cc906 {
  margin-left: 25px;
margin-right: 25px;
}

#s-3676fd8b-6df7-4cd4-9dd8-0706bb9cc906 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-3676fd8b-6df7-4cd4-9dd8-0706bb9cc906 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-3676fd8b-6df7-4cd4-9dd8-0706bb9cc906 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-3676fd8b-6df7-4cd4-9dd8-0706bb9cc906 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-3676fd8b-6df7-4cd4-9dd8-0706bb9cc906 > .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-3676fd8b-6df7-4cd4-9dd8-0706bb9cc906 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-38ca4bcc-4afc-4770-8022-32d49c3aee4c {
  text-align: center;
}




  #s-38ca4bcc-4afc-4770-8022-32d49c3aee4c img.shogun-image {
    
    width: px;
  }


#s-38ca4bcc-4afc-4770-8022-32d49c3aee4c .shogun-image-content {
  
    align-items: center;
  
}

#s-dc7d3642-8c7f-431d-bd97-c4322a4d26c2 {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}

#s-dc7d3642-8c7f-431d-bd97-c4322a4d26c2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-dc7d3642-8c7f-431d-bd97-c4322a4d26c2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-dc7d3642-8c7f-431d-bd97-c4322a4d26c2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-dc7d3642-8c7f-431d-bd97-c4322a4d26c2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-dc7d3642-8c7f-431d-bd97-c4322a4d26c2 > .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-dc7d3642-8c7f-431d-bd97-c4322a4d26c2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-613dc350-2a50-448d-80f1-514367da6b56 {
  text-align: center;
}




  #s-613dc350-2a50-448d-80f1-514367da6b56 img.shogun-image {
    
    width: px;
  }


#s-613dc350-2a50-448d-80f1-514367da6b56 .shogun-image-content {
  
    align-items: center;
  
}

#s-88519a19-86f9-4bec-a920-0742d20b5429 {
  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-88519a19-86f9-4bec-a920-0742d20b5429: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-88519a19-86f9-4bec-a920-0742d20b5429: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-88519a19-86f9-4bec-a920-0742d20b5429-btn-wrapper {
    text-align: center;
  }


#s-88519a19-86f9-4bec-a920-0742d20b5429.shg-btn {
  color: rgba(252, 252, 252, 1);
  font-size: ;
  
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-8a5b6118-b3ce-4607-ba3b-30aea2bd4585 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-8a5b6118-b3ce-4607-ba3b-30aea2bd4585 .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-3ed0c03e-8d6e-4e31-b72e-65e8a98f75f4 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3ed0c03e-8d6e-4e31-b72e-65e8a98f75f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ed0c03e-8d6e-4e31-b72e-65e8a98f75f4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-3ed0c03e-8d6e-4e31-b72e-65e8a98f75f4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-3ed0c03e-8d6e-4e31-b72e-65e8a98f75f4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-3ed0c03e-8d6e-4e31-b72e-65e8a98f75f4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-3ed0c03e-8d6e-4e31-b72e-65e8a98f75f4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-3ed0c03e-8d6e-4e31-b72e-65e8a98f75f4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-3ed0c03e-8d6e-4e31-b72e-65e8a98f75f4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-3ed0c03e-8d6e-4e31-b72e-65e8a98f75f4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-3ed0c03e-8d6e-4e31-b72e-65e8a98f75f4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-3ed0c03e-8d6e-4e31-b72e-65e8a98f75f4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-3ed0c03e-8d6e-4e31-b72e-65e8a98f75f4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-3ed0c03e-8d6e-4e31-b72e-65e8a98f75f4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-3ed0c03e-8d6e-4e31-b72e-65e8a98f75f4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-3ed0c03e-8d6e-4e31-b72e-65e8a98f75f4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-3ed0c03e-8d6e-4e31-b72e-65e8a98f75f4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-3ed0c03e-8d6e-4e31-b72e-65e8a98f75f4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-3ed0c03e-8d6e-4e31-b72e-65e8a98f75f4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-3ed0c03e-8d6e-4e31-b72e-65e8a98f75f4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-3ed0c03e-8d6e-4e31-b72e-65e8a98f75f4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-3ed0c03e-8d6e-4e31-b72e-65e8a98f75f4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-3ed0c03e-8d6e-4e31-b72e-65e8a98f75f4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-3ed0c03e-8d6e-4e31-b72e-65e8a98f75f4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-3ed0c03e-8d6e-4e31-b72e-65e8a98f75f4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-3ed0c03e-8d6e-4e31-b72e-65e8a98f75f4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-3ed0c03e-8d6e-4e31-b72e-65e8a98f75f4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-3ed0c03e-8d6e-4e31-b72e-65e8a98f75f4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-3ed0c03e-8d6e-4e31-b72e-65e8a98f75f4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-3ed0c03e-8d6e-4e31-b72e-65e8a98f75f4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-3ed0c03e-8d6e-4e31-b72e-65e8a98f75f4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-3ed0c03e-8d6e-4e31-b72e-65e8a98f75f4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-3ed0c03e-8d6e-4e31-b72e-65e8a98f75f4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-3ed0c03e-8d6e-4e31-b72e-65e8a98f75f4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-3ed0c03e-8d6e-4e31-b72e-65e8a98f75f4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-3ed0c03e-8d6e-4e31-b72e-65e8a98f75f4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-3ed0c03e-8d6e-4e31-b72e-65e8a98f75f4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-3ed0c03e-8d6e-4e31-b72e-65e8a98f75f4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-7c112b4b-5096-4129-afba-e88365d65896 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: left center;
}








#s-7c112b4b-5096-4129-afba-e88365d65896 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c112b4b-5096-4129-afba-e88365d65896.shg-box.shg-c {
  justify-content: flex-end;
}

#s-c779adac-22b4-49c5-9230-35946c606d49 {
  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-394504de-38fa-4986-a318-d3fa2439c4fc {
  min-height: 50px;
}








#s-394504de-38fa-4986-a318-d3fa2439c4fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-394504de-38fa-4986-a318-d3fa2439c4fc.shg-box.shg-c {
  justify-content: center;
}

#s-796d78ff-e64e-479f-b788-77709383756c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-796d78ff-e64e-479f-b788-77709383756c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-796d78ff-e64e-479f-b788-77709383756c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-612f0a3d-a5b6-4ec3-b6a7-b727aa8d62c3 {
  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-46762731-5231-47fc-aa14-72a71a0f7b45 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: right center;
}








#s-46762731-5231-47fc-aa14-72a71a0f7b45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46762731-5231-47fc-aa14-72a71a0f7b45.shg-box.shg-c {
  justify-content: center;
}

#s-dae6f583-993f-48cb-8402-a053b4cbb8e0 {
  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-b6564513-4639-47b1-a027-d00a1eee3f08 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-b6564513-4639-47b1-a027-d00a1eee3f08"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b6564513-4639-47b1-a027-d00a1eee3f08"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b6564513-4639-47b1-a027-d00a1eee3f08"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b6564513-4639-47b1-a027-d00a1eee3f08"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b6564513-4639-47b1-a027-d00a1eee3f08"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b6564513-4639-47b1-a027-d00a1eee3f08"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b6564513-4639-47b1-a027-d00a1eee3f08"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b6564513-4639-47b1-a027-d00a1eee3f08"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b6564513-4639-47b1-a027-d00a1eee3f08"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b6564513-4639-47b1-a027-d00a1eee3f08"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b6564513-4639-47b1-a027-d00a1eee3f08"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b6564513-4639-47b1-a027-d00a1eee3f08"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b6564513-4639-47b1-a027-d00a1eee3f08"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b6564513-4639-47b1-a027-d00a1eee3f08"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b6564513-4639-47b1-a027-d00a1eee3f08"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b6564513-4639-47b1-a027-d00a1eee3f08"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b6564513-4639-47b1-a027-d00a1eee3f08"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b6564513-4639-47b1-a027-d00a1eee3f08"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b6564513-4639-47b1-a027-d00a1eee3f08"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b6564513-4639-47b1-a027-d00a1eee3f08"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b6564513-4639-47b1-a027-d00a1eee3f08"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b6564513-4639-47b1-a027-d00a1eee3f08"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b6564513-4639-47b1-a027-d00a1eee3f08"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b6564513-4639-47b1-a027-d00a1eee3f08"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b6564513-4639-47b1-a027-d00a1eee3f08"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6564513-4639-47b1-a027-d00a1eee3f08"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b6564513-4639-47b1-a027-d00a1eee3f08"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b6564513-4639-47b1-a027-d00a1eee3f08"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b6564513-4639-47b1-a027-d00a1eee3f08"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b6564513-4639-47b1-a027-d00a1eee3f08"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b6564513-4639-47b1-a027-d00a1eee3f08"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b6564513-4639-47b1-a027-d00a1eee3f08"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b6564513-4639-47b1-a027-d00a1eee3f08"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b6564513-4639-47b1-a027-d00a1eee3f08"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b6564513-4639-47b1-a027-d00a1eee3f08"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b6564513-4639-47b1-a027-d00a1eee3f08"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b6564513-4639-47b1-a027-d00a1eee3f08"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-004a4baf-7248-4de0-8734-a08b7613b7a2 {
  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-35cd851c-1a15-421e-8304-4831b8670e52 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-35cd851c-1a15-421e-8304-4831b8670e52 .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-1f0e37e6-6943-4113-a558-297bfe591454 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-1f0e37e6-6943-4113-a558-297bfe591454"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f0e37e6-6943-4113-a558-297bfe591454"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-1f0e37e6-6943-4113-a558-297bfe591454"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-1f0e37e6-6943-4113-a558-297bfe591454"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-1f0e37e6-6943-4113-a558-297bfe591454"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-1f0e37e6-6943-4113-a558-297bfe591454"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-1f0e37e6-6943-4113-a558-297bfe591454"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-1f0e37e6-6943-4113-a558-297bfe591454"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-1f0e37e6-6943-4113-a558-297bfe591454"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-1f0e37e6-6943-4113-a558-297bfe591454"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-1f0e37e6-6943-4113-a558-297bfe591454"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-1f0e37e6-6943-4113-a558-297bfe591454"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-1f0e37e6-6943-4113-a558-297bfe591454"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-1f0e37e6-6943-4113-a558-297bfe591454"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-1f0e37e6-6943-4113-a558-297bfe591454"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-1f0e37e6-6943-4113-a558-297bfe591454"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-1f0e37e6-6943-4113-a558-297bfe591454"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-1f0e37e6-6943-4113-a558-297bfe591454"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-1f0e37e6-6943-4113-a558-297bfe591454"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-1f0e37e6-6943-4113-a558-297bfe591454"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-1f0e37e6-6943-4113-a558-297bfe591454"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-1f0e37e6-6943-4113-a558-297bfe591454"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-1f0e37e6-6943-4113-a558-297bfe591454"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-1f0e37e6-6943-4113-a558-297bfe591454"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-1f0e37e6-6943-4113-a558-297bfe591454"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-1f0e37e6-6943-4113-a558-297bfe591454"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-1f0e37e6-6943-4113-a558-297bfe591454"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-1f0e37e6-6943-4113-a558-297bfe591454"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-1f0e37e6-6943-4113-a558-297bfe591454"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-1f0e37e6-6943-4113-a558-297bfe591454"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-1f0e37e6-6943-4113-a558-297bfe591454"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-1f0e37e6-6943-4113-a558-297bfe591454"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-1f0e37e6-6943-4113-a558-297bfe591454"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-1f0e37e6-6943-4113-a558-297bfe591454"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-1f0e37e6-6943-4113-a558-297bfe591454"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-1f0e37e6-6943-4113-a558-297bfe591454"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-1f0e37e6-6943-4113-a558-297bfe591454"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-279bdbd4-4466-4b86-915a-7f0b528f8e9c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: left center;
}








#s-279bdbd4-4466-4b86-915a-7f0b528f8e9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-279bdbd4-4466-4b86-915a-7f0b528f8e9c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-230eec56-deb5-4cec-8089-a474f8a58e94 {
  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-8b0d9a3f-601c-45d5-962a-46bef45bc485 {
  min-height: 50px;
}








#s-8b0d9a3f-601c-45d5-962a-46bef45bc485 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b0d9a3f-601c-45d5-962a-46bef45bc485.shg-box.shg-c {
  justify-content: center;
}

#s-f8e46488-d417-49f0-9210-7331b06549bb {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-f8e46488-d417-49f0-9210-7331b06549bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8e46488-d417-49f0-9210-7331b06549bb.shg-box.shg-c {
  justify-content: flex-end;
}

#s-7cd1ef2c-c712-419c-826a-965b560071c5 {
  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-f803c9d1-02bc-4a42-99f2-066f69ddd4e4 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: left center;
}








#s-f803c9d1-02bc-4a42-99f2-066f69ddd4e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f803c9d1-02bc-4a42-99f2-066f69ddd4e4.shg-box.shg-c {
  justify-content: center;
}

#s-224a57ca-0c38-49f1-98ac-d1e01f652eca {
  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-9259dbb4-20df-424a-b2f4-50f9ae500a17 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-9259dbb4-20df-424a-b2f4-50f9ae500a17"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9259dbb4-20df-424a-b2f4-50f9ae500a17"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9259dbb4-20df-424a-b2f4-50f9ae500a17"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9259dbb4-20df-424a-b2f4-50f9ae500a17"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9259dbb4-20df-424a-b2f4-50f9ae500a17"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9259dbb4-20df-424a-b2f4-50f9ae500a17"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9259dbb4-20df-424a-b2f4-50f9ae500a17"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9259dbb4-20df-424a-b2f4-50f9ae500a17"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9259dbb4-20df-424a-b2f4-50f9ae500a17"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9259dbb4-20df-424a-b2f4-50f9ae500a17"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9259dbb4-20df-424a-b2f4-50f9ae500a17"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9259dbb4-20df-424a-b2f4-50f9ae500a17"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9259dbb4-20df-424a-b2f4-50f9ae500a17"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9259dbb4-20df-424a-b2f4-50f9ae500a17"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9259dbb4-20df-424a-b2f4-50f9ae500a17"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9259dbb4-20df-424a-b2f4-50f9ae500a17"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9259dbb4-20df-424a-b2f4-50f9ae500a17"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9259dbb4-20df-424a-b2f4-50f9ae500a17"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9259dbb4-20df-424a-b2f4-50f9ae500a17"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9259dbb4-20df-424a-b2f4-50f9ae500a17"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9259dbb4-20df-424a-b2f4-50f9ae500a17"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9259dbb4-20df-424a-b2f4-50f9ae500a17"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9259dbb4-20df-424a-b2f4-50f9ae500a17"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9259dbb4-20df-424a-b2f4-50f9ae500a17"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9259dbb4-20df-424a-b2f4-50f9ae500a17"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9259dbb4-20df-424a-b2f4-50f9ae500a17"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9259dbb4-20df-424a-b2f4-50f9ae500a17"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9259dbb4-20df-424a-b2f4-50f9ae500a17"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9259dbb4-20df-424a-b2f4-50f9ae500a17"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9259dbb4-20df-424a-b2f4-50f9ae500a17"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9259dbb4-20df-424a-b2f4-50f9ae500a17"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9259dbb4-20df-424a-b2f4-50f9ae500a17"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9259dbb4-20df-424a-b2f4-50f9ae500a17"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9259dbb4-20df-424a-b2f4-50f9ae500a17"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9259dbb4-20df-424a-b2f4-50f9ae500a17"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9259dbb4-20df-424a-b2f4-50f9ae500a17"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9259dbb4-20df-424a-b2f4-50f9ae500a17"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-1a0ecd4d-e06b-482e-a36e-3f17265a8fb8 {
  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-2c1d201c-86db-4b36-8d2f-5d7259a6315e {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-2c1d201c-86db-4b36-8d2f-5d7259a6315e .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-5a54521e-7972-4579-8b9f-41e6ecd2c671 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5a54521e-7972-4579-8b9f-41e6ecd2c671 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a54521e-7972-4579-8b9f-41e6ecd2c671.shg-box.shg-c {
  justify-content: center;
}

#s-b2bf6a6c-d0f9-4599-aee9-66e9772f914b {
  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-b2bf6a6c-d0f9-4599-aee9-66e9772f914b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2bf6a6c-d0f9-4599-aee9-66e9772f914b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b2bf6a6c-d0f9-4599-aee9-66e9772f914b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b2bf6a6c-d0f9-4599-aee9-66e9772f914b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b2bf6a6c-d0f9-4599-aee9-66e9772f914b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b2bf6a6c-d0f9-4599-aee9-66e9772f914b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b2bf6a6c-d0f9-4599-aee9-66e9772f914b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b2bf6a6c-d0f9-4599-aee9-66e9772f914b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b2bf6a6c-d0f9-4599-aee9-66e9772f914b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b2bf6a6c-d0f9-4599-aee9-66e9772f914b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b2bf6a6c-d0f9-4599-aee9-66e9772f914b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b2bf6a6c-d0f9-4599-aee9-66e9772f914b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b2bf6a6c-d0f9-4599-aee9-66e9772f914b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b2bf6a6c-d0f9-4599-aee9-66e9772f914b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b2bf6a6c-d0f9-4599-aee9-66e9772f914b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b2bf6a6c-d0f9-4599-aee9-66e9772f914b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b2bf6a6c-d0f9-4599-aee9-66e9772f914b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b2bf6a6c-d0f9-4599-aee9-66e9772f914b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b2bf6a6c-d0f9-4599-aee9-66e9772f914b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b2bf6a6c-d0f9-4599-aee9-66e9772f914b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b2bf6a6c-d0f9-4599-aee9-66e9772f914b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b2bf6a6c-d0f9-4599-aee9-66e9772f914b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b2bf6a6c-d0f9-4599-aee9-66e9772f914b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b2bf6a6c-d0f9-4599-aee9-66e9772f914b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b2bf6a6c-d0f9-4599-aee9-66e9772f914b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2bf6a6c-d0f9-4599-aee9-66e9772f914b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b2bf6a6c-d0f9-4599-aee9-66e9772f914b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b2bf6a6c-d0f9-4599-aee9-66e9772f914b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b2bf6a6c-d0f9-4599-aee9-66e9772f914b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b2bf6a6c-d0f9-4599-aee9-66e9772f914b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b2bf6a6c-d0f9-4599-aee9-66e9772f914b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b2bf6a6c-d0f9-4599-aee9-66e9772f914b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b2bf6a6c-d0f9-4599-aee9-66e9772f914b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b2bf6a6c-d0f9-4599-aee9-66e9772f914b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b2bf6a6c-d0f9-4599-aee9-66e9772f914b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b2bf6a6c-d0f9-4599-aee9-66e9772f914b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b2bf6a6c-d0f9-4599-aee9-66e9772f914b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-bc40779b-e65d-41f1-90f8-39453a2757b4 {
  min-height: 400px;
}








#s-bc40779b-e65d-41f1-90f8-39453a2757b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc40779b-e65d-41f1-90f8-39453a2757b4.shg-box.shg-c {
  justify-content: center;
}

#s-82542b12-d57b-45e7-8d79-f60dc44ed2bd {
  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-82542b12-d57b-45e7-8d79-f60dc44ed2bd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-82542b12-d57b-45e7-8d79-f60dc44ed2bd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-82542b12-d57b-45e7-8d79-f60dc44ed2bd {
  
}
}@media (max-width: 767px){#s-82542b12-d57b-45e7-8d79-f60dc44ed2bd {
  
}
}
#s-8a88c5c1-a308-4b15-8740-4bb6456ee06f {
  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-8a88c5c1-a308-4b15-8740-4bb6456ee06f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a88c5c1-a308-4b15-8740-4bb6456ee06f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8a88c5c1-a308-4b15-8740-4bb6456ee06f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8a88c5c1-a308-4b15-8740-4bb6456ee06f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8a88c5c1-a308-4b15-8740-4bb6456ee06f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8a88c5c1-a308-4b15-8740-4bb6456ee06f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8a88c5c1-a308-4b15-8740-4bb6456ee06f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8a88c5c1-a308-4b15-8740-4bb6456ee06f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8a88c5c1-a308-4b15-8740-4bb6456ee06f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8a88c5c1-a308-4b15-8740-4bb6456ee06f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8a88c5c1-a308-4b15-8740-4bb6456ee06f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8a88c5c1-a308-4b15-8740-4bb6456ee06f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8a88c5c1-a308-4b15-8740-4bb6456ee06f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8a88c5c1-a308-4b15-8740-4bb6456ee06f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8a88c5c1-a308-4b15-8740-4bb6456ee06f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8a88c5c1-a308-4b15-8740-4bb6456ee06f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8a88c5c1-a308-4b15-8740-4bb6456ee06f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8a88c5c1-a308-4b15-8740-4bb6456ee06f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8a88c5c1-a308-4b15-8740-4bb6456ee06f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8a88c5c1-a308-4b15-8740-4bb6456ee06f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8a88c5c1-a308-4b15-8740-4bb6456ee06f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8a88c5c1-a308-4b15-8740-4bb6456ee06f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8a88c5c1-a308-4b15-8740-4bb6456ee06f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8a88c5c1-a308-4b15-8740-4bb6456ee06f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8a88c5c1-a308-4b15-8740-4bb6456ee06f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a88c5c1-a308-4b15-8740-4bb6456ee06f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8a88c5c1-a308-4b15-8740-4bb6456ee06f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8a88c5c1-a308-4b15-8740-4bb6456ee06f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8a88c5c1-a308-4b15-8740-4bb6456ee06f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8a88c5c1-a308-4b15-8740-4bb6456ee06f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8a88c5c1-a308-4b15-8740-4bb6456ee06f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8a88c5c1-a308-4b15-8740-4bb6456ee06f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8a88c5c1-a308-4b15-8740-4bb6456ee06f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8a88c5c1-a308-4b15-8740-4bb6456ee06f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8a88c5c1-a308-4b15-8740-4bb6456ee06f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8a88c5c1-a308-4b15-8740-4bb6456ee06f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8a88c5c1-a308-4b15-8740-4bb6456ee06f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-1e175331-a33e-4260-8e26-efc238051520 {
  min-height: 400px;
}








#s-1e175331-a33e-4260-8e26-efc238051520 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e175331-a33e-4260-8e26-efc238051520.shg-box.shg-c {
  justify-content: center;
}

#s-3da6b9bf-6dc8-4230-a11c-07d9b6c69c8f {
  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-3da6b9bf-6dc8-4230-a11c-07d9b6c69c8f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3da6b9bf-6dc8-4230-a11c-07d9b6c69c8f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3da6b9bf-6dc8-4230-a11c-07d9b6c69c8f {
  
}
}@media (max-width: 767px){#s-3da6b9bf-6dc8-4230-a11c-07d9b6c69c8f {
  
}
}
#s-5952a90a-78ea-4daf-983d-6bb258ddc25f {
  background-image: url(https://i.shgcdn.com/50bb8803-29ba-45ec-b1d3-d77a16142535/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
background-position: right center;
opacity: 0.99;
}

@media (min-width: 0px) {
[id="s-5952a90a-78ea-4daf-983d-6bb258ddc25f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5952a90a-78ea-4daf-983d-6bb258ddc25f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5952a90a-78ea-4daf-983d-6bb258ddc25f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5952a90a-78ea-4daf-983d-6bb258ddc25f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5952a90a-78ea-4daf-983d-6bb258ddc25f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5952a90a-78ea-4daf-983d-6bb258ddc25f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5952a90a-78ea-4daf-983d-6bb258ddc25f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5952a90a-78ea-4daf-983d-6bb258ddc25f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5952a90a-78ea-4daf-983d-6bb258ddc25f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5952a90a-78ea-4daf-983d-6bb258ddc25f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5952a90a-78ea-4daf-983d-6bb258ddc25f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5952a90a-78ea-4daf-983d-6bb258ddc25f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5952a90a-78ea-4daf-983d-6bb258ddc25f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5952a90a-78ea-4daf-983d-6bb258ddc25f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5952a90a-78ea-4daf-983d-6bb258ddc25f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5952a90a-78ea-4daf-983d-6bb258ddc25f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5952a90a-78ea-4daf-983d-6bb258ddc25f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5952a90a-78ea-4daf-983d-6bb258ddc25f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5952a90a-78ea-4daf-983d-6bb258ddc25f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5952a90a-78ea-4daf-983d-6bb258ddc25f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5952a90a-78ea-4daf-983d-6bb258ddc25f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5952a90a-78ea-4daf-983d-6bb258ddc25f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5952a90a-78ea-4daf-983d-6bb258ddc25f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5952a90a-78ea-4daf-983d-6bb258ddc25f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5952a90a-78ea-4daf-983d-6bb258ddc25f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5952a90a-78ea-4daf-983d-6bb258ddc25f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5952a90a-78ea-4daf-983d-6bb258ddc25f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5952a90a-78ea-4daf-983d-6bb258ddc25f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5952a90a-78ea-4daf-983d-6bb258ddc25f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5952a90a-78ea-4daf-983d-6bb258ddc25f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5952a90a-78ea-4daf-983d-6bb258ddc25f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5952a90a-78ea-4daf-983d-6bb258ddc25f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5952a90a-78ea-4daf-983d-6bb258ddc25f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5952a90a-78ea-4daf-983d-6bb258ddc25f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5952a90a-78ea-4daf-983d-6bb258ddc25f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5952a90a-78ea-4daf-983d-6bb258ddc25f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5952a90a-78ea-4daf-983d-6bb258ddc25f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-76be406e-dd87-427a-951b-ad876250f883 {
  min-height: 400px;
}








#s-76be406e-dd87-427a-951b-ad876250f883 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76be406e-dd87-427a-951b-ad876250f883.shg-box.shg-c {
  justify-content: center;
}

#s-130cf41b-a86a-4a42-8ead-97bbb3fd6466 {
  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-130cf41b-a86a-4a42-8ead-97bbb3fd6466 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-130cf41b-a86a-4a42-8ead-97bbb3fd6466 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-130cf41b-a86a-4a42-8ead-97bbb3fd6466 {
  
}
}@media (max-width: 767px){#s-130cf41b-a86a-4a42-8ead-97bbb3fd6466 {
  
}
}
#s-2f03105e-43b1-43a2-a042-24dd0a855545 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 400px;
background-position: center center;
}








#s-2f03105e-43b1-43a2-a042-24dd0a855545 > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-2f03105e-43b1-43a2-a042-24dd0a855545.shg-box.shg-c {
  justify-content: center;
}

#s-62ca44ed-186a-47c1-b72d-06f05de12749 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-62ca44ed-186a-47c1-b72d-06f05de12749"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62ca44ed-186a-47c1-b72d-06f05de12749"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-62ca44ed-186a-47c1-b72d-06f05de12749"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-62ca44ed-186a-47c1-b72d-06f05de12749"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-62ca44ed-186a-47c1-b72d-06f05de12749"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-62ca44ed-186a-47c1-b72d-06f05de12749"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-62ca44ed-186a-47c1-b72d-06f05de12749"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-62ca44ed-186a-47c1-b72d-06f05de12749"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-62ca44ed-186a-47c1-b72d-06f05de12749"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-62ca44ed-186a-47c1-b72d-06f05de12749"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-62ca44ed-186a-47c1-b72d-06f05de12749"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-62ca44ed-186a-47c1-b72d-06f05de12749"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-62ca44ed-186a-47c1-b72d-06f05de12749"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-62ca44ed-186a-47c1-b72d-06f05de12749"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-62ca44ed-186a-47c1-b72d-06f05de12749"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-62ca44ed-186a-47c1-b72d-06f05de12749"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-62ca44ed-186a-47c1-b72d-06f05de12749"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-62ca44ed-186a-47c1-b72d-06f05de12749"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-62ca44ed-186a-47c1-b72d-06f05de12749"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-62ca44ed-186a-47c1-b72d-06f05de12749"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-62ca44ed-186a-47c1-b72d-06f05de12749"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-62ca44ed-186a-47c1-b72d-06f05de12749"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-62ca44ed-186a-47c1-b72d-06f05de12749"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-62ca44ed-186a-47c1-b72d-06f05de12749"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-62ca44ed-186a-47c1-b72d-06f05de12749"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-62ca44ed-186a-47c1-b72d-06f05de12749"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-62ca44ed-186a-47c1-b72d-06f05de12749"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-62ca44ed-186a-47c1-b72d-06f05de12749"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-62ca44ed-186a-47c1-b72d-06f05de12749"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-62ca44ed-186a-47c1-b72d-06f05de12749"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-62ca44ed-186a-47c1-b72d-06f05de12749"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-62ca44ed-186a-47c1-b72d-06f05de12749"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-62ca44ed-186a-47c1-b72d-06f05de12749"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-62ca44ed-186a-47c1-b72d-06f05de12749"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-62ca44ed-186a-47c1-b72d-06f05de12749"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-62ca44ed-186a-47c1-b72d-06f05de12749"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-62ca44ed-186a-47c1-b72d-06f05de12749"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-c8fa4025-3824-40df-a6b3-5a2d9de35afa {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-c8fa4025-3824-40df-a6b3-5a2d9de35afa .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-2174ea8d-180e-41a7-9e3f-c6d241de99a4 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-2174ea8d-180e-41a7-9e3f-c6d241de99a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2174ea8d-180e-41a7-9e3f-c6d241de99a4.shg-box.shg-c {
  justify-content: center;
}

#s-b4458905-493f-4b3f-a302-dd7f2d22bcf6 {
  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-b4458905-493f-4b3f-a302-dd7f2d22bcf6 > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-b4458905-493f-4b3f-a302-dd7f2d22bcf6.shg-box.shg-c {
  justify-content: center;
}

#s-ff7e0f5e-9c13-49ac-b70c-fd123d51b137 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ff7e0f5e-9c13-49ac-b70c-fd123d51b137 {
  
}
}
#s-ff7e0f5e-9c13-49ac-b70c-fd123d51b137 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-ff7e0f5e-9c13-49ac-b70c-fd123d51b137 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-ff7e0f5e-9c13-49ac-b70c-fd123d51b137 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-ff7e0f5e-9c13-49ac-b70c-fd123d51b137 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-ff7e0f5e-9c13-49ac-b70c-fd123d51b137 > .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-ff7e0f5e-9c13-49ac-b70c-fd123d51b137 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-06a971f2-ee25-4640-a7b5-77c8ca6a0464 {
  
}

@media (min-width: 0px) {
[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-06a971f2-ee25-4640-a7b5-77c8ca6a0464"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8da6fad7-d6a9-40de-af73-da708b01fea9 {
  text-align: center;
}




  #s-8da6fad7-d6a9-40de-af73-da708b01fea9 img.shogun-image {
    
    width: px;
  }


#s-8da6fad7-d6a9-40de-af73-da708b01fea9 .shogun-image-content {
  
    align-items: center;
  
}

#s-47f7f8d5-49bd-48af-9e86-a0769258aa41 {
  min-height: 50px;
}








#s-47f7f8d5-49bd-48af-9e86-a0769258aa41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47f7f8d5-49bd-48af-9e86-a0769258aa41.shg-box.shg-c {
  justify-content: center;
}

#s-eca9529c-d8a6-407d-bc7a-55ea97312b90 {
  margin-top: 40%;
margin-bottom: 40%;
background-color: rgba(255, 255, 255, 0);
}

#s-3ce2c020-9d21-4a9a-bf52-dd20d144b210 {
  
}

@media (min-width: 0px) {
[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ce2c020-9d21-4a9a-bf52-dd20d144b210"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-144beff4-00fe-458b-859d-4deb5be07034 {
  min-height: 50px;
}








#s-144beff4-00fe-458b-859d-4deb5be07034 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-144beff4-00fe-458b-859d-4deb5be07034.shg-box.shg-c {
  justify-content: center;
}

#s-e356f4f6-cc18-4275-b301-44975a936665 {
  
}

@media (min-width: 0px) {
[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e356f4f6-cc18-4275-b301-44975a936665"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-dc6f2e76-727e-4dd5-9ee0-b5971d108546 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-f66de1b3-4986-45b5-845f-22dd67b7135d {
  margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-496b2b8d-6e41-48fe-8c88-78d96a816ad1 {
  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-496b2b8d-6e41-48fe-8c88-78d96a816ad1 .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-65f8e517-3bf6-4799-af91-7629b0ae5c5b {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-4cfdf9f6-b00e-47f6-87d1-3423c243fd5a {
  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-67096913-7b2c-4967-83d9-cc2875bfc070 {
  text-align: left;
}


.shg-c#s-67096913-7b2c-4967-83d9-cc2875bfc070 {
  max-width: 100%;
}

.shg-c#s-67096913-7b2c-4967-83d9-cc2875bfc070 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67096913-7b2c-4967-83d9-cc2875bfc070 .shg-image-zoom,
.shg-c#s-67096913-7b2c-4967-83d9-cc2875bfc070 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67096913-7b2c-4967-83d9-cc2875bfc070 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-67096913-7b2c-4967-83d9-cc2875bfc070 {
  max-width: 100%;
}

.shg-c#s-67096913-7b2c-4967-83d9-cc2875bfc070 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67096913-7b2c-4967-83d9-cc2875bfc070 .shg-image-zoom,
.shg-c#s-67096913-7b2c-4967-83d9-cc2875bfc070 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67096913-7b2c-4967-83d9-cc2875bfc070 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-67096913-7b2c-4967-83d9-cc2875bfc070 {
  max-width: 100%;
}

.shg-c#s-67096913-7b2c-4967-83d9-cc2875bfc070 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67096913-7b2c-4967-83d9-cc2875bfc070 .shg-image-zoom,
.shg-c#s-67096913-7b2c-4967-83d9-cc2875bfc070 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67096913-7b2c-4967-83d9-cc2875bfc070 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-67096913-7b2c-4967-83d9-cc2875bfc070 {
  max-width: 100%;
}

.shg-c#s-67096913-7b2c-4967-83d9-cc2875bfc070 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67096913-7b2c-4967-83d9-cc2875bfc070 .shg-image-zoom,
.shg-c#s-67096913-7b2c-4967-83d9-cc2875bfc070 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67096913-7b2c-4967-83d9-cc2875bfc070 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-67096913-7b2c-4967-83d9-cc2875bfc070 {
  max-width: 100%;
}

.shg-c#s-67096913-7b2c-4967-83d9-cc2875bfc070 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67096913-7b2c-4967-83d9-cc2875bfc070 .shg-image-zoom,
.shg-c#s-67096913-7b2c-4967-83d9-cc2875bfc070 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67096913-7b2c-4967-83d9-cc2875bfc070 .shg-image-zoom {
  
    margin-left: 0px;
  
}

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

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-0c783b29-a7ad-4909-87fb-96546b2156a9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0c783b29-a7ad-4909-87fb-96546b2156a9 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
}

#s-2957addd-b5be-458d-a434-6639a36905ab {
  display: none;
}
#s-87d46278-1da5-4381-8a1b-ccb69c02ffc5 {
  text-align: left;
}


.shg-c#s-87d46278-1da5-4381-8a1b-ccb69c02ffc5 {
  max-width: 100%;
}

.shg-c#s-87d46278-1da5-4381-8a1b-ccb69c02ffc5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87d46278-1da5-4381-8a1b-ccb69c02ffc5 .shg-image-zoom,
.shg-c#s-87d46278-1da5-4381-8a1b-ccb69c02ffc5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87d46278-1da5-4381-8a1b-ccb69c02ffc5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-87d46278-1da5-4381-8a1b-ccb69c02ffc5 {
  max-width: 100%;
}

.shg-c#s-87d46278-1da5-4381-8a1b-ccb69c02ffc5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87d46278-1da5-4381-8a1b-ccb69c02ffc5 .shg-image-zoom,
.shg-c#s-87d46278-1da5-4381-8a1b-ccb69c02ffc5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87d46278-1da5-4381-8a1b-ccb69c02ffc5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-87d46278-1da5-4381-8a1b-ccb69c02ffc5 {
  max-width: 100%;
}

.shg-c#s-87d46278-1da5-4381-8a1b-ccb69c02ffc5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87d46278-1da5-4381-8a1b-ccb69c02ffc5 .shg-image-zoom,
.shg-c#s-87d46278-1da5-4381-8a1b-ccb69c02ffc5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87d46278-1da5-4381-8a1b-ccb69c02ffc5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-87d46278-1da5-4381-8a1b-ccb69c02ffc5 {
  max-width: 100%;
}

.shg-c#s-87d46278-1da5-4381-8a1b-ccb69c02ffc5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87d46278-1da5-4381-8a1b-ccb69c02ffc5 .shg-image-zoom,
.shg-c#s-87d46278-1da5-4381-8a1b-ccb69c02ffc5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87d46278-1da5-4381-8a1b-ccb69c02ffc5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-87d46278-1da5-4381-8a1b-ccb69c02ffc5 {
  max-width: 100%;
}

.shg-c#s-87d46278-1da5-4381-8a1b-ccb69c02ffc5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87d46278-1da5-4381-8a1b-ccb69c02ffc5 .shg-image-zoom,
.shg-c#s-87d46278-1da5-4381-8a1b-ccb69c02ffc5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87d46278-1da5-4381-8a1b-ccb69c02ffc5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-01a126c4-9295-43ba-84a2-61f0f7718152 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01a126c4-9295-43ba-84a2-61f0f7718152 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
}

#s-5da47b67-ba86-479c-bd81-ccefd345aea8 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-5da47b67-ba86-479c-bd81-ccefd345aea8 .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-22fefedc-ef67-4ddc-8584-c0156091d836 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
min-height: 400px;
background-position: center center;
}








#s-22fefedc-ef67-4ddc-8584-c0156091d836 > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-22fefedc-ef67-4ddc-8584-c0156091d836.shg-box.shg-c {
  justify-content: center;
}

#s-60729201-617e-435a-a46d-0fdc47cddaa6 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-60729201-617e-435a-a46d-0fdc47cddaa6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60729201-617e-435a-a46d-0fdc47cddaa6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-60729201-617e-435a-a46d-0fdc47cddaa6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-60729201-617e-435a-a46d-0fdc47cddaa6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-60729201-617e-435a-a46d-0fdc47cddaa6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-60729201-617e-435a-a46d-0fdc47cddaa6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-60729201-617e-435a-a46d-0fdc47cddaa6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-60729201-617e-435a-a46d-0fdc47cddaa6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-60729201-617e-435a-a46d-0fdc47cddaa6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-60729201-617e-435a-a46d-0fdc47cddaa6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-60729201-617e-435a-a46d-0fdc47cddaa6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-60729201-617e-435a-a46d-0fdc47cddaa6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-60729201-617e-435a-a46d-0fdc47cddaa6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-60729201-617e-435a-a46d-0fdc47cddaa6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-60729201-617e-435a-a46d-0fdc47cddaa6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-60729201-617e-435a-a46d-0fdc47cddaa6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-60729201-617e-435a-a46d-0fdc47cddaa6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-60729201-617e-435a-a46d-0fdc47cddaa6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-60729201-617e-435a-a46d-0fdc47cddaa6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-60729201-617e-435a-a46d-0fdc47cddaa6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-60729201-617e-435a-a46d-0fdc47cddaa6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-60729201-617e-435a-a46d-0fdc47cddaa6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-60729201-617e-435a-a46d-0fdc47cddaa6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-60729201-617e-435a-a46d-0fdc47cddaa6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-60729201-617e-435a-a46d-0fdc47cddaa6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-60729201-617e-435a-a46d-0fdc47cddaa6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-60729201-617e-435a-a46d-0fdc47cddaa6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-60729201-617e-435a-a46d-0fdc47cddaa6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-60729201-617e-435a-a46d-0fdc47cddaa6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-60729201-617e-435a-a46d-0fdc47cddaa6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-60729201-617e-435a-a46d-0fdc47cddaa6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-60729201-617e-435a-a46d-0fdc47cddaa6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-60729201-617e-435a-a46d-0fdc47cddaa6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-60729201-617e-435a-a46d-0fdc47cddaa6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-60729201-617e-435a-a46d-0fdc47cddaa6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-60729201-617e-435a-a46d-0fdc47cddaa6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-60729201-617e-435a-a46d-0fdc47cddaa6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-8ca424c2-26fc-47f6-8813-d02258539574 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-8ca424c2-26fc-47f6-8813-d02258539574 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ca424c2-26fc-47f6-8813-d02258539574.shg-box.shg-c {
  justify-content: center;
}

#s-8d699cd2-21d3-4526-a8b2-efd517b34cd4 {
  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-8d699cd2-21d3-4526-a8b2-efd517b34cd4 > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-8d699cd2-21d3-4526-a8b2-efd517b34cd4.shg-box.shg-c {
  justify-content: center;
}

#s-952b4231-d021-4dfc-87d3-e6526f2ad8fb {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-952b4231-d021-4dfc-87d3-e6526f2ad8fb {
  
}
}
#s-952b4231-d021-4dfc-87d3-e6526f2ad8fb > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-952b4231-d021-4dfc-87d3-e6526f2ad8fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-952b4231-d021-4dfc-87d3-e6526f2ad8fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-952b4231-d021-4dfc-87d3-e6526f2ad8fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-952b4231-d021-4dfc-87d3-e6526f2ad8fb > .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-952b4231-d021-4dfc-87d3-e6526f2ad8fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-176e1626-a864-4061-b864-51cf49b68832 {
  min-height: 50px;
}








#s-176e1626-a864-4061-b864-51cf49b68832 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-176e1626-a864-4061-b864-51cf49b68832.shg-box.shg-c {
  justify-content: center;
}

#s-9dd00f26-0ce4-4822-871a-606fb0a2d06d {
  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-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9dd00f26-0ce4-4822-871a-606fb0a2d06d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5855f4c8-c65f-4a0f-8cfc-62f494522e36 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-35c8c6ae-15c7-40ab-8f16-56326af786a1 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461 {
  
}

@media (min-width: 0px) {
[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-07ddd36a-2a2f-44f9-bfb5-1c1a8d0b1461"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-cfa03f6c-8ba9-42c2-bfef-388b23424701 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-02bd3dc4-0f2f-4470-ac30-93deb81fa0ac {
  margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-1cf37bdf-b75b-440d-83b2-c099e42ea964 {
  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-1cf37bdf-b75b-440d-83b2-c099e42ea964 img.shogun-image {
    
    width: px;
  }


#s-1cf37bdf-b75b-440d-83b2-c099e42ea964 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-50abf1e4-9cf4-4ddf-be05-1815244fc5ee {
  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-50abf1e4-9cf4-4ddf-be05-1815244fc5ee: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-50abf1e4-9cf4-4ddf-be05-1815244fc5ee: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-50abf1e4-9cf4-4ddf-be05-1815244fc5ee-btn-wrapper {
    text-align: center;
  }


#s-50abf1e4-9cf4-4ddf-be05-1815244fc5ee.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;
}
