.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-f5baa519-cfad-4a5c-b041-3598eb282639 {
  min-height: 50px;
background-color: rgba(224, 224, 224, 1);
}








#s-f5baa519-cfad-4a5c-b041-3598eb282639 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5baa519-cfad-4a5c-b041-3598eb282639.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-a5b41e66-7836-4611-98d2-9657da5a0198 {
  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-70cd0405-9ec3-4f88-89fc-62104bd8a752 {
  min-height: 50px;
}








#s-70cd0405-9ec3-4f88-89fc-62104bd8a752 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70cd0405-9ec3-4f88-89fc-62104bd8a752.shg-box.shg-c {
  justify-content: center;
}

#s-85a875fd-f0c2-4983-83df-2f4033a961c4 {
  background-image: url(https://i.shgcdn.com/75981d70-04c7-4813-bf8d-86de2f92bb7f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}








#s-85a875fd-f0c2-4983-83df-2f4033a961c4 > .shg-box-overlay {
  background-color: rgba(105, 105, 105, 1);
  opacity: 0;
}#s-85a875fd-f0c2-4983-83df-2f4033a961c4.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-683ab0e9-5a72-4e7b-8138-f33d49eb5330"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-683ab0e9-5a72-4e7b-8138-f33d49eb5330"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-683ab0e9-5a72-4e7b-8138-f33d49eb5330"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-683ab0e9-5a72-4e7b-8138-f33d49eb5330"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-683ab0e9-5a72-4e7b-8138-f33d49eb5330"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-683ab0e9-5a72-4e7b-8138-f33d49eb5330"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-683ab0e9-5a72-4e7b-8138-f33d49eb5330"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-683ab0e9-5a72-4e7b-8138-f33d49eb5330"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-683ab0e9-5a72-4e7b-8138-f33d49eb5330"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-683ab0e9-5a72-4e7b-8138-f33d49eb5330"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-683ab0e9-5a72-4e7b-8138-f33d49eb5330"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-683ab0e9-5a72-4e7b-8138-f33d49eb5330"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-683ab0e9-5a72-4e7b-8138-f33d49eb5330"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-683ab0e9-5a72-4e7b-8138-f33d49eb5330"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-683ab0e9-5a72-4e7b-8138-f33d49eb5330"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-683ab0e9-5a72-4e7b-8138-f33d49eb5330"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-683ab0e9-5a72-4e7b-8138-f33d49eb5330"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-683ab0e9-5a72-4e7b-8138-f33d49eb5330"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-683ab0e9-5a72-4e7b-8138-f33d49eb5330"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-683ab0e9-5a72-4e7b-8138-f33d49eb5330"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-683ab0e9-5a72-4e7b-8138-f33d49eb5330"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-683ab0e9-5a72-4e7b-8138-f33d49eb5330"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-683ab0e9-5a72-4e7b-8138-f33d49eb5330"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-683ab0e9-5a72-4e7b-8138-f33d49eb5330"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-683ab0e9-5a72-4e7b-8138-f33d49eb5330"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-683ab0e9-5a72-4e7b-8138-f33d49eb5330"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-683ab0e9-5a72-4e7b-8138-f33d49eb5330"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-683ab0e9-5a72-4e7b-8138-f33d49eb5330"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-683ab0e9-5a72-4e7b-8138-f33d49eb5330"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-683ab0e9-5a72-4e7b-8138-f33d49eb5330"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-683ab0e9-5a72-4e7b-8138-f33d49eb5330"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-683ab0e9-5a72-4e7b-8138-f33d49eb5330"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-683ab0e9-5a72-4e7b-8138-f33d49eb5330"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-683ab0e9-5a72-4e7b-8138-f33d49eb5330"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-683ab0e9-5a72-4e7b-8138-f33d49eb5330"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-683ab0e9-5a72-4e7b-8138-f33d49eb5330"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-683ab0e9-5a72-4e7b-8138-f33d49eb5330"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2c8f267e-00e9-4067-9b19-b1cfd9726c05 {
  min-height: 50px;
}








#s-2c8f267e-00e9-4067-9b19-b1cfd9726c05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c8f267e-00e9-4067-9b19-b1cfd9726c05.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-06b94561-0c09-47c4-b3c7-e4041f609769 {
  padding-left: 10px;
padding-right: 10px;
text-align: right;
background-color: rgba(255, 255, 255, 0);
}

#s-06b94561-0c09-47c4-b3c7-e4041f609769 .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-c1c0fa71-20d2-4d7e-b330-e71c7ce47543 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-ea821ea8-dba5-42ba-a99f-2aa250f52427 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-ea821ea8-dba5-42ba-a99f-2aa250f52427"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea821ea8-dba5-42ba-a99f-2aa250f52427"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ea821ea8-dba5-42ba-a99f-2aa250f52427"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ea821ea8-dba5-42ba-a99f-2aa250f52427"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ea821ea8-dba5-42ba-a99f-2aa250f52427"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ea821ea8-dba5-42ba-a99f-2aa250f52427"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ea821ea8-dba5-42ba-a99f-2aa250f52427"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ea821ea8-dba5-42ba-a99f-2aa250f52427"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ea821ea8-dba5-42ba-a99f-2aa250f52427"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ea821ea8-dba5-42ba-a99f-2aa250f52427"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ea821ea8-dba5-42ba-a99f-2aa250f52427"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ea821ea8-dba5-42ba-a99f-2aa250f52427"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ea821ea8-dba5-42ba-a99f-2aa250f52427"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ea821ea8-dba5-42ba-a99f-2aa250f52427"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ea821ea8-dba5-42ba-a99f-2aa250f52427"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ea821ea8-dba5-42ba-a99f-2aa250f52427"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ea821ea8-dba5-42ba-a99f-2aa250f52427"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ea821ea8-dba5-42ba-a99f-2aa250f52427"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ea821ea8-dba5-42ba-a99f-2aa250f52427"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ea821ea8-dba5-42ba-a99f-2aa250f52427"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ea821ea8-dba5-42ba-a99f-2aa250f52427"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ea821ea8-dba5-42ba-a99f-2aa250f52427"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ea821ea8-dba5-42ba-a99f-2aa250f52427"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ea821ea8-dba5-42ba-a99f-2aa250f52427"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ea821ea8-dba5-42ba-a99f-2aa250f52427"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea821ea8-dba5-42ba-a99f-2aa250f52427"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ea821ea8-dba5-42ba-a99f-2aa250f52427"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ea821ea8-dba5-42ba-a99f-2aa250f52427"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ea821ea8-dba5-42ba-a99f-2aa250f52427"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ea821ea8-dba5-42ba-a99f-2aa250f52427"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ea821ea8-dba5-42ba-a99f-2aa250f52427"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ea821ea8-dba5-42ba-a99f-2aa250f52427"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ea821ea8-dba5-42ba-a99f-2aa250f52427"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ea821ea8-dba5-42ba-a99f-2aa250f52427"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ea821ea8-dba5-42ba-a99f-2aa250f52427"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ea821ea8-dba5-42ba-a99f-2aa250f52427"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ea821ea8-dba5-42ba-a99f-2aa250f52427"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e38fd004-670a-45a1-be22-54bde0011f32 {
  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-741837f9-2fd0-4a23-8054-a6048ca38332 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-position: center center;
}








#s-741837f9-2fd0-4a23-8054-a6048ca38332 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-741837f9-2fd0-4a23-8054-a6048ca38332.shg-box.shg-c {
  justify-content: center;
}

#s-f72ec352-f082-44a4-b324-3add2c7bad61 {
  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-f72ec352-f082-44a4-b324-3add2c7bad61 .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-0b78ee28-ea2e-41c5-8193-21ed3ca8766c {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 1200px;
}

#s-47ffa96c-141e-4e60-bc57-99d42123ed88 {
  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-47ffa96c-141e-4e60-bc57-99d42123ed88 {
  
}
}
#s-47ffa96c-141e-4e60-bc57-99d42123ed88 .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-0154522b-5940-4a8a-8a19-c5a8381ccd5f {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-0154522b-5940-4a8a-8a19-c5a8381ccd5f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0154522b-5940-4a8a-8a19-c5a8381ccd5f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0154522b-5940-4a8a-8a19-c5a8381ccd5f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0154522b-5940-4a8a-8a19-c5a8381ccd5f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0154522b-5940-4a8a-8a19-c5a8381ccd5f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0154522b-5940-4a8a-8a19-c5a8381ccd5f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0154522b-5940-4a8a-8a19-c5a8381ccd5f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0154522b-5940-4a8a-8a19-c5a8381ccd5f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0154522b-5940-4a8a-8a19-c5a8381ccd5f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0154522b-5940-4a8a-8a19-c5a8381ccd5f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0154522b-5940-4a8a-8a19-c5a8381ccd5f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0154522b-5940-4a8a-8a19-c5a8381ccd5f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0154522b-5940-4a8a-8a19-c5a8381ccd5f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0154522b-5940-4a8a-8a19-c5a8381ccd5f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0154522b-5940-4a8a-8a19-c5a8381ccd5f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0154522b-5940-4a8a-8a19-c5a8381ccd5f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0154522b-5940-4a8a-8a19-c5a8381ccd5f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0154522b-5940-4a8a-8a19-c5a8381ccd5f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0154522b-5940-4a8a-8a19-c5a8381ccd5f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0154522b-5940-4a8a-8a19-c5a8381ccd5f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0154522b-5940-4a8a-8a19-c5a8381ccd5f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0154522b-5940-4a8a-8a19-c5a8381ccd5f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0154522b-5940-4a8a-8a19-c5a8381ccd5f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0154522b-5940-4a8a-8a19-c5a8381ccd5f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0154522b-5940-4a8a-8a19-c5a8381ccd5f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0154522b-5940-4a8a-8a19-c5a8381ccd5f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0154522b-5940-4a8a-8a19-c5a8381ccd5f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0154522b-5940-4a8a-8a19-c5a8381ccd5f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0154522b-5940-4a8a-8a19-c5a8381ccd5f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0154522b-5940-4a8a-8a19-c5a8381ccd5f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0154522b-5940-4a8a-8a19-c5a8381ccd5f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0154522b-5940-4a8a-8a19-c5a8381ccd5f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0154522b-5940-4a8a-8a19-c5a8381ccd5f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0154522b-5940-4a8a-8a19-c5a8381ccd5f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0154522b-5940-4a8a-8a19-c5a8381ccd5f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0154522b-5940-4a8a-8a19-c5a8381ccd5f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0154522b-5940-4a8a-8a19-c5a8381ccd5f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-a8b6dd9a-8d30-4fe0-bb25-e37e3a33cf2c {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-a8b6dd9a-8d30-4fe0-bb25-e37e3a33cf2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8b6dd9a-8d30-4fe0-bb25-e37e3a33cf2c.shg-box.shg-c {
  justify-content: center;
}

#s-2de0612c-6599-42a9-b8c9-12250a443f01 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-2de0612c-6599-42a9-b8c9-12250a443f01 .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-0c3426a8-fc85-464e-b3ac-efd74825856c {
  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-2bb24656-c9da-413a-8939-1dbaa05d4ccf {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-2bb24656-c9da-413a-8939-1dbaa05d4ccf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2bb24656-c9da-413a-8939-1dbaa05d4ccf.shg-box.shg-c {
  justify-content: center;
}

#s-4dc8d822-7e07-4d0f-96e7-3917220390cf {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-4dc8d822-7e07-4d0f-96e7-3917220390cf .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-36ff2509-ed63-4847-91cf-3f7e273b70aa {
  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-42edaa07-9886-460a-a1e9-8a87402cbee4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-42edaa07-9886-460a-a1e9-8a87402cbee4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42edaa07-9886-460a-a1e9-8a87402cbee4.shg-box.shg-c {
  justify-content: center;
}

#s-c36cae93-3812-49fb-89eb-1cc1ffeccb99 {
  margin-top: 20px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-c36cae93-3812-49fb-89eb-1cc1ffeccb99 {
  
}
}
#s-e4b95a2a-582e-4044-81f5-f91e8a559c24 {
  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-1cf9b5c9-0fa3-49e9-802c-403453de96d5 {
  display: none;
}
#s-06e2b9d4-fe7b-4c93-9aeb-b603624fd620 {
  margin-left: 5px;
