.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;
}

.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;
}

#s-e12071fc-53e4-4174-9198-7ad4f6762628 {
  padding-top: 5px;
padding-left: 2px;
padding-bottom: 5px;
padding-right: 2px;
}

@media (min-width: 0px) {
[id="s-e12071fc-53e4-4174-9198-7ad4f6762628"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-e12071fc-53e4-4174-9198-7ad4f6762628"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e12071fc-53e4-4174-9198-7ad4f6762628"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-e12071fc-53e4-4174-9198-7ad4f6762628"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-e12071fc-53e4-4174-9198-7ad4f6762628"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-e12071fc-53e4-4174-9198-7ad4f6762628"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-e12071fc-53e4-4174-9198-7ad4f6762628"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-e12071fc-53e4-4174-9198-7ad4f6762628"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-e12071fc-53e4-4174-9198-7ad4f6762628"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-e12071fc-53e4-4174-9198-7ad4f6762628"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-e12071fc-53e4-4174-9198-7ad4f6762628"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-e12071fc-53e4-4174-9198-7ad4f6762628"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-e12071fc-53e4-4174-9198-7ad4f6762628"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-e12071fc-53e4-4174-9198-7ad4f6762628"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-e12071fc-53e4-4174-9198-7ad4f6762628"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-e12071fc-53e4-4174-9198-7ad4f6762628"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-e12071fc-53e4-4174-9198-7ad4f6762628"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-e12071fc-53e4-4174-9198-7ad4f6762628"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-e12071fc-53e4-4174-9198-7ad4f6762628"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-e12071fc-53e4-4174-9198-7ad4f6762628"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-e12071fc-53e4-4174-9198-7ad4f6762628"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-e12071fc-53e4-4174-9198-7ad4f6762628"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-e12071fc-53e4-4174-9198-7ad4f6762628"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-e12071fc-53e4-4174-9198-7ad4f6762628"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-e12071fc-53e4-4174-9198-7ad4f6762628"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-e12071fc-53e4-4174-9198-7ad4f6762628"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-e12071fc-53e4-4174-9198-7ad4f6762628"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-e12071fc-53e4-4174-9198-7ad4f6762628"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-e12071fc-53e4-4174-9198-7ad4f6762628"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-e12071fc-53e4-4174-9198-7ad4f6762628"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-e12071fc-53e4-4174-9198-7ad4f6762628"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-e12071fc-53e4-4174-9198-7ad4f6762628"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-e12071fc-53e4-4174-9198-7ad4f6762628"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-e12071fc-53e4-4174-9198-7ad4f6762628"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-e12071fc-53e4-4174-9198-7ad4f6762628"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-e12071fc-53e4-4174-9198-7ad4f6762628"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-e12071fc-53e4-4174-9198-7ad4f6762628"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-e12071fc-53e4-4174-9198-7ad4f6762628"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

.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-1aaab00a-fb02-4692-bf96-f157c5483bfe {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
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(85, 123, 151, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(67, 96, 118, 1);
}
#s-1aaab00a-fb02-4692-bf96-f157c5483bfe:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(67, 96, 118, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1aaab00a-fb02-4692-bf96-f157c5483bfe:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(67, 96, 118, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-1aaab00a-fb02-4692-bf96-f157c5483bfe.shg-btn {
  color: rgba(67, 96, 118, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ade3a4f1-69b0-4330-bdd2-409ffc57b2ed {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
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(85, 123, 151, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(67, 96, 118, 1);
}
#s-ade3a4f1-69b0-4330-bdd2-409ffc57b2ed:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(67, 96, 118, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ade3a4f1-69b0-4330-bdd2-409ffc57b2ed:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(67, 96, 118, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-ade3a4f1-69b0-4330-bdd2-409ffc57b2ed.shg-btn {
  color: rgba(67, 96, 118, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-05d5b442-1f8d-4d48-a9eb-5d00ab851633 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
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(67, 96, 118, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(85, 123, 151, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-05d5b442-1f8d-4d48-a9eb-5d00ab851633:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(67, 96, 118, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-05d5b442-1f8d-4d48-a9eb-5d00ab851633:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(67, 96, 118, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-05d5b442-1f8d-4d48-a9eb-5d00ab851633.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-35bfa573-ccff-44a4-9580-a30523ab1bdd {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
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(85, 123, 151, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(67, 96, 118, 1);
}
#s-35bfa573-ccff-44a4-9580-a30523ab1bdd:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(67, 96, 118, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-35bfa573-ccff-44a4-9580-a30523ab1bdd:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(67, 96, 118, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-35bfa573-ccff-44a4-9580-a30523ab1bdd.shg-btn {
  color: rgba(67, 96, 118, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.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-6ad8cac7-2748-48f0-afbf-cc8952a746d9 {
  min-height: 50px;
}








#s-6ad8cac7-2748-48f0-afbf-cc8952a746d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ad8cac7-2748-48f0-afbf-cc8952a746d9.shg-box.shg-c {
  justify-content: center;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-793fca57-73ca-4dc4-ac20-90be680a88d1 {
  
}

#s-793fca57-73ca-4dc4-ac20-90be680a88d1 .shogun-tabs {
  justify-content: center;
}

#s-793fca57-73ca-4dc4-ac20-90be680a88d1 .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-793fca57-73ca-4dc4-ac20-90be680a88d1 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-793fca57-73ca-4dc4-ac20-90be680a88d1 .shogun-tabs > li > .shogun-tab-box::after {
    background: rgba(188, 188, 188, 1);
    border: 1px solid #DDDDDD;
  }
  #s-793fca57-73ca-4dc4-ac20-90be680a88d1 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box::after  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(221, 221, 221, 1);
  }
#s-793fca57-73ca-4dc4-ac20-90be680a88d1 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
  font-family: Lato;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-793fca57-73ca-4dc4-ac20-90be680a88d1 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-793fca57-73ca-4dc4-ac20-90be680a88d1 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-793fca57-73ca-4dc4-ac20-90be680a88d1 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-793fca57-73ca-4dc4-ac20-90be680a88d1 .shogun-tab {
  max-width: calc(100% / 4 - (4 - 2) * 2px / 4);
}

#s-68124f10-d593-4d93-ad69-ab6cee4365f3 {
  min-height: 50px;
}








#s-68124f10-d593-4d93-ad69-ab6cee4365f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68124f10-d593-4d93-ad69-ab6cee4365f3.shg-box.shg-c {
  justify-content: center;
}

#s-a74394fd-ce3b-4c76-a81c-9114c9786a13 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-a74394fd-ce3b-4c76-a81c-9114c9786a13"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-a74394fd-ce3b-4c76-a81c-9114c9786a13"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a74394fd-ce3b-4c76-a81c-9114c9786a13"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a74394fd-ce3b-4c76-a81c-9114c9786a13"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a74394fd-ce3b-4c76-a81c-9114c9786a13"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a74394fd-ce3b-4c76-a81c-9114c9786a13"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a74394fd-ce3b-4c76-a81c-9114c9786a13"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a74394fd-ce3b-4c76-a81c-9114c9786a13"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a74394fd-ce3b-4c76-a81c-9114c9786a13"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a74394fd-ce3b-4c76-a81c-9114c9786a13"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a74394fd-ce3b-4c76-a81c-9114c9786a13"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a74394fd-ce3b-4c76-a81c-9114c9786a13"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a74394fd-ce3b-4c76-a81c-9114c9786a13"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a74394fd-ce3b-4c76-a81c-9114c9786a13"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a74394fd-ce3b-4c76-a81c-9114c9786a13"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a74394fd-ce3b-4c76-a81c-9114c9786a13"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a74394fd-ce3b-4c76-a81c-9114c9786a13"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a74394fd-ce3b-4c76-a81c-9114c9786a13"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a74394fd-ce3b-4c76-a81c-9114c9786a13"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a74394fd-ce3b-4c76-a81c-9114c9786a13"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a74394fd-ce3b-4c76-a81c-9114c9786a13"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a74394fd-ce3b-4c76-a81c-9114c9786a13"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a74394fd-ce3b-4c76-a81c-9114c9786a13"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a74394fd-ce3b-4c76-a81c-9114c9786a13"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a74394fd-ce3b-4c76-a81c-9114c9786a13"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a74394fd-ce3b-4c76-a81c-9114c9786a13"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a74394fd-ce3b-4c76-a81c-9114c9786a13"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a74394fd-ce3b-4c76-a81c-9114c9786a13"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a74394fd-ce3b-4c76-a81c-9114c9786a13"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a74394fd-ce3b-4c76-a81c-9114c9786a13"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a74394fd-ce3b-4c76-a81c-9114c9786a13"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a74394fd-ce3b-4c76-a81c-9114c9786a13"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a74394fd-ce3b-4c76-a81c-9114c9786a13"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a74394fd-ce3b-4c76-a81c-9114c9786a13"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a74394fd-ce3b-4c76-a81c-9114c9786a13"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a74394fd-ce3b-4c76-a81c-9114c9786a13"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a74394fd-ce3b-4c76-a81c-9114c9786a13"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a74394fd-ce3b-4c76-a81c-9114c9786a13"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

.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-e32c3c87-f3da-42f7-b1d1-a4afec4cc5aa {
  text-align: center;
}




  #s-e32c3c87-f3da-42f7-b1d1-a4afec4cc5aa img.shogun-image {
    
    width: px;
  }


#s-e32c3c87-f3da-42f7-b1d1-a4afec4cc5aa .shogun-image-content {
  
    align-items: 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-bf483bae-c64f-4317-9829-f8e42c75c686 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bf483bae-c64f-4317-9829-f8e42c75c686 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6c514504-769e-4b04-a518-826797f51309 {
  padding-bottom: 20px;
}

#s-1a3ab472-60ac-4bad-a896-bbcd57a1c3d4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: left;
background-color: #252525;
text-decoration: none;
}
#s-1a3ab472-60ac-4bad-a896-bbcd57a1c3d4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1a3ab472-60ac-4bad-a896-bbcd57a1c3d4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1a3ab472-60ac-4bad-a896-bbcd57a1c3d4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-50a0429f-4fa4-4987-a11f-bd1d0f4c221e {
  text-align: center;
}




  #s-50a0429f-4fa4-4987-a11f-bd1d0f4c221e img.shogun-image {
    
    width: px;
  }


#s-50a0429f-4fa4-4987-a11f-bd1d0f4c221e .shogun-image-content {
  
    align-items: center;
  
}

#s-d27f6c56-89a2-4d6e-beee-b1eb049d8897 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d27f6c56-89a2-4d6e-beee-b1eb049d8897 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ef03eda1-bec0-4a68-9f3f-9f132953fff1 {
  padding-bottom: 20px;
}

#s-8853762f-8144-45b2-b7e5-396356b8ac68 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: left;
background-color: #252525;
text-decoration: none;
}
#s-8853762f-8144-45b2-b7e5-396356b8ac68:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8853762f-8144-45b2-b7e5-396356b8ac68:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8853762f-8144-45b2-b7e5-396356b8ac68.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-54f1b09f-db10-4873-b324-2a2846523fd2 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-54f1b09f-db10-4873-b324-2a2846523fd2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-54f1b09f-db10-4873-b324-2a2846523fd2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-54f1b09f-db10-4873-b324-2a2846523fd2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-54f1b09f-db10-4873-b324-2a2846523fd2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-54f1b09f-db10-4873-b324-2a2846523fd2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-54f1b09f-db10-4873-b324-2a2846523fd2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-54f1b09f-db10-4873-b324-2a2846523fd2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-54f1b09f-db10-4873-b324-2a2846523fd2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-54f1b09f-db10-4873-b324-2a2846523fd2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-54f1b09f-db10-4873-b324-2a2846523fd2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-54f1b09f-db10-4873-b324-2a2846523fd2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-54f1b09f-db10-4873-b324-2a2846523fd2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-54f1b09f-db10-4873-b324-2a2846523fd2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-54f1b09f-db10-4873-b324-2a2846523fd2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-54f1b09f-db10-4873-b324-2a2846523fd2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-54f1b09f-db10-4873-b324-2a2846523fd2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-54f1b09f-db10-4873-b324-2a2846523fd2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-54f1b09f-db10-4873-b324-2a2846523fd2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-54f1b09f-db10-4873-b324-2a2846523fd2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-54f1b09f-db10-4873-b324-2a2846523fd2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-54f1b09f-db10-4873-b324-2a2846523fd2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-54f1b09f-db10-4873-b324-2a2846523fd2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-54f1b09f-db10-4873-b324-2a2846523fd2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-54f1b09f-db10-4873-b324-2a2846523fd2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-54f1b09f-db10-4873-b324-2a2846523fd2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-54f1b09f-db10-4873-b324-2a2846523fd2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-54f1b09f-db10-4873-b324-2a2846523fd2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-54f1b09f-db10-4873-b324-2a2846523fd2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-54f1b09f-db10-4873-b324-2a2846523fd2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-54f1b09f-db10-4873-b324-2a2846523fd2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-54f1b09f-db10-4873-b324-2a2846523fd2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-54f1b09f-db10-4873-b324-2a2846523fd2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-54f1b09f-db10-4873-b324-2a2846523fd2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-54f1b09f-db10-4873-b324-2a2846523fd2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-54f1b09f-db10-4873-b324-2a2846523fd2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-54f1b09f-db10-4873-b324-2a2846523fd2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-54f1b09f-db10-4873-b324-2a2846523fd2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-54f1b09f-db10-4873-b324-2a2846523fd2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-1ba54e18-901f-40ab-a1ec-ccdfa9696da0 {
  text-align: center;
}




  #s-1ba54e18-901f-40ab-a1ec-ccdfa9696da0 img.shogun-image {
    
    width: px;
  }


