.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-98d079d8-bdb0-4d08-bdcb-7c683cdac64f {
  padding-top: 5px;
padding-left: 2px;
padding-bottom: 5px;
padding-right: 2px;
}

@media (min-width: 0px) {
[id="s-98d079d8-bdb0-4d08-bdcb-7c683cdac64f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98d079d8-bdb0-4d08-bdcb-7c683cdac64f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-98d079d8-bdb0-4d08-bdcb-7c683cdac64f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-98d079d8-bdb0-4d08-bdcb-7c683cdac64f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-98d079d8-bdb0-4d08-bdcb-7c683cdac64f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-98d079d8-bdb0-4d08-bdcb-7c683cdac64f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-98d079d8-bdb0-4d08-bdcb-7c683cdac64f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-98d079d8-bdb0-4d08-bdcb-7c683cdac64f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-98d079d8-bdb0-4d08-bdcb-7c683cdac64f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-98d079d8-bdb0-4d08-bdcb-7c683cdac64f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-98d079d8-bdb0-4d08-bdcb-7c683cdac64f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-98d079d8-bdb0-4d08-bdcb-7c683cdac64f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-98d079d8-bdb0-4d08-bdcb-7c683cdac64f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-98d079d8-bdb0-4d08-bdcb-7c683cdac64f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-98d079d8-bdb0-4d08-bdcb-7c683cdac64f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-98d079d8-bdb0-4d08-bdcb-7c683cdac64f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-98d079d8-bdb0-4d08-bdcb-7c683cdac64f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-98d079d8-bdb0-4d08-bdcb-7c683cdac64f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-98d079d8-bdb0-4d08-bdcb-7c683cdac64f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-98d079d8-bdb0-4d08-bdcb-7c683cdac64f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-98d079d8-bdb0-4d08-bdcb-7c683cdac64f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-98d079d8-bdb0-4d08-bdcb-7c683cdac64f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-98d079d8-bdb0-4d08-bdcb-7c683cdac64f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-98d079d8-bdb0-4d08-bdcb-7c683cdac64f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-98d079d8-bdb0-4d08-bdcb-7c683cdac64f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-98d079d8-bdb0-4d08-bdcb-7c683cdac64f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-98d079d8-bdb0-4d08-bdcb-7c683cdac64f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-98d079d8-bdb0-4d08-bdcb-7c683cdac64f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-98d079d8-bdb0-4d08-bdcb-7c683cdac64f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-98d079d8-bdb0-4d08-bdcb-7c683cdac64f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-98d079d8-bdb0-4d08-bdcb-7c683cdac64f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-98d079d8-bdb0-4d08-bdcb-7c683cdac64f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-98d079d8-bdb0-4d08-bdcb-7c683cdac64f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-98d079d8-bdb0-4d08-bdcb-7c683cdac64f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-98d079d8-bdb0-4d08-bdcb-7c683cdac64f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-98d079d8-bdb0-4d08-bdcb-7c683cdac64f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-98d079d8-bdb0-4d08-bdcb-7c683cdac64f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-0e24b8e9-90af-4769-912e-46f8aa7ac381 {
  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-0e24b8e9-90af-4769-912e-46f8aa7ac381: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-0e24b8e9-90af-4769-912e-46f8aa7ac381: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-0e24b8e9-90af-4769-912e-46f8aa7ac381.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b76b7557-48af-48a1-852e-921c19b22427 {
  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-b76b7557-48af-48a1-852e-921c19b22427: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-b76b7557-48af-48a1-852e-921c19b22427: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-b76b7557-48af-48a1-852e-921c19b22427.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-dacee648-eb40-436a-aed0-76b78be9da6f {
  min-height: 50px;
}








#s-dacee648-eb40-436a-aed0-76b78be9da6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dacee648-eb40-436a-aed0-76b78be9da6f.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-064e9ad8-1c77-42f4-aff3-64930dcd43c3 {
  
}

#s-064e9ad8-1c77-42f4-aff3-64930dcd43c3 .shogun-tabs {
  justify-content: center;
}

#s-064e9ad8-1c77-42f4-aff3-64930dcd43c3 .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-064e9ad8-1c77-42f4-aff3-64930dcd43c3 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-064e9ad8-1c77-42f4-aff3-64930dcd43c3 .shogun-tabs > li > .shogun-tab-box::after {
    background: rgba(188, 188, 188, 1);
    border: 1px solid #DDDDDD;
  }
  #s-064e9ad8-1c77-42f4-aff3-64930dcd43c3 .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-064e9ad8-1c77-42f4-aff3-64930dcd43c3 .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-064e9ad8-1c77-42f4-aff3-64930dcd43c3 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-064e9ad8-1c77-42f4-aff3-64930dcd43c3 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-064e9ad8-1c77-42f4-aff3-64930dcd43c3 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-064e9ad8-1c77-42f4-aff3-64930dcd43c3 .shogun-tab {
  max-width: calc(100% / 4 - (4 - 2) * 2px / 4);
}

#s-cd1e7c5f-5e50-4c1e-8e17-2fc75e06b6f1 {
  min-height: 50px;
}








#s-cd1e7c5f-5e50-4c1e-8e17-2fc75e06b6f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd1e7c5f-5e50-4c1e-8e17-2fc75e06b6f1.shg-box.shg-c {
  justify-content: center;
}

