.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-640c29f7-144b-4cff-bc16-c5191b864188 {
  padding-top: 5px;
padding-left: 2px;
padding-bottom: 5px;
padding-right: 2px;
}

@media (min-width: 0px) {
[id="s-640c29f7-144b-4cff-bc16-c5191b864188"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-640c29f7-144b-4cff-bc16-c5191b864188"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-640c29f7-144b-4cff-bc16-c5191b864188"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-640c29f7-144b-4cff-bc16-c5191b864188"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-640c29f7-144b-4cff-bc16-c5191b864188"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-640c29f7-144b-4cff-bc16-c5191b864188"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-640c29f7-144b-4cff-bc16-c5191b864188"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-640c29f7-144b-4cff-bc16-c5191b864188"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-640c29f7-144b-4cff-bc16-c5191b864188"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-640c29f7-144b-4cff-bc16-c5191b864188"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-640c29f7-144b-4cff-bc16-c5191b864188"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-640c29f7-144b-4cff-bc16-c5191b864188"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-640c29f7-144b-4cff-bc16-c5191b864188"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-640c29f7-144b-4cff-bc16-c5191b864188"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-640c29f7-144b-4cff-bc16-c5191b864188"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-640c29f7-144b-4cff-bc16-c5191b864188"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-640c29f7-144b-4cff-bc16-c5191b864188"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-640c29f7-144b-4cff-bc16-c5191b864188"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-640c29f7-144b-4cff-bc16-c5191b864188"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-640c29f7-144b-4cff-bc16-c5191b864188"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-640c29f7-144b-4cff-bc16-c5191b864188"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-640c29f7-144b-4cff-bc16-c5191b864188"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-640c29f7-144b-4cff-bc16-c5191b864188"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-640c29f7-144b-4cff-bc16-c5191b864188"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-640c29f7-144b-4cff-bc16-c5191b864188"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-640c29f7-144b-4cff-bc16-c5191b864188"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-640c29f7-144b-4cff-bc16-c5191b864188"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-640c29f7-144b-4cff-bc16-c5191b864188"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-640c29f7-144b-4cff-bc16-c5191b864188"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-640c29f7-144b-4cff-bc16-c5191b864188"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-640c29f7-144b-4cff-bc16-c5191b864188"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-640c29f7-144b-4cff-bc16-c5191b864188"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-640c29f7-144b-4cff-bc16-c5191b864188"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-640c29f7-144b-4cff-bc16-c5191b864188"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-640c29f7-144b-4cff-bc16-c5191b864188"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-640c29f7-144b-4cff-bc16-c5191b864188"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-640c29f7-144b-4cff-bc16-c5191b864188"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

.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-4851f809-e296-472a-9373-e342fc689aca {
  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-4851f809-e296-472a-9373-e342fc689aca: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-4851f809-e296-472a-9373-e342fc689aca: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-4851f809-e296-472a-9373-e342fc689aca.shg-btn {
  color: rgba(67, 96, 118, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1352fe7f-e0b3-4e1a-ad6a-7413ee334a16 {
  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-1352fe7f-e0b3-4e1a-ad6a-7413ee334a16: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-1352fe7f-e0b3-4e1a-ad6a-7413ee334a16: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-1352fe7f-e0b3-4e1a-ad6a-7413ee334a16.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e3d4870c-1663-46a5-aaf8-9d3a939efbb1 {
  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-e3d4870c-1663-46a5-aaf8-9d3a939efbb1: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-e3d4870c-1663-46a5-aaf8-9d3a939efbb1: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-e3d4870c-1663-46a5-aaf8-9d3a939efbb1.shg-btn {
  color: rgba(67, 96, 118, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

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

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

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-d7442e60-78ca-499b-9afa-e8cdddf98184 {
  min-height: 50px;
}








#s-d7442e60-78ca-499b-9afa-e8cdddf98184 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7442e60-78ca-499b-9afa-e8cdddf98184.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-6592549d-090d-4f53-b226-60ae09c29741 {
  
}

#s-6592549d-090d-4f53-b226-60ae09c29741 .shogun-tabs {
  justify-content: center;
}

#s-6592549d-090d-4f53-b226-60ae09c29741 .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-6592549d-090d-4f53-b226-60ae09c29741 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-6592549d-090d-4f53-b226-60ae09c29741 .shogun-tabs > li > .shogun-tab-box::after {
    background: rgba(188, 188, 188, 1);
    border: 1px solid #DDDDDD;
  }
  #s-6592549d-090d-4f53-b226-60ae09c29741 .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-6592549d-090d-4f53-b226-60ae09c29741 .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-6592549d-090d-4f53-b226-60ae09c29741 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-6592549d-090d-4f53-b226-60ae09c29741 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-6592549d-090d-4f53-b226-60ae09c29741 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-6592549d-090d-4f53-b226-60ae09c29741 .shogun-tab {
  max-width: calc(100% / 4 - (4 - 2) * 2px / 4);
}

#s-fa0e431b-73c3-4ca9-b194-1604abae689b {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-fa0e431b-73c3-4ca9-b194-1604abae689b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa0e431b-73c3-4ca9-b194-1604abae689b.shg-box.shg-c {
  justify-content: center;
}

#s-14e36087-d880-4405-819b-a002fee0caf5 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-14e36087-d880-4405-819b-a002fee0caf5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-14e36087-d880-4405-819b-a002fee0caf5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-14e36087-d880-4405-819b-a002fee0caf5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-14e36087-d880-4405-819b-a002fee0caf5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-14e36087-d880-4405-819b-a002fee0caf5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-14e36087-d880-4405-819b-a002fee0caf5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-14e36087-d880-4405-819b-a002fee0caf5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-14e36087-d880-4405-819b-a002fee0caf5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-14e36087-d880-4405-819b-a002fee0caf5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-14e36087-d880-4405-819b-a002fee0caf5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-14e36087-d880-4405-819b-a002fee0caf5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-14e36087-d880-4405-819b-a002fee0caf5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-14e36087-d880-4405-819b-a002fee0caf5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-14e36087-d880-4405-819b-a002fee0caf5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-14e36087-d880-4405-819b-a002fee0caf5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-14e36087-d880-4405-819b-a002fee0caf5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-14e36087-d880-4405-819b-a002fee0caf5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-14e36087-d880-4405-819b-a002fee0caf5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-14e36087-d880-4405-819b-a002fee0caf5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-14e36087-d880-4405-819b-a002fee0caf5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-14e36087-d880-4405-819b-a002fee0caf5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-14e36087-d880-4405-819b-a002fee0caf5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-14e36087-d880-4405-819b-a002fee0caf5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-14e36087-d880-4405-819b-a002fee0caf5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-14e36087-d880-4405-819b-a002fee0caf5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-14e36087-d880-4405-819b-a002fee0caf5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-14e36087-d880-4405-819b-a002fee0caf5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-14e36087-d880-4405-819b-a002fee0caf5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-14e36087-d880-4405-819b-a002fee0caf5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-14e36087-d880-4405-819b-a002fee0caf5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-14e36087-d880-4405-819b-a002fee0caf5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-14e36087-d880-4405-819b-a002fee0caf5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-14e36087-d880-4405-819b-a002fee0caf5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-14e36087-d880-4405-819b-a002fee0caf5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-14e36087-d880-4405-819b-a002fee0caf5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-14e36087-d880-4405-819b-a002fee0caf5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-14e36087-d880-4405-819b-a002fee0caf5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-14e36087-d880-4405-819b-a002fee0caf5"] > .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-9ff4285f-52ff-43fc-9fcb-33b0ebe0e6a7 {
  text-align: center;
}




  #s-9ff4285f-52ff-43fc-9fcb-33b0ebe0e6a7 img.shogun-image {
    
    width: px;
  }


#s-9ff4285f-52ff-43fc-9fcb-33b0ebe0e6a7 .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-c7a8d6b5-e19e-4ac1-bbc2-18c52917d9b1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c7a8d6b5-e19e-4ac1-bbc2-18c52917d9b1 .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-226750fa-93fe-4905-b158-5081b165f94f {
  padding-bottom: 20px;
}

#s-dd5fdb5d-7ca4-4eb9-9306-60b85bb16074 {
  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-dd5fdb5d-7ca4-4eb9-9306-60b85bb16074:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dd5fdb5d-7ca4-4eb9-9306-60b85bb16074:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dd5fdb5d-7ca4-4eb9-9306-60b85bb16074.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bb6aad66-eea7-4bc6-b864-41484a4556bf {
  text-align: center;
}




  #s-bb6aad66-eea7-4bc6-b864-41484a4556bf img.shogun-image {
    
    width: px;
  }