#s-1ba54e18-901f-40ab-a1ec-ccdfa9696da0 .shogun-image-content {
  
    align-items: center;
  
}

#s-3d35bb4d-31a6-43fc-a3d9-5c821956eb23 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3d35bb4d-31a6-43fc-a3d9-5c821956eb23 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-458b7344-7e5d-4c6b-a079-ec6a525481c1 {
  padding-bottom: 20px;
}

#s-526f1c9a-1b85-4e92-a318-f554948faf31 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: left;
background-color: #252525;
text-decoration: none;
}
#s-526f1c9a-1b85-4e92-a318-f554948faf31:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-526f1c9a-1b85-4e92-a318-f554948faf31:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-526f1c9a-1b85-4e92-a318-f554948faf31.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fd3f2c56-2fb3-4e0e-94fe-09fcf77f327f {
  text-align: center;
}




  #s-fd3f2c56-2fb3-4e0e-94fe-09fcf77f327f img.shogun-image {
    
    width: px;
  }


#s-fd3f2c56-2fb3-4e0e-94fe-09fcf77f327f .shogun-image-content {
  
    align-items: center;
  
}

#s-f94bdc61-72b8-47d9-877b-380fd35949e7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f94bdc61-72b8-47d9-877b-380fd35949e7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-5f4ebaf9-e66c-4d8c-b8da-892a7cee9d1a {
  padding-bottom: 20px;
}

