.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-7b56fb9f-ebea-4802-b39d-2c35d3169436 {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-7b56fb9f-ebea-4802-b39d-2c35d3169436"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-7b56fb9f-ebea-4802-b39d-2c35d3169436"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b56fb9f-ebea-4802-b39d-2c35d3169436"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-7b56fb9f-ebea-4802-b39d-2c35d3169436"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-7b56fb9f-ebea-4802-b39d-2c35d3169436"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-7b56fb9f-ebea-4802-b39d-2c35d3169436"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-7b56fb9f-ebea-4802-b39d-2c35d3169436"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-7b56fb9f-ebea-4802-b39d-2c35d3169436"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-7b56fb9f-ebea-4802-b39d-2c35d3169436"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-7b56fb9f-ebea-4802-b39d-2c35d3169436"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-7b56fb9f-ebea-4802-b39d-2c35d3169436"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-7b56fb9f-ebea-4802-b39d-2c35d3169436"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-7b56fb9f-ebea-4802-b39d-2c35d3169436"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-7b56fb9f-ebea-4802-b39d-2c35d3169436"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-7b56fb9f-ebea-4802-b39d-2c35d3169436"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-7b56fb9f-ebea-4802-b39d-2c35d3169436"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-7b56fb9f-ebea-4802-b39d-2c35d3169436"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-7b56fb9f-ebea-4802-b39d-2c35d3169436"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-7b56fb9f-ebea-4802-b39d-2c35d3169436"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-7b56fb9f-ebea-4802-b39d-2c35d3169436"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-7b56fb9f-ebea-4802-b39d-2c35d3169436"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-7b56fb9f-ebea-4802-b39d-2c35d3169436"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-7b56fb9f-ebea-4802-b39d-2c35d3169436"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-7b56fb9f-ebea-4802-b39d-2c35d3169436"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-7b56fb9f-ebea-4802-b39d-2c35d3169436"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-7b56fb9f-ebea-4802-b39d-2c35d3169436"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-7b56fb9f-ebea-4802-b39d-2c35d3169436"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-7b56fb9f-ebea-4802-b39d-2c35d3169436"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-7b56fb9f-ebea-4802-b39d-2c35d3169436"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-7b56fb9f-ebea-4802-b39d-2c35d3169436"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-7b56fb9f-ebea-4802-b39d-2c35d3169436"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-7b56fb9f-ebea-4802-b39d-2c35d3169436"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-7b56fb9f-ebea-4802-b39d-2c35d3169436"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-7b56fb9f-ebea-4802-b39d-2c35d3169436"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-7b56fb9f-ebea-4802-b39d-2c35d3169436"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-7b56fb9f-ebea-4802-b39d-2c35d3169436"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-7b56fb9f-ebea-4802-b39d-2c35d3169436"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-7b56fb9f-ebea-4802-b39d-2c35d3169436"] > .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-da27ceb5-4072-40e1-8b67-578190306d1a {
  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-da27ceb5-4072-40e1-8b67-578190306d1a: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-da27ceb5-4072-40e1-8b67-578190306d1a: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-da27ceb5-4072-40e1-8b67-578190306d1a.shg-btn {
  color: rgba(67, 96, 118, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ce75a4bd-4639-4ea9-b001-96073f15e533 {
  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-ce75a4bd-4639-4ea9-b001-96073f15e533: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-ce75a4bd-4639-4ea9-b001-96073f15e533: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-ce75a4bd-4639-4ea9-b001-96073f15e533.shg-btn {
  color: rgba(67, 96, 118, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-419813d4-07f5-4933-8d4c-f4d6dc0f9d97 {
  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-419813d4-07f5-4933-8d4c-f4d6dc0f9d97: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-419813d4-07f5-4933-8d4c-f4d6dc0f9d97: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-419813d4-07f5-4933-8d4c-f4d6dc0f9d97.shg-btn {
  color: rgba(67, 96, 118, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-90333406-c8e2-4210-9bb7-33fbce58ce32 {
  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-90333406-c8e2-4210-9bb7-33fbce58ce32: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-90333406-c8e2-4210-9bb7-33fbce58ce32: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-90333406-c8e2-4210-9bb7-33fbce58ce32.shg-btn {
  color: #ffffff;
  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-7d986529-b3c8-4efb-9ea7-10c248aaedf3 {
  min-height: 50px;
}








#s-7d986529-b3c8-4efb-9ea7-10c248aaedf3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d986529-b3c8-4efb-9ea7-10c248aaedf3.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-28208b4b-8b45-45b3-8a66-4037c980f673 {
  
}

#s-28208b4b-8b45-45b3-8a66-4037c980f673 .shogun-tabs {
  justify-content: center;
}

#s-28208b4b-8b45-45b3-8a66-4037c980f673 .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-28208b4b-8b45-45b3-8a66-4037c980f673 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-28208b4b-8b45-45b3-8a66-4037c980f673 .shogun-tabs > li > .shogun-tab-box::after {
    background: rgba(188, 188, 188, 1);
    border: 1px solid #DDDDDD;
  }
  #s-28208b4b-8b45-45b3-8a66-4037c980f673 .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-28208b4b-8b45-45b3-8a66-4037c980f673 .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-28208b4b-8b45-45b3-8a66-4037c980f673 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-28208b4b-8b45-45b3-8a66-4037c980f673 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-28208b4b-8b45-45b3-8a66-4037c980f673 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-28208b4b-8b45-45b3-8a66-4037c980f673 .shogun-tab {
  max-width: calc(100% / 4 - (4 - 2) * 2px / 4);
}

#s-4fa3bdaa-e93f-4926-8966-54f7675c83c9 {
  min-height: 50px;
}








#s-4fa3bdaa-e93f-4926-8966-54f7675c83c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fa3bdaa-e93f-4926-8966-54f7675c83c9.shg-box.shg-c {
  justify-content: center;
}

#s-5f18b01f-803f-4e42-97f0-ced5b6653097 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-5f18b01f-803f-4e42-97f0-ced5b6653097"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-5f18b01f-803f-4e42-97f0-ced5b6653097"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f18b01f-803f-4e42-97f0-ced5b6653097"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5f18b01f-803f-4e42-97f0-ced5b6653097"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5f18b01f-803f-4e42-97f0-ced5b6653097"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5f18b01f-803f-4e42-97f0-ced5b6653097"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5f18b01f-803f-4e42-97f0-ced5b6653097"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5f18b01f-803f-4e42-97f0-ced5b6653097"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5f18b01f-803f-4e42-97f0-ced5b6653097"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5f18b01f-803f-4e42-97f0-ced5b6653097"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5f18b01f-803f-4e42-97f0-ced5b6653097"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5f18b01f-803f-4e42-97f0-ced5b6653097"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5f18b01f-803f-4e42-97f0-ced5b6653097"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5f18b01f-803f-4e42-97f0-ced5b6653097"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5f18b01f-803f-4e42-97f0-ced5b6653097"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5f18b01f-803f-4e42-97f0-ced5b6653097"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5f18b01f-803f-4e42-97f0-ced5b6653097"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5f18b01f-803f-4e42-97f0-ced5b6653097"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5f18b01f-803f-4e42-97f0-ced5b6653097"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5f18b01f-803f-4e42-97f0-ced5b6653097"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5f18b01f-803f-4e42-97f0-ced5b6653097"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5f18b01f-803f-4e42-97f0-ced5b6653097"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5f18b01f-803f-4e42-97f0-ced5b6653097"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5f18b01f-803f-4e42-97f0-ced5b6653097"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5f18b01f-803f-4e42-97f0-ced5b6653097"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5f18b01f-803f-4e42-97f0-ced5b6653097"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5f18b01f-803f-4e42-97f0-ced5b6653097"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5f18b01f-803f-4e42-97f0-ced5b6653097"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5f18b01f-803f-4e42-97f0-ced5b6653097"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5f18b01f-803f-4e42-97f0-ced5b6653097"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5f18b01f-803f-4e42-97f0-ced5b6653097"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5f18b01f-803f-4e42-97f0-ced5b6653097"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5f18b01f-803f-4e42-97f0-ced5b6653097"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5f18b01f-803f-4e42-97f0-ced5b6653097"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5f18b01f-803f-4e42-97f0-ced5b6653097"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5f18b01f-803f-4e42-97f0-ced5b6653097"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5f18b01f-803f-4e42-97f0-ced5b6653097"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5f18b01f-803f-4e42-97f0-ced5b6653097"] > .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-4e8bd4b6-869f-4f93-8f64-75ab1290c710 {
  text-align: center;
}




  #s-4e8bd4b6-869f-4f93-8f64-75ab1290c710 img.shogun-image {
    
    width: px;
  }


#s-4e8bd4b6-869f-4f93-8f64-75ab1290c710 .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-d7662b01-3ab1-47f4-a99b-599d40f1a9ce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d7662b01-3ab1-47f4-a99b-599d40f1a9ce .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-533bcf9e-d67b-4233-ba82-b4cd584f8a95 {
  padding-bottom: 20px;
}

#s-3734b8d7-2494-44fb-b300-2f6a324f9cd0 {
  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-3734b8d7-2494-44fb-b300-2f6a324f9cd0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3734b8d7-2494-44fb-b300-2f6a324f9cd0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3734b8d7-2494-44fb-b300-2f6a324f9cd0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3fb36c9f-fee2-4dd5-9420-490b21c7c1ac {
  text-align: center;
}




  #s-3fb36c9f-fee2-4dd5-9420-490b21c7c1ac img.shogun-image {
    
    width: px;
  }


#s-3fb36c9f-fee2-4dd5-9420-490b21c7c1ac .shogun-image-content {
  
    align-items: center;
  
}

