.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-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-cbdd91a6-2d5f-41d3-80e3-8dd60ffe0ef3 {
  min-height: 50px;
}








#s-cbdd91a6-2d5f-41d3-80e3-8dd60ffe0ef3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbdd91a6-2d5f-41d3-80e3-8dd60ffe0ef3.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-5ace5341-be6d-4a2b-8cbf-ef7cf3cc2763 {
  
}

#s-5ace5341-be6d-4a2b-8cbf-ef7cf3cc2763 .shogun-tabs {
  justify-content: center;
}

#s-5ace5341-be6d-4a2b-8cbf-ef7cf3cc2763 .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-5ace5341-be6d-4a2b-8cbf-ef7cf3cc2763 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-5ace5341-be6d-4a2b-8cbf-ef7cf3cc2763 .shogun-tabs > li > .shogun-tab-box::after {
    background: rgba(188, 188, 188, 1);
    border: 1px solid #DDDDDD;
  }
  #s-5ace5341-be6d-4a2b-8cbf-ef7cf3cc2763 .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-5ace5341-be6d-4a2b-8cbf-ef7cf3cc2763 .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-5ace5341-be6d-4a2b-8cbf-ef7cf3cc2763 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-5ace5341-be6d-4a2b-8cbf-ef7cf3cc2763 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-5ace5341-be6d-4a2b-8cbf-ef7cf3cc2763 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-5ace5341-be6d-4a2b-8cbf-ef7cf3cc2763 .shogun-tab {
  max-width: calc(100% / 4 - (4 - 2) * 2px / 4);
}

#s-2a890278-853a-4baf-bb86-cfbeeb81d2a5 {
  min-height: 50px;
}








#s-2a890278-853a-4baf-bb86-cfbeeb81d2a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a890278-853a-4baf-bb86-cfbeeb81d2a5.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-2078604a-c11b-4ca7-9ae7-b7efc8896c2b {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-2078604a-c11b-4ca7-9ae7-b7efc8896c2b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-2078604a-c11b-4ca7-9ae7-b7efc8896c2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2078604a-c11b-4ca7-9ae7-b7efc8896c2b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2078604a-c11b-4ca7-9ae7-b7efc8896c2b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2078604a-c11b-4ca7-9ae7-b7efc8896c2b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2078604a-c11b-4ca7-9ae7-b7efc8896c2b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2078604a-c11b-4ca7-9ae7-b7efc8896c2b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2078604a-c11b-4ca7-9ae7-b7efc8896c2b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2078604a-c11b-4ca7-9ae7-b7efc8896c2b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2078604a-c11b-4ca7-9ae7-b7efc8896c2b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2078604a-c11b-4ca7-9ae7-b7efc8896c2b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2078604a-c11b-4ca7-9ae7-b7efc8896c2b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2078604a-c11b-4ca7-9ae7-b7efc8896c2b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2078604a-c11b-4ca7-9ae7-b7efc8896c2b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2078604a-c11b-4ca7-9ae7-b7efc8896c2b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2078604a-c11b-4ca7-9ae7-b7efc8896c2b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2078604a-c11b-4ca7-9ae7-b7efc8896c2b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2078604a-c11b-4ca7-9ae7-b7efc8896c2b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2078604a-c11b-4ca7-9ae7-b7efc8896c2b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2078604a-c11b-4ca7-9ae7-b7efc8896c2b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2078604a-c11b-4ca7-9ae7-b7efc8896c2b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2078604a-c11b-4ca7-9ae7-b7efc8896c2b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2078604a-c11b-4ca7-9ae7-b7efc8896c2b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2078604a-c11b-4ca7-9ae7-b7efc8896c2b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2078604a-c11b-4ca7-9ae7-b7efc8896c2b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2078604a-c11b-4ca7-9ae7-b7efc8896c2b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2078604a-c11b-4ca7-9ae7-b7efc8896c2b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2078604a-c11b-4ca7-9ae7-b7efc8896c2b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2078604a-c11b-4ca7-9ae7-b7efc8896c2b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2078604a-c11b-4ca7-9ae7-b7efc8896c2b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2078604a-c11b-4ca7-9ae7-b7efc8896c2b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2078604a-c11b-4ca7-9ae7-b7efc8896c2b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2078604a-c11b-4ca7-9ae7-b7efc8896c2b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2078604a-c11b-4ca7-9ae7-b7efc8896c2b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2078604a-c11b-4ca7-9ae7-b7efc8896c2b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2078604a-c11b-4ca7-9ae7-b7efc8896c2b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2078604a-c11b-4ca7-9ae7-b7efc8896c2b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2078604a-c11b-4ca7-9ae7-b7efc8896c2b"] > .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-670aaad6-6370-47a4-afc7-0858f532c474 {
  text-align: center;
}




  #s-670aaad6-6370-47a4-afc7-0858f532c474 img.shogun-image {
    
    width: px;
  }


#s-670aaad6-6370-47a4-afc7-0858f532c474 .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-12ea58f3-bfe2-47e7-bd14-978d84b6dc2c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-12ea58f3-bfe2-47e7-bd14-978d84b6dc2c .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-b0011029-2dbf-4daa-ab97-da11b1291a88 {
  padding-bottom: 20px;
}