#s-baa2128c-9c89-4795-b078-4f3241a10557 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: left;
background-color: rgba(85, 123, 151, 1);
text-decoration: none;
hover-type: color;
}
#s-baa2128c-9c89-4795-b078-4f3241a10557:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(67, 96, 118, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-baa2128c-9c89-4795-b078-4f3241a10557:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-baa2128c-9c89-4795-b078-4f3241a10557.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7567a708-b6f3-47b7-95a4-cc996269cfd8 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-7567a708-b6f3-47b7-95a4-cc996269cfd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7567a708-b6f3-47b7-95a4-cc996269cfd8.shg-box.shg-c {
  justify-content: center;
}

#s-ad32b683-c9f0-48e4-b963-70bbfd0386c2 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-ad32b683-c9f0-48e4-b963-70bbfd0386c2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-ad32b683-c9f0-48e4-b963-70bbfd0386c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad32b683-c9f0-48e4-b963-70bbfd0386c2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ad32b683-c9f0-48e4-b963-70bbfd0386c2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ad32b683-c9f0-48e4-b963-70bbfd0386c2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ad32b683-c9f0-48e4-b963-70bbfd0386c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ad32b683-c9f0-48e4-b963-70bbfd0386c2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ad32b683-c9f0-48e4-b963-70bbfd0386c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ad32b683-c9f0-48e4-b963-70bbfd0386c2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ad32b683-c9f0-48e4-b963-70bbfd0386c2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ad32b683-c9f0-48e4-b963-70bbfd0386c2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ad32b683-c9f0-48e4-b963-70bbfd0386c2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ad32b683-c9f0-48e4-b963-70bbfd0386c2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ad32b683-c9f0-48e4-b963-70bbfd0386c2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ad32b683-c9f0-48e4-b963-70bbfd0386c2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ad32b683-c9f0-48e4-b963-70bbfd0386c2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ad32b683-c9f0-48e4-b963-70bbfd0386c2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ad32b683-c9f0-48e4-b963-70bbfd0386c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ad32b683-c9f0-48e4-b963-70bbfd0386c2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ad32b683-c9f0-48e4-b963-70bbfd0386c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ad32b683-c9f0-48e4-b963-70bbfd0386c2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ad32b683-c9f0-48e4-b963-70bbfd0386c2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ad32b683-c9f0-48e4-b963-70bbfd0386c2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ad32b683-c9f0-48e4-b963-70bbfd0386c2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ad32b683-c9f0-48e4-b963-70bbfd0386c2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ad32b683-c9f0-48e4-b963-70bbfd0386c2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ad32b683-c9f0-48e4-b963-70bbfd0386c2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ad32b683-c9f0-48e4-b963-70bbfd0386c2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ad32b683-c9f0-48e4-b963-70bbfd0386c2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ad32b683-c9f0-48e4-b963-70bbfd0386c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ad32b683-c9f0-48e4-b963-70bbfd0386c2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ad32b683-c9f0-48e4-b963-70bbfd0386c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ad32b683-c9f0-48e4-b963-70bbfd0386c2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ad32b683-c9f0-48e4-b963-70bbfd0386c2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ad32b683-c9f0-48e4-b963-70bbfd0386c2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ad32b683-c9f0-48e4-b963-70bbfd0386c2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ad32b683-c9f0-48e4-b963-70bbfd0386c2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ad32b683-c9f0-48e4-b963-70bbfd0386c2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-f0b89a0d-3759-4b8e-8a14-84141af8d24d {
  text-align: center;
}




  #s-f0b89a0d-3759-4b8e-8a14-84141af8d24d img.shogun-image {
    
    width: px;
  }