#s-7e01fdba-e143-4658-be72-80524b00e4b6 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-7e01fdba-e143-4658-be72-80524b00e4b6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-7e01fdba-e143-4658-be72-80524b00e4b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e01fdba-e143-4658-be72-80524b00e4b6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7e01fdba-e143-4658-be72-80524b00e4b6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7e01fdba-e143-4658-be72-80524b00e4b6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7e01fdba-e143-4658-be72-80524b00e4b6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7e01fdba-e143-4658-be72-80524b00e4b6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7e01fdba-e143-4658-be72-80524b00e4b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7e01fdba-e143-4658-be72-80524b00e4b6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7e01fdba-e143-4658-be72-80524b00e4b6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7e01fdba-e143-4658-be72-80524b00e4b6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7e01fdba-e143-4658-be72-80524b00e4b6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7e01fdba-e143-4658-be72-80524b00e4b6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7e01fdba-e143-4658-be72-80524b00e4b6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7e01fdba-e143-4658-be72-80524b00e4b6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7e01fdba-e143-4658-be72-80524b00e4b6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7e01fdba-e143-4658-be72-80524b00e4b6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7e01fdba-e143-4658-be72-80524b00e4b6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7e01fdba-e143-4658-be72-80524b00e4b6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7e01fdba-e143-4658-be72-80524b00e4b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7e01fdba-e143-4658-be72-80524b00e4b6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7e01fdba-e143-4658-be72-80524b00e4b6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7e01fdba-e143-4658-be72-80524b00e4b6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7e01fdba-e143-4658-be72-80524b00e4b6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7e01fdba-e143-4658-be72-80524b00e4b6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7e01fdba-e143-4658-be72-80524b00e4b6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7e01fdba-e143-4658-be72-80524b00e4b6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7e01fdba-e143-4658-be72-80524b00e4b6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7e01fdba-e143-4658-be72-80524b00e4b6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7e01fdba-e143-4658-be72-80524b00e4b6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7e01fdba-e143-4658-be72-80524b00e4b6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7e01fdba-e143-4658-be72-80524b00e4b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7e01fdba-e143-4658-be72-80524b00e4b6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7e01fdba-e143-4658-be72-80524b00e4b6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7e01fdba-e143-4658-be72-80524b00e4b6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7e01fdba-e143-4658-be72-80524b00e4b6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7e01fdba-e143-4658-be72-80524b00e4b6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7e01fdba-e143-4658-be72-80524b00e4b6"] > .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-87fe359b-2603-424d-9ddd-1663ec9c9197 {
  text-align: center;
}




  #s-87fe359b-2603-424d-9ddd-1663ec9c9197 img.shogun-image {
    
    width: px;
  }


#s-87fe359b-2603-424d-9ddd-1663ec9c9197 .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-e8756dd0-fb85-4e80-9ed1-670f256287a3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e8756dd0-fb85-4e80-9ed1-670f256287a3 .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-b6145778-f3bb-452d-8b7e-d745b75124e1 {
  padding-bottom: 20px;
}

#s-d1434ed1-34f6-4cea-8624-f7de7f58f047 {
  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-d1434ed1-34f6-4cea-8624-f7de7f58f047:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d1434ed1-34f6-4cea-8624-f7de7f58f047:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d1434ed1-34f6-4cea-8624-f7de7f58f047.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-452adc4d-7add-4371-a89c-78b2867597ed {
  text-align: center;
}




  #s-452adc4d-7add-4371-a89c-78b2867597ed img.shogun-image {
    
    width: px;
  }


#s-452adc4d-7add-4371-a89c-78b2867597ed .shogun-image-content {
  
    align-items: center;
  
}

#s-e249d0fb-dd07-4ea1-873d-a63aafe2a1ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e249d0fb-dd07-4ea1-873d-a63aafe2a1ec .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-8a378c75-5032-4960-88ea-93f2c7d04b6a {
  padding-bottom: 20px;
}

#s-42255c6f-122e-4025-bf56-f96c6c11b2f0 {
  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-42255c6f-122e-4025-bf56-f96c6c11b2f0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-42255c6f-122e-4025-bf56-f96c6c11b2f0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-42255c6f-122e-4025-bf56-f96c6c11b2f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-086c6f58-7bfc-4663-bd99-3cc910287135 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-086c6f58-7bfc-4663-bd99-3cc910287135"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-086c6f58-7bfc-4663-bd99-3cc910287135"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-086c6f58-7bfc-4663-bd99-3cc910287135"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-086c6f58-7bfc-4663-bd99-3cc910287135"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-086c6f58-7bfc-4663-bd99-3cc910287135"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-086c6f58-7bfc-4663-bd99-3cc910287135"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-086c6f58-7bfc-4663-bd99-3cc910287135"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-086c6f58-7bfc-4663-bd99-3cc910287135"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-086c6f58-7bfc-4663-bd99-3cc910287135"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-086c6f58-7bfc-4663-bd99-3cc910287135"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-086c6f58-7bfc-4663-bd99-3cc910287135"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-086c6f58-7bfc-4663-bd99-3cc910287135"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-086c6f58-7bfc-4663-bd99-3cc910287135"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-086c6f58-7bfc-4663-bd99-3cc910287135"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-086c6f58-7bfc-4663-bd99-3cc910287135"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-086c6f58-7bfc-4663-bd99-3cc910287135"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-086c6f58-7bfc-4663-bd99-3cc910287135"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-086c6f58-7bfc-4663-bd99-3cc910287135"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-086c6f58-7bfc-4663-bd99-3cc910287135"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-086c6f58-7bfc-4663-bd99-3cc910287135"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-086c6f58-7bfc-4663-bd99-3cc910287135"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-086c6f58-7bfc-4663-bd99-3cc910287135"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-086c6f58-7bfc-4663-bd99-3cc910287135"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-086c6f58-7bfc-4663-bd99-3cc910287135"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-086c6f58-7bfc-4663-bd99-3cc910287135"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-086c6f58-7bfc-4663-bd99-3cc910287135"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-086c6f58-7bfc-4663-bd99-3cc910287135"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-086c6f58-7bfc-4663-bd99-3cc910287135"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-086c6f58-7bfc-4663-bd99-3cc910287135"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-086c6f58-7bfc-4663-bd99-3cc910287135"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-086c6f58-7bfc-4663-bd99-3cc910287135"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-086c6f58-7bfc-4663-bd99-3cc910287135"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-086c6f58-7bfc-4663-bd99-3cc910287135"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-086c6f58-7bfc-4663-bd99-3cc910287135"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-086c6f58-7bfc-4663-bd99-3cc910287135"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-086c6f58-7bfc-4663-bd99-3cc910287135"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-086c6f58-7bfc-4663-bd99-3cc910287135"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-086c6f58-7bfc-4663-bd99-3cc910287135"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-ce5c4020-0fda-40c9-8fe4-202548b03089 {
  text-align: center;
}




  #s-ce5c4020-0fda-40c9-8fe4-202548b03089 img.shogun-image {
    
    width: px;
  }