.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-c067fc9c-ff25-4edc-8064-f8c132da58f3 {
  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-c067fc9c-ff25-4edc-8064-f8c132da58f3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c067fc9c-ff25-4edc-8064-f8c132da58f3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c067fc9c-ff25-4edc-8064-f8c132da58f3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-83e777c3-635c-44cb-a064-2658b6aaf5a9 {
  text-align: center;
}




  #s-83e777c3-635c-44cb-a064-2658b6aaf5a9 img.shogun-image {
    
    width: px;
  }


#s-83e777c3-635c-44cb-a064-2658b6aaf5a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-27d5e38d-e183-44eb-bb22-8356b26633a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-27d5e38d-e183-44eb-bb22-8356b26633a2 .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-c973d1d7-8c30-4722-b940-08c1fc899664 {
  padding-bottom: 20px;
}

#s-10f3f123-4574-4288-b05c-621ae2bb7612 {
  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-10f3f123-4574-4288-b05c-621ae2bb7612:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-10f3f123-4574-4288-b05c-621ae2bb7612:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-10f3f123-4574-4288-b05c-621ae2bb7612.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-244288ad-1b82-4543-b1fb-c991070c03c2 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-244288ad-1b82-4543-b1fb-c991070c03c2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-244288ad-1b82-4543-b1fb-c991070c03c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-244288ad-1b82-4543-b1fb-c991070c03c2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-244288ad-1b82-4543-b1fb-c991070c03c2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-244288ad-1b82-4543-b1fb-c991070c03c2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-244288ad-1b82-4543-b1fb-c991070c03c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-244288ad-1b82-4543-b1fb-c991070c03c2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-244288ad-1b82-4543-b1fb-c991070c03c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-244288ad-1b82-4543-b1fb-c991070c03c2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-244288ad-1b82-4543-b1fb-c991070c03c2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-244288ad-1b82-4543-b1fb-c991070c03c2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-244288ad-1b82-4543-b1fb-c991070c03c2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-244288ad-1b82-4543-b1fb-c991070c03c2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-244288ad-1b82-4543-b1fb-c991070c03c2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-244288ad-1b82-4543-b1fb-c991070c03c2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-244288ad-1b82-4543-b1fb-c991070c03c2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-244288ad-1b82-4543-b1fb-c991070c03c2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-244288ad-1b82-4543-b1fb-c991070c03c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-244288ad-1b82-4543-b1fb-c991070c03c2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-244288ad-1b82-4543-b1fb-c991070c03c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-244288ad-1b82-4543-b1fb-c991070c03c2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-244288ad-1b82-4543-b1fb-c991070c03c2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-244288ad-1b82-4543-b1fb-c991070c03c2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-244288ad-1b82-4543-b1fb-c991070c03c2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-244288ad-1b82-4543-b1fb-c991070c03c2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-244288ad-1b82-4543-b1fb-c991070c03c2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-244288ad-1b82-4543-b1fb-c991070c03c2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-244288ad-1b82-4543-b1fb-c991070c03c2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-244288ad-1b82-4543-b1fb-c991070c03c2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-244288ad-1b82-4543-b1fb-c991070c03c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-244288ad-1b82-4543-b1fb-c991070c03c2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-244288ad-1b82-4543-b1fb-c991070c03c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-244288ad-1b82-4543-b1fb-c991070c03c2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-244288ad-1b82-4543-b1fb-c991070c03c2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-244288ad-1b82-4543-b1fb-c991070c03c2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-244288ad-1b82-4543-b1fb-c991070c03c2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-244288ad-1b82-4543-b1fb-c991070c03c2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-244288ad-1b82-4543-b1fb-c991070c03c2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-e7b8ab62-e49f-4971-a26e-a14b891c9cf0 {
  text-align: center;
}




  #s-e7b8ab62-e49f-4971-a26e-a14b891c9cf0 img.shogun-image {
    
    width: px;
  }


#s-e7b8ab62-e49f-4971-a26e-a14b891c9cf0 .shogun-image-content {
  
    align-items: center;
  
}

#s-df96dcfd-00f1-4f57-a8ab-68f10a595aa2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-df96dcfd-00f1-4f57-a8ab-68f10a595aa2 .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-6753d6f7-5fe8-4606-be8e-dbc52b1fb83f {
  padding-bottom: 20px;
}

#s-6163c5ad-c5d3-4983-b1b0-775ac0acf2e5 {
  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-6163c5ad-c5d3-4983-b1b0-775ac0acf2e5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6163c5ad-c5d3-4983-b1b0-775ac0acf2e5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6163c5ad-c5d3-4983-b1b0-775ac0acf2e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e68e246f-0704-4a91-969b-b8a37ebe9d75 {
  text-align: center;
}




  #s-e68e246f-0704-4a91-969b-b8a37ebe9d75 img.shogun-image {
    
    width: px;
  }


#s-e68e246f-0704-4a91-969b-b8a37ebe9d75 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f302ca1-fb13-4f92-9b2c-01bc8c4860fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1f302ca1-fb13-4f92-9b2c-01bc8c4860fc .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-57ef845d-22e1-4b50-a862-67a6262ebe77 {
  padding-bottom: 20px;
}