#s-f0b89a0d-3759-4b8e-8a14-84141af8d24d .shogun-image-content {
  
    align-items: center;
  
}

#s-2a2d4e3a-c931-456e-9702-49c06e31b0cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2a2d4e3a-c931-456e-9702-49c06e31b0cc .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5e73f966-447f-4426-978b-0fcda858b472 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-5e73f966-447f-4426-978b-0fcda858b472:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5e73f966-447f-4426-978b-0fcda858b472:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5e73f966-447f-4426-978b-0fcda858b472.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9bd61889-9778-4c9e-af46-f8095fecb31f {
  text-align: center;
}




  #s-9bd61889-9778-4c9e-af46-f8095fecb31f img.shogun-image {
    
    width: px;
  }


#s-9bd61889-9778-4c9e-af46-f8095fecb31f .shogun-image-content {
  
    align-items: center;
  
}

#s-596df950-b2f6-442b-a500-b0e982e060c1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-596df950-b2f6-442b-a500-b0e982e060c1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-01908f19-6119-4626-bb14-1cbc966934c8 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-01908f19-6119-4626-bb14-1cbc966934c8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-01908f19-6119-4626-bb14-1cbc966934c8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-01908f19-6119-4626-bb14-1cbc966934c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-31c94b89-f6c2-405a-9e08-a9b35d9ee416 {
  text-align: center;
}




  #s-31c94b89-f6c2-405a-9e08-a9b35d9ee416 img.shogun-image {
    
    width: px;
  }


#s-31c94b89-f6c2-405a-9e08-a9b35d9ee416 .shogun-image-content {
  
    align-items: center;
  
}

#s-caf3ee1b-6fb7-4e7b-8557-f2f248f78147 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-caf3ee1b-6fb7-4e7b-8557-f2f248f78147 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-37cac4b6-dd44-4eef-94de-40c1bf9688ba {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-37cac4b6-dd44-4eef-94de-40c1bf9688ba:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-37cac4b6-dd44-4eef-94de-40c1bf9688ba:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-37cac4b6-dd44-4eef-94de-40c1bf9688ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5c56c077-199d-4e82-841f-01f99dde63e3 {
  text-align: center;
}




  #s-5c56c077-199d-4e82-841f-01f99dde63e3 img.shogun-image {
    
    width: px;
  }


#s-5c56c077-199d-4e82-841f-01f99dde63e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-ae8b5280-4422-4eda-89af-5193d7418d49 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae8b5280-4422-4eda-89af-5193d7418d49 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b9a714de-18b8-4ce1-a70b-b12343e89957 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-b9a714de-18b8-4ce1-a70b-b12343e89957:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b9a714de-18b8-4ce1-a70b-b12343e89957:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b9a714de-18b8-4ce1-a70b-b12343e89957.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bc2e9948-774b-4c26-a382-f11a500d3eeb {
  min-height: 50px;
}








#s-bc2e9948-774b-4c26-a382-f11a500d3eeb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc2e9948-774b-4c26-a382-f11a500d3eeb.shg-box.shg-c {
  justify-content: center;
}

#s-412dea05-11b4-46f9-8420-ea36cd8bc9f0 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-412dea05-11b4-46f9-8420-ea36cd8bc9f0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-412dea05-11b4-46f9-8420-ea36cd8bc9f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-412dea05-11b4-46f9-8420-ea36cd8bc9f0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-412dea05-11b4-46f9-8420-ea36cd8bc9f0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-412dea05-11b4-46f9-8420-ea36cd8bc9f0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-412dea05-11b4-46f9-8420-ea36cd8bc9f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-412dea05-11b4-46f9-8420-ea36cd8bc9f0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-412dea05-11b4-46f9-8420-ea36cd8bc9f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-412dea05-11b4-46f9-8420-ea36cd8bc9f0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-412dea05-11b4-46f9-8420-ea36cd8bc9f0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-412dea05-11b4-46f9-8420-ea36cd8bc9f0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-412dea05-11b4-46f9-8420-ea36cd8bc9f0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-412dea05-11b4-46f9-8420-ea36cd8bc9f0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-412dea05-11b4-46f9-8420-ea36cd8bc9f0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-412dea05-11b4-46f9-8420-ea36cd8bc9f0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-412dea05-11b4-46f9-8420-ea36cd8bc9f0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-412dea05-11b4-46f9-8420-ea36cd8bc9f0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-412dea05-11b4-46f9-8420-ea36cd8bc9f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-412dea05-11b4-46f9-8420-ea36cd8bc9f0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-412dea05-11b4-46f9-8420-ea36cd8bc9f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-412dea05-11b4-46f9-8420-ea36cd8bc9f0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-412dea05-11b4-46f9-8420-ea36cd8bc9f0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-412dea05-11b4-46f9-8420-ea36cd8bc9f0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-412dea05-11b4-46f9-8420-ea36cd8bc9f0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-412dea05-11b4-46f9-8420-ea36cd8bc9f0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-412dea05-11b4-46f9-8420-ea36cd8bc9f0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-412dea05-11b4-46f9-8420-ea36cd8bc9f0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-412dea05-11b4-46f9-8420-ea36cd8bc9f0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-412dea05-11b4-46f9-8420-ea36cd8bc9f0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-412dea05-11b4-46f9-8420-ea36cd8bc9f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-412dea05-11b4-46f9-8420-ea36cd8bc9f0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-412dea05-11b4-46f9-8420-ea36cd8bc9f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-412dea05-11b4-46f9-8420-ea36cd8bc9f0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-412dea05-11b4-46f9-8420-ea36cd8bc9f0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-412dea05-11b4-46f9-8420-ea36cd8bc9f0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-412dea05-11b4-46f9-8420-ea36cd8bc9f0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-412dea05-11b4-46f9-8420-ea36cd8bc9f0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-412dea05-11b4-46f9-8420-ea36cd8bc9f0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-2588ffbd-fe23-41b9-b4f2-181f7aaf3370 {
  text-align: center;
}




  #s-2588ffbd-fe23-41b9-b4f2-181f7aaf3370 img.shogun-image {
    
    width: px;
  }