#s-ce5c4020-0fda-40c9-8fe4-202548b03089 .shogun-image-content {
  
    align-items: center;
  
}

#s-b8bb315c-9dc9-47b8-82e6-d9d19c3be55e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b8bb315c-9dc9-47b8-82e6-d9d19c3be55e .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-fd46ece0-1972-4850-bd8c-24cbcb5a25e6 {
  padding-bottom: 20px;
}

#s-923a71c7-43d4-464b-898b-ea208ba86b02 {
  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-923a71c7-43d4-464b-898b-ea208ba86b02:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-923a71c7-43d4-464b-898b-ea208ba86b02:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-923a71c7-43d4-464b-898b-ea208ba86b02.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8fbdd2c4-8c31-4458-a180-a65773a57963 {
  text-align: center;
}




  #s-8fbdd2c4-8c31-4458-a180-a65773a57963 img.shogun-image {
    
    width: px;
  }


#s-8fbdd2c4-8c31-4458-a180-a65773a57963 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d9584a0-140b-47e2-a64d-d01c641304ef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7d9584a0-140b-47e2-a64d-d01c641304ef .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-6e425330-06b0-4379-a37f-d02cdb8fa7e3 {
  padding-bottom: 20px;
}

#s-5b4f7d28-d61e-4213-aac8-07d2d5741c80 {
  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-5b4f7d28-d61e-4213-aac8-07d2d5741c80: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-5b4f7d28-d61e-4213-aac8-07d2d5741c80:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5b4f7d28-d61e-4213-aac8-07d2d5741c80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7fa6963d-675f-4ccc-a9bb-db79c3c0159e {
  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-7fa6963d-675f-4ccc-a9bb-db79c3c0159e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7fa6963d-675f-4ccc-a9bb-db79c3c0159e.shg-box.shg-c {
  justify-content: center;
}

#s-c6784112-3ac3-439c-86ef-dc95760b3735 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-c6784112-3ac3-439c-86ef-dc95760b3735"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-c6784112-3ac3-439c-86ef-dc95760b3735"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6784112-3ac3-439c-86ef-dc95760b3735"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c6784112-3ac3-439c-86ef-dc95760b3735"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c6784112-3ac3-439c-86ef-dc95760b3735"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c6784112-3ac3-439c-86ef-dc95760b3735"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c6784112-3ac3-439c-86ef-dc95760b3735"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c6784112-3ac3-439c-86ef-dc95760b3735"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c6784112-3ac3-439c-86ef-dc95760b3735"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c6784112-3ac3-439c-86ef-dc95760b3735"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c6784112-3ac3-439c-86ef-dc95760b3735"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c6784112-3ac3-439c-86ef-dc95760b3735"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c6784112-3ac3-439c-86ef-dc95760b3735"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c6784112-3ac3-439c-86ef-dc95760b3735"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c6784112-3ac3-439c-86ef-dc95760b3735"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c6784112-3ac3-439c-86ef-dc95760b3735"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c6784112-3ac3-439c-86ef-dc95760b3735"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c6784112-3ac3-439c-86ef-dc95760b3735"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c6784112-3ac3-439c-86ef-dc95760b3735"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c6784112-3ac3-439c-86ef-dc95760b3735"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c6784112-3ac3-439c-86ef-dc95760b3735"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c6784112-3ac3-439c-86ef-dc95760b3735"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c6784112-3ac3-439c-86ef-dc95760b3735"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c6784112-3ac3-439c-86ef-dc95760b3735"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c6784112-3ac3-439c-86ef-dc95760b3735"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c6784112-3ac3-439c-86ef-dc95760b3735"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c6784112-3ac3-439c-86ef-dc95760b3735"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c6784112-3ac3-439c-86ef-dc95760b3735"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c6784112-3ac3-439c-86ef-dc95760b3735"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c6784112-3ac3-439c-86ef-dc95760b3735"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c6784112-3ac3-439c-86ef-dc95760b3735"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c6784112-3ac3-439c-86ef-dc95760b3735"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c6784112-3ac3-439c-86ef-dc95760b3735"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c6784112-3ac3-439c-86ef-dc95760b3735"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c6784112-3ac3-439c-86ef-dc95760b3735"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c6784112-3ac3-439c-86ef-dc95760b3735"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c6784112-3ac3-439c-86ef-dc95760b3735"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c6784112-3ac3-439c-86ef-dc95760b3735"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-1bce17c5-1c16-44a8-a3ef-f233130d7d22 {
  text-align: center;
}




  #s-1bce17c5-1c16-44a8-a3ef-f233130d7d22 img.shogun-image {
    
    width: px;
  }


#s-1bce17c5-1c16-44a8-a3ef-f233130d7d22 .shogun-image-content {
  
    align-items: center;
  
}

#s-2cc16620-bf4d-455c-8b9a-e9abb623734b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2cc16620-bf4d-455c-8b9a-e9abb623734b .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-71f971a4-0286-416c-b687-33732de2e2b5 {
  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-71f971a4-0286-416c-b687-33732de2e2b5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-71f971a4-0286-416c-b687-33732de2e2b5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-71f971a4-0286-416c-b687-33732de2e2b5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-594f4a5d-0a47-4cdd-9d5f-de413b620747 {
  text-align: center;
}




  #s-594f4a5d-0a47-4cdd-9d5f-de413b620747 img.shogun-image {
    
    width: px;
  }