#s-d7dfd393-8808-4a99-9477-73e693a7a35c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d7dfd393-8808-4a99-9477-73e693a7a35c .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-f76ba650-9445-424e-921a-bf7c530c6097 {
  padding-bottom: 20px;
}

#s-d8461d69-d40d-4a87-8df9-928c726d454c {
  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-d8461d69-d40d-4a87-8df9-928c726d454c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d8461d69-d40d-4a87-8df9-928c726d454c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d8461d69-d40d-4a87-8df9-928c726d454c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d25a19b6-c86a-4d5c-924b-c7390e5c9d2c {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-d25a19b6-c86a-4d5c-924b-c7390e5c9d2c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-d25a19b6-c86a-4d5c-924b-c7390e5c9d2c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d25a19b6-c86a-4d5c-924b-c7390e5c9d2c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d25a19b6-c86a-4d5c-924b-c7390e5c9d2c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d25a19b6-c86a-4d5c-924b-c7390e5c9d2c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d25a19b6-c86a-4d5c-924b-c7390e5c9d2c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d25a19b6-c86a-4d5c-924b-c7390e5c9d2c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d25a19b6-c86a-4d5c-924b-c7390e5c9d2c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d25a19b6-c86a-4d5c-924b-c7390e5c9d2c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d25a19b6-c86a-4d5c-924b-c7390e5c9d2c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d25a19b6-c86a-4d5c-924b-c7390e5c9d2c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d25a19b6-c86a-4d5c-924b-c7390e5c9d2c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d25a19b6-c86a-4d5c-924b-c7390e5c9d2c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d25a19b6-c86a-4d5c-924b-c7390e5c9d2c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d25a19b6-c86a-4d5c-924b-c7390e5c9d2c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d25a19b6-c86a-4d5c-924b-c7390e5c9d2c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d25a19b6-c86a-4d5c-924b-c7390e5c9d2c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d25a19b6-c86a-4d5c-924b-c7390e5c9d2c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d25a19b6-c86a-4d5c-924b-c7390e5c9d2c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d25a19b6-c86a-4d5c-924b-c7390e5c9d2c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d25a19b6-c86a-4d5c-924b-c7390e5c9d2c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d25a19b6-c86a-4d5c-924b-c7390e5c9d2c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d25a19b6-c86a-4d5c-924b-c7390e5c9d2c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d25a19b6-c86a-4d5c-924b-c7390e5c9d2c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d25a19b6-c86a-4d5c-924b-c7390e5c9d2c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d25a19b6-c86a-4d5c-924b-c7390e5c9d2c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d25a19b6-c86a-4d5c-924b-c7390e5c9d2c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d25a19b6-c86a-4d5c-924b-c7390e5c9d2c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d25a19b6-c86a-4d5c-924b-c7390e5c9d2c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d25a19b6-c86a-4d5c-924b-c7390e5c9d2c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d25a19b6-c86a-4d5c-924b-c7390e5c9d2c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d25a19b6-c86a-4d5c-924b-c7390e5c9d2c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d25a19b6-c86a-4d5c-924b-c7390e5c9d2c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d25a19b6-c86a-4d5c-924b-c7390e5c9d2c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d25a19b6-c86a-4d5c-924b-c7390e5c9d2c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d25a19b6-c86a-4d5c-924b-c7390e5c9d2c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d25a19b6-c86a-4d5c-924b-c7390e5c9d2c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d25a19b6-c86a-4d5c-924b-c7390e5c9d2c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-722187fc-57fa-4765-9d75-b890daa9463b {
  text-align: center;
}




  #s-722187fc-57fa-4765-9d75-b890daa9463b img.shogun-image {
    
    width: px;
  }