#s-2588ffbd-fe23-41b9-b4f2-181f7aaf3370 .shogun-image-content {
  
    align-items: center;
  
}

#s-52084d68-e5e8-4992-ac39-bce000091be9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52084d68-e5e8-4992-ac39-bce000091be9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b2f223be-5e84-4770-b956-f6dcb192b232 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-b2f223be-5e84-4770-b956-f6dcb192b232:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b2f223be-5e84-4770-b956-f6dcb192b232:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b2f223be-5e84-4770-b956-f6dcb192b232.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7d88a9d8-a3a0-40a4-beea-56bf46df9118 {
  text-align: center;
}




  #s-7d88a9d8-a3a0-40a4-beea-56bf46df9118 img.shogun-image {
    
    width: px;
  }


#s-7d88a9d8-a3a0-40a4-beea-56bf46df9118 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e6e5cf7-524a-41cf-96e9-b45e44a0b48d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e6e5cf7-524a-41cf-96e9-b45e44a0b48d .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-70dcf134-e2c2-40e2-bac6-daf1ce8d6d03 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-70dcf134-e2c2-40e2-bac6-daf1ce8d6d03:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-70dcf134-e2c2-40e2-bac6-daf1ce8d6d03:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-70dcf134-e2c2-40e2-bac6-daf1ce8d6d03.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-66214ee3-a966-43a5-9ce2-8f5221c4ac0a {
  text-align: center;
}




  #s-66214ee3-a966-43a5-9ce2-8f5221c4ac0a img.shogun-image {
    
    width: px;
  }


#s-66214ee3-a966-43a5-9ce2-8f5221c4ac0a .shogun-image-content {
  
    align-items: center;
  
}

#s-8f86218e-0088-4b22-84cf-bdb507973b65 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f86218e-0088-4b22-84cf-bdb507973b65 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a8639275-aae4-4959-9b76-3c951eb29559 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-a8639275-aae4-4959-9b76-3c951eb29559:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a8639275-aae4-4959-9b76-3c951eb29559:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a8639275-aae4-4959-9b76-3c951eb29559.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d7ead072-e687-4ffb-b535-bba4325b5d85 {
  text-align: center;
}




  #s-d7ead072-e687-4ffb-b535-bba4325b5d85 img.shogun-image {
    
    width: px;
  }


#s-d7ead072-e687-4ffb-b535-bba4325b5d85 .shogun-image-content {
  
    align-items: center;
  
}

#s-165a0458-e552-4066-8582-3310ffb356af {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-165a0458-e552-4066-8582-3310ffb356af .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4cb0840e-2f7d-492c-a5a8-ce6c4f329551 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-4cb0840e-2f7d-492c-a5a8-ce6c4f329551:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4cb0840e-2f7d-492c-a5a8-ce6c4f329551:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4cb0840e-2f7d-492c-a5a8-ce6c4f329551.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1c454cba-7734-410b-89f1-2f6d643c3e3b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-1c454cba-7734-410b-89f1-2f6d643c3e3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c454cba-7734-410b-89f1-2f6d643c3e3b.shg-box.shg-c {
  justify-content: center;
}

#s-9927ca14-bec3-42fd-93c5-ecd93d1e925f {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-9927ca14-bec3-42fd-93c5-ecd93d1e925f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-9927ca14-bec3-42fd-93c5-ecd93d1e925f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9927ca14-bec3-42fd-93c5-ecd93d1e925f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9927ca14-bec3-42fd-93c5-ecd93d1e925f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9927ca14-bec3-42fd-93c5-ecd93d1e925f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9927ca14-bec3-42fd-93c5-ecd93d1e925f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9927ca14-bec3-42fd-93c5-ecd93d1e925f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9927ca14-bec3-42fd-93c5-ecd93d1e925f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9927ca14-bec3-42fd-93c5-ecd93d1e925f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9927ca14-bec3-42fd-93c5-ecd93d1e925f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9927ca14-bec3-42fd-93c5-ecd93d1e925f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9927ca14-bec3-42fd-93c5-ecd93d1e925f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9927ca14-bec3-42fd-93c5-ecd93d1e925f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9927ca14-bec3-42fd-93c5-ecd93d1e925f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9927ca14-bec3-42fd-93c5-ecd93d1e925f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9927ca14-bec3-42fd-93c5-ecd93d1e925f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9927ca14-bec3-42fd-93c5-ecd93d1e925f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9927ca14-bec3-42fd-93c5-ecd93d1e925f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9927ca14-bec3-42fd-93c5-ecd93d1e925f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9927ca14-bec3-42fd-93c5-ecd93d1e925f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9927ca14-bec3-42fd-93c5-ecd93d1e925f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9927ca14-bec3-42fd-93c5-ecd93d1e925f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9927ca14-bec3-42fd-93c5-ecd93d1e925f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9927ca14-bec3-42fd-93c5-ecd93d1e925f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9927ca14-bec3-42fd-93c5-ecd93d1e925f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9927ca14-bec3-42fd-93c5-ecd93d1e925f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9927ca14-bec3-42fd-93c5-ecd93d1e925f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9927ca14-bec3-42fd-93c5-ecd93d1e925f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9927ca14-bec3-42fd-93c5-ecd93d1e925f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9927ca14-bec3-42fd-93c5-ecd93d1e925f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9927ca14-bec3-42fd-93c5-ecd93d1e925f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9927ca14-bec3-42fd-93c5-ecd93d1e925f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9927ca14-bec3-42fd-93c5-ecd93d1e925f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9927ca14-bec3-42fd-93c5-ecd93d1e925f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9927ca14-bec3-42fd-93c5-ecd93d1e925f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9927ca14-bec3-42fd-93c5-ecd93d1e925f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9927ca14-bec3-42fd-93c5-ecd93d1e925f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9927ca14-bec3-42fd-93c5-ecd93d1e925f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-8a98897d-e822-4b24-ae42-9ac8c23cb408 {
  text-align: center;
}




  #s-8a98897d-e822-4b24-ae42-9ac8c23cb408 img.shogun-image {
    
    width: px;
  }