#s-bb6aad66-eea7-4bc6-b864-41484a4556bf .shogun-image-content {
  
    align-items: center;
  
}

#s-17181918-4842-45f5-8385-b816d5162151 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-17181918-4842-45f5-8385-b816d5162151 .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-bf6674fb-9569-409b-b8d9-bbd0d43e4a36 {
  padding-bottom: 20px;
}

#s-a3e75ac0-8e1d-46c9-8d49-bea558206219 {
  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-a3e75ac0-8e1d-46c9-8d49-bea558206219:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a3e75ac0-8e1d-46c9-8d49-bea558206219:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a3e75ac0-8e1d-46c9-8d49-bea558206219.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1d77af89-1cd7-47ee-96f1-74c3a015a763 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-1d77af89-1cd7-47ee-96f1-74c3a015a763"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-1d77af89-1cd7-47ee-96f1-74c3a015a763"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d77af89-1cd7-47ee-96f1-74c3a015a763"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1d77af89-1cd7-47ee-96f1-74c3a015a763"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1d77af89-1cd7-47ee-96f1-74c3a015a763"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1d77af89-1cd7-47ee-96f1-74c3a015a763"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1d77af89-1cd7-47ee-96f1-74c3a015a763"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1d77af89-1cd7-47ee-96f1-74c3a015a763"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1d77af89-1cd7-47ee-96f1-74c3a015a763"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1d77af89-1cd7-47ee-96f1-74c3a015a763"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1d77af89-1cd7-47ee-96f1-74c3a015a763"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1d77af89-1cd7-47ee-96f1-74c3a015a763"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1d77af89-1cd7-47ee-96f1-74c3a015a763"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1d77af89-1cd7-47ee-96f1-74c3a015a763"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1d77af89-1cd7-47ee-96f1-74c3a015a763"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1d77af89-1cd7-47ee-96f1-74c3a015a763"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1d77af89-1cd7-47ee-96f1-74c3a015a763"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1d77af89-1cd7-47ee-96f1-74c3a015a763"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1d77af89-1cd7-47ee-96f1-74c3a015a763"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1d77af89-1cd7-47ee-96f1-74c3a015a763"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1d77af89-1cd7-47ee-96f1-74c3a015a763"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1d77af89-1cd7-47ee-96f1-74c3a015a763"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1d77af89-1cd7-47ee-96f1-74c3a015a763"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1d77af89-1cd7-47ee-96f1-74c3a015a763"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1d77af89-1cd7-47ee-96f1-74c3a015a763"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1d77af89-1cd7-47ee-96f1-74c3a015a763"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1d77af89-1cd7-47ee-96f1-74c3a015a763"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1d77af89-1cd7-47ee-96f1-74c3a015a763"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1d77af89-1cd7-47ee-96f1-74c3a015a763"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1d77af89-1cd7-47ee-96f1-74c3a015a763"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1d77af89-1cd7-47ee-96f1-74c3a015a763"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1d77af89-1cd7-47ee-96f1-74c3a015a763"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1d77af89-1cd7-47ee-96f1-74c3a015a763"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1d77af89-1cd7-47ee-96f1-74c3a015a763"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1d77af89-1cd7-47ee-96f1-74c3a015a763"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1d77af89-1cd7-47ee-96f1-74c3a015a763"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1d77af89-1cd7-47ee-96f1-74c3a015a763"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1d77af89-1cd7-47ee-96f1-74c3a015a763"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-616062bb-dc89-4382-83e9-1c508986c156 {
  text-align: center;
}




  #s-616062bb-dc89-4382-83e9-1c508986c156 img.shogun-image {
    
    width: px;
  }