#s-722187fc-57fa-4765-9d75-b890daa9463b .shogun-image-content {
  
    align-items: center;
  
}

#s-56372cf8-dde6-45d4-8c36-1b63660a9d92 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-56372cf8-dde6-45d4-8c36-1b63660a9d92 .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-0cb22357-f8a4-4b4d-83af-6a935d331da8 {
  padding-bottom: 20px;
}

#s-f233bd95-38f5-48ef-9029-8d1415622ef4 {
  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-f233bd95-38f5-48ef-9029-8d1415622ef4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f233bd95-38f5-48ef-9029-8d1415622ef4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f233bd95-38f5-48ef-9029-8d1415622ef4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-febab229-f9b7-4fa6-9c9c-3c2f6303d80a {
  text-align: center;
}




  #s-febab229-f9b7-4fa6-9c9c-3c2f6303d80a img.shogun-image {
    
    width: px;
  }


#s-febab229-f9b7-4fa6-9c9c-3c2f6303d80a .shogun-image-content {
  
    align-items: center;
  
}

#s-9896dcb7-16ca-4e6b-860d-f2a4243b3bb4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9896dcb7-16ca-4e6b-860d-f2a4243b3bb4 .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-959edfb9-f757-4da9-b969-68cfa4048afe {
  padding-bottom: 20px;
}

#s-8e5ad275-d6c8-48ec-afc0-db28440de1d5 {
  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-8e5ad275-d6c8-48ec-afc0-db28440de1d5: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-8e5ad275-d6c8-48ec-afc0-db28440de1d5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8e5ad275-d6c8-48ec-afc0-db28440de1d5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3099db54-1479-4947-927d-e527ea1cb7bd {
  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-3099db54-1479-4947-927d-e527ea1cb7bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3099db54-1479-4947-927d-e527ea1cb7bd.shg-box.shg-c {
  justify-content: center;
}

#s-dfe6a1ab-013d-4ee7-a17d-62f774cade1c {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-dfe6a1ab-013d-4ee7-a17d-62f774cade1c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-dfe6a1ab-013d-4ee7-a17d-62f774cade1c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dfe6a1ab-013d-4ee7-a17d-62f774cade1c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-dfe6a1ab-013d-4ee7-a17d-62f774cade1c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-dfe6a1ab-013d-4ee7-a17d-62f774cade1c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-dfe6a1ab-013d-4ee7-a17d-62f774cade1c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-dfe6a1ab-013d-4ee7-a17d-62f774cade1c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-dfe6a1ab-013d-4ee7-a17d-62f774cade1c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-dfe6a1ab-013d-4ee7-a17d-62f774cade1c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-dfe6a1ab-013d-4ee7-a17d-62f774cade1c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-dfe6a1ab-013d-4ee7-a17d-62f774cade1c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-dfe6a1ab-013d-4ee7-a17d-62f774cade1c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-dfe6a1ab-013d-4ee7-a17d-62f774cade1c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-dfe6a1ab-013d-4ee7-a17d-62f774cade1c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-dfe6a1ab-013d-4ee7-a17d-62f774cade1c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-dfe6a1ab-013d-4ee7-a17d-62f774cade1c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-dfe6a1ab-013d-4ee7-a17d-62f774cade1c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-dfe6a1ab-013d-4ee7-a17d-62f774cade1c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-dfe6a1ab-013d-4ee7-a17d-62f774cade1c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-dfe6a1ab-013d-4ee7-a17d-62f774cade1c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-dfe6a1ab-013d-4ee7-a17d-62f774cade1c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-dfe6a1ab-013d-4ee7-a17d-62f774cade1c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-dfe6a1ab-013d-4ee7-a17d-62f774cade1c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-dfe6a1ab-013d-4ee7-a17d-62f774cade1c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-dfe6a1ab-013d-4ee7-a17d-62f774cade1c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-dfe6a1ab-013d-4ee7-a17d-62f774cade1c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-dfe6a1ab-013d-4ee7-a17d-62f774cade1c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-dfe6a1ab-013d-4ee7-a17d-62f774cade1c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-dfe6a1ab-013d-4ee7-a17d-62f774cade1c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-dfe6a1ab-013d-4ee7-a17d-62f774cade1c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-dfe6a1ab-013d-4ee7-a17d-62f774cade1c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-dfe6a1ab-013d-4ee7-a17d-62f774cade1c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-dfe6a1ab-013d-4ee7-a17d-62f774cade1c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-dfe6a1ab-013d-4ee7-a17d-62f774cade1c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-dfe6a1ab-013d-4ee7-a17d-62f774cade1c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-dfe6a1ab-013d-4ee7-a17d-62f774cade1c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-dfe6a1ab-013d-4ee7-a17d-62f774cade1c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-dfe6a1ab-013d-4ee7-a17d-62f774cade1c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-10c481e9-5136-457e-8abd-39022026ffaa {
  text-align: center;
}




  #s-10c481e9-5136-457e-8abd-39022026ffaa img.shogun-image {
    
    width: px;
  }