#s-47578d61-90f8-4311-82b9-c30136b2c96f {
  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-47578d61-90f8-4311-82b9-c30136b2c96f: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-47578d61-90f8-4311-82b9-c30136b2c96f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-47578d61-90f8-4311-82b9-c30136b2c96f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ce0eeba1-7694-44ce-ae6f-7f4aad6a0471 {
  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-ce0eeba1-7694-44ce-ae6f-7f4aad6a0471 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce0eeba1-7694-44ce-ae6f-7f4aad6a0471.shg-box.shg-c {
  justify-content: center;
}

#s-ddc3ef15-1454-4886-88ca-ddd83c53ded0 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-ddc3ef15-1454-4886-88ca-ddd83c53ded0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-ddc3ef15-1454-4886-88ca-ddd83c53ded0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ddc3ef15-1454-4886-88ca-ddd83c53ded0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ddc3ef15-1454-4886-88ca-ddd83c53ded0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ddc3ef15-1454-4886-88ca-ddd83c53ded0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ddc3ef15-1454-4886-88ca-ddd83c53ded0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ddc3ef15-1454-4886-88ca-ddd83c53ded0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ddc3ef15-1454-4886-88ca-ddd83c53ded0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ddc3ef15-1454-4886-88ca-ddd83c53ded0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ddc3ef15-1454-4886-88ca-ddd83c53ded0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ddc3ef15-1454-4886-88ca-ddd83c53ded0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ddc3ef15-1454-4886-88ca-ddd83c53ded0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ddc3ef15-1454-4886-88ca-ddd83c53ded0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ddc3ef15-1454-4886-88ca-ddd83c53ded0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ddc3ef15-1454-4886-88ca-ddd83c53ded0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ddc3ef15-1454-4886-88ca-ddd83c53ded0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ddc3ef15-1454-4886-88ca-ddd83c53ded0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ddc3ef15-1454-4886-88ca-ddd83c53ded0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ddc3ef15-1454-4886-88ca-ddd83c53ded0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ddc3ef15-1454-4886-88ca-ddd83c53ded0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ddc3ef15-1454-4886-88ca-ddd83c53ded0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ddc3ef15-1454-4886-88ca-ddd83c53ded0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ddc3ef15-1454-4886-88ca-ddd83c53ded0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ddc3ef15-1454-4886-88ca-ddd83c53ded0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ddc3ef15-1454-4886-88ca-ddd83c53ded0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ddc3ef15-1454-4886-88ca-ddd83c53ded0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ddc3ef15-1454-4886-88ca-ddd83c53ded0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ddc3ef15-1454-4886-88ca-ddd83c53ded0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ddc3ef15-1454-4886-88ca-ddd83c53ded0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ddc3ef15-1454-4886-88ca-ddd83c53ded0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ddc3ef15-1454-4886-88ca-ddd83c53ded0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ddc3ef15-1454-4886-88ca-ddd83c53ded0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ddc3ef15-1454-4886-88ca-ddd83c53ded0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ddc3ef15-1454-4886-88ca-ddd83c53ded0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ddc3ef15-1454-4886-88ca-ddd83c53ded0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ddc3ef15-1454-4886-88ca-ddd83c53ded0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ddc3ef15-1454-4886-88ca-ddd83c53ded0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ddc3ef15-1454-4886-88ca-ddd83c53ded0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-0a574b6b-5da4-48f5-8b83-810851c5da68 {
  text-align: center;
}




  #s-0a574b6b-5da4-48f5-8b83-810851c5da68 img.shogun-image {
    
    width: px;
  }


#s-0a574b6b-5da4-48f5-8b83-810851c5da68 .shogun-image-content {
  
    align-items: center;
  
}

#s-e091ca85-8486-40a7-bc05-4ac86b7368cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e091ca85-8486-40a7-bc05-4ac86b7368cf .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-e16ac380-42f5-4370-9be6-58c9a6f24054 {
  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-e16ac380-42f5-4370-9be6-58c9a6f24054:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e16ac380-42f5-4370-9be6-58c9a6f24054:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e16ac380-42f5-4370-9be6-58c9a6f24054.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b557a5ef-00cc-4f87-98e8-0c5efc1a781a {
  text-align: center;
}




  #s-b557a5ef-00cc-4f87-98e8-0c5efc1a781a img.shogun-image {
    
    width: px;
  }


#s-b557a5ef-00cc-4f87-98e8-0c5efc1a781a .shogun-image-content {
  
    align-items: center;
  
}

#s-535991dc-476c-44b0-b217-bda6961c20ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-535991dc-476c-44b0-b217-bda6961c20ba .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-d89ab2f0-5033-45f9-a29f-80ed4cc8a424 {
  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-d89ab2f0-5033-45f9-a29f-80ed4cc8a424:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d89ab2f0-5033-45f9-a29f-80ed4cc8a424:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d89ab2f0-5033-45f9-a29f-80ed4cc8a424.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b511cf08-f4bd-49d4-b45c-5597b87ccbfd {
  text-align: center;
}




  #s-b511cf08-f4bd-49d4-b45c-5597b87ccbfd img.shogun-image {
    
    width: px;
  }


#s-b511cf08-f4bd-49d4-b45c-5597b87ccbfd .shogun-image-content {
  
    align-items: center;
  
}

#s-f98e30fa-d23e-4444-82a4-59ccd497aca8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f98e30fa-d23e-4444-82a4-59ccd497aca8 .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-cc58f7c9-4c47-4e37-a1e4-8ac58fb049de {
  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-cc58f7c9-4c47-4e37-a1e4-8ac58fb049de:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cc58f7c9-4c47-4e37-a1e4-8ac58fb049de:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cc58f7c9-4c47-4e37-a1e4-8ac58fb049de.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-65bef2c5-1b7f-4e2f-9a1b-91508011dc13 {
  text-align: center;
}




  #s-65bef2c5-1b7f-4e2f-9a1b-91508011dc13 img.shogun-image {
    
    width: px;
  }