#s-594f4a5d-0a47-4cdd-9d5f-de413b620747 .shogun-image-content {
  
    align-items: center;
  
}

#s-da72cac6-c180-467d-91a9-b60d3d0d12c2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da72cac6-c180-467d-91a9-b60d3d0d12c2 .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-fe105d16-6ba0-42b0-bcb6-555052491d85 {
  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-fe105d16-6ba0-42b0-bcb6-555052491d85:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fe105d16-6ba0-42b0-bcb6-555052491d85:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fe105d16-6ba0-42b0-bcb6-555052491d85.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1b4f4dc0-3e0c-4a6f-b171-32214c10e21b {
  text-align: center;
}




  #s-1b4f4dc0-3e0c-4a6f-b171-32214c10e21b img.shogun-image {
    
    width: px;
  }


#s-1b4f4dc0-3e0c-4a6f-b171-32214c10e21b .shogun-image-content {
  
    align-items: center;
  
}

#s-6eae08ce-5935-4179-8c7a-cb8a82b5e7e7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6eae08ce-5935-4179-8c7a-cb8a82b5e7e7 .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-4b197bc4-948b-4ad2-9e02-a13c24a6379e {
  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-4b197bc4-948b-4ad2-9e02-a13c24a6379e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4b197bc4-948b-4ad2-9e02-a13c24a6379e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4b197bc4-948b-4ad2-9e02-a13c24a6379e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c25e070e-eb42-40da-9134-9942e2fae5f7 {
  text-align: center;
}




  #s-c25e070e-eb42-40da-9134-9942e2fae5f7 img.shogun-image {
    
    width: px;
  }


#s-c25e070e-eb42-40da-9134-9942e2fae5f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-77948448-5d8a-4e0c-89b2-01147f0e698e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77948448-5d8a-4e0c-89b2-01147f0e698e .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-5d682fb6-173d-495b-844a-a71f280b3a73 {
  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-5d682fb6-173d-495b-844a-a71f280b3a73:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5d682fb6-173d-495b-844a-a71f280b3a73:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5d682fb6-173d-495b-844a-a71f280b3a73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d065461f-4192-4969-8933-86b8c9943279 {
  min-height: 50px;
}








#s-d065461f-4192-4969-8933-86b8c9943279 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d065461f-4192-4969-8933-86b8c9943279.shg-box.shg-c {
  justify-content: center;
}

#s-5f3f3fd3-8b17-4484-a1cf-ee7376c3205c {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-5f3f3fd3-8b17-4484-a1cf-ee7376c3205c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-5f3f3fd3-8b17-4484-a1cf-ee7376c3205c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f3f3fd3-8b17-4484-a1cf-ee7376c3205c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5f3f3fd3-8b17-4484-a1cf-ee7376c3205c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5f3f3fd3-8b17-4484-a1cf-ee7376c3205c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5f3f3fd3-8b17-4484-a1cf-ee7376c3205c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5f3f3fd3-8b17-4484-a1cf-ee7376c3205c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5f3f3fd3-8b17-4484-a1cf-ee7376c3205c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5f3f3fd3-8b17-4484-a1cf-ee7376c3205c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5f3f3fd3-8b17-4484-a1cf-ee7376c3205c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5f3f3fd3-8b17-4484-a1cf-ee7376c3205c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5f3f3fd3-8b17-4484-a1cf-ee7376c3205c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5f3f3fd3-8b17-4484-a1cf-ee7376c3205c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5f3f3fd3-8b17-4484-a1cf-ee7376c3205c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5f3f3fd3-8b17-4484-a1cf-ee7376c3205c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5f3f3fd3-8b17-4484-a1cf-ee7376c3205c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5f3f3fd3-8b17-4484-a1cf-ee7376c3205c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5f3f3fd3-8b17-4484-a1cf-ee7376c3205c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5f3f3fd3-8b17-4484-a1cf-ee7376c3205c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5f3f3fd3-8b17-4484-a1cf-ee7376c3205c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5f3f3fd3-8b17-4484-a1cf-ee7376c3205c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5f3f3fd3-8b17-4484-a1cf-ee7376c3205c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5f3f3fd3-8b17-4484-a1cf-ee7376c3205c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5f3f3fd3-8b17-4484-a1cf-ee7376c3205c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5f3f3fd3-8b17-4484-a1cf-ee7376c3205c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5f3f3fd3-8b17-4484-a1cf-ee7376c3205c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5f3f3fd3-8b17-4484-a1cf-ee7376c3205c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5f3f3fd3-8b17-4484-a1cf-ee7376c3205c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5f3f3fd3-8b17-4484-a1cf-ee7376c3205c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5f3f3fd3-8b17-4484-a1cf-ee7376c3205c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5f3f3fd3-8b17-4484-a1cf-ee7376c3205c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5f3f3fd3-8b17-4484-a1cf-ee7376c3205c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5f3f3fd3-8b17-4484-a1cf-ee7376c3205c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5f3f3fd3-8b17-4484-a1cf-ee7376c3205c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5f3f3fd3-8b17-4484-a1cf-ee7376c3205c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5f3f3fd3-8b17-4484-a1cf-ee7376c3205c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5f3f3fd3-8b17-4484-a1cf-ee7376c3205c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5f3f3fd3-8b17-4484-a1cf-ee7376c3205c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-e376dea6-0feb-4319-8413-f94c19659d68 {
  text-align: center;
}




  #s-e376dea6-0feb-4319-8413-f94c19659d68 img.shogun-image {
    
    width: px;
  }