#s-10c481e9-5136-457e-8abd-39022026ffaa .shogun-image-content {
  
    align-items: center;
  
}

#s-82dc14a0-dd34-4f31-ae30-98851ec4c1c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-82dc14a0-dd34-4f31-ae30-98851ec4c1c0 .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-13c73694-d0b8-402b-85a7-0980fd367d6f {
  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-13c73694-d0b8-402b-85a7-0980fd367d6f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-13c73694-d0b8-402b-85a7-0980fd367d6f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-13c73694-d0b8-402b-85a7-0980fd367d6f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3f519ba6-63bc-46db-8af2-8fc59c96529b {
  text-align: center;
}




  #s-3f519ba6-63bc-46db-8af2-8fc59c96529b img.shogun-image {
    
    width: px;
  }


#s-3f519ba6-63bc-46db-8af2-8fc59c96529b .shogun-image-content {
  
    align-items: center;
  
}

#s-872bb940-6bcf-45e0-ae7e-a8bc340b9e58 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-872bb940-6bcf-45e0-ae7e-a8bc340b9e58 .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-e816d534-54fa-4685-ab89-4ff7a6f0077f {
  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-e816d534-54fa-4685-ab89-4ff7a6f0077f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e816d534-54fa-4685-ab89-4ff7a6f0077f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e816d534-54fa-4685-ab89-4ff7a6f0077f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7cd5029a-c290-4db0-8c45-0e6d0ff3e387 {
  text-align: center;
}




  #s-7cd5029a-c290-4db0-8c45-0e6d0ff3e387 img.shogun-image {
    
    width: px;
  }


#s-7cd5029a-c290-4db0-8c45-0e6d0ff3e387 .shogun-image-content {
  
    align-items: center;
  
}

#s-85ea5b9d-6264-48a7-ac6f-ba5e81c43ea7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-85ea5b9d-6264-48a7-ac6f-ba5e81c43ea7 .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-a63ca98f-37a1-4183-bb84-e7432eb9477a {
  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-a63ca98f-37a1-4183-bb84-e7432eb9477a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a63ca98f-37a1-4183-bb84-e7432eb9477a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a63ca98f-37a1-4183-bb84-e7432eb9477a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ad8992d6-a653-403c-a48d-fdc59030e556 {
  text-align: center;
}




  #s-ad8992d6-a653-403c-a48d-fdc59030e556 img.shogun-image {
    
    width: px;
  }


#s-ad8992d6-a653-403c-a48d-fdc59030e556 .shogun-image-content {
  
    align-items: center;
  
}

#s-20425ef3-5260-4879-9a27-6e4beca179aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-20425ef3-5260-4879-9a27-6e4beca179aa .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-4a7c3f53-90f2-4101-a271-9ec3c6d3c6ee {
  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-4a7c3f53-90f2-4101-a271-9ec3c6d3c6ee:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4a7c3f53-90f2-4101-a271-9ec3c6d3c6ee:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4a7c3f53-90f2-4101-a271-9ec3c6d3c6ee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a39bf859-987b-4905-8df0-bf74528c6cc8 {
  min-height: 50px;
}








#s-a39bf859-987b-4905-8df0-bf74528c6cc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a39bf859-987b-4905-8df0-bf74528c6cc8.shg-box.shg-c {
  justify-content: center;
}

#s-3768806c-a439-412c-96f8-ed9772a1d189 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-3768806c-a439-412c-96f8-ed9772a1d189"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-3768806c-a439-412c-96f8-ed9772a1d189"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3768806c-a439-412c-96f8-ed9772a1d189"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3768806c-a439-412c-96f8-ed9772a1d189"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3768806c-a439-412c-96f8-ed9772a1d189"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3768806c-a439-412c-96f8-ed9772a1d189"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3768806c-a439-412c-96f8-ed9772a1d189"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3768806c-a439-412c-96f8-ed9772a1d189"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3768806c-a439-412c-96f8-ed9772a1d189"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3768806c-a439-412c-96f8-ed9772a1d189"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3768806c-a439-412c-96f8-ed9772a1d189"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3768806c-a439-412c-96f8-ed9772a1d189"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3768806c-a439-412c-96f8-ed9772a1d189"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3768806c-a439-412c-96f8-ed9772a1d189"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3768806c-a439-412c-96f8-ed9772a1d189"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3768806c-a439-412c-96f8-ed9772a1d189"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3768806c-a439-412c-96f8-ed9772a1d189"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3768806c-a439-412c-96f8-ed9772a1d189"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3768806c-a439-412c-96f8-ed9772a1d189"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3768806c-a439-412c-96f8-ed9772a1d189"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3768806c-a439-412c-96f8-ed9772a1d189"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3768806c-a439-412c-96f8-ed9772a1d189"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3768806c-a439-412c-96f8-ed9772a1d189"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3768806c-a439-412c-96f8-ed9772a1d189"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3768806c-a439-412c-96f8-ed9772a1d189"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3768806c-a439-412c-96f8-ed9772a1d189"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3768806c-a439-412c-96f8-ed9772a1d189"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3768806c-a439-412c-96f8-ed9772a1d189"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3768806c-a439-412c-96f8-ed9772a1d189"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3768806c-a439-412c-96f8-ed9772a1d189"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3768806c-a439-412c-96f8-ed9772a1d189"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3768806c-a439-412c-96f8-ed9772a1d189"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3768806c-a439-412c-96f8-ed9772a1d189"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3768806c-a439-412c-96f8-ed9772a1d189"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3768806c-a439-412c-96f8-ed9772a1d189"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3768806c-a439-412c-96f8-ed9772a1d189"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3768806c-a439-412c-96f8-ed9772a1d189"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3768806c-a439-412c-96f8-ed9772a1d189"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-7cae90bb-2b6e-46ad-884f-16ec7ac5ee2b {
  text-align: center;
}




  #s-7cae90bb-2b6e-46ad-884f-16ec7ac5ee2b img.shogun-image {
    
    width: px;
  }