#s-65bef2c5-1b7f-4e2f-9a1b-91508011dc13 .shogun-image-content {
  
    align-items: center;
  
}

#s-3d45903c-a69d-4660-a365-ad79d729cab2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3d45903c-a69d-4660-a365-ad79d729cab2 .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-f74a5997-8abc-4585-9956-343c031e6f17 {
  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-f74a5997-8abc-4585-9956-343c031e6f17:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f74a5997-8abc-4585-9956-343c031e6f17:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f74a5997-8abc-4585-9956-343c031e6f17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e12fc6c6-6b33-4580-bde4-e4bb580e49f1 {
  min-height: 50px;
}








#s-e12fc6c6-6b33-4580-bde4-e4bb580e49f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e12fc6c6-6b33-4580-bde4-e4bb580e49f1.shg-box.shg-c {
  justify-content: center;
}

#s-e4f5171b-5e2f-4e89-9824-d73f929d7133 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-e4f5171b-5e2f-4e89-9824-d73f929d7133"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-e4f5171b-5e2f-4e89-9824-d73f929d7133"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4f5171b-5e2f-4e89-9824-d73f929d7133"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e4f5171b-5e2f-4e89-9824-d73f929d7133"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e4f5171b-5e2f-4e89-9824-d73f929d7133"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e4f5171b-5e2f-4e89-9824-d73f929d7133"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e4f5171b-5e2f-4e89-9824-d73f929d7133"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e4f5171b-5e2f-4e89-9824-d73f929d7133"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e4f5171b-5e2f-4e89-9824-d73f929d7133"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e4f5171b-5e2f-4e89-9824-d73f929d7133"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e4f5171b-5e2f-4e89-9824-d73f929d7133"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e4f5171b-5e2f-4e89-9824-d73f929d7133"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e4f5171b-5e2f-4e89-9824-d73f929d7133"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e4f5171b-5e2f-4e89-9824-d73f929d7133"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e4f5171b-5e2f-4e89-9824-d73f929d7133"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e4f5171b-5e2f-4e89-9824-d73f929d7133"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e4f5171b-5e2f-4e89-9824-d73f929d7133"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e4f5171b-5e2f-4e89-9824-d73f929d7133"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e4f5171b-5e2f-4e89-9824-d73f929d7133"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e4f5171b-5e2f-4e89-9824-d73f929d7133"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e4f5171b-5e2f-4e89-9824-d73f929d7133"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e4f5171b-5e2f-4e89-9824-d73f929d7133"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e4f5171b-5e2f-4e89-9824-d73f929d7133"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e4f5171b-5e2f-4e89-9824-d73f929d7133"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e4f5171b-5e2f-4e89-9824-d73f929d7133"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e4f5171b-5e2f-4e89-9824-d73f929d7133"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e4f5171b-5e2f-4e89-9824-d73f929d7133"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e4f5171b-5e2f-4e89-9824-d73f929d7133"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e4f5171b-5e2f-4e89-9824-d73f929d7133"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e4f5171b-5e2f-4e89-9824-d73f929d7133"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e4f5171b-5e2f-4e89-9824-d73f929d7133"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e4f5171b-5e2f-4e89-9824-d73f929d7133"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e4f5171b-5e2f-4e89-9824-d73f929d7133"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e4f5171b-5e2f-4e89-9824-d73f929d7133"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e4f5171b-5e2f-4e89-9824-d73f929d7133"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e4f5171b-5e2f-4e89-9824-d73f929d7133"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e4f5171b-5e2f-4e89-9824-d73f929d7133"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e4f5171b-5e2f-4e89-9824-d73f929d7133"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-fb91d5c7-1934-489c-9645-b6d3bf4dbf88 {
  text-align: center;
}




  #s-fb91d5c7-1934-489c-9645-b6d3bf4dbf88 img.shogun-image {
    
    width: px;
  }


#s-fb91d5c7-1934-489c-9645-b6d3bf4dbf88 .shogun-image-content {
  
    align-items: center;
  
}

#s-6aecd328-2aa9-46aa-903c-40e29da590f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6aecd328-2aa9-46aa-903c-40e29da590f3 .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-1671a8f1-5e65-4c25-b960-c02fd888adc6 {
  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-1671a8f1-5e65-4c25-b960-c02fd888adc6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1671a8f1-5e65-4c25-b960-c02fd888adc6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1671a8f1-5e65-4c25-b960-c02fd888adc6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-489b624c-3c2c-4d5e-b751-20eff1c704d5 {
  text-align: center;
}




  #s-489b624c-3c2c-4d5e-b751-20eff1c704d5 img.shogun-image {
    
    width: px;
  }


#s-489b624c-3c2c-4d5e-b751-20eff1c704d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-fa93113c-1a29-4bdd-bc43-ea0eb388b0da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa93113c-1a29-4bdd-bc43-ea0eb388b0da .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-7c95185a-4b3b-473c-8249-a8357611f390 {
  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-7c95185a-4b3b-473c-8249-a8357611f390:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7c95185a-4b3b-473c-8249-a8357611f390:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7c95185a-4b3b-473c-8249-a8357611f390.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-707d26b0-eaeb-4619-a2d7-04aad58cd8c8 {
  text-align: center;
}




  #s-707d26b0-eaeb-4619-a2d7-04aad58cd8c8 img.shogun-image {
    
    width: px;
  }