margin-right: 5px;
text-align: left;
}

#s-06e2b9d4-fe7b-4c93-9aeb-b603624fd620 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-06e2b9d4-fe7b-4c93-9aeb-b603624fd620 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-06e2b9d4-fe7b-4c93-9aeb-b603624fd620 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-06e2b9d4-fe7b-4c93-9aeb-b603624fd620 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 2px;
}


  #s-06e2b9d4-fe7b-4c93-9aeb-b603624fd620 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-06e2b9d4-fe7b-4c93-9aeb-b603624fd620 .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-fd56da37-5f03-4b09-8b3c-dfd5dc21c263 {
  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);
background-image: none;
hover-type: color;
}
#s-fd56da37-5f03-4b09-8b3c-dfd5dc21c263:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-fd56da37-5f03-4b09-8b3c-dfd5dc21c263:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fd56da37-5f03-4b09-8b3c-dfd5dc21c263 {
  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-fd56da37-5f03-4b09-8b3c-dfd5dc21c263.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd56da37-5f03-4b09-8b3c-dfd5dc21c263.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}

#s-fd56da37-5f03-4b09-8b3c-dfd5dc21c263.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fd56da37-5f03-4b09-8b3c-dfd5dc21c263.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(7, 7, 7, 1);
  }


#s-cd5ed4c0-f046-40ca-96fa-d5617fe3a322 {
  margin-top: 20px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-cd5ed4c0-f046-40ca-96fa-d5617fe3a322 {
  
}
}
#s-f1df958b-d13b-44a2-b8ed-ea116830bd57 {
  min-height: 50px;
}








#s-f1df958b-d13b-44a2-b8ed-ea116830bd57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1df958b-d13b-44a2-b8ed-ea116830bd57.shg-box.shg-c {
  justify-content: center;
}

#s-a814a499-7bd0-4978-89cf-31359ab641a3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a814a499-7bd0-4978-89cf-31359ab641a3 {
  
}
}







#s-a814a499-7bd0-4978-89cf-31359ab641a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a814a499-7bd0-4978-89cf-31359ab641a3.shg-box.shg-c {
  justify-content: center;
}

#s-9bd3bc87-d4ca-4fcb-912c-6a0262bae603 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
margin-bottom: 5px;
min-height: 400px;
background-position: left center;
}








#s-9bd3bc87-d4ca-4fcb-912c-6a0262bae603 > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-9bd3bc87-d4ca-4fcb-912c-6a0262bae603.shg-box.shg-c {
  justify-content: center;
}

#s-e430b8bb-a8d4-44a3-8af2-77c10425971e {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-e430b8bb-a8d4-44a3-8af2-77c10425971e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e430b8bb-a8d4-44a3-8af2-77c10425971e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-e430b8bb-a8d4-44a3-8af2-77c10425971e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-e430b8bb-a8d4-44a3-8af2-77c10425971e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-e430b8bb-a8d4-44a3-8af2-77c10425971e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-e430b8bb-a8d4-44a3-8af2-77c10425971e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-e430b8bb-a8d4-44a3-8af2-77c10425971e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-e430b8bb-a8d4-44a3-8af2-77c10425971e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-e430b8bb-a8d4-44a3-8af2-77c10425971e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-e430b8bb-a8d4-44a3-8af2-77c10425971e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-e430b8bb-a8d4-44a3-8af2-77c10425971e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-e430b8bb-a8d4-44a3-8af2-77c10425971e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-e430b8bb-a8d4-44a3-8af2-77c10425971e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-e430b8bb-a8d4-44a3-8af2-77c10425971e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-e430b8bb-a8d4-44a3-8af2-77c10425971e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-e430b8bb-a8d4-44a3-8af2-77c10425971e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-e430b8bb-a8d4-44a3-8af2-77c10425971e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-e430b8bb-a8d4-44a3-8af2-77c10425971e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-e430b8bb-a8d4-44a3-8af2-77c10425971e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-e430b8bb-a8d4-44a3-8af2-77c10425971e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-e430b8bb-a8d4-44a3-8af2-77c10425971e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-e430b8bb-a8d4-44a3-8af2-77c10425971e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-e430b8bb-a8d4-44a3-8af2-77c10425971e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-e430b8bb-a8d4-44a3-8af2-77c10425971e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-e430b8bb-a8d4-44a3-8af2-77c10425971e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-e430b8bb-a8d4-44a3-8af2-77c10425971e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-e430b8bb-a8d4-44a3-8af2-77c10425971e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-e430b8bb-a8d4-44a3-8af2-77c10425971e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-e430b8bb-a8d4-44a3-8af2-77c10425971e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-e430b8bb-a8d4-44a3-8af2-77c10425971e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-e430b8bb-a8d4-44a3-8af2-77c10425971e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-e430b8bb-a8d4-44a3-8af2-77c10425971e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-e430b8bb-a8d4-44a3-8af2-77c10425971e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-e430b8bb-a8d4-44a3-8af2-77c10425971e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-e430b8bb-a8d4-44a3-8af2-77c10425971e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-e430b8bb-a8d4-44a3-8af2-77c10425971e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-e430b8bb-a8d4-44a3-8af2-77c10425971e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-119d447a-2429-499e-82f0-e353830e758a {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-119d447a-2429-499e-82f0-e353830e758a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-119d447a-2429-499e-82f0-e353830e758a.shg-box.shg-c {
  justify-content: center;
}

#s-e2d5ba05-fe9d-4ed9-8bfb-487af7a49b77 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-e2d5ba05-fe9d-4ed9-8bfb-487af7a49b77 .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-08669b84-cf28-4684-933d-248ca206c7da {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-5a0ba5af-8687-4b0e-9b3e-d683c7bb853c {
  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-5a0ba5af-8687-4b0e-9b3e-d683c7bb853c > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-5a0ba5af-8687-4b0e-9b3e-d683c7bb853c.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-2c20e655-3b65-40ae-a07c-465e907c4db5 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2c20e655-3b65-40ae-a07c-465e907c4db5 {
  
}
}
#s-2c20e655-3b65-40ae-a07c-465e907c4db5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-2c20e655-3b65-40ae-a07c-465e907c4db5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-2c20e655-3b65-40ae-a07c-465e907c4db5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-2c20e655-3b65-40ae-a07c-465e907c4db5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-2c20e655-3b65-40ae-a07c-465e907c4db5 > .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-2c20e655-3b65-40ae-a07c-465e907c4db5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
@media (min-width: 0px) {
[id="s-fd52123b-d836-400c-80da-09b0fff5f89f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fd52123b-d836-400c-80da-09b0fff5f89f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fd52123b-d836-400c-80da-09b0fff5f89f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fd52123b-d836-400c-80da-09b0fff5f89f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fd52123b-d836-400c-80da-09b0fff5f89f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fd52123b-d836-400c-80da-09b0fff5f89f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fd52123b-d836-400c-80da-09b0fff5f89f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fd52123b-d836-400c-80da-09b0fff5f89f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fd52123b-d836-400c-80da-09b0fff5f89f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fd52123b-d836-400c-80da-09b0fff5f89f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fd52123b-d836-400c-80da-09b0fff5f89f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fd52123b-d836-400c-80da-09b0fff5f89f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fd52123b-d836-400c-80da-09b0fff5f89f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fd52123b-d836-400c-80da-09b0fff5f89f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fd52123b-d836-400c-80da-09b0fff5f89f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fd52123b-d836-400c-80da-09b0fff5f89f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fd52123b-d836-400c-80da-09b0fff5f89f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fd52123b-d836-400c-80da-09b0fff5f89f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fd52123b-d836-400c-80da-09b0fff5f89f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fd52123b-d836-400c-80da-09b0fff5f89f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fd52123b-d836-400c-80da-09b0fff5f89f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fd52123b-d836-400c-80da-09b0fff5f89f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fd52123b-d836-400c-80da-09b0fff5f89f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fd52123b-d836-400c-80da-09b0fff5f89f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fd52123b-d836-400c-80da-09b0fff5f89f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd52123b-d836-400c-80da-09b0fff5f89f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fd52123b-d836-400c-80da-09b0fff5f89f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fd52123b-d836-400c-80da-09b0fff5f89f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fd52123b-d836-400c-80da-09b0fff5f89f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fd52123b-d836-400c-80da-09b0fff5f89f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fd52123b-d836-400c-80da-09b0fff5f89f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fd52123b-d836-400c-80da-09b0fff5f89f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fd52123b-d836-400c-80da-09b0fff5f89f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fd52123b-d836-400c-80da-09b0fff5f89f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fd52123b-d836-400c-80da-09b0fff5f89f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fd52123b-d836-400c-80da-09b0fff5f89f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fd52123b-d836-400c-80da-09b0fff5f89f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-60039dfc-ba66-41b2-bea8-a5a6afa19969 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-60039dfc-ba66-41b2-bea8-a5a6afa19969 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9226253c-c0ac-4f78-b13f-81d2b36efe09 {
  margin-top: auto;
margin-bottom: auto;
min-height: 50px;
}








#s-9226253c-c0ac-4f78-b13f-81d2b36efe09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9226253c-c0ac-4f78-b13f-81d2b36efe09.shg-box.shg-c {
  justify-content: center;
}

#s-12904b73-7733-4f73-91b1-a56740e830ae {
  margin-left: 25px;
margin-right: 25px;
}

#s-12904b73-7733-4f73-91b1-a56740e830ae > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-12904b73-7733-4f73-91b1-a56740e830ae > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-12904b73-7733-4f73-91b1-a56740e830ae > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-12904b73-7733-4f73-91b1-a56740e830ae > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-12904b73-7733-4f73-91b1-a56740e830ae > .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-12904b73-7733-4f73-91b1-a56740e830ae > .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-d19de435-ed64-4ace-8416-7bc115756c29 {
  text-align: center;
}




  #s-d19de435-ed64-4ace-8416-7bc115756c29 img.shogun-image {
    
    width: px;
  }


#s-d19de435-ed64-4ace-8416-7bc115756c29 .shogun-image-content {
  
    align-items: center;
  
}

#s-360bfd40-b0ea-4f26-a1ed-b238c592d2da {
  margin-left: 25px;
margin-right: 25px;
}

#s-360bfd40-b0ea-4f26-a1ed-b238c592d2da > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-360bfd40-b0ea-4f26-a1ed-b238c592d2da > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-360bfd40-b0ea-4f26-a1ed-b238c592d2da > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-360bfd40-b0ea-4f26-a1ed-b238c592d2da > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-360bfd40-b0ea-4f26-a1ed-b238c592d2da > .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-360bfd40-b0ea-4f26-a1ed-b238c592d2da > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-22f92d4c-a564-4c03-8133-a4c815654056 {
  text-align: center;
}




  #s-22f92d4c-a564-4c03-8133-a4c815654056 img.shogun-image {
    
    width: px;
  }


#s-22f92d4c-a564-4c03-8133-a4c815654056 .shogun-image-content {
  
    align-items: center;
  
}

#s-4d98a71f-558d-4d2c-a29d-19385391b7e0 {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}

#s-4d98a71f-558d-4d2c-a29d-19385391b7e0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-4d98a71f-558d-4d2c-a29d-19385391b7e0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-4d98a71f-558d-4d2c-a29d-19385391b7e0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-4d98a71f-558d-4d2c-a29d-19385391b7e0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-4d98a71f-558d-4d2c-a29d-19385391b7e0 > .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-4d98a71f-558d-4d2c-a29d-19385391b7e0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-1fed9f58-f63f-47ca-ab15-307c82a453df {
  text-align: center;
}




  #s-1fed9f58-f63f-47ca-ab15-307c82a453df img.shogun-image {
    
    width: px;
  }


#s-1fed9f58-f63f-47ca-ab15-307c82a453df .shogun-image-content {
  
    align-items: center;
  
}