#s-7cae90bb-2b6e-46ad-884f-16ec7ac5ee2b .shogun-image-content {
  
    align-items: center;
  
}

#s-bc5e4a0f-ccdc-48af-8401-ac9e4005d653 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc5e4a0f-ccdc-48af-8401-ac9e4005d653 .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-cad6201e-2043-4466-a201-1e0628933165 {
  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-cad6201e-2043-4466-a201-1e0628933165:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cad6201e-2043-4466-a201-1e0628933165:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cad6201e-2043-4466-a201-1e0628933165.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f6fcb28c-dc80-43e1-9866-198d704afd14 {
  text-align: center;
}




  #s-f6fcb28c-dc80-43e1-9866-198d704afd14 img.shogun-image {
    
    width: px;
  }


#s-f6fcb28c-dc80-43e1-9866-198d704afd14 .shogun-image-content {
  
    align-items: center;
  
}

#s-26a7d961-695f-4350-a75f-f1ea26e53a71 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-26a7d961-695f-4350-a75f-f1ea26e53a71 .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-01efcf80-3e69-4bf7-a673-aabb10a351a1 {
  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-01efcf80-3e69-4bf7-a673-aabb10a351a1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-01efcf80-3e69-4bf7-a673-aabb10a351a1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-01efcf80-3e69-4bf7-a673-aabb10a351a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0cabbc12-8310-4789-b623-384e285b9374 {
  text-align: center;
}




  #s-0cabbc12-8310-4789-b623-384e285b9374 img.shogun-image {
    
    width: px;
  }


#s-0cabbc12-8310-4789-b623-384e285b9374 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6170826-b09e-447c-b7fd-b2369f3502e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a6170826-b09e-447c-b7fd-b2369f3502e1 .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-e6378ea4-32fd-43b5-bb5a-7e98280567ab {
  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-e6378ea4-32fd-43b5-bb5a-7e98280567ab:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e6378ea4-32fd-43b5-bb5a-7e98280567ab:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e6378ea4-32fd-43b5-bb5a-7e98280567ab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-350de920-b2bf-40ef-bee4-217b556af6ae {
  text-align: center;
}




  #s-350de920-b2bf-40ef-bee4-217b556af6ae img.shogun-image {
    
    width: px;
  }


#s-350de920-b2bf-40ef-bee4-217b556af6ae .shogun-image-content {
  
    align-items: center;
  
}

#s-30a45ba8-5564-4862-9f7a-d0a936ce9cee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-30a45ba8-5564-4862-9f7a-d0a936ce9cee .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-80fb7524-9300-48c3-919b-8eb312186654 {
  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-80fb7524-9300-48c3-919b-8eb312186654:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-80fb7524-9300-48c3-919b-8eb312186654:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-80fb7524-9300-48c3-919b-8eb312186654.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f79d9bec-e6c3-4b04-9e46-6fcb1cda2d16 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-f79d9bec-e6c3-4b04-9e46-6fcb1cda2d16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f79d9bec-e6c3-4b04-9e46-6fcb1cda2d16.shg-box.shg-c {
  justify-content: center;
}

#s-7865f958-f888-4068-90a9-3a8e6271f37b {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-7865f958-f888-4068-90a9-3a8e6271f37b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-7865f958-f888-4068-90a9-3a8e6271f37b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7865f958-f888-4068-90a9-3a8e6271f37b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7865f958-f888-4068-90a9-3a8e6271f37b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7865f958-f888-4068-90a9-3a8e6271f37b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7865f958-f888-4068-90a9-3a8e6271f37b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7865f958-f888-4068-90a9-3a8e6271f37b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7865f958-f888-4068-90a9-3a8e6271f37b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7865f958-f888-4068-90a9-3a8e6271f37b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7865f958-f888-4068-90a9-3a8e6271f37b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7865f958-f888-4068-90a9-3a8e6271f37b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7865f958-f888-4068-90a9-3a8e6271f37b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7865f958-f888-4068-90a9-3a8e6271f37b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7865f958-f888-4068-90a9-3a8e6271f37b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7865f958-f888-4068-90a9-3a8e6271f37b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7865f958-f888-4068-90a9-3a8e6271f37b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7865f958-f888-4068-90a9-3a8e6271f37b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7865f958-f888-4068-90a9-3a8e6271f37b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7865f958-f888-4068-90a9-3a8e6271f37b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7865f958-f888-4068-90a9-3a8e6271f37b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7865f958-f888-4068-90a9-3a8e6271f37b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7865f958-f888-4068-90a9-3a8e6271f37b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7865f958-f888-4068-90a9-3a8e6271f37b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7865f958-f888-4068-90a9-3a8e6271f37b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7865f958-f888-4068-90a9-3a8e6271f37b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7865f958-f888-4068-90a9-3a8e6271f37b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7865f958-f888-4068-90a9-3a8e6271f37b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7865f958-f888-4068-90a9-3a8e6271f37b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7865f958-f888-4068-90a9-3a8e6271f37b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7865f958-f888-4068-90a9-3a8e6271f37b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7865f958-f888-4068-90a9-3a8e6271f37b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7865f958-f888-4068-90a9-3a8e6271f37b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7865f958-f888-4068-90a9-3a8e6271f37b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7865f958-f888-4068-90a9-3a8e6271f37b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7865f958-f888-4068-90a9-3a8e6271f37b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7865f958-f888-4068-90a9-3a8e6271f37b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7865f958-f888-4068-90a9-3a8e6271f37b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7865f958-f888-4068-90a9-3a8e6271f37b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-2f2018d1-55be-4eb5-b3f5-905ce6f747f7 {
  text-align: center;
}




  #s-2f2018d1-55be-4eb5-b3f5-905ce6f747f7 img.shogun-image {
    
    width: px;
  }