#s-e376dea6-0feb-4319-8413-f94c19659d68 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f0c1702-6053-4477-bd82-5b663dff89b4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7f0c1702-6053-4477-bd82-5b663dff89b4 .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-c9d8ce06-ffa1-47d1-8bab-e30e7c843144 {
  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-c9d8ce06-ffa1-47d1-8bab-e30e7c843144:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c9d8ce06-ffa1-47d1-8bab-e30e7c843144:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c9d8ce06-ffa1-47d1-8bab-e30e7c843144.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-93504809-5f41-434c-91c3-38eeccfcd870 {
  text-align: center;
}




  #s-93504809-5f41-434c-91c3-38eeccfcd870 img.shogun-image {
    
    width: px;
  }


#s-93504809-5f41-434c-91c3-38eeccfcd870 .shogun-image-content {
  
    align-items: center;
  
}

#s-f937ac34-a709-4e68-913e-bd9307bf2791 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f937ac34-a709-4e68-913e-bd9307bf2791 .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-bfe74481-7bf7-4158-992b-d84d6768f851 {
  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-bfe74481-7bf7-4158-992b-d84d6768f851:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bfe74481-7bf7-4158-992b-d84d6768f851:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bfe74481-7bf7-4158-992b-d84d6768f851.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-54889f71-af51-428b-8d4b-eabf6f5687b6 {
  text-align: center;
}




  #s-54889f71-af51-428b-8d4b-eabf6f5687b6 img.shogun-image {
    
    width: px;
  }


#s-54889f71-af51-428b-8d4b-eabf6f5687b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-5598fad3-772a-4359-8d30-9b8b566faab3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5598fad3-772a-4359-8d30-9b8b566faab3 .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-5d031f5b-ba28-4944-ab12-98fe9e3dc1c6 {
  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-5d031f5b-ba28-4944-ab12-98fe9e3dc1c6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5d031f5b-ba28-4944-ab12-98fe9e3dc1c6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5d031f5b-ba28-4944-ab12-98fe9e3dc1c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d4034305-329c-48c5-94d9-61b0781dc72c {
  text-align: center;
}




  #s-d4034305-329c-48c5-94d9-61b0781dc72c img.shogun-image {
    
    width: px;
  }


#s-d4034305-329c-48c5-94d9-61b0781dc72c .shogun-image-content {
  
    align-items: center;
  
}

#s-e3bd9328-217e-4063-9bf1-ad44de55828b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e3bd9328-217e-4063-9bf1-ad44de55828b .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-06bae6a6-e59c-4c8e-a902-ca09d7122ceb {
  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-06bae6a6-e59c-4c8e-a902-ca09d7122ceb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-06bae6a6-e59c-4c8e-a902-ca09d7122ceb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-06bae6a6-e59c-4c8e-a902-ca09d7122ceb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9cc3c540-d51f-4b80-bce8-3f8ab65f4dfb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-9cc3c540-d51f-4b80-bce8-3f8ab65f4dfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9cc3c540-d51f-4b80-bce8-3f8ab65f4dfb.shg-box.shg-c {
  justify-content: center;
}

#s-a31885e1-57fb-46e8-b1c5-6c00760f82be {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-a31885e1-57fb-46e8-b1c5-6c00760f82be"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-a31885e1-57fb-46e8-b1c5-6c00760f82be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a31885e1-57fb-46e8-b1c5-6c00760f82be"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a31885e1-57fb-46e8-b1c5-6c00760f82be"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a31885e1-57fb-46e8-b1c5-6c00760f82be"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a31885e1-57fb-46e8-b1c5-6c00760f82be"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a31885e1-57fb-46e8-b1c5-6c00760f82be"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a31885e1-57fb-46e8-b1c5-6c00760f82be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a31885e1-57fb-46e8-b1c5-6c00760f82be"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a31885e1-57fb-46e8-b1c5-6c00760f82be"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a31885e1-57fb-46e8-b1c5-6c00760f82be"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a31885e1-57fb-46e8-b1c5-6c00760f82be"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a31885e1-57fb-46e8-b1c5-6c00760f82be"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a31885e1-57fb-46e8-b1c5-6c00760f82be"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a31885e1-57fb-46e8-b1c5-6c00760f82be"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a31885e1-57fb-46e8-b1c5-6c00760f82be"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a31885e1-57fb-46e8-b1c5-6c00760f82be"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a31885e1-57fb-46e8-b1c5-6c00760f82be"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a31885e1-57fb-46e8-b1c5-6c00760f82be"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a31885e1-57fb-46e8-b1c5-6c00760f82be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a31885e1-57fb-46e8-b1c5-6c00760f82be"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a31885e1-57fb-46e8-b1c5-6c00760f82be"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a31885e1-57fb-46e8-b1c5-6c00760f82be"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a31885e1-57fb-46e8-b1c5-6c00760f82be"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a31885e1-57fb-46e8-b1c5-6c00760f82be"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a31885e1-57fb-46e8-b1c5-6c00760f82be"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a31885e1-57fb-46e8-b1c5-6c00760f82be"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a31885e1-57fb-46e8-b1c5-6c00760f82be"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a31885e1-57fb-46e8-b1c5-6c00760f82be"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a31885e1-57fb-46e8-b1c5-6c00760f82be"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a31885e1-57fb-46e8-b1c5-6c00760f82be"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a31885e1-57fb-46e8-b1c5-6c00760f82be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a31885e1-57fb-46e8-b1c5-6c00760f82be"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a31885e1-57fb-46e8-b1c5-6c00760f82be"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a31885e1-57fb-46e8-b1c5-6c00760f82be"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a31885e1-57fb-46e8-b1c5-6c00760f82be"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a31885e1-57fb-46e8-b1c5-6c00760f82be"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a31885e1-57fb-46e8-b1c5-6c00760f82be"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-28a311a8-c41f-4b25-b63c-1c9b5a16495d {
  text-align: center;
}




  #s-28a311a8-c41f-4b25-b63c-1c9b5a16495d img.shogun-image {
    
    width: px;
  }