#s-f384c265-e360-4f30-8526-4bd251ab0de3 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-1cde5187-be7d-4947-8a96-54dbc406f28b {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-95718aaa-cc3a-483b-a966-4b360a4b749a {
  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-0357efae-7427-4ad4-a240-12a9437afc05 {
  min-height: 50px;
}








#s-0357efae-7427-4ad4-a240-12a9437afc05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0357efae-7427-4ad4-a240-12a9437afc05.shg-box.shg-c {
  justify-content: center;
}

#s-db62a64b-d032-4a19-8b05-7dc1d4bd1450 {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-db62a64b-d032-4a19-8b05-7dc1d4bd1450"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db62a64b-d032-4a19-8b05-7dc1d4bd1450"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-db62a64b-d032-4a19-8b05-7dc1d4bd1450"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-db62a64b-d032-4a19-8b05-7dc1d4bd1450"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-db62a64b-d032-4a19-8b05-7dc1d4bd1450"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-db62a64b-d032-4a19-8b05-7dc1d4bd1450"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-db62a64b-d032-4a19-8b05-7dc1d4bd1450"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-db62a64b-d032-4a19-8b05-7dc1d4bd1450"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-db62a64b-d032-4a19-8b05-7dc1d4bd1450"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-db62a64b-d032-4a19-8b05-7dc1d4bd1450"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-db62a64b-d032-4a19-8b05-7dc1d4bd1450"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-db62a64b-d032-4a19-8b05-7dc1d4bd1450"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-db62a64b-d032-4a19-8b05-7dc1d4bd1450"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-db62a64b-d032-4a19-8b05-7dc1d4bd1450"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-db62a64b-d032-4a19-8b05-7dc1d4bd1450"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-db62a64b-d032-4a19-8b05-7dc1d4bd1450"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-db62a64b-d032-4a19-8b05-7dc1d4bd1450"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-db62a64b-d032-4a19-8b05-7dc1d4bd1450"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-db62a64b-d032-4a19-8b05-7dc1d4bd1450"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-db62a64b-d032-4a19-8b05-7dc1d4bd1450"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-db62a64b-d032-4a19-8b05-7dc1d4bd1450"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-db62a64b-d032-4a19-8b05-7dc1d4bd1450"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-db62a64b-d032-4a19-8b05-7dc1d4bd1450"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-db62a64b-d032-4a19-8b05-7dc1d4bd1450"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-db62a64b-d032-4a19-8b05-7dc1d4bd1450"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-db62a64b-d032-4a19-8b05-7dc1d4bd1450"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-db62a64b-d032-4a19-8b05-7dc1d4bd1450"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-db62a64b-d032-4a19-8b05-7dc1d4bd1450"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-db62a64b-d032-4a19-8b05-7dc1d4bd1450"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-db62a64b-d032-4a19-8b05-7dc1d4bd1450"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-db62a64b-d032-4a19-8b05-7dc1d4bd1450"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-db62a64b-d032-4a19-8b05-7dc1d4bd1450"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-db62a64b-d032-4a19-8b05-7dc1d4bd1450"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-db62a64b-d032-4a19-8b05-7dc1d4bd1450"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-db62a64b-d032-4a19-8b05-7dc1d4bd1450"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-db62a64b-d032-4a19-8b05-7dc1d4bd1450"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-db62a64b-d032-4a19-8b05-7dc1d4bd1450"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-0fcaf318-3985-424c-84d0-bdcfa2aab090 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-243cb411-d0ea-4efe-84fe-5fbb765141c8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 1px;
padding-right: 20px;
}

#s-eccd1901-0127-4b30-bf79-c2a242146908 {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-eccd1901-0127-4b30-bf79-c2a242146908 img.shogun-image {
    
    width: px;
  }


#s-eccd1901-0127-4b30-bf79-c2a242146908 .shogun-image-content {
  
    align-items: center;
  
}

#s-36721047-3449-4795-aed5-84943b030883 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-a79a783b-9c62-4dc9-badf-6c714332e43c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-8b56e0be-6dcf-4be7-8788-0ea04147254b {
  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-8b56e0be-6dcf-4be7-8788-0ea04147254b > .shg-box-overlay {
  background-color: rgba(127, 244, 239, 1);
  opacity: 0;
}#s-8b56e0be-6dcf-4be7-8788-0ea04147254b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e24d65fc-a7b0-4be4-b0c7-f58d3f30b95a {
  min-height: 50px;
}








#s-e24d65fc-a7b0-4be4-b0c7-f58d3f30b95a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e24d65fc-a7b0-4be4-b0c7-f58d3f30b95a.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f5afdcb8-6087-45fd-9fe9-086b47b8ebd8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5afdcb8-6087-45fd-9fe9-086b47b8ebd8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f5afdcb8-6087-45fd-9fe9-086b47b8ebd8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f5afdcb8-6087-45fd-9fe9-086b47b8ebd8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f5afdcb8-6087-45fd-9fe9-086b47b8ebd8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f5afdcb8-6087-45fd-9fe9-086b47b8ebd8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f5afdcb8-6087-45fd-9fe9-086b47b8ebd8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f5afdcb8-6087-45fd-9fe9-086b47b8ebd8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f5afdcb8-6087-45fd-9fe9-086b47b8ebd8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f5afdcb8-6087-45fd-9fe9-086b47b8ebd8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f5afdcb8-6087-45fd-9fe9-086b47b8ebd8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f5afdcb8-6087-45fd-9fe9-086b47b8ebd8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f5afdcb8-6087-45fd-9fe9-086b47b8ebd8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f5afdcb8-6087-45fd-9fe9-086b47b8ebd8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f5afdcb8-6087-45fd-9fe9-086b47b8ebd8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f5afdcb8-6087-45fd-9fe9-086b47b8ebd8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f5afdcb8-6087-45fd-9fe9-086b47b8ebd8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f5afdcb8-6087-45fd-9fe9-086b47b8ebd8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f5afdcb8-6087-45fd-9fe9-086b47b8ebd8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f5afdcb8-6087-45fd-9fe9-086b47b8ebd8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f5afdcb8-6087-45fd-9fe9-086b47b8ebd8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f5afdcb8-6087-45fd-9fe9-086b47b8ebd8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f5afdcb8-6087-45fd-9fe9-086b47b8ebd8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f5afdcb8-6087-45fd-9fe9-086b47b8ebd8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f5afdcb8-6087-45fd-9fe9-086b47b8ebd8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5afdcb8-6087-45fd-9fe9-086b47b8ebd8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f5afdcb8-6087-45fd-9fe9-086b47b8ebd8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f5afdcb8-6087-45fd-9fe9-086b47b8ebd8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f5afdcb8-6087-45fd-9fe9-086b47b8ebd8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f5afdcb8-6087-45fd-9fe9-086b47b8ebd8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f5afdcb8-6087-45fd-9fe9-086b47b8ebd8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f5afdcb8-6087-45fd-9fe9-086b47b8ebd8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f5afdcb8-6087-45fd-9fe9-086b47b8ebd8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f5afdcb8-6087-45fd-9fe9-086b47b8ebd8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f5afdcb8-6087-45fd-9fe9-086b47b8ebd8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f5afdcb8-6087-45fd-9fe9-086b47b8ebd8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f5afdcb8-6087-45fd-9fe9-086b47b8ebd8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-8c62e046-271e-4830-a436-e396cf797a67 {
  
}

#s-8c62e046-271e-4830-a436-e396cf797a67 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-8c62e046-271e-4830-a436-e396cf797a67 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-8c62e046-271e-4830-a436-e396cf797a67 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-8c62e046-271e-4830-a436-e396cf797a67 > .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-8c62e046-271e-4830-a436-e396cf797a67 > .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-8c62e046-271e-4830-a436-e396cf797a67 > .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-d87ee0ca-85da-4150-b8c8-3e47340103f9 {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(52, 189, 219, 0.5);
}

#s-d87ee0ca-85da-4150-b8c8-3e47340103f9 .shogun-success-alert {
  background-color: rgba(52, 189, 219, 0.5);
  color: #3c763d;
}

#s-d87ee0ca-85da-4150-b8c8-3e47340103f9 .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-d87ee0ca-85da-4150-b8c8-3e47340103f9 .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-d87ee0ca-85da-4150-b8c8-3e47340103f9 .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-d87ee0ca-85da-4150-b8c8-3e47340103f9 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-d87ee0ca-85da-4150-b8c8-3e47340103f9 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-f9b5e86c-2fb6-4f81-b83f-5bea0654307b {
  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-b32d8f4b-4647-4bea-982e-c9289fff16bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b32d8f4b-4647-4bea-982e-c9289fff16bd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b32d8f4b-4647-4bea-982e-c9289fff16bd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b32d8f4b-4647-4bea-982e-c9289fff16bd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b32d8f4b-4647-4bea-982e-c9289fff16bd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b32d8f4b-4647-4bea-982e-c9289fff16bd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b32d8f4b-4647-4bea-982e-c9289fff16bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b32d8f4b-4647-4bea-982e-c9289fff16bd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b32d8f4b-4647-4bea-982e-c9289fff16bd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b32d8f4b-4647-4bea-982e-c9289fff16bd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b32d8f4b-4647-4bea-982e-c9289fff16bd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b32d8f4b-4647-4bea-982e-c9289fff16bd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b32d8f4b-4647-4bea-982e-c9289fff16bd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b32d8f4b-4647-4bea-982e-c9289fff16bd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b32d8f4b-4647-4bea-982e-c9289fff16bd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b32d8f4b-4647-4bea-982e-c9289fff16bd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b32d8f4b-4647-4bea-982e-c9289fff16bd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b32d8f4b-4647-4bea-982e-c9289fff16bd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b32d8f4b-4647-4bea-982e-c9289fff16bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b32d8f4b-4647-4bea-982e-c9289fff16bd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b32d8f4b-4647-4bea-982e-c9289fff16bd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b32d8f4b-4647-4bea-982e-c9289fff16bd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b32d8f4b-4647-4bea-982e-c9289fff16bd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b32d8f4b-4647-4bea-982e-c9289fff16bd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b32d8f4b-4647-4bea-982e-c9289fff16bd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b32d8f4b-4647-4bea-982e-c9289fff16bd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b32d8f4b-4647-4bea-982e-c9289fff16bd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b32d8f4b-4647-4bea-982e-c9289fff16bd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b32d8f4b-4647-4bea-982e-c9289fff16bd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b32d8f4b-4647-4bea-982e-c9289fff16bd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b32d8f4b-4647-4bea-982e-c9289fff16bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b32d8f4b-4647-4bea-982e-c9289fff16bd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b32d8f4b-4647-4bea-982e-c9289fff16bd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b32d8f4b-4647-4bea-982e-c9289fff16bd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b32d8f4b-4647-4bea-982e-c9289fff16bd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b32d8f4b-4647-4bea-982e-c9289fff16bd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b32d8f4b-4647-4bea-982e-c9289fff16bd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-375a28f6-5879-45fa-9a0d-11c30ccbde10 {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-375a28f6-5879-45fa-9a0d-11c30ccbde10 img.shogun-image {
    
    width: px;
  }


#s-375a28f6-5879-45fa-9a0d-11c30ccbde10 .shogun-image-content {
  
    align-items: center;
  
}

#s-937c0550-86b6-459d-827f-e91aa9d449d6 {
  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-937c0550-86b6-459d-827f-e91aa9d449d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-937c0550-86b6-459d-827f-e91aa9d449d6.shg-box.shg-c {
  justify-content: center;
}