#s-2f2018d1-55be-4eb5-b3f5-905ce6f747f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-d733179f-8a42-4118-a41a-5e4cdfcf5d96 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d733179f-8a42-4118-a41a-5e4cdfcf5d96 .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-65568c27-1d0a-48b3-a656-50b7441d0e1e {
  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-65568c27-1d0a-48b3-a656-50b7441d0e1e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-65568c27-1d0a-48b3-a656-50b7441d0e1e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-65568c27-1d0a-48b3-a656-50b7441d0e1e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d23b3a31-63c2-4ad4-9266-5c5b4ba741ac {
  text-align: center;
}




  #s-d23b3a31-63c2-4ad4-9266-5c5b4ba741ac img.shogun-image {
    
    width: px;
  }


#s-d23b3a31-63c2-4ad4-9266-5c5b4ba741ac .shogun-image-content {
  
    align-items: center;
  
}

#s-9e54efc2-357c-4f4f-af7d-d6a48a22507c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e54efc2-357c-4f4f-af7d-d6a48a22507c .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-ce52987c-4445-4e98-b592-4f4055969a12 {
  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-ce52987c-4445-4e98-b592-4f4055969a12:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ce52987c-4445-4e98-b592-4f4055969a12:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ce52987c-4445-4e98-b592-4f4055969a12.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-372a7940-6301-47ec-871b-14987489a4ec {
  text-align: center;
}




  #s-372a7940-6301-47ec-871b-14987489a4ec img.shogun-image {
    
    width: px;
  }


#s-372a7940-6301-47ec-871b-14987489a4ec .shogun-image-content {
  
    align-items: center;
  
}

#s-67c81c03-4836-43ac-9e7c-dbb100a060c1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-67c81c03-4836-43ac-9e7c-dbb100a060c1 .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-52e1cf98-647e-4237-94fa-6db938e2c9ef {
  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-52e1cf98-647e-4237-94fa-6db938e2c9ef:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-52e1cf98-647e-4237-94fa-6db938e2c9ef:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-52e1cf98-647e-4237-94fa-6db938e2c9ef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fcc43812-94c0-4b34-9550-3bd1cd634409 {
  text-align: center;
}




  #s-fcc43812-94c0-4b34-9550-3bd1cd634409 img.shogun-image {
    
    width: px;
  }


#s-fcc43812-94c0-4b34-9550-3bd1cd634409 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e727f4e-1d46-4907-9ebd-bf83f2a79b5c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4e727f4e-1d46-4907-9ebd-bf83f2a79b5c .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-774fbb8f-e5ed-4c5d-9b95-d1643d5c6723 {
  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-774fbb8f-e5ed-4c5d-9b95-d1643d5c6723:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-774fbb8f-e5ed-4c5d-9b95-d1643d5c6723:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-774fbb8f-e5ed-4c5d-9b95-d1643d5c6723.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b5077961-6db1-428c-8df4-79fa4fdfd1e3 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-b5077961-6db1-428c-8df4-79fa4fdfd1e3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-b5077961-6db1-428c-8df4-79fa4fdfd1e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b5077961-6db1-428c-8df4-79fa4fdfd1e3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b5077961-6db1-428c-8df4-79fa4fdfd1e3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b5077961-6db1-428c-8df4-79fa4fdfd1e3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b5077961-6db1-428c-8df4-79fa4fdfd1e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b5077961-6db1-428c-8df4-79fa4fdfd1e3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b5077961-6db1-428c-8df4-79fa4fdfd1e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b5077961-6db1-428c-8df4-79fa4fdfd1e3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b5077961-6db1-428c-8df4-79fa4fdfd1e3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b5077961-6db1-428c-8df4-79fa4fdfd1e3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b5077961-6db1-428c-8df4-79fa4fdfd1e3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b5077961-6db1-428c-8df4-79fa4fdfd1e3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b5077961-6db1-428c-8df4-79fa4fdfd1e3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b5077961-6db1-428c-8df4-79fa4fdfd1e3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b5077961-6db1-428c-8df4-79fa4fdfd1e3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b5077961-6db1-428c-8df4-79fa4fdfd1e3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b5077961-6db1-428c-8df4-79fa4fdfd1e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b5077961-6db1-428c-8df4-79fa4fdfd1e3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b5077961-6db1-428c-8df4-79fa4fdfd1e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b5077961-6db1-428c-8df4-79fa4fdfd1e3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b5077961-6db1-428c-8df4-79fa4fdfd1e3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b5077961-6db1-428c-8df4-79fa4fdfd1e3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b5077961-6db1-428c-8df4-79fa4fdfd1e3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b5077961-6db1-428c-8df4-79fa4fdfd1e3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b5077961-6db1-428c-8df4-79fa4fdfd1e3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b5077961-6db1-428c-8df4-79fa4fdfd1e3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b5077961-6db1-428c-8df4-79fa4fdfd1e3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b5077961-6db1-428c-8df4-79fa4fdfd1e3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b5077961-6db1-428c-8df4-79fa4fdfd1e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b5077961-6db1-428c-8df4-79fa4fdfd1e3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b5077961-6db1-428c-8df4-79fa4fdfd1e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b5077961-6db1-428c-8df4-79fa4fdfd1e3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b5077961-6db1-428c-8df4-79fa4fdfd1e3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b5077961-6db1-428c-8df4-79fa4fdfd1e3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b5077961-6db1-428c-8df4-79fa4fdfd1e3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b5077961-6db1-428c-8df4-79fa4fdfd1e3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b5077961-6db1-428c-8df4-79fa4fdfd1e3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-a768dc7e-acc3-4c85-b16c-68e126616b50 {
  text-align: center;
}




  #s-a768dc7e-acc3-4c85-b16c-68e126616b50 img.shogun-image {
    
    width: px;
  }