#s-616062bb-dc89-4382-83e9-1c508986c156 .shogun-image-content {
  
    align-items: center;
  
}

#s-d98c786c-da58-4831-b786-3b09ad057764 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d98c786c-da58-4831-b786-3b09ad057764 .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-d014cfb0-e043-4ec8-9371-2220d28518da {
  padding-bottom: 20px;
}

#s-bee276ac-f691-43b1-a76a-ecda518fec1f {
  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-bee276ac-f691-43b1-a76a-ecda518fec1f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bee276ac-f691-43b1-a76a-ecda518fec1f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bee276ac-f691-43b1-a76a-ecda518fec1f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-30565fb5-91eb-43d2-8552-c9e494a722cb {
  text-align: center;
}




  #s-30565fb5-91eb-43d2-8552-c9e494a722cb img.shogun-image {
    
    width: px;
  }


#s-30565fb5-91eb-43d2-8552-c9e494a722cb .shogun-image-content {
  
    align-items: center;
  
}

#s-3eed3732-d3cc-4ec2-b07a-2660786e973c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3eed3732-d3cc-4ec2-b07a-2660786e973c .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-bd184761-ea53-4826-bf91-7008ea733b2c {
  padding-bottom: 20px;
}

#s-d45e3fcc-80cc-4dc0-93ad-ca3bf2e4d90e {
  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-d45e3fcc-80cc-4dc0-93ad-ca3bf2e4d90e: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-d45e3fcc-80cc-4dc0-93ad-ca3bf2e4d90e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d45e3fcc-80cc-4dc0-93ad-ca3bf2e4d90e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cfd81b9f-4073-4682-bfc8-a9a59a2bddbd {
  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-cfd81b9f-4073-4682-bfc8-a9a59a2bddbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfd81b9f-4073-4682-bfc8-a9a59a2bddbd.shg-box.shg-c {
  justify-content: center;
}

#s-08672f72-374f-4ab3-9214-a95876b8d652 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-08672f72-374f-4ab3-9214-a95876b8d652"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-08672f72-374f-4ab3-9214-a95876b8d652"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08672f72-374f-4ab3-9214-a95876b8d652"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-08672f72-374f-4ab3-9214-a95876b8d652"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-08672f72-374f-4ab3-9214-a95876b8d652"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-08672f72-374f-4ab3-9214-a95876b8d652"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-08672f72-374f-4ab3-9214-a95876b8d652"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-08672f72-374f-4ab3-9214-a95876b8d652"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-08672f72-374f-4ab3-9214-a95876b8d652"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-08672f72-374f-4ab3-9214-a95876b8d652"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-08672f72-374f-4ab3-9214-a95876b8d652"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-08672f72-374f-4ab3-9214-a95876b8d652"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-08672f72-374f-4ab3-9214-a95876b8d652"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-08672f72-374f-4ab3-9214-a95876b8d652"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-08672f72-374f-4ab3-9214-a95876b8d652"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-08672f72-374f-4ab3-9214-a95876b8d652"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-08672f72-374f-4ab3-9214-a95876b8d652"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-08672f72-374f-4ab3-9214-a95876b8d652"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-08672f72-374f-4ab3-9214-a95876b8d652"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-08672f72-374f-4ab3-9214-a95876b8d652"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-08672f72-374f-4ab3-9214-a95876b8d652"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-08672f72-374f-4ab3-9214-a95876b8d652"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-08672f72-374f-4ab3-9214-a95876b8d652"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-08672f72-374f-4ab3-9214-a95876b8d652"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-08672f72-374f-4ab3-9214-a95876b8d652"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-08672f72-374f-4ab3-9214-a95876b8d652"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-08672f72-374f-4ab3-9214-a95876b8d652"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-08672f72-374f-4ab3-9214-a95876b8d652"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-08672f72-374f-4ab3-9214-a95876b8d652"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-08672f72-374f-4ab3-9214-a95876b8d652"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-08672f72-374f-4ab3-9214-a95876b8d652"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-08672f72-374f-4ab3-9214-a95876b8d652"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-08672f72-374f-4ab3-9214-a95876b8d652"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-08672f72-374f-4ab3-9214-a95876b8d652"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-08672f72-374f-4ab3-9214-a95876b8d652"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-08672f72-374f-4ab3-9214-a95876b8d652"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-08672f72-374f-4ab3-9214-a95876b8d652"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-08672f72-374f-4ab3-9214-a95876b8d652"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-66e3b24b-cedf-4ec9-a6c4-38200ec379e6 {
  text-align: center;
}




  #s-66e3b24b-cedf-4ec9-a6c4-38200ec379e6 img.shogun-image {
    
    width: px;
  }


#s-66e3b24b-cedf-4ec9-a6c4-38200ec379e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-3155c637-9df8-4872-ad02-6446cbd49ad7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3155c637-9df8-4872-ad02-6446cbd49ad7 .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-9c6ffe7b-ce4d-4d99-a79b-1b7e301d1754 {
  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-9c6ffe7b-ce4d-4d99-a79b-1b7e301d1754:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9c6ffe7b-ce4d-4d99-a79b-1b7e301d1754:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9c6ffe7b-ce4d-4d99-a79b-1b7e301d1754.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e3a708d6-067f-492b-8884-1172833c06b3 {
  text-align: center;
}




  #s-e3a708d6-067f-492b-8884-1172833c06b3 img.shogun-image {
    
    width: px;
  }