#s-00a5ee47-0754-4c61-9b0a-2533ab14f8cb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00a5ee47-0754-4c61-9b0a-2533ab14f8cb .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7cf4df4d-31ab-487c-940c-9ccfdcfc05f0 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-e1a73ab5-19b2-466d-ab6c-e66f46f8c6e7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e1a73ab5-19b2-466d-ab6c-e66f46f8c6e7 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d0bb6c3d-4e03-48ae-b9d3-ea9ce4a81850 {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-d0bb6c3d-4e03-48ae-b9d3-ea9ce4a81850"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0bb6c3d-4e03-48ae-b9d3-ea9ce4a81850"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d0bb6c3d-4e03-48ae-b9d3-ea9ce4a81850"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d0bb6c3d-4e03-48ae-b9d3-ea9ce4a81850"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d0bb6c3d-4e03-48ae-b9d3-ea9ce4a81850"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d0bb6c3d-4e03-48ae-b9d3-ea9ce4a81850"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d0bb6c3d-4e03-48ae-b9d3-ea9ce4a81850"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d0bb6c3d-4e03-48ae-b9d3-ea9ce4a81850"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d0bb6c3d-4e03-48ae-b9d3-ea9ce4a81850"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d0bb6c3d-4e03-48ae-b9d3-ea9ce4a81850"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d0bb6c3d-4e03-48ae-b9d3-ea9ce4a81850"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d0bb6c3d-4e03-48ae-b9d3-ea9ce4a81850"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d0bb6c3d-4e03-48ae-b9d3-ea9ce4a81850"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d0bb6c3d-4e03-48ae-b9d3-ea9ce4a81850"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d0bb6c3d-4e03-48ae-b9d3-ea9ce4a81850"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d0bb6c3d-4e03-48ae-b9d3-ea9ce4a81850"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d0bb6c3d-4e03-48ae-b9d3-ea9ce4a81850"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d0bb6c3d-4e03-48ae-b9d3-ea9ce4a81850"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d0bb6c3d-4e03-48ae-b9d3-ea9ce4a81850"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d0bb6c3d-4e03-48ae-b9d3-ea9ce4a81850"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d0bb6c3d-4e03-48ae-b9d3-ea9ce4a81850"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d0bb6c3d-4e03-48ae-b9d3-ea9ce4a81850"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d0bb6c3d-4e03-48ae-b9d3-ea9ce4a81850"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d0bb6c3d-4e03-48ae-b9d3-ea9ce4a81850"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d0bb6c3d-4e03-48ae-b9d3-ea9ce4a81850"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0bb6c3d-4e03-48ae-b9d3-ea9ce4a81850"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d0bb6c3d-4e03-48ae-b9d3-ea9ce4a81850"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d0bb6c3d-4e03-48ae-b9d3-ea9ce4a81850"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d0bb6c3d-4e03-48ae-b9d3-ea9ce4a81850"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d0bb6c3d-4e03-48ae-b9d3-ea9ce4a81850"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d0bb6c3d-4e03-48ae-b9d3-ea9ce4a81850"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d0bb6c3d-4e03-48ae-b9d3-ea9ce4a81850"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d0bb6c3d-4e03-48ae-b9d3-ea9ce4a81850"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d0bb6c3d-4e03-48ae-b9d3-ea9ce4a81850"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d0bb6c3d-4e03-48ae-b9d3-ea9ce4a81850"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d0bb6c3d-4e03-48ae-b9d3-ea9ce4a81850"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d0bb6c3d-4e03-48ae-b9d3-ea9ce4a81850"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-298ba978-131d-464a-b5d5-7283b0286f76 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-298ba978-131d-464a-b5d5-7283b0286f76 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a1f0b5e8-e5da-4f5f-84a5-245dce8683e0 {
  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-f28c9e8d-8265-4361-9066-56ba7cf9b0e3 {
  border-style: solid;
margin-top: 5px;
margin-left: 1px;
margin-bottom: 10px;
margin-right: 1px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(98, 96, 96, 1);
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f28c9e8d-8265-4361-9066-56ba7cf9b0e3:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f28c9e8d-8265-4361-9066-56ba7cf9b0e3:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-f28c9e8d-8265-4361-9066-56ba7cf9b0e3.shg-btn {
  color: rgba(98, 96, 96, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-e7657e3c-0045-466b-ad52-eb4e320e2fac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e7657e3c-0045-466b-ad52-eb4e320e2fac .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-79e94419-fd75-4e3d-a138-0804271ecde3 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-08235f7d-36bb-4f17-98d4-4ecf3180311a {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-db28a59a-ed5c-4699-bad2-44734fe50d7a {
  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-db28a59a-ed5c-4699-bad2-44734fe50d7a > .shg-box-overlay {
  background-color: rgba(127, 244, 239, 1);
  opacity: 0;
}#s-db28a59a-ed5c-4699-bad2-44734fe50d7a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f07bf646-39d5-4c97-a277-4584269b8d8f {
  min-height: 50px;
}








#s-f07bf646-39d5-4c97-a277-4584269b8d8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f07bf646-39d5-4c97-a277-4584269b8d8f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-5021880e-026c-40e4-b717-bc727be98b1e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5021880e-026c-40e4-b717-bc727be98b1e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5021880e-026c-40e4-b717-bc727be98b1e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5021880e-026c-40e4-b717-bc727be98b1e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5021880e-026c-40e4-b717-bc727be98b1e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5021880e-026c-40e4-b717-bc727be98b1e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5021880e-026c-40e4-b717-bc727be98b1e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5021880e-026c-40e4-b717-bc727be98b1e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5021880e-026c-40e4-b717-bc727be98b1e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5021880e-026c-40e4-b717-bc727be98b1e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5021880e-026c-40e4-b717-bc727be98b1e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5021880e-026c-40e4-b717-bc727be98b1e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5021880e-026c-40e4-b717-bc727be98b1e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5021880e-026c-40e4-b717-bc727be98b1e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5021880e-026c-40e4-b717-bc727be98b1e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5021880e-026c-40e4-b717-bc727be98b1e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5021880e-026c-40e4-b717-bc727be98b1e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5021880e-026c-40e4-b717-bc727be98b1e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5021880e-026c-40e4-b717-bc727be98b1e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5021880e-026c-40e4-b717-bc727be98b1e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5021880e-026c-40e4-b717-bc727be98b1e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5021880e-026c-40e4-b717-bc727be98b1e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5021880e-026c-40e4-b717-bc727be98b1e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5021880e-026c-40e4-b717-bc727be98b1e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5021880e-026c-40e4-b717-bc727be98b1e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5021880e-026c-40e4-b717-bc727be98b1e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5021880e-026c-40e4-b717-bc727be98b1e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5021880e-026c-40e4-b717-bc727be98b1e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5021880e-026c-40e4-b717-bc727be98b1e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5021880e-026c-40e4-b717-bc727be98b1e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5021880e-026c-40e4-b717-bc727be98b1e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5021880e-026c-40e4-b717-bc727be98b1e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5021880e-026c-40e4-b717-bc727be98b1e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5021880e-026c-40e4-b717-bc727be98b1e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5021880e-026c-40e4-b717-bc727be98b1e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5021880e-026c-40e4-b717-bc727be98b1e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5021880e-026c-40e4-b717-bc727be98b1e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-0b606b1e-5587-4d12-96f8-61b98c61fad6 {
  
}

#s-0b606b1e-5587-4d12-96f8-61b98c61fad6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-0b606b1e-5587-4d12-96f8-61b98c61fad6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-0b606b1e-5587-4d12-96f8-61b98c61fad6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-0b606b1e-5587-4d12-96f8-61b98c61fad6 > .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-0b606b1e-5587-4d12-96f8-61b98c61fad6 > .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-0b606b1e-5587-4d12-96f8-61b98c61fad6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-40901cd3-b14e-484b-b518-cab5b2831821 {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(52, 189, 219, 0.5);
}

#s-40901cd3-b14e-484b-b518-cab5b2831821 .shogun-success-alert {
  background-color: rgba(52, 189, 219, 0.5);
  color: #3c763d;
}

#s-40901cd3-b14e-484b-b518-cab5b2831821 .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-40901cd3-b14e-484b-b518-cab5b2831821 .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-40901cd3-b14e-484b-b518-cab5b2831821 .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-40901cd3-b14e-484b-b518-cab5b2831821 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-40901cd3-b14e-484b-b518-cab5b2831821 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-2bb3f7d7-5036-4c4b-b86b-4f7874470371 {
  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-0f8e22a7-e9c4-48f4-b5aa-1a0952ec1553 {
  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-0f8e22a7-e9c4-48f4-b5aa-1a0952ec1553 > .shg-box-overlay {
  background-color: rgba(127, 244, 239, 1);
  opacity: 0;
}#s-0f8e22a7-e9c4-48f4-b5aa-1a0952ec1553.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7df09aae-4ce7-416c-a9a5-e6e14134a3bb {
  min-height: 50px;
}








#s-7df09aae-4ce7-416c-a9a5-e6e14134a3bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7df09aae-4ce7-416c-a9a5-e6e14134a3bb.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ec173037-14a2-436c-b8ea-9681d1542a0c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec173037-14a2-436c-b8ea-9681d1542a0c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ec173037-14a2-436c-b8ea-9681d1542a0c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ec173037-14a2-436c-b8ea-9681d1542a0c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ec173037-14a2-436c-b8ea-9681d1542a0c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ec173037-14a2-436c-b8ea-9681d1542a0c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ec173037-14a2-436c-b8ea-9681d1542a0c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ec173037-14a2-436c-b8ea-9681d1542a0c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ec173037-14a2-436c-b8ea-9681d1542a0c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ec173037-14a2-436c-b8ea-9681d1542a0c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ec173037-14a2-436c-b8ea-9681d1542a0c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ec173037-14a2-436c-b8ea-9681d1542a0c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ec173037-14a2-436c-b8ea-9681d1542a0c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ec173037-14a2-436c-b8ea-9681d1542a0c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ec173037-14a2-436c-b8ea-9681d1542a0c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ec173037-14a2-436c-b8ea-9681d1542a0c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ec173037-14a2-436c-b8ea-9681d1542a0c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ec173037-14a2-436c-b8ea-9681d1542a0c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ec173037-14a2-436c-b8ea-9681d1542a0c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ec173037-14a2-436c-b8ea-9681d1542a0c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ec173037-14a2-436c-b8ea-9681d1542a0c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ec173037-14a2-436c-b8ea-9681d1542a0c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ec173037-14a2-436c-b8ea-9681d1542a0c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ec173037-14a2-436c-b8ea-9681d1542a0c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ec173037-14a2-436c-b8ea-9681d1542a0c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec173037-14a2-436c-b8ea-9681d1542a0c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ec173037-14a2-436c-b8ea-9681d1542a0c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ec173037-14a2-436c-b8ea-9681d1542a0c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ec173037-14a2-436c-b8ea-9681d1542a0c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ec173037-14a2-436c-b8ea-9681d1542a0c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ec173037-14a2-436c-b8ea-9681d1542a0c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ec173037-14a2-436c-b8ea-9681d1542a0c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ec173037-14a2-436c-b8ea-9681d1542a0c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ec173037-14a2-436c-b8ea-9681d1542a0c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ec173037-14a2-436c-b8ea-9681d1542a0c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ec173037-14a2-436c-b8ea-9681d1542a0c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ec173037-14a2-436c-b8ea-9681d1542a0c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-19d50d94-01df-4f4e-94aa-21be0e0f1ede {
  
}

#s-19d50d94-01df-4f4e-94aa-21be0e0f1ede > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-19d50d94-01df-4f4e-94aa-21be0e0f1ede > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-19d50d94-01df-4f4e-94aa-21be0e0f1ede > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-19d50d94-01df-4f4e-94aa-21be0e0f1ede > .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-19d50d94-01df-4f4e-94aa-21be0e0f1ede > .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-19d50d94-01df-4f4e-94aa-21be0e0f1ede > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-a9c940f8-c682-4746-8b4e-7b0f8b6fe08a {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(52, 189, 219, 0.5);
}

#s-a9c940f8-c682-4746-8b4e-7b0f8b6fe08a .shogun-success-alert {
  background-color: rgba(52, 189, 219, 0.5);
  color: #3c763d;
}

#s-a9c940f8-c682-4746-8b4e-7b0f8b6fe08a .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-a9c940f8-c682-4746-8b4e-7b0f8b6fe08a .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-a9c940f8-c682-4746-8b4e-7b0f8b6fe08a .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-a9c940f8-c682-4746-8b4e-7b0f8b6fe08a .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-a9c940f8-c682-4746-8b4e-7b0f8b6fe08a .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-184410fc-0c6c-4274-bb8e-e99a85f6bd7f {
  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-35f6d1f7-8441-4fd5-9ab1-78ba151a9fd2 {
  margin-left: 25px;
margin-right: 25px;
}