#s-28a311a8-c41f-4b25-b63c-1c9b5a16495d .shogun-image-content {
  
    align-items: center;
  
}

#s-5da78667-1825-4b06-bd5e-f2182a9e458e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5da78667-1825-4b06-bd5e-f2182a9e458e .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-4d543724-f46e-4ced-bf4e-6f19c20b57b1 {
  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-4d543724-f46e-4ced-bf4e-6f19c20b57b1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4d543724-f46e-4ced-bf4e-6f19c20b57b1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4d543724-f46e-4ced-bf4e-6f19c20b57b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bf27cb7a-7e1d-43c5-9cb7-addb5fc8b8cc {
  text-align: center;
}




  #s-bf27cb7a-7e1d-43c5-9cb7-addb5fc8b8cc img.shogun-image {
    
    width: px;
  }


#s-bf27cb7a-7e1d-43c5-9cb7-addb5fc8b8cc .shogun-image-content {
  
    align-items: center;
  
}

#s-c5bfe8f3-f46a-44b5-89c3-6dff29f58c07 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c5bfe8f3-f46a-44b5-89c3-6dff29f58c07 .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-f77d37c6-d891-465b-9642-b54fe91dc503 {
  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-f77d37c6-d891-465b-9642-b54fe91dc503:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f77d37c6-d891-465b-9642-b54fe91dc503:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f77d37c6-d891-465b-9642-b54fe91dc503.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-070a3225-7442-4536-b142-6a3a570aca64 {
  text-align: center;
}




  #s-070a3225-7442-4536-b142-6a3a570aca64 img.shogun-image {
    
    width: px;
  }


#s-070a3225-7442-4536-b142-6a3a570aca64 .shogun-image-content {
  
    align-items: center;
  
}

#s-df3db254-a9a7-4573-a76c-ba79a50ab1f5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df3db254-a9a7-4573-a76c-ba79a50ab1f5 .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-c3246230-f117-4805-8af4-4efe7771322b {
  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-c3246230-f117-4805-8af4-4efe7771322b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c3246230-f117-4805-8af4-4efe7771322b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c3246230-f117-4805-8af4-4efe7771322b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e9400c14-10a0-4854-964e-a0f7bf09e883 {
  text-align: center;
}




  #s-e9400c14-10a0-4854-964e-a0f7bf09e883 img.shogun-image {
    
    width: px;
  }


#s-e9400c14-10a0-4854-964e-a0f7bf09e883 .shogun-image-content {
  
    align-items: center;
  
}

#s-73199623-99e1-4526-aa4a-ba13d24c98d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-73199623-99e1-4526-aa4a-ba13d24c98d9 .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-2b9ceb1e-0d09-48b0-987b-e88dc1a1f919 {
  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-2b9ceb1e-0d09-48b0-987b-e88dc1a1f919:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2b9ceb1e-0d09-48b0-987b-e88dc1a1f919:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2b9ceb1e-0d09-48b0-987b-e88dc1a1f919.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4a5dd856-462d-41a4-8d4f-e88669e06b87 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-4a5dd856-462d-41a4-8d4f-e88669e06b87"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-4a5dd856-462d-41a4-8d4f-e88669e06b87"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a5dd856-462d-41a4-8d4f-e88669e06b87"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4a5dd856-462d-41a4-8d4f-e88669e06b87"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4a5dd856-462d-41a4-8d4f-e88669e06b87"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4a5dd856-462d-41a4-8d4f-e88669e06b87"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4a5dd856-462d-41a4-8d4f-e88669e06b87"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4a5dd856-462d-41a4-8d4f-e88669e06b87"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4a5dd856-462d-41a4-8d4f-e88669e06b87"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4a5dd856-462d-41a4-8d4f-e88669e06b87"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4a5dd856-462d-41a4-8d4f-e88669e06b87"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4a5dd856-462d-41a4-8d4f-e88669e06b87"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4a5dd856-462d-41a4-8d4f-e88669e06b87"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4a5dd856-462d-41a4-8d4f-e88669e06b87"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4a5dd856-462d-41a4-8d4f-e88669e06b87"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4a5dd856-462d-41a4-8d4f-e88669e06b87"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4a5dd856-462d-41a4-8d4f-e88669e06b87"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4a5dd856-462d-41a4-8d4f-e88669e06b87"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4a5dd856-462d-41a4-8d4f-e88669e06b87"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4a5dd856-462d-41a4-8d4f-e88669e06b87"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4a5dd856-462d-41a4-8d4f-e88669e06b87"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4a5dd856-462d-41a4-8d4f-e88669e06b87"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4a5dd856-462d-41a4-8d4f-e88669e06b87"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4a5dd856-462d-41a4-8d4f-e88669e06b87"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4a5dd856-462d-41a4-8d4f-e88669e06b87"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4a5dd856-462d-41a4-8d4f-e88669e06b87"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4a5dd856-462d-41a4-8d4f-e88669e06b87"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4a5dd856-462d-41a4-8d4f-e88669e06b87"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4a5dd856-462d-41a4-8d4f-e88669e06b87"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4a5dd856-462d-41a4-8d4f-e88669e06b87"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4a5dd856-462d-41a4-8d4f-e88669e06b87"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4a5dd856-462d-41a4-8d4f-e88669e06b87"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4a5dd856-462d-41a4-8d4f-e88669e06b87"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4a5dd856-462d-41a4-8d4f-e88669e06b87"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4a5dd856-462d-41a4-8d4f-e88669e06b87"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4a5dd856-462d-41a4-8d4f-e88669e06b87"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4a5dd856-462d-41a4-8d4f-e88669e06b87"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4a5dd856-462d-41a4-8d4f-e88669e06b87"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-22e968e6-9f95-4b5c-bef3-ee65d2e96ac2 {
  text-align: center;
}




  #s-22e968e6-9f95-4b5c-bef3-ee65d2e96ac2 img.shogun-image {
    
    width: px;
  }