#s-e3a708d6-067f-492b-8884-1172833c06b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-2c012965-23ee-4783-b05f-a4401b942c10 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c012965-23ee-4783-b05f-a4401b942c10 .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-b67052d8-8d9f-4a9d-a176-8937866548ac {
  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-b67052d8-8d9f-4a9d-a176-8937866548ac:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b67052d8-8d9f-4a9d-a176-8937866548ac:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b67052d8-8d9f-4a9d-a176-8937866548ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3e441021-4763-4949-9ab5-6eb904d74fe0 {
  text-align: center;
}




  #s-3e441021-4763-4949-9ab5-6eb904d74fe0 img.shogun-image {
    
    width: px;
  }


#s-3e441021-4763-4949-9ab5-6eb904d74fe0 .shogun-image-content {
  
    align-items: center;
  
}

#s-d96f3dbe-8775-4945-acac-326552114c9e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d96f3dbe-8775-4945-acac-326552114c9e .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-44f69ab3-800b-467c-bc09-252c61aabbdc {
  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-44f69ab3-800b-467c-bc09-252c61aabbdc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-44f69ab3-800b-467c-bc09-252c61aabbdc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-44f69ab3-800b-467c-bc09-252c61aabbdc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b07880c1-4456-4fd7-8fcf-6258ebe01caf {
  text-align: center;
}




  #s-b07880c1-4456-4fd7-8fcf-6258ebe01caf img.shogun-image {
    
    width: px;
  }


#s-b07880c1-4456-4fd7-8fcf-6258ebe01caf .shogun-image-content {
  
    align-items: center;
  
}

#s-d501f06c-6e2b-460c-87f0-7c10c49b5334 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d501f06c-6e2b-460c-87f0-7c10c49b5334 .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-34a7e93b-6791-42b9-b1ba-d5e433248cb3 {
  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-34a7e93b-6791-42b9-b1ba-d5e433248cb3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-34a7e93b-6791-42b9-b1ba-d5e433248cb3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-34a7e93b-6791-42b9-b1ba-d5e433248cb3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8440cd89-00e5-4e8c-9d24-941ac6091c6d {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-8440cd89-00e5-4e8c-9d24-941ac6091c6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8440cd89-00e5-4e8c-9d24-941ac6091c6d.shg-box.shg-c {
  justify-content: center;
}

#s-b920a85b-a6d9-406e-8606-141aeed328f9 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-b920a85b-a6d9-406e-8606-141aeed328f9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-b920a85b-a6d9-406e-8606-141aeed328f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b920a85b-a6d9-406e-8606-141aeed328f9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b920a85b-a6d9-406e-8606-141aeed328f9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b920a85b-a6d9-406e-8606-141aeed328f9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b920a85b-a6d9-406e-8606-141aeed328f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b920a85b-a6d9-406e-8606-141aeed328f9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b920a85b-a6d9-406e-8606-141aeed328f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b920a85b-a6d9-406e-8606-141aeed328f9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b920a85b-a6d9-406e-8606-141aeed328f9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b920a85b-a6d9-406e-8606-141aeed328f9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b920a85b-a6d9-406e-8606-141aeed328f9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b920a85b-a6d9-406e-8606-141aeed328f9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b920a85b-a6d9-406e-8606-141aeed328f9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b920a85b-a6d9-406e-8606-141aeed328f9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b920a85b-a6d9-406e-8606-141aeed328f9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b920a85b-a6d9-406e-8606-141aeed328f9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b920a85b-a6d9-406e-8606-141aeed328f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b920a85b-a6d9-406e-8606-141aeed328f9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b920a85b-a6d9-406e-8606-141aeed328f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b920a85b-a6d9-406e-8606-141aeed328f9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b920a85b-a6d9-406e-8606-141aeed328f9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b920a85b-a6d9-406e-8606-141aeed328f9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b920a85b-a6d9-406e-8606-141aeed328f9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b920a85b-a6d9-406e-8606-141aeed328f9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b920a85b-a6d9-406e-8606-141aeed328f9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b920a85b-a6d9-406e-8606-141aeed328f9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b920a85b-a6d9-406e-8606-141aeed328f9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b920a85b-a6d9-406e-8606-141aeed328f9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b920a85b-a6d9-406e-8606-141aeed328f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b920a85b-a6d9-406e-8606-141aeed328f9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b920a85b-a6d9-406e-8606-141aeed328f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b920a85b-a6d9-406e-8606-141aeed328f9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b920a85b-a6d9-406e-8606-141aeed328f9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b920a85b-a6d9-406e-8606-141aeed328f9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b920a85b-a6d9-406e-8606-141aeed328f9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b920a85b-a6d9-406e-8606-141aeed328f9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b920a85b-a6d9-406e-8606-141aeed328f9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-cb8ad60f-430e-4954-9026-5db1fef73b8c {
  text-align: center;
}




  #s-cb8ad60f-430e-4954-9026-5db1fef73b8c img.shogun-image {
    
    width: px;
  }


#s-cb8ad60f-430e-4954-9026-5db1fef73b8c .shogun-image-content {
  
    align-items: center;
  
}

#s-fbb01d59-b2ef-476d-a210-dc2631653060 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fbb01d59-b2ef-476d-a210-dc2631653060 .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-813ea0f6-c69c-405a-9b77-863fb301c890 {
  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-813ea0f6-c69c-405a-9b77-863fb301c890:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-813ea0f6-c69c-405a-9b77-863fb301c890:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-813ea0f6-c69c-405a-9b77-863fb301c890.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-79609e8e-1027-4fbd-8bca-503565d64255 {
  text-align: center;
}




  #s-79609e8e-1027-4fbd-8bca-503565d64255 img.shogun-image {
    
    width: px;
  }