#s-707d26b0-eaeb-4619-a2d7-04aad58cd8c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-d4ca87a9-3292-4946-a6e7-971da20ac323 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d4ca87a9-3292-4946-a6e7-971da20ac323 .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-f02083b1-7baf-4484-b411-1a322bd8ec88 {
  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-f02083b1-7baf-4484-b411-1a322bd8ec88:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f02083b1-7baf-4484-b411-1a322bd8ec88:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f02083b1-7baf-4484-b411-1a322bd8ec88.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8f5d9e57-7aed-439f-a550-8031d8ff9bc6 {
  text-align: center;
}




  #s-8f5d9e57-7aed-439f-a550-8031d8ff9bc6 img.shogun-image {
    
    width: px;
  }


#s-8f5d9e57-7aed-439f-a550-8031d8ff9bc6 .shogun-image-content {
  
    align-items: center;
  
}

#s-25450ec0-0734-43e6-ae5b-a520d2f384e9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25450ec0-0734-43e6-ae5b-a520d2f384e9 .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-deb3310f-07e8-43e3-8265-9491bc5cf9f6 {
  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-deb3310f-07e8-43e3-8265-9491bc5cf9f6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-deb3310f-07e8-43e3-8265-9491bc5cf9f6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-deb3310f-07e8-43e3-8265-9491bc5cf9f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e13acbfe-866d-4b28-8f27-2b366d9bc8f2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-e13acbfe-866d-4b28-8f27-2b366d9bc8f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e13acbfe-866d-4b28-8f27-2b366d9bc8f2.shg-box.shg-c {
  justify-content: center;
}

#s-7f906ffb-d0bc-4880-90a1-4235da136f99 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-7f906ffb-d0bc-4880-90a1-4235da136f99"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-7f906ffb-d0bc-4880-90a1-4235da136f99"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f906ffb-d0bc-4880-90a1-4235da136f99"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7f906ffb-d0bc-4880-90a1-4235da136f99"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7f906ffb-d0bc-4880-90a1-4235da136f99"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7f906ffb-d0bc-4880-90a1-4235da136f99"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7f906ffb-d0bc-4880-90a1-4235da136f99"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7f906ffb-d0bc-4880-90a1-4235da136f99"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7f906ffb-d0bc-4880-90a1-4235da136f99"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7f906ffb-d0bc-4880-90a1-4235da136f99"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7f906ffb-d0bc-4880-90a1-4235da136f99"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7f906ffb-d0bc-4880-90a1-4235da136f99"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7f906ffb-d0bc-4880-90a1-4235da136f99"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7f906ffb-d0bc-4880-90a1-4235da136f99"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7f906ffb-d0bc-4880-90a1-4235da136f99"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7f906ffb-d0bc-4880-90a1-4235da136f99"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7f906ffb-d0bc-4880-90a1-4235da136f99"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7f906ffb-d0bc-4880-90a1-4235da136f99"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7f906ffb-d0bc-4880-90a1-4235da136f99"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7f906ffb-d0bc-4880-90a1-4235da136f99"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7f906ffb-d0bc-4880-90a1-4235da136f99"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7f906ffb-d0bc-4880-90a1-4235da136f99"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7f906ffb-d0bc-4880-90a1-4235da136f99"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7f906ffb-d0bc-4880-90a1-4235da136f99"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7f906ffb-d0bc-4880-90a1-4235da136f99"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7f906ffb-d0bc-4880-90a1-4235da136f99"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7f906ffb-d0bc-4880-90a1-4235da136f99"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7f906ffb-d0bc-4880-90a1-4235da136f99"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7f906ffb-d0bc-4880-90a1-4235da136f99"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7f906ffb-d0bc-4880-90a1-4235da136f99"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7f906ffb-d0bc-4880-90a1-4235da136f99"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7f906ffb-d0bc-4880-90a1-4235da136f99"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7f906ffb-d0bc-4880-90a1-4235da136f99"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7f906ffb-d0bc-4880-90a1-4235da136f99"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7f906ffb-d0bc-4880-90a1-4235da136f99"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7f906ffb-d0bc-4880-90a1-4235da136f99"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7f906ffb-d0bc-4880-90a1-4235da136f99"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7f906ffb-d0bc-4880-90a1-4235da136f99"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-8fb4fbb3-4aa9-4939-a4f3-6084f11fc840 {
  text-align: center;
}




  #s-8fb4fbb3-4aa9-4939-a4f3-6084f11fc840 img.shogun-image {
    
    width: px;
  }


#s-8fb4fbb3-4aa9-4939-a4f3-6084f11fc840 .shogun-image-content {
  
    align-items: center;
  
}

#s-2cc74c8b-7611-480a-be84-12ebf7fa5201 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2cc74c8b-7611-480a-be84-12ebf7fa5201 .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-f2b60e80-535e-4c21-9e04-bdc6aedeaeb1 {
  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-f2b60e80-535e-4c21-9e04-bdc6aedeaeb1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f2b60e80-535e-4c21-9e04-bdc6aedeaeb1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f2b60e80-535e-4c21-9e04-bdc6aedeaeb1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a39d7293-6f37-45a2-a887-b4d91cc734a7 {
  text-align: center;
}




  #s-a39d7293-6f37-45a2-a887-b4d91cc734a7 img.shogun-image {
    
    width: px;
  }