#s-35f6d1f7-8441-4fd5-9ab1-78ba151a9fd2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-35f6d1f7-8441-4fd5-9ab1-78ba151a9fd2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-35f6d1f7-8441-4fd5-9ab1-78ba151a9fd2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-35f6d1f7-8441-4fd5-9ab1-78ba151a9fd2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-35f6d1f7-8441-4fd5-9ab1-78ba151a9fd2 > .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-35f6d1f7-8441-4fd5-9ab1-78ba151a9fd2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-3eaec8ee-d3ec-43e6-9510-cb25f0e5ad36 {
  text-align: center;
}




  #s-3eaec8ee-d3ec-43e6-9510-cb25f0e5ad36 img.shogun-image {
    
    width: px;
  }


#s-3eaec8ee-d3ec-43e6-9510-cb25f0e5ad36 .shogun-image-content {
  
    align-items: center;
  
}

#s-0636e7d7-ae10-4d07-8ff4-a754b18489ab {
  margin-left: 25px;
margin-right: 25px;
}

#s-0636e7d7-ae10-4d07-8ff4-a754b18489ab > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-0636e7d7-ae10-4d07-8ff4-a754b18489ab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-0636e7d7-ae10-4d07-8ff4-a754b18489ab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-0636e7d7-ae10-4d07-8ff4-a754b18489ab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-0636e7d7-ae10-4d07-8ff4-a754b18489ab > .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-0636e7d7-ae10-4d07-8ff4-a754b18489ab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-b6c553b2-7134-4481-af53-18f1e5adf135 {
  text-align: center;
}




  #s-b6c553b2-7134-4481-af53-18f1e5adf135 img.shogun-image {
    
    width: px;
  }


#s-b6c553b2-7134-4481-af53-18f1e5adf135 .shogun-image-content {
  
    align-items: center;
  
}

#s-a003fc28-d66f-4d42-9894-508dd938cc42 {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}

#s-a003fc28-d66f-4d42-9894-508dd938cc42 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a003fc28-d66f-4d42-9894-508dd938cc42 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-a003fc28-d66f-4d42-9894-508dd938cc42 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-a003fc28-d66f-4d42-9894-508dd938cc42 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a003fc28-d66f-4d42-9894-508dd938cc42 > .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-a003fc28-d66f-4d42-9894-508dd938cc42 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-909181ed-62d5-4cdb-a5b4-67d47d1e44ba {
  text-align: center;
}




  #s-909181ed-62d5-4cdb-a5b4-67d47d1e44ba img.shogun-image {
    
    width: px;
  }


#s-909181ed-62d5-4cdb-a5b4-67d47d1e44ba .shogun-image-content {
  
    align-items: center;
  
}

#s-1f1696f5-0e05-46fe-baeb-7c47c71e83f5 {
  border-style: solid;
margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(3, 3, 3, 0);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(252, 252, 252, 1);
background-position: left undefined;
}
#s-1f1696f5-0e05-46fe-baeb-7c47c71e83f5:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(10, 34, 64, 0.8) !important;}#s-1f1696f5-0e05-46fe-baeb-7c47c71e83f5:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1f1696f5-0e05-46fe-baeb-7c47c71e83f5-btn-wrapper {
    text-align: center;
  }


#s-1f1696f5-0e05-46fe-baeb-7c47c71e83f5.shg-btn {
  color: rgba(252, 252, 252, 1);
  font-size: ;
  
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-38d46d05-f340-4c8e-90d8-a073af6686c4 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-38d46d05-f340-4c8e-90d8-a073af6686c4 .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-1bf913b1-78ed-4c57-ac7c-815117ebe807 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-1bf913b1-78ed-4c57-ac7c-815117ebe807"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1bf913b1-78ed-4c57-ac7c-815117ebe807"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-1bf913b1-78ed-4c57-ac7c-815117ebe807"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-1bf913b1-78ed-4c57-ac7c-815117ebe807"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-1bf913b1-78ed-4c57-ac7c-815117ebe807"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-1bf913b1-78ed-4c57-ac7c-815117ebe807"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-1bf913b1-78ed-4c57-ac7c-815117ebe807"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-1bf913b1-78ed-4c57-ac7c-815117ebe807"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-1bf913b1-78ed-4c57-ac7c-815117ebe807"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-1bf913b1-78ed-4c57-ac7c-815117ebe807"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-1bf913b1-78ed-4c57-ac7c-815117ebe807"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-1bf913b1-78ed-4c57-ac7c-815117ebe807"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-1bf913b1-78ed-4c57-ac7c-815117ebe807"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-1bf913b1-78ed-4c57-ac7c-815117ebe807"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-1bf913b1-78ed-4c57-ac7c-815117ebe807"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-1bf913b1-78ed-4c57-ac7c-815117ebe807"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-1bf913b1-78ed-4c57-ac7c-815117ebe807"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-1bf913b1-78ed-4c57-ac7c-815117ebe807"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-1bf913b1-78ed-4c57-ac7c-815117ebe807"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-1bf913b1-78ed-4c57-ac7c-815117ebe807"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-1bf913b1-78ed-4c57-ac7c-815117ebe807"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-1bf913b1-78ed-4c57-ac7c-815117ebe807"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-1bf913b1-78ed-4c57-ac7c-815117ebe807"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-1bf913b1-78ed-4c57-ac7c-815117ebe807"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-1bf913b1-78ed-4c57-ac7c-815117ebe807"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-1bf913b1-78ed-4c57-ac7c-815117ebe807"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-1bf913b1-78ed-4c57-ac7c-815117ebe807"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-1bf913b1-78ed-4c57-ac7c-815117ebe807"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-1bf913b1-78ed-4c57-ac7c-815117ebe807"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-1bf913b1-78ed-4c57-ac7c-815117ebe807"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-1bf913b1-78ed-4c57-ac7c-815117ebe807"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-1bf913b1-78ed-4c57-ac7c-815117ebe807"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-1bf913b1-78ed-4c57-ac7c-815117ebe807"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-1bf913b1-78ed-4c57-ac7c-815117ebe807"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-1bf913b1-78ed-4c57-ac7c-815117ebe807"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-1bf913b1-78ed-4c57-ac7c-815117ebe807"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-1bf913b1-78ed-4c57-ac7c-815117ebe807"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-37513914-a1e3-4d9e-979c-1159bd52f750 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-37513914-a1e3-4d9e-979c-1159bd52f750 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37513914-a1e3-4d9e-979c-1159bd52f750.shg-box.shg-c {
  justify-content: center;
}

#s-34e48148-cee9-48ba-84e1-3c75e87cf9f9 {
  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-d3a2113d-75ac-4adb-a82c-4832aff31dd5 {
  min-height: 50px;
}








#s-d3a2113d-75ac-4adb-a82c-4832aff31dd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3a2113d-75ac-4adb-a82c-4832aff31dd5.shg-box.shg-c {
  justify-content: center;
}

#s-c4c9e9b4-9410-47b5-8ed2-f2d61f87f56f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: left center;
}








#s-c4c9e9b4-9410-47b5-8ed2-f2d61f87f56f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4c9e9b4-9410-47b5-8ed2-f2d61f87f56f.shg-box.shg-c {
  justify-content: flex-end;
}

#s-9eeee7b9-d9c3-4c09-a24f-f7ba63567c24 {
  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-58e94aa7-0380-4f94-9faa-681e24b06614 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-58e94aa7-0380-4f94-9faa-681e24b06614 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58e94aa7-0380-4f94-9faa-681e24b06614.shg-box.shg-c {
  justify-content: center;
}

#s-a447f90b-1828-4bbf-a080-3b35f9c6fd80 {
  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-8b171cd8-0e70-4856-a634-03baf2d3ea4c {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-8b171cd8-0e70-4856-a634-03baf2d3ea4c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b171cd8-0e70-4856-a634-03baf2d3ea4c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8b171cd8-0e70-4856-a634-03baf2d3ea4c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8b171cd8-0e70-4856-a634-03baf2d3ea4c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8b171cd8-0e70-4856-a634-03baf2d3ea4c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8b171cd8-0e70-4856-a634-03baf2d3ea4c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8b171cd8-0e70-4856-a634-03baf2d3ea4c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8b171cd8-0e70-4856-a634-03baf2d3ea4c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8b171cd8-0e70-4856-a634-03baf2d3ea4c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8b171cd8-0e70-4856-a634-03baf2d3ea4c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8b171cd8-0e70-4856-a634-03baf2d3ea4c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8b171cd8-0e70-4856-a634-03baf2d3ea4c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8b171cd8-0e70-4856-a634-03baf2d3ea4c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8b171cd8-0e70-4856-a634-03baf2d3ea4c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8b171cd8-0e70-4856-a634-03baf2d3ea4c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8b171cd8-0e70-4856-a634-03baf2d3ea4c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8b171cd8-0e70-4856-a634-03baf2d3ea4c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8b171cd8-0e70-4856-a634-03baf2d3ea4c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8b171cd8-0e70-4856-a634-03baf2d3ea4c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8b171cd8-0e70-4856-a634-03baf2d3ea4c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8b171cd8-0e70-4856-a634-03baf2d3ea4c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8b171cd8-0e70-4856-a634-03baf2d3ea4c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8b171cd8-0e70-4856-a634-03baf2d3ea4c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8b171cd8-0e70-4856-a634-03baf2d3ea4c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8b171cd8-0e70-4856-a634-03baf2d3ea4c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b171cd8-0e70-4856-a634-03baf2d3ea4c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8b171cd8-0e70-4856-a634-03baf2d3ea4c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8b171cd8-0e70-4856-a634-03baf2d3ea4c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8b171cd8-0e70-4856-a634-03baf2d3ea4c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8b171cd8-0e70-4856-a634-03baf2d3ea4c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8b171cd8-0e70-4856-a634-03baf2d3ea4c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8b171cd8-0e70-4856-a634-03baf2d3ea4c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8b171cd8-0e70-4856-a634-03baf2d3ea4c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8b171cd8-0e70-4856-a634-03baf2d3ea4c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8b171cd8-0e70-4856-a634-03baf2d3ea4c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8b171cd8-0e70-4856-a634-03baf2d3ea4c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8b171cd8-0e70-4856-a634-03baf2d3ea4c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e471fb15-01d4-4262-9f22-e1c02c12f9cc {
  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-196db8fb-d32e-4a69-91e8-64b943675391 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-196db8fb-d32e-4a69-91e8-64b943675391 .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-25925d61-66b3-4b2a-9e55-a9cc18c1941b {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-25925d61-66b3-4b2a-9e55-a9cc18c1941b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25925d61-66b3-4b2a-9e55-a9cc18c1941b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-25925d61-66b3-4b2a-9e55-a9cc18c1941b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-25925d61-66b3-4b2a-9e55-a9cc18c1941b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-25925d61-66b3-4b2a-9e55-a9cc18c1941b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-25925d61-66b3-4b2a-9e55-a9cc18c1941b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-25925d61-66b3-4b2a-9e55-a9cc18c1941b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-25925d61-66b3-4b2a-9e55-a9cc18c1941b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-25925d61-66b3-4b2a-9e55-a9cc18c1941b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-25925d61-66b3-4b2a-9e55-a9cc18c1941b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-25925d61-66b3-4b2a-9e55-a9cc18c1941b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-25925d61-66b3-4b2a-9e55-a9cc18c1941b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-25925d61-66b3-4b2a-9e55-a9cc18c1941b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-25925d61-66b3-4b2a-9e55-a9cc18c1941b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-25925d61-66b3-4b2a-9e55-a9cc18c1941b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-25925d61-66b3-4b2a-9e55-a9cc18c1941b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-25925d61-66b3-4b2a-9e55-a9cc18c1941b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-25925d61-66b3-4b2a-9e55-a9cc18c1941b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-25925d61-66b3-4b2a-9e55-a9cc18c1941b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-25925d61-66b3-4b2a-9e55-a9cc18c1941b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-25925d61-66b3-4b2a-9e55-a9cc18c1941b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-25925d61-66b3-4b2a-9e55-a9cc18c1941b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-25925d61-66b3-4b2a-9e55-a9cc18c1941b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-25925d61-66b3-4b2a-9e55-a9cc18c1941b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-25925d61-66b3-4b2a-9e55-a9cc18c1941b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-25925d61-66b3-4b2a-9e55-a9cc18c1941b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-25925d61-66b3-4b2a-9e55-a9cc18c1941b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-25925d61-66b3-4b2a-9e55-a9cc18c1941b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-25925d61-66b3-4b2a-9e55-a9cc18c1941b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-25925d61-66b3-4b2a-9e55-a9cc18c1941b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-25925d61-66b3-4b2a-9e55-a9cc18c1941b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-25925d61-66b3-4b2a-9e55-a9cc18c1941b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-25925d61-66b3-4b2a-9e55-a9cc18c1941b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-25925d61-66b3-4b2a-9e55-a9cc18c1941b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-25925d61-66b3-4b2a-9e55-a9cc18c1941b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-25925d61-66b3-4b2a-9e55-a9cc18c1941b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-25925d61-66b3-4b2a-9e55-a9cc18c1941b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-f3dc7d4e-529f-43ae-82b1-e73d607b9efb {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: left center;
}








#s-f3dc7d4e-529f-43ae-82b1-e73d607b9efb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3dc7d4e-529f-43ae-82b1-e73d607b9efb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6b7e07b3-f65f-43af-a1a8-bd4f58a89d17 {
  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-13b344f1-ed08-4f33-8cc7-b5b5b025cc61 {
  min-height: 50px;
}








#s-13b344f1-ed08-4f33-8cc7-b5b5b025cc61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13b344f1-ed08-4f33-8cc7-b5b5b025cc61.shg-box.shg-c {
  justify-content: center;
}

#s-b8cb6db7-43a4-46af-9b71-5008ad4f0250 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-b8cb6db7-43a4-46af-9b71-5008ad4f0250 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8cb6db7-43a4-46af-9b71-5008ad4f0250.shg-box.shg-c {
  justify-content: flex-end;
}

#s-0ea73f15-de25-4895-be2b-a52fc60964f6 {
  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-9ba29a4f-2c2c-4afb-a138-8e20eec57ef9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: left center;
}