#s-8a98897d-e822-4b24-ae42-9ac8c23cb408 .shogun-image-content {
  
    align-items: center;
  
}

#s-c959c496-7057-4bc3-a4b2-c27f515148b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c959c496-7057-4bc3-a4b2-c27f515148b9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-299fe6c4-65e3-4faa-acfd-bdc9955a390a {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-299fe6c4-65e3-4faa-acfd-bdc9955a390a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-299fe6c4-65e3-4faa-acfd-bdc9955a390a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-299fe6c4-65e3-4faa-acfd-bdc9955a390a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4fe2ec7a-18fe-4244-b383-064a9a90fba7 {
  text-align: center;
}




  #s-4fe2ec7a-18fe-4244-b383-064a9a90fba7 img.shogun-image {
    
    width: px;
  }


#s-4fe2ec7a-18fe-4244-b383-064a9a90fba7 .shogun-image-content {
  
    align-items: center;
  
}

#s-fa1d104a-34c8-4e50-8d8a-168dd740e843 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa1d104a-34c8-4e50-8d8a-168dd740e843 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-aa75e71e-7fce-4abb-9fb8-e220c440f194 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-aa75e71e-7fce-4abb-9fb8-e220c440f194:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aa75e71e-7fce-4abb-9fb8-e220c440f194:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-aa75e71e-7fce-4abb-9fb8-e220c440f194.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0be49601-b614-4f8f-88ef-68e5958985c7 {
  text-align: center;
}




  #s-0be49601-b614-4f8f-88ef-68e5958985c7 img.shogun-image {
    
    width: px;
  }


#s-0be49601-b614-4f8f-88ef-68e5958985c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-fd174554-8ed7-4010-9ad0-404b228e5c4a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd174554-8ed7-4010-9ad0-404b228e5c4a .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-998edefa-86a3-46d3-af4d-88261a081075 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-998edefa-86a3-46d3-af4d-88261a081075:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-998edefa-86a3-46d3-af4d-88261a081075:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-998edefa-86a3-46d3-af4d-88261a081075.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-63b93e24-5064-43e7-b9be-5b5259d6ce2c {
  text-align: center;
}




  #s-63b93e24-5064-43e7-b9be-5b5259d6ce2c img.shogun-image {
    
    width: px;
  }


#s-63b93e24-5064-43e7-b9be-5b5259d6ce2c .shogun-image-content {
  
    align-items: center;
  
}

#s-5643fdbe-790a-4aab-b30b-7717f53391e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5643fdbe-790a-4aab-b30b-7717f53391e8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6a30cb05-a824-493a-a683-fd73e35e6f88 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-6a30cb05-a824-493a-a683-fd73e35e6f88:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6a30cb05-a824-493a-a683-fd73e35e6f88:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6a30cb05-a824-493a-a683-fd73e35e6f88.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-36fc45b0-1ee3-456e-a368-fddb31275865 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-36fc45b0-1ee3-456e-a368-fddb31275865"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-36fc45b0-1ee3-456e-a368-fddb31275865"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36fc45b0-1ee3-456e-a368-fddb31275865"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-36fc45b0-1ee3-456e-a368-fddb31275865"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-36fc45b0-1ee3-456e-a368-fddb31275865"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-36fc45b0-1ee3-456e-a368-fddb31275865"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-36fc45b0-1ee3-456e-a368-fddb31275865"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-36fc45b0-1ee3-456e-a368-fddb31275865"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-36fc45b0-1ee3-456e-a368-fddb31275865"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-36fc45b0-1ee3-456e-a368-fddb31275865"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-36fc45b0-1ee3-456e-a368-fddb31275865"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-36fc45b0-1ee3-456e-a368-fddb31275865"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-36fc45b0-1ee3-456e-a368-fddb31275865"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-36fc45b0-1ee3-456e-a368-fddb31275865"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-36fc45b0-1ee3-456e-a368-fddb31275865"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-36fc45b0-1ee3-456e-a368-fddb31275865"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-36fc45b0-1ee3-456e-a368-fddb31275865"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-36fc45b0-1ee3-456e-a368-fddb31275865"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-36fc45b0-1ee3-456e-a368-fddb31275865"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-36fc45b0-1ee3-456e-a368-fddb31275865"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-36fc45b0-1ee3-456e-a368-fddb31275865"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-36fc45b0-1ee3-456e-a368-fddb31275865"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-36fc45b0-1ee3-456e-a368-fddb31275865"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-36fc45b0-1ee3-456e-a368-fddb31275865"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-36fc45b0-1ee3-456e-a368-fddb31275865"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-36fc45b0-1ee3-456e-a368-fddb31275865"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-36fc45b0-1ee3-456e-a368-fddb31275865"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-36fc45b0-1ee3-456e-a368-fddb31275865"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-36fc45b0-1ee3-456e-a368-fddb31275865"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-36fc45b0-1ee3-456e-a368-fddb31275865"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-36fc45b0-1ee3-456e-a368-fddb31275865"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-36fc45b0-1ee3-456e-a368-fddb31275865"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-36fc45b0-1ee3-456e-a368-fddb31275865"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-36fc45b0-1ee3-456e-a368-fddb31275865"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-36fc45b0-1ee3-456e-a368-fddb31275865"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-36fc45b0-1ee3-456e-a368-fddb31275865"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-36fc45b0-1ee3-456e-a368-fddb31275865"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-36fc45b0-1ee3-456e-a368-fddb31275865"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-6d3f42cf-bc54-4190-a506-85afb88f626f {
  text-align: center;
}




  #s-6d3f42cf-bc54-4190-a506-85afb88f626f img.shogun-image {
    
    width: px;
  }