#s-a39d7293-6f37-45a2-a887-b4d91cc734a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-e083afc1-dd24-4348-b05c-320a02b1bd06 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e083afc1-dd24-4348-b05c-320a02b1bd06 .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-a4d9c2b1-1061-4c0f-be41-ecbe922c2bbc {
  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-a4d9c2b1-1061-4c0f-be41-ecbe922c2bbc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a4d9c2b1-1061-4c0f-be41-ecbe922c2bbc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a4d9c2b1-1061-4c0f-be41-ecbe922c2bbc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-92d7637d-077e-4792-9b73-23e4d17582c2 {
  text-align: center;
}




  #s-92d7637d-077e-4792-9b73-23e4d17582c2 img.shogun-image {
    
    width: px;
  }


#s-92d7637d-077e-4792-9b73-23e4d17582c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-91570f65-c7a6-47a5-bdc8-cf779efee1df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91570f65-c7a6-47a5-bdc8-cf779efee1df .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-87e13a20-6533-410f-a0fa-4c330ede2925 {
  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-87e13a20-6533-410f-a0fa-4c330ede2925:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-87e13a20-6533-410f-a0fa-4c330ede2925:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-87e13a20-6533-410f-a0fa-4c330ede2925.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-654fb9b7-db63-4b87-81e1-0e2215093c16 {
  text-align: center;
}




  #s-654fb9b7-db63-4b87-81e1-0e2215093c16 img.shogun-image {
    
    width: px;
  }


#s-654fb9b7-db63-4b87-81e1-0e2215093c16 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed4c43a2-12ef-4339-9a12-22be70f20a7f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed4c43a2-12ef-4339-9a12-22be70f20a7f .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-3609ad94-afa5-4110-9f0c-82c94729ad71 {
  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-3609ad94-afa5-4110-9f0c-82c94729ad71:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3609ad94-afa5-4110-9f0c-82c94729ad71:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3609ad94-afa5-4110-9f0c-82c94729ad71.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-79fc0bf9-e45a-4254-9a2e-e3b2eab105d6 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-79fc0bf9-e45a-4254-9a2e-e3b2eab105d6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-79fc0bf9-e45a-4254-9a2e-e3b2eab105d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79fc0bf9-e45a-4254-9a2e-e3b2eab105d6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-79fc0bf9-e45a-4254-9a2e-e3b2eab105d6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-79fc0bf9-e45a-4254-9a2e-e3b2eab105d6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-79fc0bf9-e45a-4254-9a2e-e3b2eab105d6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-79fc0bf9-e45a-4254-9a2e-e3b2eab105d6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-79fc0bf9-e45a-4254-9a2e-e3b2eab105d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-79fc0bf9-e45a-4254-9a2e-e3b2eab105d6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-79fc0bf9-e45a-4254-9a2e-e3b2eab105d6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-79fc0bf9-e45a-4254-9a2e-e3b2eab105d6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-79fc0bf9-e45a-4254-9a2e-e3b2eab105d6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-79fc0bf9-e45a-4254-9a2e-e3b2eab105d6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-79fc0bf9-e45a-4254-9a2e-e3b2eab105d6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-79fc0bf9-e45a-4254-9a2e-e3b2eab105d6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-79fc0bf9-e45a-4254-9a2e-e3b2eab105d6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-79fc0bf9-e45a-4254-9a2e-e3b2eab105d6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-79fc0bf9-e45a-4254-9a2e-e3b2eab105d6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-79fc0bf9-e45a-4254-9a2e-e3b2eab105d6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-79fc0bf9-e45a-4254-9a2e-e3b2eab105d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-79fc0bf9-e45a-4254-9a2e-e3b2eab105d6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-79fc0bf9-e45a-4254-9a2e-e3b2eab105d6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-79fc0bf9-e45a-4254-9a2e-e3b2eab105d6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-79fc0bf9-e45a-4254-9a2e-e3b2eab105d6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-79fc0bf9-e45a-4254-9a2e-e3b2eab105d6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-79fc0bf9-e45a-4254-9a2e-e3b2eab105d6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-79fc0bf9-e45a-4254-9a2e-e3b2eab105d6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-79fc0bf9-e45a-4254-9a2e-e3b2eab105d6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-79fc0bf9-e45a-4254-9a2e-e3b2eab105d6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-79fc0bf9-e45a-4254-9a2e-e3b2eab105d6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-79fc0bf9-e45a-4254-9a2e-e3b2eab105d6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-79fc0bf9-e45a-4254-9a2e-e3b2eab105d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-79fc0bf9-e45a-4254-9a2e-e3b2eab105d6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-79fc0bf9-e45a-4254-9a2e-e3b2eab105d6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-79fc0bf9-e45a-4254-9a2e-e3b2eab105d6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-79fc0bf9-e45a-4254-9a2e-e3b2eab105d6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-79fc0bf9-e45a-4254-9a2e-e3b2eab105d6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-79fc0bf9-e45a-4254-9a2e-e3b2eab105d6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-b61d3097-cffe-4fe3-8a77-05b83c09fa39 {
  text-align: center;
}




  #s-b61d3097-cffe-4fe3-8a77-05b83c09fa39 img.shogun-image {
    
    width: px;
  }