#s-9ba29a4f-2c2c-4afb-a138-8e20eec57ef9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ba29a4f-2c2c-4afb-a138-8e20eec57ef9.shg-box.shg-c {
  justify-content: center;
}

#s-247b757c-7890-4b48-9376-48cab3b2e6a8 {
  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-afa1279c-070a-4d29-9913-f165ede56e98 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-afa1279c-070a-4d29-9913-f165ede56e98"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-afa1279c-070a-4d29-9913-f165ede56e98"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-afa1279c-070a-4d29-9913-f165ede56e98"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-afa1279c-070a-4d29-9913-f165ede56e98"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-afa1279c-070a-4d29-9913-f165ede56e98"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-afa1279c-070a-4d29-9913-f165ede56e98"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-afa1279c-070a-4d29-9913-f165ede56e98"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-afa1279c-070a-4d29-9913-f165ede56e98"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-afa1279c-070a-4d29-9913-f165ede56e98"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-afa1279c-070a-4d29-9913-f165ede56e98"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-afa1279c-070a-4d29-9913-f165ede56e98"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-afa1279c-070a-4d29-9913-f165ede56e98"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-afa1279c-070a-4d29-9913-f165ede56e98"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-afa1279c-070a-4d29-9913-f165ede56e98"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-afa1279c-070a-4d29-9913-f165ede56e98"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-afa1279c-070a-4d29-9913-f165ede56e98"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-afa1279c-070a-4d29-9913-f165ede56e98"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-afa1279c-070a-4d29-9913-f165ede56e98"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-afa1279c-070a-4d29-9913-f165ede56e98"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-afa1279c-070a-4d29-9913-f165ede56e98"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-afa1279c-070a-4d29-9913-f165ede56e98"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-afa1279c-070a-4d29-9913-f165ede56e98"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-afa1279c-070a-4d29-9913-f165ede56e98"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-afa1279c-070a-4d29-9913-f165ede56e98"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-afa1279c-070a-4d29-9913-f165ede56e98"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-afa1279c-070a-4d29-9913-f165ede56e98"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-afa1279c-070a-4d29-9913-f165ede56e98"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-afa1279c-070a-4d29-9913-f165ede56e98"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-afa1279c-070a-4d29-9913-f165ede56e98"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-afa1279c-070a-4d29-9913-f165ede56e98"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-afa1279c-070a-4d29-9913-f165ede56e98"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-afa1279c-070a-4d29-9913-f165ede56e98"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-afa1279c-070a-4d29-9913-f165ede56e98"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-afa1279c-070a-4d29-9913-f165ede56e98"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-afa1279c-070a-4d29-9913-f165ede56e98"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-afa1279c-070a-4d29-9913-f165ede56e98"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-afa1279c-070a-4d29-9913-f165ede56e98"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-7506fb27-deab-4de2-8249-5b741529cef6 {
  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-fff27728-db83-405a-a0ab-300391af1d44 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-fff27728-db83-405a-a0ab-300391af1d44 .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-cac584e6-dc36-45d9-b810-45fab73000ae {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-cac584e6-dc36-45d9-b810-45fab73000ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cac584e6-dc36-45d9-b810-45fab73000ae.shg-box.shg-c {
  justify-content: center;
}

#s-442baeb7-bc4f-4d5b-ac30-f7062c0aa9bf {
  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-442baeb7-bc4f-4d5b-ac30-f7062c0aa9bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-442baeb7-bc4f-4d5b-ac30-f7062c0aa9bf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-442baeb7-bc4f-4d5b-ac30-f7062c0aa9bf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-442baeb7-bc4f-4d5b-ac30-f7062c0aa9bf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-442baeb7-bc4f-4d5b-ac30-f7062c0aa9bf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-442baeb7-bc4f-4d5b-ac30-f7062c0aa9bf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-442baeb7-bc4f-4d5b-ac30-f7062c0aa9bf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-442baeb7-bc4f-4d5b-ac30-f7062c0aa9bf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-442baeb7-bc4f-4d5b-ac30-f7062c0aa9bf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-442baeb7-bc4f-4d5b-ac30-f7062c0aa9bf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-442baeb7-bc4f-4d5b-ac30-f7062c0aa9bf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-442baeb7-bc4f-4d5b-ac30-f7062c0aa9bf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-442baeb7-bc4f-4d5b-ac30-f7062c0aa9bf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-442baeb7-bc4f-4d5b-ac30-f7062c0aa9bf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-442baeb7-bc4f-4d5b-ac30-f7062c0aa9bf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-442baeb7-bc4f-4d5b-ac30-f7062c0aa9bf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-442baeb7-bc4f-4d5b-ac30-f7062c0aa9bf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-442baeb7-bc4f-4d5b-ac30-f7062c0aa9bf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-442baeb7-bc4f-4d5b-ac30-f7062c0aa9bf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-442baeb7-bc4f-4d5b-ac30-f7062c0aa9bf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-442baeb7-bc4f-4d5b-ac30-f7062c0aa9bf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-442baeb7-bc4f-4d5b-ac30-f7062c0aa9bf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-442baeb7-bc4f-4d5b-ac30-f7062c0aa9bf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-442baeb7-bc4f-4d5b-ac30-f7062c0aa9bf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-442baeb7-bc4f-4d5b-ac30-f7062c0aa9bf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-442baeb7-bc4f-4d5b-ac30-f7062c0aa9bf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-442baeb7-bc4f-4d5b-ac30-f7062c0aa9bf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-442baeb7-bc4f-4d5b-ac30-f7062c0aa9bf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-442baeb7-bc4f-4d5b-ac30-f7062c0aa9bf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-442baeb7-bc4f-4d5b-ac30-f7062c0aa9bf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-442baeb7-bc4f-4d5b-ac30-f7062c0aa9bf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-442baeb7-bc4f-4d5b-ac30-f7062c0aa9bf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-442baeb7-bc4f-4d5b-ac30-f7062c0aa9bf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-442baeb7-bc4f-4d5b-ac30-f7062c0aa9bf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-442baeb7-bc4f-4d5b-ac30-f7062c0aa9bf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-442baeb7-bc4f-4d5b-ac30-f7062c0aa9bf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-442baeb7-bc4f-4d5b-ac30-f7062c0aa9bf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-17b97d17-aba7-4ce3-8e77-9c2850640c70 {
  min-height: 400px;
}








#s-17b97d17-aba7-4ce3-8e77-9c2850640c70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17b97d17-aba7-4ce3-8e77-9c2850640c70.shg-box.shg-c {
  justify-content: center;
}

#s-1e1ee6d1-2040-4f64-b90b-033b3fd74c81 {
  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-1e1ee6d1-2040-4f64-b90b-033b3fd74c81 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1e1ee6d1-2040-4f64-b90b-033b3fd74c81 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1e1ee6d1-2040-4f64-b90b-033b3fd74c81 {
  
}
}@media (max-width: 767px){#s-1e1ee6d1-2040-4f64-b90b-033b3fd74c81 {
  
}
}
#s-76abbc18-1ae1-488f-b507-382bf0f2a4a9 {
  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-76abbc18-1ae1-488f-b507-382bf0f2a4a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76abbc18-1ae1-488f-b507-382bf0f2a4a9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-76abbc18-1ae1-488f-b507-382bf0f2a4a9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-76abbc18-1ae1-488f-b507-382bf0f2a4a9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-76abbc18-1ae1-488f-b507-382bf0f2a4a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-76abbc18-1ae1-488f-b507-382bf0f2a4a9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-76abbc18-1ae1-488f-b507-382bf0f2a4a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-76abbc18-1ae1-488f-b507-382bf0f2a4a9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-76abbc18-1ae1-488f-b507-382bf0f2a4a9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-76abbc18-1ae1-488f-b507-382bf0f2a4a9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-76abbc18-1ae1-488f-b507-382bf0f2a4a9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-76abbc18-1ae1-488f-b507-382bf0f2a4a9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-76abbc18-1ae1-488f-b507-382bf0f2a4a9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-76abbc18-1ae1-488f-b507-382bf0f2a4a9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-76abbc18-1ae1-488f-b507-382bf0f2a4a9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-76abbc18-1ae1-488f-b507-382bf0f2a4a9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-76abbc18-1ae1-488f-b507-382bf0f2a4a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-76abbc18-1ae1-488f-b507-382bf0f2a4a9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-76abbc18-1ae1-488f-b507-382bf0f2a4a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-76abbc18-1ae1-488f-b507-382bf0f2a4a9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-76abbc18-1ae1-488f-b507-382bf0f2a4a9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-76abbc18-1ae1-488f-b507-382bf0f2a4a9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-76abbc18-1ae1-488f-b507-382bf0f2a4a9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-76abbc18-1ae1-488f-b507-382bf0f2a4a9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-76abbc18-1ae1-488f-b507-382bf0f2a4a9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-76abbc18-1ae1-488f-b507-382bf0f2a4a9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-76abbc18-1ae1-488f-b507-382bf0f2a4a9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-76abbc18-1ae1-488f-b507-382bf0f2a4a9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-76abbc18-1ae1-488f-b507-382bf0f2a4a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-76abbc18-1ae1-488f-b507-382bf0f2a4a9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-76abbc18-1ae1-488f-b507-382bf0f2a4a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-76abbc18-1ae1-488f-b507-382bf0f2a4a9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-76abbc18-1ae1-488f-b507-382bf0f2a4a9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-76abbc18-1ae1-488f-b507-382bf0f2a4a9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-76abbc18-1ae1-488f-b507-382bf0f2a4a9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-76abbc18-1ae1-488f-b507-382bf0f2a4a9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-76abbc18-1ae1-488f-b507-382bf0f2a4a9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-33873672-ac0b-4352-9f09-4651bd3ff69b {
  min-height: 400px;
}








#s-33873672-ac0b-4352-9f09-4651bd3ff69b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33873672-ac0b-4352-9f09-4651bd3ff69b.shg-box.shg-c {
  justify-content: center;
}