#s-6d3f42cf-bc54-4190-a506-85afb88f626f .shogun-image-content {
  
    align-items: center;
  
}

#s-e73ca4da-27ae-423c-8fd4-210e385c720f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e73ca4da-27ae-423c-8fd4-210e385c720f .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0129f1a2-34eb-46e6-a9a3-890e70eb6d08 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-0129f1a2-34eb-46e6-a9a3-890e70eb6d08:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0129f1a2-34eb-46e6-a9a3-890e70eb6d08:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0129f1a2-34eb-46e6-a9a3-890e70eb6d08.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c24ed4a6-b752-4542-ba5c-2aa4e9dcb727 {
  text-align: center;
}




  #s-c24ed4a6-b752-4542-ba5c-2aa4e9dcb727 img.shogun-image {
    
    width: px;
  }


#s-c24ed4a6-b752-4542-ba5c-2aa4e9dcb727 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f967bdf-1231-4e1c-80b0-d888b3624216 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f967bdf-1231-4e1c-80b0-d888b3624216 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-68862538-1d1e-4651-aa62-7cdc150ed9ac {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-68862538-1d1e-4651-aa62-7cdc150ed9ac:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-68862538-1d1e-4651-aa62-7cdc150ed9ac:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-68862538-1d1e-4651-aa62-7cdc150ed9ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f3640783-40cc-4ba7-83dd-59cd60230ae9 {
  text-align: center;
}




  #s-f3640783-40cc-4ba7-83dd-59cd60230ae9 img.shogun-image {
    
    width: px;
  }


#s-f3640783-40cc-4ba7-83dd-59cd60230ae9 .shogun-image-content {
  
    align-items: center;
  
}

#s-496b84a8-aa3b-48fc-b707-505e60b575c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-496b84a8-aa3b-48fc-b707-505e60b575c7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b00b2917-3203-40f8-9ba3-779041429250 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-b00b2917-3203-40f8-9ba3-779041429250:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b00b2917-3203-40f8-9ba3-779041429250:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b00b2917-3203-40f8-9ba3-779041429250.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ef3747e1-aa61-4115-a8b3-2bec2d5af262 {
  text-align: center;
}




  #s-ef3747e1-aa61-4115-a8b3-2bec2d5af262 img.shogun-image {
    
    width: px;
  }


#s-ef3747e1-aa61-4115-a8b3-2bec2d5af262 .shogun-image-content {
  
    align-items: center;
  
}

#s-69b81904-d08c-4ee7-a776-d0c1d9f920c8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69b81904-d08c-4ee7-a776-d0c1d9f920c8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8d1cff48-4cfb-4ac3-baeb-939d16e57bf8 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-8d1cff48-4cfb-4ac3-baeb-939d16e57bf8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8d1cff48-4cfb-4ac3-baeb-939d16e57bf8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8d1cff48-4cfb-4ac3-baeb-939d16e57bf8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7073f74d-e292-4a58-a200-b516b99b66d3 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-7073f74d-e292-4a58-a200-b516b99b66d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7073f74d-e292-4a58-a200-b516b99b66d3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7073f74d-e292-4a58-a200-b516b99b66d3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7073f74d-e292-4a58-a200-b516b99b66d3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7073f74d-e292-4a58-a200-b516b99b66d3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7073f74d-e292-4a58-a200-b516b99b66d3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7073f74d-e292-4a58-a200-b516b99b66d3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7073f74d-e292-4a58-a200-b516b99b66d3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7073f74d-e292-4a58-a200-b516b99b66d3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7073f74d-e292-4a58-a200-b516b99b66d3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7073f74d-e292-4a58-a200-b516b99b66d3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7073f74d-e292-4a58-a200-b516b99b66d3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7073f74d-e292-4a58-a200-b516b99b66d3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7073f74d-e292-4a58-a200-b516b99b66d3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7073f74d-e292-4a58-a200-b516b99b66d3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7073f74d-e292-4a58-a200-b516b99b66d3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7073f74d-e292-4a58-a200-b516b99b66d3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7073f74d-e292-4a58-a200-b516b99b66d3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7073f74d-e292-4a58-a200-b516b99b66d3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7073f74d-e292-4a58-a200-b516b99b66d3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7073f74d-e292-4a58-a200-b516b99b66d3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7073f74d-e292-4a58-a200-b516b99b66d3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7073f74d-e292-4a58-a200-b516b99b66d3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7073f74d-e292-4a58-a200-b516b99b66d3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7073f74d-e292-4a58-a200-b516b99b66d3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7073f74d-e292-4a58-a200-b516b99b66d3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7073f74d-e292-4a58-a200-b516b99b66d3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7073f74d-e292-4a58-a200-b516b99b66d3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7073f74d-e292-4a58-a200-b516b99b66d3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7073f74d-e292-4a58-a200-b516b99b66d3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7073f74d-e292-4a58-a200-b516b99b66d3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7073f74d-e292-4a58-a200-b516b99b66d3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7073f74d-e292-4a58-a200-b516b99b66d3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7073f74d-e292-4a58-a200-b516b99b66d3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7073f74d-e292-4a58-a200-b516b99b66d3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7073f74d-e292-4a58-a200-b516b99b66d3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7073f74d-e292-4a58-a200-b516b99b66d3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-08dbca4f-3f17-4b2c-affe-2d71a0c77c15 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-08dbca4f-3f17-4b2c-affe-2d71a0c77c15 img.shogun-image {
    
    width: px;
  }