#s-b61d3097-cffe-4fe3-8a77-05b83c09fa39 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c588de2-442d-4329-8c6a-476435a0905a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c588de2-442d-4329-8c6a-476435a0905a .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-3157be96-5a04-43c7-b648-435835c731d0 {
  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-3157be96-5a04-43c7-b648-435835c731d0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3157be96-5a04-43c7-b648-435835c731d0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3157be96-5a04-43c7-b648-435835c731d0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c21616d1-3359-437e-adbf-d52ffeae0cea {
  text-align: center;
}




  #s-c21616d1-3359-437e-adbf-d52ffeae0cea img.shogun-image {
    
    width: px;
  }


#s-c21616d1-3359-437e-adbf-d52ffeae0cea .shogun-image-content {
  
    align-items: center;
  
}

#s-f2d11089-1e3c-4cb8-b184-fb337c6240aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f2d11089-1e3c-4cb8-b184-fb337c6240aa .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-179603bd-3483-42b8-a248-a3b881b6a805 {
  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-179603bd-3483-42b8-a248-a3b881b6a805:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-179603bd-3483-42b8-a248-a3b881b6a805:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-179603bd-3483-42b8-a248-a3b881b6a805.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5366142c-60a6-4252-85e0-0565f920992c {
  text-align: center;
}




  #s-5366142c-60a6-4252-85e0-0565f920992c img.shogun-image {
    
    width: px;
  }


#s-5366142c-60a6-4252-85e0-0565f920992c .shogun-image-content {
  
    align-items: center;
  
}

#s-d11e8a9d-1509-4e65-9efc-179c44afe8a8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d11e8a9d-1509-4e65-9efc-179c44afe8a8 .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-db9ab435-54c6-4fb3-9f19-18e7cb9fb956 {
  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-db9ab435-54c6-4fb3-9f19-18e7cb9fb956:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-db9ab435-54c6-4fb3-9f19-18e7cb9fb956:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-db9ab435-54c6-4fb3-9f19-18e7cb9fb956.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4b359898-7553-43cc-baa5-d2a00559f837 {
  text-align: center;
}




  #s-4b359898-7553-43cc-baa5-d2a00559f837 img.shogun-image {
    
    width: px;
  }


#s-4b359898-7553-43cc-baa5-d2a00559f837 .shogun-image-content {
  
    align-items: center;
  
}

#s-53b1264a-9a93-452c-a911-84345f29acee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53b1264a-9a93-452c-a911-84345f29acee .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-107cd155-eba8-45a2-af3e-bb0e38de34d2 {
  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-107cd155-eba8-45a2-af3e-bb0e38de34d2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-107cd155-eba8-45a2-af3e-bb0e38de34d2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-107cd155-eba8-45a2-af3e-bb0e38de34d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-49c68320-967f-4114-a132-c841668f54bb {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-49c68320-967f-4114-a132-c841668f54bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-49c68320-967f-4114-a132-c841668f54bb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-49c68320-967f-4114-a132-c841668f54bb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-49c68320-967f-4114-a132-c841668f54bb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-49c68320-967f-4114-a132-c841668f54bb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-49c68320-967f-4114-a132-c841668f54bb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-49c68320-967f-4114-a132-c841668f54bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-49c68320-967f-4114-a132-c841668f54bb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-49c68320-967f-4114-a132-c841668f54bb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-49c68320-967f-4114-a132-c841668f54bb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-49c68320-967f-4114-a132-c841668f54bb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-49c68320-967f-4114-a132-c841668f54bb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-49c68320-967f-4114-a132-c841668f54bb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-49c68320-967f-4114-a132-c841668f54bb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-49c68320-967f-4114-a132-c841668f54bb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-49c68320-967f-4114-a132-c841668f54bb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-49c68320-967f-4114-a132-c841668f54bb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-49c68320-967f-4114-a132-c841668f54bb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-49c68320-967f-4114-a132-c841668f54bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-49c68320-967f-4114-a132-c841668f54bb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-49c68320-967f-4114-a132-c841668f54bb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-49c68320-967f-4114-a132-c841668f54bb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-49c68320-967f-4114-a132-c841668f54bb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-49c68320-967f-4114-a132-c841668f54bb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-49c68320-967f-4114-a132-c841668f54bb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-49c68320-967f-4114-a132-c841668f54bb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-49c68320-967f-4114-a132-c841668f54bb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-49c68320-967f-4114-a132-c841668f54bb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-49c68320-967f-4114-a132-c841668f54bb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-49c68320-967f-4114-a132-c841668f54bb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-49c68320-967f-4114-a132-c841668f54bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-49c68320-967f-4114-a132-c841668f54bb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-49c68320-967f-4114-a132-c841668f54bb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-49c68320-967f-4114-a132-c841668f54bb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-49c68320-967f-4114-a132-c841668f54bb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-49c68320-967f-4114-a132-c841668f54bb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-49c68320-967f-4114-a132-c841668f54bb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c3d8fa01-57bf-477f-8a01-0ac9265fd282 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-c3d8fa01-57bf-477f-8a01-0ac9265fd282 img.shogun-image {
    
    width: px;
  }


#s-c3d8fa01-57bf-477f-8a01-0ac9265fd282 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f5547d3-847d-4120-84fe-84a619020030 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f5547d3-847d-4120-84fe-84a619020030 .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-1678ea22-c590-48b3-b332-e4e561cfcc22 {
  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-1678ea22-c590-48b3-b332-e4e561cfcc22:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1678ea22-c590-48b3-b332-e4e561cfcc22:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1678ea22-c590-48b3-b332-e4e561cfcc22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b882b450-d266-4903-80c3-055307adaffc {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-b882b450-d266-4903-80c3-055307adaffc img.shogun-image {
    
    width: px;
  }


#s-b882b450-d266-4903-80c3-055307adaffc .shogun-image-content {
  
    align-items: center;
  
}

#s-6a3fdffd-82e6-4935-b3f6-9b5a2e0c3e70 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a3fdffd-82e6-4935-b3f6-9b5a2e0c3e70 .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-a173ed80-7bc9-4c98-b173-5cc40ad7fe36 {
  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-a173ed80-7bc9-4c98-b173-5cc40ad7fe36:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a173ed80-7bc9-4c98-b173-5cc40ad7fe36:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a173ed80-7bc9-4c98-b173-5cc40ad7fe36.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5807c063-ef36-4319-911c-9e1b6b5ee8e9 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-5807c063-ef36-4319-911c-9e1b6b5ee8e9 img.shogun-image {
    
    width: px;
  }


#s-5807c063-ef36-4319-911c-9e1b6b5ee8e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-bbcddd2d-293d-4ccb-9b30-b415e302b2a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bbcddd2d-293d-4ccb-9b30-b415e302b2a0 .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-183cb743-3ffe-4d54-9cb5-b9a4643e8e4e {
  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-183cb743-3ffe-4d54-9cb5-b9a4643e8e4e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-183cb743-3ffe-4d54-9cb5-b9a4643e8e4e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-183cb743-3ffe-4d54-9cb5-b9a4643e8e4e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b33167a8-4c40-4b20-b1bf-e63636cc6288 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: -55px;
background-position: center center;
}