#s-79609e8e-1027-4fbd-8bca-503565d64255 .shogun-image-content {
  
    align-items: center;
  
}

#s-4415e236-82cd-4c3c-a3cb-febc169dae44 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4415e236-82cd-4c3c-a3cb-febc169dae44 .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-56cb90e5-e74e-4cd7-8c33-4f9a74b891c8 {
  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-56cb90e5-e74e-4cd7-8c33-4f9a74b891c8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-56cb90e5-e74e-4cd7-8c33-4f9a74b891c8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-56cb90e5-e74e-4cd7-8c33-4f9a74b891c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0dd2f5da-3150-404c-9ab5-556f9423c8c6 {
  text-align: center;
}




  #s-0dd2f5da-3150-404c-9ab5-556f9423c8c6 img.shogun-image {
    
    width: px;
  }


#s-0dd2f5da-3150-404c-9ab5-556f9423c8c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-2436d54c-b7e3-4076-9739-52f6e75a4fc9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2436d54c-b7e3-4076-9739-52f6e75a4fc9 .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-ded05227-a5b9-4695-afcd-8245f575ae89 {
  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-ded05227-a5b9-4695-afcd-8245f575ae89:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ded05227-a5b9-4695-afcd-8245f575ae89:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ded05227-a5b9-4695-afcd-8245f575ae89.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c88c1071-9a4c-43f9-ab73-0e6ea4d7a7ad {
  text-align: center;
}




  #s-c88c1071-9a4c-43f9-ab73-0e6ea4d7a7ad img.shogun-image {
    
    width: px;
  }


#s-c88c1071-9a4c-43f9-ab73-0e6ea4d7a7ad .shogun-image-content {
  
    align-items: center;
  
}

#s-3d521a0f-6e5d-48cc-99c5-2a19bea6ac6e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3d521a0f-6e5d-48cc-99c5-2a19bea6ac6e .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-cb38c6e1-6a1e-454b-9ae8-30fcefeb4d74 {
  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-cb38c6e1-6a1e-454b-9ae8-30fcefeb4d74:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cb38c6e1-6a1e-454b-9ae8-30fcefeb4d74:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cb38c6e1-6a1e-454b-9ae8-30fcefeb4d74.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8041cb82-330b-40b9-a97e-17ef57b207c4 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-8041cb82-330b-40b9-a97e-17ef57b207c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8041cb82-330b-40b9-a97e-17ef57b207c4.shg-box.shg-c {
  justify-content: center;
}

#s-3fa97b0b-758e-481a-bb8d-082f9d13a8a8 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-3fa97b0b-758e-481a-bb8d-082f9d13a8a8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-3fa97b0b-758e-481a-bb8d-082f9d13a8a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3fa97b0b-758e-481a-bb8d-082f9d13a8a8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3fa97b0b-758e-481a-bb8d-082f9d13a8a8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3fa97b0b-758e-481a-bb8d-082f9d13a8a8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3fa97b0b-758e-481a-bb8d-082f9d13a8a8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3fa97b0b-758e-481a-bb8d-082f9d13a8a8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3fa97b0b-758e-481a-bb8d-082f9d13a8a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3fa97b0b-758e-481a-bb8d-082f9d13a8a8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3fa97b0b-758e-481a-bb8d-082f9d13a8a8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3fa97b0b-758e-481a-bb8d-082f9d13a8a8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3fa97b0b-758e-481a-bb8d-082f9d13a8a8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3fa97b0b-758e-481a-bb8d-082f9d13a8a8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3fa97b0b-758e-481a-bb8d-082f9d13a8a8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3fa97b0b-758e-481a-bb8d-082f9d13a8a8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3fa97b0b-758e-481a-bb8d-082f9d13a8a8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3fa97b0b-758e-481a-bb8d-082f9d13a8a8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3fa97b0b-758e-481a-bb8d-082f9d13a8a8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3fa97b0b-758e-481a-bb8d-082f9d13a8a8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3fa97b0b-758e-481a-bb8d-082f9d13a8a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3fa97b0b-758e-481a-bb8d-082f9d13a8a8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3fa97b0b-758e-481a-bb8d-082f9d13a8a8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3fa97b0b-758e-481a-bb8d-082f9d13a8a8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3fa97b0b-758e-481a-bb8d-082f9d13a8a8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3fa97b0b-758e-481a-bb8d-082f9d13a8a8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3fa97b0b-758e-481a-bb8d-082f9d13a8a8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3fa97b0b-758e-481a-bb8d-082f9d13a8a8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3fa97b0b-758e-481a-bb8d-082f9d13a8a8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3fa97b0b-758e-481a-bb8d-082f9d13a8a8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3fa97b0b-758e-481a-bb8d-082f9d13a8a8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3fa97b0b-758e-481a-bb8d-082f9d13a8a8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3fa97b0b-758e-481a-bb8d-082f9d13a8a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3fa97b0b-758e-481a-bb8d-082f9d13a8a8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3fa97b0b-758e-481a-bb8d-082f9d13a8a8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3fa97b0b-758e-481a-bb8d-082f9d13a8a8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3fa97b0b-758e-481a-bb8d-082f9d13a8a8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3fa97b0b-758e-481a-bb8d-082f9d13a8a8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3fa97b0b-758e-481a-bb8d-082f9d13a8a8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-e46e864c-7067-406c-94a7-fcdd504cec93 {
  text-align: center;
}




  #s-e46e864c-7067-406c-94a7-fcdd504cec93 img.shogun-image {
    
    width: px;
  }


#s-e46e864c-7067-406c-94a7-fcdd504cec93 .shogun-image-content {
  
    align-items: center;
  
}