#s-a768dc7e-acc3-4c85-b16c-68e126616b50 .shogun-image-content {
  
    align-items: center;
  
}

#s-ae8057ad-2fac-46ba-aa86-59c6813e220c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae8057ad-2fac-46ba-aa86-59c6813e220c .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-0a522e40-697c-4dc1-87eb-1d2c24a52066 {
  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-0a522e40-697c-4dc1-87eb-1d2c24a52066:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0a522e40-697c-4dc1-87eb-1d2c24a52066:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0a522e40-697c-4dc1-87eb-1d2c24a52066.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-56dc7259-a359-4a73-9469-8deec0dcdefd {
  text-align: center;
}




  #s-56dc7259-a359-4a73-9469-8deec0dcdefd img.shogun-image {
    
    width: px;
  }


#s-56dc7259-a359-4a73-9469-8deec0dcdefd .shogun-image-content {
  
    align-items: center;
  
}

#s-e2eb2bc2-2eb8-4cd7-a563-38b3432516de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e2eb2bc2-2eb8-4cd7-a563-38b3432516de .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-dfaf6be0-ac80-4ca1-8f9d-5d19a9aa8b94 {
  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-dfaf6be0-ac80-4ca1-8f9d-5d19a9aa8b94:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dfaf6be0-ac80-4ca1-8f9d-5d19a9aa8b94:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dfaf6be0-ac80-4ca1-8f9d-5d19a9aa8b94.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3532fc35-e5fa-4daf-ad78-c64df0f88339 {
  text-align: center;
}




  #s-3532fc35-e5fa-4daf-ad78-c64df0f88339 img.shogun-image {
    
    width: px;
  }


#s-3532fc35-e5fa-4daf-ad78-c64df0f88339 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f616a43-753a-425a-9173-6726f63cf02c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1f616a43-753a-425a-9173-6726f63cf02c .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-4003d673-5258-42f7-a597-ff147b756f15 {
  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-4003d673-5258-42f7-a597-ff147b756f15:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4003d673-5258-42f7-a597-ff147b756f15:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4003d673-5258-42f7-a597-ff147b756f15.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-60969b1d-7905-45d8-9969-594ea0ea79d6 {
  text-align: center;
}




  #s-60969b1d-7905-45d8-9969-594ea0ea79d6 img.shogun-image {
    
    width: px;
  }


#s-60969b1d-7905-45d8-9969-594ea0ea79d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-c288b43b-3cc1-4885-b150-ff745a242553 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c288b43b-3cc1-4885-b150-ff745a242553 .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-488ccba2-a7ae-4693-bfc1-bf4a803baef3 {
  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-488ccba2-a7ae-4693-bfc1-bf4a803baef3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-488ccba2-a7ae-4693-bfc1-bf4a803baef3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-488ccba2-a7ae-4693-bfc1-bf4a803baef3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dd3ffbfb-4745-4de3-acdf-221dd4795fc8 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-dd3ffbfb-4745-4de3-acdf-221dd4795fc8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd3ffbfb-4745-4de3-acdf-221dd4795fc8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dd3ffbfb-4745-4de3-acdf-221dd4795fc8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dd3ffbfb-4745-4de3-acdf-221dd4795fc8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dd3ffbfb-4745-4de3-acdf-221dd4795fc8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dd3ffbfb-4745-4de3-acdf-221dd4795fc8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dd3ffbfb-4745-4de3-acdf-221dd4795fc8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dd3ffbfb-4745-4de3-acdf-221dd4795fc8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dd3ffbfb-4745-4de3-acdf-221dd4795fc8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dd3ffbfb-4745-4de3-acdf-221dd4795fc8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dd3ffbfb-4745-4de3-acdf-221dd4795fc8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dd3ffbfb-4745-4de3-acdf-221dd4795fc8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dd3ffbfb-4745-4de3-acdf-221dd4795fc8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dd3ffbfb-4745-4de3-acdf-221dd4795fc8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dd3ffbfb-4745-4de3-acdf-221dd4795fc8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dd3ffbfb-4745-4de3-acdf-221dd4795fc8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dd3ffbfb-4745-4de3-acdf-221dd4795fc8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dd3ffbfb-4745-4de3-acdf-221dd4795fc8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dd3ffbfb-4745-4de3-acdf-221dd4795fc8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dd3ffbfb-4745-4de3-acdf-221dd4795fc8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dd3ffbfb-4745-4de3-acdf-221dd4795fc8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dd3ffbfb-4745-4de3-acdf-221dd4795fc8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dd3ffbfb-4745-4de3-acdf-221dd4795fc8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dd3ffbfb-4745-4de3-acdf-221dd4795fc8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dd3ffbfb-4745-4de3-acdf-221dd4795fc8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd3ffbfb-4745-4de3-acdf-221dd4795fc8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dd3ffbfb-4745-4de3-acdf-221dd4795fc8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dd3ffbfb-4745-4de3-acdf-221dd4795fc8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dd3ffbfb-4745-4de3-acdf-221dd4795fc8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dd3ffbfb-4745-4de3-acdf-221dd4795fc8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dd3ffbfb-4745-4de3-acdf-221dd4795fc8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dd3ffbfb-4745-4de3-acdf-221dd4795fc8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dd3ffbfb-4745-4de3-acdf-221dd4795fc8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dd3ffbfb-4745-4de3-acdf-221dd4795fc8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dd3ffbfb-4745-4de3-acdf-221dd4795fc8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dd3ffbfb-4745-4de3-acdf-221dd4795fc8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dd3ffbfb-4745-4de3-acdf-221dd4795fc8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-1c3e8dad-7636-43a7-a807-30ba9a41354b {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-1c3e8dad-7636-43a7-a807-30ba9a41354b img.shogun-image {
    
    width: px;
  }


#s-1c3e8dad-7636-43a7-a807-30ba9a41354b .shogun-image-content {
  
    align-items: center;
  
}