#s-22e968e6-9f95-4b5c-bef3-ee65d2e96ac2 .shogun-image-content {
  
    align-items: center;
  
}

#s-96f43cf4-4cea-4f85-bbb5-f23130b3f428 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96f43cf4-4cea-4f85-bbb5-f23130b3f428 .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-c9272564-2456-49e9-8f97-b264a2f7243f {
  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-c9272564-2456-49e9-8f97-b264a2f7243f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c9272564-2456-49e9-8f97-b264a2f7243f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c9272564-2456-49e9-8f97-b264a2f7243f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ace48a54-b882-48e5-a71b-dd3acf58a66b {
  text-align: center;
}




  #s-ace48a54-b882-48e5-a71b-dd3acf58a66b img.shogun-image {
    
    width: px;
  }


#s-ace48a54-b882-48e5-a71b-dd3acf58a66b .shogun-image-content {
  
    align-items: center;
  
}

#s-7f5613d5-f136-420a-a4ee-66dbb44cdbd9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7f5613d5-f136-420a-a4ee-66dbb44cdbd9 .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-7ca589d3-0c2d-4b3b-937b-6db8f0cfe5a3 {
  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-7ca589d3-0c2d-4b3b-937b-6db8f0cfe5a3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7ca589d3-0c2d-4b3b-937b-6db8f0cfe5a3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7ca589d3-0c2d-4b3b-937b-6db8f0cfe5a3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-eb66318e-c050-4ff9-ba4e-07874a6788c4 {
  text-align: center;
}




  #s-eb66318e-c050-4ff9-ba4e-07874a6788c4 img.shogun-image {
    
    width: px;
  }


#s-eb66318e-c050-4ff9-ba4e-07874a6788c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-ae1dec93-dcd9-4553-aca0-bd75813b9f26 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae1dec93-dcd9-4553-aca0-bd75813b9f26 .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-f3bec34a-93ec-45d5-9dc6-11523dde1fe2 {
  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-f3bec34a-93ec-45d5-9dc6-11523dde1fe2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f3bec34a-93ec-45d5-9dc6-11523dde1fe2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f3bec34a-93ec-45d5-9dc6-11523dde1fe2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d4a5c20b-83b8-4f25-94e9-f2e4f58c4ce2 {
  text-align: center;
}




  #s-d4a5c20b-83b8-4f25-94e9-f2e4f58c4ce2 img.shogun-image {
    
    width: px;
  }


#s-d4a5c20b-83b8-4f25-94e9-f2e4f58c4ce2 .shogun-image-content {
  
    align-items: center;
  
}

#s-3b8ba800-0f73-4162-81ff-e3c1b554af90 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3b8ba800-0f73-4162-81ff-e3c1b554af90 .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-b560e61a-faae-4741-ac66-b73164e92248 {
  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-b560e61a-faae-4741-ac66-b73164e92248:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b560e61a-faae-4741-ac66-b73164e92248:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b560e61a-faae-4741-ac66-b73164e92248.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-de377bb4-74a9-4893-9173-fa1088bcafda {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-de377bb4-74a9-4893-9173-fa1088bcafda"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de377bb4-74a9-4893-9173-fa1088bcafda"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-de377bb4-74a9-4893-9173-fa1088bcafda"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-de377bb4-74a9-4893-9173-fa1088bcafda"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-de377bb4-74a9-4893-9173-fa1088bcafda"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-de377bb4-74a9-4893-9173-fa1088bcafda"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-de377bb4-74a9-4893-9173-fa1088bcafda"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-de377bb4-74a9-4893-9173-fa1088bcafda"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-de377bb4-74a9-4893-9173-fa1088bcafda"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-de377bb4-74a9-4893-9173-fa1088bcafda"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-de377bb4-74a9-4893-9173-fa1088bcafda"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-de377bb4-74a9-4893-9173-fa1088bcafda"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-de377bb4-74a9-4893-9173-fa1088bcafda"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-de377bb4-74a9-4893-9173-fa1088bcafda"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-de377bb4-74a9-4893-9173-fa1088bcafda"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-de377bb4-74a9-4893-9173-fa1088bcafda"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-de377bb4-74a9-4893-9173-fa1088bcafda"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-de377bb4-74a9-4893-9173-fa1088bcafda"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-de377bb4-74a9-4893-9173-fa1088bcafda"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-de377bb4-74a9-4893-9173-fa1088bcafda"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-de377bb4-74a9-4893-9173-fa1088bcafda"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-de377bb4-74a9-4893-9173-fa1088bcafda"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-de377bb4-74a9-4893-9173-fa1088bcafda"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-de377bb4-74a9-4893-9173-fa1088bcafda"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-de377bb4-74a9-4893-9173-fa1088bcafda"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-de377bb4-74a9-4893-9173-fa1088bcafda"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-de377bb4-74a9-4893-9173-fa1088bcafda"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-de377bb4-74a9-4893-9173-fa1088bcafda"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-de377bb4-74a9-4893-9173-fa1088bcafda"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-de377bb4-74a9-4893-9173-fa1088bcafda"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-de377bb4-74a9-4893-9173-fa1088bcafda"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-de377bb4-74a9-4893-9173-fa1088bcafda"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-de377bb4-74a9-4893-9173-fa1088bcafda"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-de377bb4-74a9-4893-9173-fa1088bcafda"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-de377bb4-74a9-4893-9173-fa1088bcafda"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-de377bb4-74a9-4893-9173-fa1088bcafda"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-de377bb4-74a9-4893-9173-fa1088bcafda"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f8be20ae-9af1-4338-ad05-6f92f38ce5e7 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-f8be20ae-9af1-4338-ad05-6f92f38ce5e7 img.shogun-image {
    
    width: px;
  }