#s-11dd2c8b-0007-44de-a9b3-79a7e9dfc8c8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-11dd2c8b-0007-44de-a9b3-79a7e9dfc8c8 .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-ebdaf9ad-8ea4-440b-847b-ec365d0968d5 {
  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-ebdaf9ad-8ea4-440b-847b-ec365d0968d5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ebdaf9ad-8ea4-440b-847b-ec365d0968d5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ebdaf9ad-8ea4-440b-847b-ec365d0968d5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-134eb18d-3400-4b22-a8ef-d30196b41c9f {
  text-align: center;
}




  #s-134eb18d-3400-4b22-a8ef-d30196b41c9f img.shogun-image {
    
    width: px;
  }


#s-134eb18d-3400-4b22-a8ef-d30196b41c9f .shogun-image-content {
  
    align-items: center;
  
}

#s-099f1b67-4747-4b4b-b2b8-f819ead6a28f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-099f1b67-4747-4b4b-b2b8-f819ead6a28f .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-389424a0-78b8-48db-9e1e-6a307eb7b0be {
  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-389424a0-78b8-48db-9e1e-6a307eb7b0be:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-389424a0-78b8-48db-9e1e-6a307eb7b0be:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-389424a0-78b8-48db-9e1e-6a307eb7b0be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f22e8de2-4f99-446b-8529-7d792dedbc17 {
  text-align: center;
}




  #s-f22e8de2-4f99-446b-8529-7d792dedbc17 img.shogun-image {
    
    width: px;
  }


#s-f22e8de2-4f99-446b-8529-7d792dedbc17 .shogun-image-content {
  
    align-items: center;
  
}

#s-7603dad0-e813-4462-bdd9-cbee8aa2155d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7603dad0-e813-4462-bdd9-cbee8aa2155d .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-5560e030-28c9-4ede-96ee-334a868eb57b {
  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-5560e030-28c9-4ede-96ee-334a868eb57b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5560e030-28c9-4ede-96ee-334a868eb57b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5560e030-28c9-4ede-96ee-334a868eb57b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8d759135-0a84-4481-a2ff-161699287082 {
  text-align: center;
}




  #s-8d759135-0a84-4481-a2ff-161699287082 img.shogun-image {
    
    width: px;
  }


#s-8d759135-0a84-4481-a2ff-161699287082 .shogun-image-content {
  
    align-items: center;
  
}

#s-50542933-7815-48d1-89e8-3be2d3c5f5f8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50542933-7815-48d1-89e8-3be2d3c5f5f8 .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-16b95893-1049-468f-80d8-46c4760c089c {
  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-16b95893-1049-468f-80d8-46c4760c089c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-16b95893-1049-468f-80d8-46c4760c089c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-16b95893-1049-468f-80d8-46c4760c089c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9531086a-107b-40b5-9706-7ef3aec7fbde {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-9531086a-107b-40b5-9706-7ef3aec7fbde"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-9531086a-107b-40b5-9706-7ef3aec7fbde"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9531086a-107b-40b5-9706-7ef3aec7fbde"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9531086a-107b-40b5-9706-7ef3aec7fbde"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9531086a-107b-40b5-9706-7ef3aec7fbde"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9531086a-107b-40b5-9706-7ef3aec7fbde"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9531086a-107b-40b5-9706-7ef3aec7fbde"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9531086a-107b-40b5-9706-7ef3aec7fbde"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9531086a-107b-40b5-9706-7ef3aec7fbde"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9531086a-107b-40b5-9706-7ef3aec7fbde"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9531086a-107b-40b5-9706-7ef3aec7fbde"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9531086a-107b-40b5-9706-7ef3aec7fbde"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9531086a-107b-40b5-9706-7ef3aec7fbde"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9531086a-107b-40b5-9706-7ef3aec7fbde"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9531086a-107b-40b5-9706-7ef3aec7fbde"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9531086a-107b-40b5-9706-7ef3aec7fbde"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9531086a-107b-40b5-9706-7ef3aec7fbde"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9531086a-107b-40b5-9706-7ef3aec7fbde"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9531086a-107b-40b5-9706-7ef3aec7fbde"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9531086a-107b-40b5-9706-7ef3aec7fbde"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9531086a-107b-40b5-9706-7ef3aec7fbde"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9531086a-107b-40b5-9706-7ef3aec7fbde"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9531086a-107b-40b5-9706-7ef3aec7fbde"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9531086a-107b-40b5-9706-7ef3aec7fbde"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9531086a-107b-40b5-9706-7ef3aec7fbde"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9531086a-107b-40b5-9706-7ef3aec7fbde"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9531086a-107b-40b5-9706-7ef3aec7fbde"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9531086a-107b-40b5-9706-7ef3aec7fbde"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9531086a-107b-40b5-9706-7ef3aec7fbde"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9531086a-107b-40b5-9706-7ef3aec7fbde"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9531086a-107b-40b5-9706-7ef3aec7fbde"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9531086a-107b-40b5-9706-7ef3aec7fbde"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9531086a-107b-40b5-9706-7ef3aec7fbde"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9531086a-107b-40b5-9706-7ef3aec7fbde"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9531086a-107b-40b5-9706-7ef3aec7fbde"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9531086a-107b-40b5-9706-7ef3aec7fbde"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9531086a-107b-40b5-9706-7ef3aec7fbde"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9531086a-107b-40b5-9706-7ef3aec7fbde"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-cc11fd69-899d-49c4-8899-1bdce46e3d8c {
  text-align: center;
}




  #s-cc11fd69-899d-49c4-8899-1bdce46e3d8c img.shogun-image {
    
    width: px;
  }


#s-cc11fd69-899d-49c4-8899-1bdce46e3d8c .shogun-image-content {
  
    align-items: center;
  
}