#s-53f124dd-34ca-4cff-9787-2060f781a19a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53f124dd-34ca-4cff-9787-2060f781a19a .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-e552f1ae-f1dc-490e-b5bb-9149257b27e8 {
  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-e552f1ae-f1dc-490e-b5bb-9149257b27e8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e552f1ae-f1dc-490e-b5bb-9149257b27e8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e552f1ae-f1dc-490e-b5bb-9149257b27e8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-969dcb9a-64a0-43c4-ba80-2f2f4f4fdf1c {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-969dcb9a-64a0-43c4-ba80-2f2f4f4fdf1c img.shogun-image {
    
    width: px;
  }


#s-969dcb9a-64a0-43c4-ba80-2f2f4f4fdf1c .shogun-image-content {
  
    align-items: center;
  
}

#s-4207e584-8166-4b44-926a-e8172ee53a4e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4207e584-8166-4b44-926a-e8172ee53a4e .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-7f618ba1-2231-47b7-a010-7df94e42023a {
  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-7f618ba1-2231-47b7-a010-7df94e42023a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7f618ba1-2231-47b7-a010-7df94e42023a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7f618ba1-2231-47b7-a010-7df94e42023a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0f4cfe6e-1f74-4fdc-a1ec-74e4ec0df319 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-0f4cfe6e-1f74-4fdc-a1ec-74e4ec0df319 img.shogun-image {
    
    width: px;
  }


#s-0f4cfe6e-1f74-4fdc-a1ec-74e4ec0df319 .shogun-image-content {
  
    align-items: center;
  
}

#s-e41a475a-69ea-4114-897d-ec0617704e59 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e41a475a-69ea-4114-897d-ec0617704e59 .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-47fcf524-4d0f-45e5-af69-5b66dc6304e0 {
  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-47fcf524-4d0f-45e5-af69-5b66dc6304e0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-47fcf524-4d0f-45e5-af69-5b66dc6304e0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-47fcf524-4d0f-45e5-af69-5b66dc6304e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f02d6b73-822c-4934-bd97-428546f23c21 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: -55px;
background-position: center center;
}








#s-f02d6b73-822c-4934-bd97-428546f23c21 > .shg-box-overlay {
  background-color: rgba(66, 78, 86, 1);
  opacity: 0.5;
}#s-f02d6b73-822c-4934-bd97-428546f23c21.shg-box.shg-c {
  justify-content: center;
}

#s-c7df7e68-0619-4149-9174-896ab99fc55b {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-c7df7e68-0619-4149-9174-896ab99fc55b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7df7e68-0619-4149-9174-896ab99fc55b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-c7df7e68-0619-4149-9174-896ab99fc55b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-c7df7e68-0619-4149-9174-896ab99fc55b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-c7df7e68-0619-4149-9174-896ab99fc55b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-c7df7e68-0619-4149-9174-896ab99fc55b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-c7df7e68-0619-4149-9174-896ab99fc55b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-c7df7e68-0619-4149-9174-896ab99fc55b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-c7df7e68-0619-4149-9174-896ab99fc55b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-c7df7e68-0619-4149-9174-896ab99fc55b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-c7df7e68-0619-4149-9174-896ab99fc55b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-c7df7e68-0619-4149-9174-896ab99fc55b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-c7df7e68-0619-4149-9174-896ab99fc55b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-c7df7e68-0619-4149-9174-896ab99fc55b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-c7df7e68-0619-4149-9174-896ab99fc55b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-c7df7e68-0619-4149-9174-896ab99fc55b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-c7df7e68-0619-4149-9174-896ab99fc55b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-c7df7e68-0619-4149-9174-896ab99fc55b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-c7df7e68-0619-4149-9174-896ab99fc55b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-c7df7e68-0619-4149-9174-896ab99fc55b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-c7df7e68-0619-4149-9174-896ab99fc55b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-c7df7e68-0619-4149-9174-896ab99fc55b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-c7df7e68-0619-4149-9174-896ab99fc55b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-c7df7e68-0619-4149-9174-896ab99fc55b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-c7df7e68-0619-4149-9174-896ab99fc55b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7df7e68-0619-4149-9174-896ab99fc55b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-c7df7e68-0619-4149-9174-896ab99fc55b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-c7df7e68-0619-4149-9174-896ab99fc55b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-c7df7e68-0619-4149-9174-896ab99fc55b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-c7df7e68-0619-4149-9174-896ab99fc55b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-c7df7e68-0619-4149-9174-896ab99fc55b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-c7df7e68-0619-4149-9174-896ab99fc55b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-c7df7e68-0619-4149-9174-896ab99fc55b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-c7df7e68-0619-4149-9174-896ab99fc55b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-c7df7e68-0619-4149-9174-896ab99fc55b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-c7df7e68-0619-4149-9174-896ab99fc55b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-c7df7e68-0619-4149-9174-896ab99fc55b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 50.0px);
}

}

#s-efe5a682-c378-4eff-ac85-adeff3735cee {
  padding-top: 40px;
padding-bottom: 20px;
text-align: center;
}

#s-efe5a682-c378-4eff-ac85-adeff3735cee .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-523c4180-0f22-49ea-99fb-321816d4ebff {
  padding-top: 10px;
padding-bottom: 20px;
}

#s-aec3dd5e-e229-49d7-8924-2a43c76a67c6 {
  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-aec3dd5e-e229-49d7-8924-2a43c76a67c6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aec3dd5e-e229-49d7-8924-2a43c76a67c6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-aec3dd5e-e229-49d7-8924-2a43c76a67c6.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;
}