#s-c9d16273-be7b-4f32-af2f-ba1afcaa8837 {
  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-c9d16273-be7b-4f32-af2f-ba1afcaa8837 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9d16273-be7b-4f32-af2f-ba1afcaa8837 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9d16273-be7b-4f32-af2f-ba1afcaa8837 {
  
}
}@media (max-width: 767px){#s-c9d16273-be7b-4f32-af2f-ba1afcaa8837 {
  
}
}
#s-2eeaea86-58c4-4bb9-b2d9-9b5e44bd2baa {
  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-2eeaea86-58c4-4bb9-b2d9-9b5e44bd2baa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2eeaea86-58c4-4bb9-b2d9-9b5e44bd2baa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2eeaea86-58c4-4bb9-b2d9-9b5e44bd2baa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2eeaea86-58c4-4bb9-b2d9-9b5e44bd2baa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2eeaea86-58c4-4bb9-b2d9-9b5e44bd2baa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2eeaea86-58c4-4bb9-b2d9-9b5e44bd2baa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2eeaea86-58c4-4bb9-b2d9-9b5e44bd2baa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2eeaea86-58c4-4bb9-b2d9-9b5e44bd2baa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2eeaea86-58c4-4bb9-b2d9-9b5e44bd2baa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2eeaea86-58c4-4bb9-b2d9-9b5e44bd2baa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2eeaea86-58c4-4bb9-b2d9-9b5e44bd2baa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2eeaea86-58c4-4bb9-b2d9-9b5e44bd2baa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2eeaea86-58c4-4bb9-b2d9-9b5e44bd2baa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2eeaea86-58c4-4bb9-b2d9-9b5e44bd2baa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2eeaea86-58c4-4bb9-b2d9-9b5e44bd2baa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2eeaea86-58c4-4bb9-b2d9-9b5e44bd2baa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2eeaea86-58c4-4bb9-b2d9-9b5e44bd2baa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2eeaea86-58c4-4bb9-b2d9-9b5e44bd2baa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2eeaea86-58c4-4bb9-b2d9-9b5e44bd2baa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2eeaea86-58c4-4bb9-b2d9-9b5e44bd2baa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2eeaea86-58c4-4bb9-b2d9-9b5e44bd2baa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2eeaea86-58c4-4bb9-b2d9-9b5e44bd2baa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2eeaea86-58c4-4bb9-b2d9-9b5e44bd2baa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2eeaea86-58c4-4bb9-b2d9-9b5e44bd2baa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2eeaea86-58c4-4bb9-b2d9-9b5e44bd2baa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2eeaea86-58c4-4bb9-b2d9-9b5e44bd2baa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2eeaea86-58c4-4bb9-b2d9-9b5e44bd2baa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2eeaea86-58c4-4bb9-b2d9-9b5e44bd2baa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2eeaea86-58c4-4bb9-b2d9-9b5e44bd2baa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2eeaea86-58c4-4bb9-b2d9-9b5e44bd2baa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2eeaea86-58c4-4bb9-b2d9-9b5e44bd2baa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2eeaea86-58c4-4bb9-b2d9-9b5e44bd2baa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2eeaea86-58c4-4bb9-b2d9-9b5e44bd2baa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2eeaea86-58c4-4bb9-b2d9-9b5e44bd2baa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2eeaea86-58c4-4bb9-b2d9-9b5e44bd2baa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2eeaea86-58c4-4bb9-b2d9-9b5e44bd2baa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2eeaea86-58c4-4bb9-b2d9-9b5e44bd2baa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-de728ec7-4400-4d5d-ba4f-bbad0070233c {
  min-height: 400px;
}








#s-de728ec7-4400-4d5d-ba4f-bbad0070233c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de728ec7-4400-4d5d-ba4f-bbad0070233c.shg-box.shg-c {
  justify-content: center;
}

#s-5e875e2f-2ce4-4552-9324-357b44ea0aa4 {
  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-5e875e2f-2ce4-4552-9324-357b44ea0aa4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5e875e2f-2ce4-4552-9324-357b44ea0aa4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5e875e2f-2ce4-4552-9324-357b44ea0aa4 {
  
}
}@media (max-width: 767px){#s-5e875e2f-2ce4-4552-9324-357b44ea0aa4 {
  
}
}
#s-1f473eeb-d9d1-4e4e-a2dc-faf4f184734f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 400px;
background-position: center center;
}








#s-1f473eeb-d9d1-4e4e-a2dc-faf4f184734f > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-1f473eeb-d9d1-4e4e-a2dc-faf4f184734f.shg-box.shg-c {
  justify-content: center;
}

#s-61faeaa3-412a-44cf-9ae8-317826f1613c {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-61faeaa3-412a-44cf-9ae8-317826f1613c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61faeaa3-412a-44cf-9ae8-317826f1613c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-61faeaa3-412a-44cf-9ae8-317826f1613c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-61faeaa3-412a-44cf-9ae8-317826f1613c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-61faeaa3-412a-44cf-9ae8-317826f1613c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-61faeaa3-412a-44cf-9ae8-317826f1613c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-61faeaa3-412a-44cf-9ae8-317826f1613c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-61faeaa3-412a-44cf-9ae8-317826f1613c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-61faeaa3-412a-44cf-9ae8-317826f1613c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-61faeaa3-412a-44cf-9ae8-317826f1613c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-61faeaa3-412a-44cf-9ae8-317826f1613c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-61faeaa3-412a-44cf-9ae8-317826f1613c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-61faeaa3-412a-44cf-9ae8-317826f1613c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-61faeaa3-412a-44cf-9ae8-317826f1613c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-61faeaa3-412a-44cf-9ae8-317826f1613c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-61faeaa3-412a-44cf-9ae8-317826f1613c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-61faeaa3-412a-44cf-9ae8-317826f1613c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-61faeaa3-412a-44cf-9ae8-317826f1613c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-61faeaa3-412a-44cf-9ae8-317826f1613c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-61faeaa3-412a-44cf-9ae8-317826f1613c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-61faeaa3-412a-44cf-9ae8-317826f1613c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-61faeaa3-412a-44cf-9ae8-317826f1613c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-61faeaa3-412a-44cf-9ae8-317826f1613c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-61faeaa3-412a-44cf-9ae8-317826f1613c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-61faeaa3-412a-44cf-9ae8-317826f1613c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-61faeaa3-412a-44cf-9ae8-317826f1613c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-61faeaa3-412a-44cf-9ae8-317826f1613c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-61faeaa3-412a-44cf-9ae8-317826f1613c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-61faeaa3-412a-44cf-9ae8-317826f1613c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-61faeaa3-412a-44cf-9ae8-317826f1613c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-61faeaa3-412a-44cf-9ae8-317826f1613c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-61faeaa3-412a-44cf-9ae8-317826f1613c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-61faeaa3-412a-44cf-9ae8-317826f1613c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-61faeaa3-412a-44cf-9ae8-317826f1613c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-61faeaa3-412a-44cf-9ae8-317826f1613c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-61faeaa3-412a-44cf-9ae8-317826f1613c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-61faeaa3-412a-44cf-9ae8-317826f1613c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-d138abb5-0deb-4db4-823a-5d660815b9e1 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-d138abb5-0deb-4db4-823a-5d660815b9e1 .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-897f3873-9bb6-4db0-896f-48bb9ae73837 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-897f3873-9bb6-4db0-896f-48bb9ae73837 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-897f3873-9bb6-4db0-896f-48bb9ae73837.shg-box.shg-c {
  justify-content: center;
}

#s-3514baad-7b06-4a2d-ab60-a07aabff5cb7 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-3514baad-7b06-4a2d-ab60-a07aabff5cb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3514baad-7b06-4a2d-ab60-a07aabff5cb7.shg-box.shg-c {
  justify-content: center;
}

#s-ea52cec8-fbe6-471f-abab-6b9cd01a5736 {
  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-ea52cec8-fbe6-471f-abab-6b9cd01a5736 > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-ea52cec8-fbe6-471f-abab-6b9cd01a5736.shg-box.shg-c {
  justify-content: center;
}

#s-5d704941-2339-4999-99a4-7ccb4fe5d24c {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5d704941-2339-4999-99a4-7ccb4fe5d24c {
  
}
}
#s-5d704941-2339-4999-99a4-7ccb4fe5d24c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-5d704941-2339-4999-99a4-7ccb4fe5d24c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-5d704941-2339-4999-99a4-7ccb4fe5d24c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-5d704941-2339-4999-99a4-7ccb4fe5d24c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-5d704941-2339-4999-99a4-7ccb4fe5d24c > .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-5d704941-2339-4999-99a4-7ccb4fe5d24c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-21cd8a38-0787-473b-b226-b04e3bb77315 {
  
}

@media (min-width: 0px) {
[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-21cd8a38-0787-473b-b226-b04e3bb77315"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-47f178cd-e1ed-46bb-bdbd-4df5733e27eb {
  text-align: center;
}




  #s-47f178cd-e1ed-46bb-bdbd-4df5733e27eb img.shogun-image {
    
    width: px;
  }


#s-47f178cd-e1ed-46bb-bdbd-4df5733e27eb .shogun-image-content {
  
    align-items: center;
  
}

#s-a0ca851e-75d9-4dcb-be81-aa9421231520 {
  min-height: 50px;
}








#s-a0ca851e-75d9-4dcb-be81-aa9421231520 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0ca851e-75d9-4dcb-be81-aa9421231520.shg-box.shg-c {
  justify-content: center;
}

#s-4fc66e08-9614-4cff-b4bd-381ca14b18b6 {
  margin-top: 40%;
margin-bottom: 40%;
background-color: rgba(255, 255, 255, 0);
}

#s-2e48ac2f-08aa-40b4-9313-224ee10275bf {
  
}

@media (min-width: 0px) {
[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2e48ac2f-08aa-40b4-9313-224ee10275bf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6429a407-5ad3-4269-a823-cfb32dac3e40 {
  min-height: 50px;
}








#s-6429a407-5ad3-4269-a823-cfb32dac3e40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6429a407-5ad3-4269-a823-cfb32dac3e40.shg-box.shg-c {
  justify-content: center;
}

#s-3e018fd1-955c-4759-9cc1-e7d642c2e920 {
  
}

@media (min-width: 0px) {
[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3e018fd1-955c-4759-9cc1-e7d642c2e920"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bb4d85c8-554b-4de2-b964-90daac15ac3c {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-cda4a737-93e1-4e27-badb-266400dd3fff {
  margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-3c58c91a-fcb0-4626-a408-9ba80d509dc3 {
  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-3c58c91a-fcb0-4626-a408-9ba80d509dc3 .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-440b9379-63dd-4a9c-bdf4-c14298c8fa40 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-4f004e0c-b8f4-41ce-8e22-7e681c27f988 {
  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-e6bc253d-1792-498d-9dfa-a4d26f30c561 {
  text-align: left;
}


.shg-c#s-e6bc253d-1792-498d-9dfa-a4d26f30c561 {
  max-width: 100%;
}

.shg-c#s-e6bc253d-1792-498d-9dfa-a4d26f30c561 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6bc253d-1792-498d-9dfa-a4d26f30c561 .shg-image-zoom,
.shg-c#s-e6bc253d-1792-498d-9dfa-a4d26f30c561 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6bc253d-1792-498d-9dfa-a4d26f30c561 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e6bc253d-1792-498d-9dfa-a4d26f30c561 {
  max-width: 100%;
}

.shg-c#s-e6bc253d-1792-498d-9dfa-a4d26f30c561 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6bc253d-1792-498d-9dfa-a4d26f30c561 .shg-image-zoom,
.shg-c#s-e6bc253d-1792-498d-9dfa-a4d26f30c561 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6bc253d-1792-498d-9dfa-a4d26f30c561 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e6bc253d-1792-498d-9dfa-a4d26f30c561 {
  max-width: 100%;
}

.shg-c#s-e6bc253d-1792-498d-9dfa-a4d26f30c561 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6bc253d-1792-498d-9dfa-a4d26f30c561 .shg-image-zoom,
.shg-c#s-e6bc253d-1792-498d-9dfa-a4d26f30c561 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6bc253d-1792-498d-9dfa-a4d26f30c561 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e6bc253d-1792-498d-9dfa-a4d26f30c561 {
  max-width: 100%;
}