#s-9d1e165d-1b90-4504-b752-349d01c398a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9d1e165d-1b90-4504-b752-349d01c398a6 .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-c9ee914d-b616-48ee-abe7-5a4eaf99149e {
  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-c9ee914d-b616-48ee-abe7-5a4eaf99149e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c9ee914d-b616-48ee-abe7-5a4eaf99149e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c9ee914d-b616-48ee-abe7-5a4eaf99149e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-37dccb43-0117-4f1b-8066-17f49c1f41e6 {
  text-align: center;
}




  #s-37dccb43-0117-4f1b-8066-17f49c1f41e6 img.shogun-image {
    
    width: px;
  }


#s-37dccb43-0117-4f1b-8066-17f49c1f41e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-697260e7-3ad9-49f1-b68e-7650ee8425d6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-697260e7-3ad9-49f1-b68e-7650ee8425d6 .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-6c6a7df8-7379-4adb-b513-9d5411ce1d57 {
  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-6c6a7df8-7379-4adb-b513-9d5411ce1d57:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6c6a7df8-7379-4adb-b513-9d5411ce1d57:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6c6a7df8-7379-4adb-b513-9d5411ce1d57.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5a30bf9a-6228-4c06-9647-2fb904dadb43 {
  text-align: center;
}




  #s-5a30bf9a-6228-4c06-9647-2fb904dadb43 img.shogun-image {
    
    width: px;
  }


#s-5a30bf9a-6228-4c06-9647-2fb904dadb43 .shogun-image-content {
  
    align-items: center;
  
}

#s-52a60714-cb84-4300-8e4e-6110fd7717d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52a60714-cb84-4300-8e4e-6110fd7717d7 .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-676c0ece-9d4a-4786-b1ab-509bfc95c5be {
  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-676c0ece-9d4a-4786-b1ab-509bfc95c5be:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-676c0ece-9d4a-4786-b1ab-509bfc95c5be:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-676c0ece-9d4a-4786-b1ab-509bfc95c5be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4e2a9c0d-9852-45c7-a6cc-09af6f8575d1 {
  text-align: center;
}




  #s-4e2a9c0d-9852-45c7-a6cc-09af6f8575d1 img.shogun-image {
    
    width: px;
  }


#s-4e2a9c0d-9852-45c7-a6cc-09af6f8575d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-43862e02-7e4b-4a6f-8309-c3fdde123964 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-43862e02-7e4b-4a6f-8309-c3fdde123964 .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-b7ebb17f-0d9e-4bba-9830-b624b6ad2281 {
  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-b7ebb17f-0d9e-4bba-9830-b624b6ad2281:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b7ebb17f-0d9e-4bba-9830-b624b6ad2281:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b7ebb17f-0d9e-4bba-9830-b624b6ad2281.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b70e102a-8f3a-4ca5-8b9a-4d29bc43dcf3 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-b70e102a-8f3a-4ca5-8b9a-4d29bc43dcf3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b70e102a-8f3a-4ca5-8b9a-4d29bc43dcf3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b70e102a-8f3a-4ca5-8b9a-4d29bc43dcf3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b70e102a-8f3a-4ca5-8b9a-4d29bc43dcf3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b70e102a-8f3a-4ca5-8b9a-4d29bc43dcf3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b70e102a-8f3a-4ca5-8b9a-4d29bc43dcf3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b70e102a-8f3a-4ca5-8b9a-4d29bc43dcf3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b70e102a-8f3a-4ca5-8b9a-4d29bc43dcf3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b70e102a-8f3a-4ca5-8b9a-4d29bc43dcf3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b70e102a-8f3a-4ca5-8b9a-4d29bc43dcf3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b70e102a-8f3a-4ca5-8b9a-4d29bc43dcf3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b70e102a-8f3a-4ca5-8b9a-4d29bc43dcf3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b70e102a-8f3a-4ca5-8b9a-4d29bc43dcf3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b70e102a-8f3a-4ca5-8b9a-4d29bc43dcf3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b70e102a-8f3a-4ca5-8b9a-4d29bc43dcf3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b70e102a-8f3a-4ca5-8b9a-4d29bc43dcf3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b70e102a-8f3a-4ca5-8b9a-4d29bc43dcf3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b70e102a-8f3a-4ca5-8b9a-4d29bc43dcf3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b70e102a-8f3a-4ca5-8b9a-4d29bc43dcf3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b70e102a-8f3a-4ca5-8b9a-4d29bc43dcf3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b70e102a-8f3a-4ca5-8b9a-4d29bc43dcf3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b70e102a-8f3a-4ca5-8b9a-4d29bc43dcf3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b70e102a-8f3a-4ca5-8b9a-4d29bc43dcf3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b70e102a-8f3a-4ca5-8b9a-4d29bc43dcf3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b70e102a-8f3a-4ca5-8b9a-4d29bc43dcf3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b70e102a-8f3a-4ca5-8b9a-4d29bc43dcf3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b70e102a-8f3a-4ca5-8b9a-4d29bc43dcf3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b70e102a-8f3a-4ca5-8b9a-4d29bc43dcf3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b70e102a-8f3a-4ca5-8b9a-4d29bc43dcf3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b70e102a-8f3a-4ca5-8b9a-4d29bc43dcf3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b70e102a-8f3a-4ca5-8b9a-4d29bc43dcf3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b70e102a-8f3a-4ca5-8b9a-4d29bc43dcf3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b70e102a-8f3a-4ca5-8b9a-4d29bc43dcf3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b70e102a-8f3a-4ca5-8b9a-4d29bc43dcf3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b70e102a-8f3a-4ca5-8b9a-4d29bc43dcf3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b70e102a-8f3a-4ca5-8b9a-4d29bc43dcf3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b70e102a-8f3a-4ca5-8b9a-4d29bc43dcf3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-45c5767a-717f-4890-8fc6-3c7e87c2f1ae {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-45c5767a-717f-4890-8fc6-3c7e87c2f1ae img.shogun-image {
    
    width: px;
  }


#s-45c5767a-717f-4890-8fc6-3c7e87c2f1ae .shogun-image-content {
  
    align-items: center;
  
}