#s-08dbca4f-3f17-4b2c-affe-2d71a0c77c15 .shogun-image-content {
  
    align-items: center;
  
}

#s-6de43a0c-8fad-4ab0-b889-80ede076bb2d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6de43a0c-8fad-4ab0-b889-80ede076bb2d .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2ec515f0-d1bb-4f18-8acf-068512d59b97 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-2ec515f0-d1bb-4f18-8acf-068512d59b97:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2ec515f0-d1bb-4f18-8acf-068512d59b97:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2ec515f0-d1bb-4f18-8acf-068512d59b97.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fa598df4-985b-4dc5-a2fc-37c298c760d0 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-fa598df4-985b-4dc5-a2fc-37c298c760d0 img.shogun-image {
    
    width: px;
  }


#s-fa598df4-985b-4dc5-a2fc-37c298c760d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-b33dce5f-3243-4b17-b99e-e339723516df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b33dce5f-3243-4b17-b99e-e339723516df .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-62bf0bcc-7e0a-4fad-ad9e-add20ee228cc {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-62bf0bcc-7e0a-4fad-ad9e-add20ee228cc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-62bf0bcc-7e0a-4fad-ad9e-add20ee228cc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-62bf0bcc-7e0a-4fad-ad9e-add20ee228cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-123ab3ce-6031-46bf-ad88-f045d10e2ae4 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-123ab3ce-6031-46bf-ad88-f045d10e2ae4 img.shogun-image {
    
    width: px;
  }


#s-123ab3ce-6031-46bf-ad88-f045d10e2ae4 .shogun-image-content {
  
    align-items: center;
  
}

#s-4a7ec7ed-cffd-4b20-8866-66d3e42b84d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a7ec7ed-cffd-4b20-8866-66d3e42b84d4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-602fa278-cb10-412e-af5a-abeae82849bf {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-602fa278-cb10-412e-af5a-abeae82849bf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-602fa278-cb10-412e-af5a-abeae82849bf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-602fa278-cb10-412e-af5a-abeae82849bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2ae41385-ae63-4a75-b4ef-ed443d58ee10 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: -55px;
background-position: center center;
}








#s-2ae41385-ae63-4a75-b4ef-ed443d58ee10 > .shg-box-overlay {
  background-color: rgba(66, 78, 86, 1);
  opacity: 0.5;
}#s-2ae41385-ae63-4a75-b4ef-ed443d58ee10.shg-box.shg-c {
  justify-content: center;
}

#s-4af6fc25-ee64-44bb-85be-fc7dd0451aaf {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-4af6fc25-ee64-44bb-85be-fc7dd0451aaf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4af6fc25-ee64-44bb-85be-fc7dd0451aaf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-4af6fc25-ee64-44bb-85be-fc7dd0451aaf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-4af6fc25-ee64-44bb-85be-fc7dd0451aaf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-4af6fc25-ee64-44bb-85be-fc7dd0451aaf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-4af6fc25-ee64-44bb-85be-fc7dd0451aaf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-4af6fc25-ee64-44bb-85be-fc7dd0451aaf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-4af6fc25-ee64-44bb-85be-fc7dd0451aaf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-4af6fc25-ee64-44bb-85be-fc7dd0451aaf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-4af6fc25-ee64-44bb-85be-fc7dd0451aaf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-4af6fc25-ee64-44bb-85be-fc7dd0451aaf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-4af6fc25-ee64-44bb-85be-fc7dd0451aaf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-4af6fc25-ee64-44bb-85be-fc7dd0451aaf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-4af6fc25-ee64-44bb-85be-fc7dd0451aaf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-4af6fc25-ee64-44bb-85be-fc7dd0451aaf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-4af6fc25-ee64-44bb-85be-fc7dd0451aaf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-4af6fc25-ee64-44bb-85be-fc7dd0451aaf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-4af6fc25-ee64-44bb-85be-fc7dd0451aaf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-4af6fc25-ee64-44bb-85be-fc7dd0451aaf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-4af6fc25-ee64-44bb-85be-fc7dd0451aaf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-4af6fc25-ee64-44bb-85be-fc7dd0451aaf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-4af6fc25-ee64-44bb-85be-fc7dd0451aaf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-4af6fc25-ee64-44bb-85be-fc7dd0451aaf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-4af6fc25-ee64-44bb-85be-fc7dd0451aaf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-4af6fc25-ee64-44bb-85be-fc7dd0451aaf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-4af6fc25-ee64-44bb-85be-fc7dd0451aaf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-4af6fc25-ee64-44bb-85be-fc7dd0451aaf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-4af6fc25-ee64-44bb-85be-fc7dd0451aaf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-4af6fc25-ee64-44bb-85be-fc7dd0451aaf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-4af6fc25-ee64-44bb-85be-fc7dd0451aaf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-4af6fc25-ee64-44bb-85be-fc7dd0451aaf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-4af6fc25-ee64-44bb-85be-fc7dd0451aaf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-4af6fc25-ee64-44bb-85be-fc7dd0451aaf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-4af6fc25-ee64-44bb-85be-fc7dd0451aaf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-4af6fc25-ee64-44bb-85be-fc7dd0451aaf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-4af6fc25-ee64-44bb-85be-fc7dd0451aaf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-4af6fc25-ee64-44bb-85be-fc7dd0451aaf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 50.0px);
}

}

#s-e7daf8fc-4a99-4eb5-bdc3-ec077cb1b1ec {
  padding-top: 40px;
padding-bottom: 20px;
text-align: center;
}

#s-e7daf8fc-4a99-4eb5-bdc3-ec077cb1b1ec .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f48d27d1-4137-41c5-89dd-6627908a2e1a {
  padding-top: 10px;
padding-bottom: 20px;
}

#s-79d7fe83-4d79-4650-bb3b-dba9b7f7908d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-79d7fe83-4d79-4650-bb3b-dba9b7f7908d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-79d7fe83-4d79-4650-bb3b-dba9b7f7908d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-79d7fe83-4d79-4650-bb3b-dba9b7f7908d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