.shg-c#s-e6bc253d-1792-498d-9dfa-a4d26f30c561 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6bc253d-1792-498d-9dfa-a4d26f30c561 .shg-image-zoom,
.shg-c#s-e6bc253d-1792-498d-9dfa-a4d26f30c561 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6bc253d-1792-498d-9dfa-a4d26f30c561 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e6bc253d-1792-498d-9dfa-a4d26f30c561 {
  max-width: 100%;
}

.shg-c#s-e6bc253d-1792-498d-9dfa-a4d26f30c561 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6bc253d-1792-498d-9dfa-a4d26f30c561 .shg-image-zoom,
.shg-c#s-e6bc253d-1792-498d-9dfa-a4d26f30c561 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6bc253d-1792-498d-9dfa-a4d26f30c561 .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-3fa3a5d0-aeb9-4276-9741-ee33a6bb9c1a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3fa3a5d0-aeb9-4276-9741-ee33a6bb9c1a .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-dffd9e4f-2297-4287-b51c-f4b20270b3b7 {
  display: none;
}
#s-dbea5c73-23bf-4293-b89e-6681c1ce8209 {
  text-align: left;
}


.shg-c#s-dbea5c73-23bf-4293-b89e-6681c1ce8209 {
  max-width: 100%;
}

.shg-c#s-dbea5c73-23bf-4293-b89e-6681c1ce8209 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbea5c73-23bf-4293-b89e-6681c1ce8209 .shg-image-zoom,
.shg-c#s-dbea5c73-23bf-4293-b89e-6681c1ce8209 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dbea5c73-23bf-4293-b89e-6681c1ce8209 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-dbea5c73-23bf-4293-b89e-6681c1ce8209 {
  max-width: 100%;
}

.shg-c#s-dbea5c73-23bf-4293-b89e-6681c1ce8209 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbea5c73-23bf-4293-b89e-6681c1ce8209 .shg-image-zoom,
.shg-c#s-dbea5c73-23bf-4293-b89e-6681c1ce8209 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dbea5c73-23bf-4293-b89e-6681c1ce8209 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dbea5c73-23bf-4293-b89e-6681c1ce8209 {
  max-width: 100%;
}

.shg-c#s-dbea5c73-23bf-4293-b89e-6681c1ce8209 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbea5c73-23bf-4293-b89e-6681c1ce8209 .shg-image-zoom,
.shg-c#s-dbea5c73-23bf-4293-b89e-6681c1ce8209 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dbea5c73-23bf-4293-b89e-6681c1ce8209 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dbea5c73-23bf-4293-b89e-6681c1ce8209 {
  max-width: 100%;
}

.shg-c#s-dbea5c73-23bf-4293-b89e-6681c1ce8209 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbea5c73-23bf-4293-b89e-6681c1ce8209 .shg-image-zoom,
.shg-c#s-dbea5c73-23bf-4293-b89e-6681c1ce8209 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dbea5c73-23bf-4293-b89e-6681c1ce8209 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-dbea5c73-23bf-4293-b89e-6681c1ce8209 {
  max-width: 100%;
}

.shg-c#s-dbea5c73-23bf-4293-b89e-6681c1ce8209 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbea5c73-23bf-4293-b89e-6681c1ce8209 .shg-image-zoom,
.shg-c#s-dbea5c73-23bf-4293-b89e-6681c1ce8209 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dbea5c73-23bf-4293-b89e-6681c1ce8209 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d782a97e-164f-484a-be1d-9af6769f65b8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d782a97e-164f-484a-be1d-9af6769f65b8 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-d73bf2cc-33c2-41e8-92d7-ee16ae4ec644 {
  display: none;
}
#s-72e58e51-9e78-4350-b73b-d8bdc9c4220e {
  text-align: left;
}


.shg-c#s-72e58e51-9e78-4350-b73b-d8bdc9c4220e {
  max-width: 100%;
}

.shg-c#s-72e58e51-9e78-4350-b73b-d8bdc9c4220e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72e58e51-9e78-4350-b73b-d8bdc9c4220e .shg-image-zoom,
.shg-c#s-72e58e51-9e78-4350-b73b-d8bdc9c4220e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72e58e51-9e78-4350-b73b-d8bdc9c4220e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-72e58e51-9e78-4350-b73b-d8bdc9c4220e {
  max-width: 100%;
}

.shg-c#s-72e58e51-9e78-4350-b73b-d8bdc9c4220e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72e58e51-9e78-4350-b73b-d8bdc9c4220e .shg-image-zoom,
.shg-c#s-72e58e51-9e78-4350-b73b-d8bdc9c4220e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72e58e51-9e78-4350-b73b-d8bdc9c4220e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-72e58e51-9e78-4350-b73b-d8bdc9c4220e {
  max-width: 100%;
}

.shg-c#s-72e58e51-9e78-4350-b73b-d8bdc9c4220e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72e58e51-9e78-4350-b73b-d8bdc9c4220e .shg-image-zoom,
.shg-c#s-72e58e51-9e78-4350-b73b-d8bdc9c4220e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72e58e51-9e78-4350-b73b-d8bdc9c4220e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-72e58e51-9e78-4350-b73b-d8bdc9c4220e {
  max-width: 100%;
}

.shg-c#s-72e58e51-9e78-4350-b73b-d8bdc9c4220e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72e58e51-9e78-4350-b73b-d8bdc9c4220e .shg-image-zoom,
.shg-c#s-72e58e51-9e78-4350-b73b-d8bdc9c4220e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72e58e51-9e78-4350-b73b-d8bdc9c4220e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-72e58e51-9e78-4350-b73b-d8bdc9c4220e {
  max-width: 100%;
}

.shg-c#s-72e58e51-9e78-4350-b73b-d8bdc9c4220e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72e58e51-9e78-4350-b73b-d8bdc9c4220e .shg-image-zoom,
.shg-c#s-72e58e51-9e78-4350-b73b-d8bdc9c4220e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72e58e51-9e78-4350-b73b-d8bdc9c4220e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-40527f7b-789c-4e26-90a5-c0f350f56ab9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-40527f7b-789c-4e26-90a5-c0f350f56ab9 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-8e3d4298-cb49-4f06-960d-9a521f6683e1 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-8e3d4298-cb49-4f06-960d-9a521f6683e1 .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-5ef1d674-80a5-4ef8-b4d2-467dd87611e2 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
min-height: 400px;
background-position: center center;
}








#s-5ef1d674-80a5-4ef8-b4d2-467dd87611e2 > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-5ef1d674-80a5-4ef8-b4d2-467dd87611e2.shg-box.shg-c {
  justify-content: center;
}

#s-7d07bd77-f86a-4399-bb39-feffe215a785 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-7d07bd77-f86a-4399-bb39-feffe215a785"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d07bd77-f86a-4399-bb39-feffe215a785"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-7d07bd77-f86a-4399-bb39-feffe215a785"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-7d07bd77-f86a-4399-bb39-feffe215a785"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-7d07bd77-f86a-4399-bb39-feffe215a785"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-7d07bd77-f86a-4399-bb39-feffe215a785"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-7d07bd77-f86a-4399-bb39-feffe215a785"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-7d07bd77-f86a-4399-bb39-feffe215a785"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-7d07bd77-f86a-4399-bb39-feffe215a785"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-7d07bd77-f86a-4399-bb39-feffe215a785"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-7d07bd77-f86a-4399-bb39-feffe215a785"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-7d07bd77-f86a-4399-bb39-feffe215a785"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-7d07bd77-f86a-4399-bb39-feffe215a785"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-7d07bd77-f86a-4399-bb39-feffe215a785"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-7d07bd77-f86a-4399-bb39-feffe215a785"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-7d07bd77-f86a-4399-bb39-feffe215a785"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-7d07bd77-f86a-4399-bb39-feffe215a785"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-7d07bd77-f86a-4399-bb39-feffe215a785"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-7d07bd77-f86a-4399-bb39-feffe215a785"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-7d07bd77-f86a-4399-bb39-feffe215a785"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-7d07bd77-f86a-4399-bb39-feffe215a785"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-7d07bd77-f86a-4399-bb39-feffe215a785"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-7d07bd77-f86a-4399-bb39-feffe215a785"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-7d07bd77-f86a-4399-bb39-feffe215a785"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-7d07bd77-f86a-4399-bb39-feffe215a785"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-7d07bd77-f86a-4399-bb39-feffe215a785"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-7d07bd77-f86a-4399-bb39-feffe215a785"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-7d07bd77-f86a-4399-bb39-feffe215a785"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-7d07bd77-f86a-4399-bb39-feffe215a785"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-7d07bd77-f86a-4399-bb39-feffe215a785"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-7d07bd77-f86a-4399-bb39-feffe215a785"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-7d07bd77-f86a-4399-bb39-feffe215a785"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-7d07bd77-f86a-4399-bb39-feffe215a785"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-7d07bd77-f86a-4399-bb39-feffe215a785"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-7d07bd77-f86a-4399-bb39-feffe215a785"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-7d07bd77-f86a-4399-bb39-feffe215a785"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-7d07bd77-f86a-4399-bb39-feffe215a785"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-9843efc5-e7b1-49fe-8160-b7b8e223698e {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-9843efc5-e7b1-49fe-8160-b7b8e223698e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9843efc5-e7b1-49fe-8160-b7b8e223698e.shg-box.shg-c {
  justify-content: center;
}

#s-ae53d835-31a9-49ad-87ab-bf6bf82cb0dc {
  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-ae53d835-31a9-49ad-87ab-bf6bf82cb0dc > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-ae53d835-31a9-49ad-87ab-bf6bf82cb0dc.shg-box.shg-c {
  justify-content: center;
}

#s-080b9aeb-7df9-4b8b-95e9-5ee34d074024 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-080b9aeb-7df9-4b8b-95e9-5ee34d074024 {
  
}
}
#s-080b9aeb-7df9-4b8b-95e9-5ee34d074024 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-080b9aeb-7df9-4b8b-95e9-5ee34d074024 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-080b9aeb-7df9-4b8b-95e9-5ee34d074024 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-080b9aeb-7df9-4b8b-95e9-5ee34d074024 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-080b9aeb-7df9-4b8b-95e9-5ee34d074024 > .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-080b9aeb-7df9-4b8b-95e9-5ee34d074024 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-55abc13f-e03e-4e0d-86fa-808bbaad5910 {
  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-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-55abc13f-e03e-4e0d-86fa-808bbaad5910"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-97c58199-8ea3-4231-85f4-96f6171c0a6f {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-db2fbb96-368c-4b39-ab6f-75267e2c1af1 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-0cd01050-e72e-4926-87cc-1554259b5acb {
  
}

@media (min-width: 0px) {
[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0cd01050-e72e-4926-87cc-1554259b5acb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0d949a31-d423-45f3-979e-89a9e536a267 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-36d84f13-1283-4b7d-9c74-cf38d8bb34ec {
  margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-dffbcee1-a605-469c-ab36-02f1fe320745 {
  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-dffbcee1-a605-469c-ab36-02f1fe320745 img.shogun-image {
    
    width: px;
  }


#s-dffbcee1-a605-469c-ab36-02f1fe320745 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e650d617-827d-4869-8081-029a8bd39dd3 {
  border-style: solid;
margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(3, 3, 3, 0);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(252, 252, 252, 1);
background-position: left undefined;
}
#s-e650d617-827d-4869-8081-029a8bd39dd3:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(10, 34, 64, 0.8) !important;}#s-e650d617-827d-4869-8081-029a8bd39dd3:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e650d617-827d-4869-8081-029a8bd39dd3-btn-wrapper {
    text-align: center;
  }


#s-e650d617-827d-4869-8081-029a8bd39dd3.shg-btn {
  color: rgba(252, 252, 252, 1);
  font-size: ;
  
  
  font-family: Oswald;
  display:  inline-block ;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