#s-b33167a8-4c40-4b20-b1bf-e63636cc6288 > .shg-box-overlay {
  background-color: rgba(66, 78, 86, 1);
  opacity: 0.5;
}#s-b33167a8-4c40-4b20-b1bf-e63636cc6288.shg-box.shg-c {
  justify-content: center;
}

#s-944db793-65d9-46cf-8501-c3d6973755d7 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-944db793-65d9-46cf-8501-c3d6973755d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-944db793-65d9-46cf-8501-c3d6973755d7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-944db793-65d9-46cf-8501-c3d6973755d7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-944db793-65d9-46cf-8501-c3d6973755d7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-944db793-65d9-46cf-8501-c3d6973755d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-944db793-65d9-46cf-8501-c3d6973755d7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-944db793-65d9-46cf-8501-c3d6973755d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-944db793-65d9-46cf-8501-c3d6973755d7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-944db793-65d9-46cf-8501-c3d6973755d7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-944db793-65d9-46cf-8501-c3d6973755d7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-944db793-65d9-46cf-8501-c3d6973755d7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-944db793-65d9-46cf-8501-c3d6973755d7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-944db793-65d9-46cf-8501-c3d6973755d7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-944db793-65d9-46cf-8501-c3d6973755d7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-944db793-65d9-46cf-8501-c3d6973755d7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-944db793-65d9-46cf-8501-c3d6973755d7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-944db793-65d9-46cf-8501-c3d6973755d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-944db793-65d9-46cf-8501-c3d6973755d7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-944db793-65d9-46cf-8501-c3d6973755d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-944db793-65d9-46cf-8501-c3d6973755d7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-944db793-65d9-46cf-8501-c3d6973755d7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-944db793-65d9-46cf-8501-c3d6973755d7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-944db793-65d9-46cf-8501-c3d6973755d7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-944db793-65d9-46cf-8501-c3d6973755d7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-944db793-65d9-46cf-8501-c3d6973755d7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-944db793-65d9-46cf-8501-c3d6973755d7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-944db793-65d9-46cf-8501-c3d6973755d7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-944db793-65d9-46cf-8501-c3d6973755d7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-944db793-65d9-46cf-8501-c3d6973755d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-944db793-65d9-46cf-8501-c3d6973755d7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-944db793-65d9-46cf-8501-c3d6973755d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-944db793-65d9-46cf-8501-c3d6973755d7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-944db793-65d9-46cf-8501-c3d6973755d7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-944db793-65d9-46cf-8501-c3d6973755d7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-944db793-65d9-46cf-8501-c3d6973755d7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-944db793-65d9-46cf-8501-c3d6973755d7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-944db793-65d9-46cf-8501-c3d6973755d7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 50.0px);
}

}

#s-81f95947-6ea0-4a00-9aaf-5cafb03dc02e {
  padding-top: 40px;
padding-bottom: 20px;
text-align: center;
}

#s-81f95947-6ea0-4a00-9aaf-5cafb03dc02e .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-18a14c12-fd4b-4fd1-a028-545165f60fc3 {
  padding-top: 10px;
padding-bottom: 20px;
}

#s-dcc0e45c-4f46-4afa-bff3-32f911f6b586 {
  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-dcc0e45c-4f46-4afa-bff3-32f911f6b586:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dcc0e45c-4f46-4afa-bff3-32f911f6b586:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dcc0e45c-4f46-4afa-bff3-32f911f6b586.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;
}