#s-b8bfb5c3-8b35-491f-9dc3-f05cf751a3cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b8bfb5c3-8b35-491f-9dc3-f05cf751a3cf .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-8fe792a4-ddf6-4376-bcd4-addae4accf9b {
  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-8fe792a4-ddf6-4376-bcd4-addae4accf9b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8fe792a4-ddf6-4376-bcd4-addae4accf9b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8fe792a4-ddf6-4376-bcd4-addae4accf9b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2d8b50e1-0163-4409-b0f4-0153e393e571 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-2d8b50e1-0163-4409-b0f4-0153e393e571 img.shogun-image {
    
    width: px;
  }


#s-2d8b50e1-0163-4409-b0f4-0153e393e571 .shogun-image-content {
  
    align-items: center;
  
}

#s-16f4c749-9370-4801-ad5d-386e38b9ec9b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16f4c749-9370-4801-ad5d-386e38b9ec9b .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-3fae117a-6507-4493-ae0b-89eb0a0b8aab {
  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-3fae117a-6507-4493-ae0b-89eb0a0b8aab:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3fae117a-6507-4493-ae0b-89eb0a0b8aab:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3fae117a-6507-4493-ae0b-89eb0a0b8aab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0f0d1065-d3dc-478f-b3ee-143307d0e8e7 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-0f0d1065-d3dc-478f-b3ee-143307d0e8e7 img.shogun-image {
    
    width: px;
  }


#s-0f0d1065-d3dc-478f-b3ee-143307d0e8e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c3ee1c4-ad40-4293-9676-389b41803d36 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c3ee1c4-ad40-4293-9676-389b41803d36 .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-1de5d5b1-03cb-4def-a2f8-5d431bc6ace3 {
  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-1de5d5b1-03cb-4def-a2f8-5d431bc6ace3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1de5d5b1-03cb-4def-a2f8-5d431bc6ace3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1de5d5b1-03cb-4def-a2f8-5d431bc6ace3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d7e89c37-bfde-4f72-914e-72a4283c9d39 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: -55px;
background-position: center center;
}








#s-d7e89c37-bfde-4f72-914e-72a4283c9d39 > .shg-box-overlay {
  background-color: rgba(66, 78, 86, 1);
  opacity: 0.5;
}#s-d7e89c37-bfde-4f72-914e-72a4283c9d39.shg-box.shg-c {
  justify-content: center;
}

#s-88dd309c-8e35-4300-832c-5aa0eb1fc528 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-88dd309c-8e35-4300-832c-5aa0eb1fc528"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-88dd309c-8e35-4300-832c-5aa0eb1fc528"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-88dd309c-8e35-4300-832c-5aa0eb1fc528"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-88dd309c-8e35-4300-832c-5aa0eb1fc528"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-88dd309c-8e35-4300-832c-5aa0eb1fc528"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-88dd309c-8e35-4300-832c-5aa0eb1fc528"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-88dd309c-8e35-4300-832c-5aa0eb1fc528"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-88dd309c-8e35-4300-832c-5aa0eb1fc528"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-88dd309c-8e35-4300-832c-5aa0eb1fc528"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-88dd309c-8e35-4300-832c-5aa0eb1fc528"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-88dd309c-8e35-4300-832c-5aa0eb1fc528"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-88dd309c-8e35-4300-832c-5aa0eb1fc528"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-88dd309c-8e35-4300-832c-5aa0eb1fc528"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-88dd309c-8e35-4300-832c-5aa0eb1fc528"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-88dd309c-8e35-4300-832c-5aa0eb1fc528"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-88dd309c-8e35-4300-832c-5aa0eb1fc528"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-88dd309c-8e35-4300-832c-5aa0eb1fc528"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-88dd309c-8e35-4300-832c-5aa0eb1fc528"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-88dd309c-8e35-4300-832c-5aa0eb1fc528"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-88dd309c-8e35-4300-832c-5aa0eb1fc528"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-88dd309c-8e35-4300-832c-5aa0eb1fc528"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-88dd309c-8e35-4300-832c-5aa0eb1fc528"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-88dd309c-8e35-4300-832c-5aa0eb1fc528"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-88dd309c-8e35-4300-832c-5aa0eb1fc528"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-88dd309c-8e35-4300-832c-5aa0eb1fc528"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-88dd309c-8e35-4300-832c-5aa0eb1fc528"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-88dd309c-8e35-4300-832c-5aa0eb1fc528"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-88dd309c-8e35-4300-832c-5aa0eb1fc528"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-88dd309c-8e35-4300-832c-5aa0eb1fc528"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-88dd309c-8e35-4300-832c-5aa0eb1fc528"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-88dd309c-8e35-4300-832c-5aa0eb1fc528"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-88dd309c-8e35-4300-832c-5aa0eb1fc528"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-88dd309c-8e35-4300-832c-5aa0eb1fc528"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-88dd309c-8e35-4300-832c-5aa0eb1fc528"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-88dd309c-8e35-4300-832c-5aa0eb1fc528"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-88dd309c-8e35-4300-832c-5aa0eb1fc528"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-88dd309c-8e35-4300-832c-5aa0eb1fc528"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 50.0px);
}

}

#s-fd267df2-321b-470c-87c4-b311bb98f4ad {
  padding-top: 40px;
padding-bottom: 20px;
text-align: center;
}

#s-fd267df2-321b-470c-87c4-b311bb98f4ad .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-6afee5bd-a4cb-40ed-ae7e-509ab2ed50e3 {
  padding-top: 10px;
padding-bottom: 20px;
}

#s-d7e0b689-1516-4738-86b4-c9337ce6322d {
  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-d7e0b689-1516-4738-86b4-c9337ce6322d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d7e0b689-1516-4738-86b4-c9337ce6322d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d7e0b689-1516-4738-86b4-c9337ce6322d.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;
}