#s-f8be20ae-9af1-4338-ad05-6f92f38ce5e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-14299d67-a4da-41f5-9262-49d10ab82f55 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14299d67-a4da-41f5-9262-49d10ab82f55 .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-fea5c043-e466-4694-bfde-f3a9214da59b {
  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-fea5c043-e466-4694-bfde-f3a9214da59b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fea5c043-e466-4694-bfde-f3a9214da59b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fea5c043-e466-4694-bfde-f3a9214da59b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-977a9153-3211-418d-81bf-8bdf5d342407 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-977a9153-3211-418d-81bf-8bdf5d342407 img.shogun-image {
    
    width: px;
  }


#s-977a9153-3211-418d-81bf-8bdf5d342407 .shogun-image-content {
  
    align-items: center;
  
}

#s-a044b519-258e-405b-9434-5f958a5f6148 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a044b519-258e-405b-9434-5f958a5f6148 .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-8c77e302-9b27-42e6-a420-f130cbdf0940 {
  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-8c77e302-9b27-42e6-a420-f130cbdf0940:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8c77e302-9b27-42e6-a420-f130cbdf0940:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8c77e302-9b27-42e6-a420-f130cbdf0940.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-48b9aeba-325d-4dce-869f-41767e8c4063 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-48b9aeba-325d-4dce-869f-41767e8c4063 img.shogun-image {
    
    width: px;
  }


#s-48b9aeba-325d-4dce-869f-41767e8c4063 .shogun-image-content {
  
    align-items: center;
  
}

#s-2dd7d9ef-3d67-4146-990c-3546f4a77d56 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2dd7d9ef-3d67-4146-990c-3546f4a77d56 .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-42418135-bddb-4b84-8a0a-d4a205d280d1 {
  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-42418135-bddb-4b84-8a0a-d4a205d280d1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-42418135-bddb-4b84-8a0a-d4a205d280d1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-42418135-bddb-4b84-8a0a-d4a205d280d1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-08f6eb02-11f9-4595-856a-eacea4c84c7d {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: -55px;
background-position: center center;
}








#s-08f6eb02-11f9-4595-856a-eacea4c84c7d > .shg-box-overlay {
  background-color: rgba(66, 78, 86, 1);
  opacity: 0.5;
}#s-08f6eb02-11f9-4595-856a-eacea4c84c7d.shg-box.shg-c {
  justify-content: center;
}

#s-eb131524-24d1-46e3-b8ee-240c5def90d0 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-eb131524-24d1-46e3-b8ee-240c5def90d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb131524-24d1-46e3-b8ee-240c5def90d0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-eb131524-24d1-46e3-b8ee-240c5def90d0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-eb131524-24d1-46e3-b8ee-240c5def90d0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-eb131524-24d1-46e3-b8ee-240c5def90d0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-eb131524-24d1-46e3-b8ee-240c5def90d0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-eb131524-24d1-46e3-b8ee-240c5def90d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-eb131524-24d1-46e3-b8ee-240c5def90d0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-eb131524-24d1-46e3-b8ee-240c5def90d0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-eb131524-24d1-46e3-b8ee-240c5def90d0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-eb131524-24d1-46e3-b8ee-240c5def90d0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-eb131524-24d1-46e3-b8ee-240c5def90d0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-eb131524-24d1-46e3-b8ee-240c5def90d0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-eb131524-24d1-46e3-b8ee-240c5def90d0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-eb131524-24d1-46e3-b8ee-240c5def90d0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-eb131524-24d1-46e3-b8ee-240c5def90d0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-eb131524-24d1-46e3-b8ee-240c5def90d0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-eb131524-24d1-46e3-b8ee-240c5def90d0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-eb131524-24d1-46e3-b8ee-240c5def90d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-eb131524-24d1-46e3-b8ee-240c5def90d0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-eb131524-24d1-46e3-b8ee-240c5def90d0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-eb131524-24d1-46e3-b8ee-240c5def90d0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-eb131524-24d1-46e3-b8ee-240c5def90d0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-eb131524-24d1-46e3-b8ee-240c5def90d0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-eb131524-24d1-46e3-b8ee-240c5def90d0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb131524-24d1-46e3-b8ee-240c5def90d0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-eb131524-24d1-46e3-b8ee-240c5def90d0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-eb131524-24d1-46e3-b8ee-240c5def90d0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-eb131524-24d1-46e3-b8ee-240c5def90d0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-eb131524-24d1-46e3-b8ee-240c5def90d0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-eb131524-24d1-46e3-b8ee-240c5def90d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-eb131524-24d1-46e3-b8ee-240c5def90d0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-eb131524-24d1-46e3-b8ee-240c5def90d0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-eb131524-24d1-46e3-b8ee-240c5def90d0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-eb131524-24d1-46e3-b8ee-240c5def90d0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-eb131524-24d1-46e3-b8ee-240c5def90d0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-eb131524-24d1-46e3-b8ee-240c5def90d0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 50.0px);
}

}

#s-913b4189-c631-4872-a084-2abaae20bcbf {
  padding-top: 40px;
padding-bottom: 20px;
text-align: center;
}

#s-913b4189-c631-4872-a084-2abaae20bcbf .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-f38e828b-1dc1-4f7d-9d4a-a0bc7eab929d {
  padding-top: 10px;
padding-bottom: 20px;
}

#s-fb3f34bd-97e4-4803-8623-e48c4dfdb18f {
  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-fb3f34bd-97e4-4803-8623-e48c4dfdb18f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fb3f34bd-97e4-4803-8623-e48c4dfdb18f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fb3f34bd-97e4-4803-8623-e48c4dfdb18f.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;
}
