.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-dd4f1a7f-109d-46b4-b5c2-b5f8c999f5fa {
  min-height: 50px;
}








#s-dd4f1a7f-109d-46b4-b5c2-b5f8c999f5fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd4f1a7f-109d-46b4-b5c2-b5f8c999f5fa.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-b1b894af-5d7f-43e0-8f83-85e34c52db98 {
  
}

#s-b1b894af-5d7f-43e0-8f83-85e34c52db98 .shogun-tabs {
  justify-content: center;
}

#s-b1b894af-5d7f-43e0-8f83-85e34c52db98 .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-b1b894af-5d7f-43e0-8f83-85e34c52db98 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-b1b894af-5d7f-43e0-8f83-85e34c52db98 .shogun-tabs > li > .shogun-tab-box::after {
    background: rgba(188, 188, 188, 1);
    border: 1px solid #DDDDDD;
  }
  #s-b1b894af-5d7f-43e0-8f83-85e34c52db98 .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-b1b894af-5d7f-43e0-8f83-85e34c52db98 .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-b1b894af-5d7f-43e0-8f83-85e34c52db98 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-b1b894af-5d7f-43e0-8f83-85e34c52db98 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-b1b894af-5d7f-43e0-8f83-85e34c52db98 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-b1b894af-5d7f-43e0-8f83-85e34c52db98 .shogun-tab {
  max-width: calc(100% / 4 - (4 - 2) * 2px / 4);
}

#s-7530abf5-d12b-4838-8e67-e6fd38072074 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-7530abf5-d12b-4838-8e67-e6fd38072074 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7530abf5-d12b-4838-8e67-e6fd38072074.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-17f38554-f255-4ef7-a39e-375d3cabbd3e {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-17f38554-f255-4ef7-a39e-375d3cabbd3e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-17f38554-f255-4ef7-a39e-375d3cabbd3e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17f38554-f255-4ef7-a39e-375d3cabbd3e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-17f38554-f255-4ef7-a39e-375d3cabbd3e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-17f38554-f255-4ef7-a39e-375d3cabbd3e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-17f38554-f255-4ef7-a39e-375d3cabbd3e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-17f38554-f255-4ef7-a39e-375d3cabbd3e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-17f38554-f255-4ef7-a39e-375d3cabbd3e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-17f38554-f255-4ef7-a39e-375d3cabbd3e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-17f38554-f255-4ef7-a39e-375d3cabbd3e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-17f38554-f255-4ef7-a39e-375d3cabbd3e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-17f38554-f255-4ef7-a39e-375d3cabbd3e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-17f38554-f255-4ef7-a39e-375d3cabbd3e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-17f38554-f255-4ef7-a39e-375d3cabbd3e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-17f38554-f255-4ef7-a39e-375d3cabbd3e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-17f38554-f255-4ef7-a39e-375d3cabbd3e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-17f38554-f255-4ef7-a39e-375d3cabbd3e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-17f38554-f255-4ef7-a39e-375d3cabbd3e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-17f38554-f255-4ef7-a39e-375d3cabbd3e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-17f38554-f255-4ef7-a39e-375d3cabbd3e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-17f38554-f255-4ef7-a39e-375d3cabbd3e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-17f38554-f255-4ef7-a39e-375d3cabbd3e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-17f38554-f255-4ef7-a39e-375d3cabbd3e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-17f38554-f255-4ef7-a39e-375d3cabbd3e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-17f38554-f255-4ef7-a39e-375d3cabbd3e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-17f38554-f255-4ef7-a39e-375d3cabbd3e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-17f38554-f255-4ef7-a39e-375d3cabbd3e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-17f38554-f255-4ef7-a39e-375d3cabbd3e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-17f38554-f255-4ef7-a39e-375d3cabbd3e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-17f38554-f255-4ef7-a39e-375d3cabbd3e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-17f38554-f255-4ef7-a39e-375d3cabbd3e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-17f38554-f255-4ef7-a39e-375d3cabbd3e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-17f38554-f255-4ef7-a39e-375d3cabbd3e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-17f38554-f255-4ef7-a39e-375d3cabbd3e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-17f38554-f255-4ef7-a39e-375d3cabbd3e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-17f38554-f255-4ef7-a39e-375d3cabbd3e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-17f38554-f255-4ef7-a39e-375d3cabbd3e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-17f38554-f255-4ef7-a39e-375d3cabbd3e"] > .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-11646ee4-e0f2-411d-be7c-7f1fe2f32bca {
  text-align: center;
}




  #s-11646ee4-e0f2-411d-be7c-7f1fe2f32bca img.shogun-image {
    
    width: px;
  }


#s-11646ee4-e0f2-411d-be7c-7f1fe2f32bca .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-efe1aa4f-5bb5-4575-a01e-4406bb464c2a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-efe1aa4f-5bb5-4575-a01e-4406bb464c2a .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-23702b29-70cd-45c4-b6c6-e606e8eebf5f {
  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-f4c53266-31c4-4fc9-b07c-7081852ebac8 {
  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-f4c53266-31c4-4fc9-b07c-7081852ebac8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f4c53266-31c4-4fc9-b07c-7081852ebac8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f4c53266-31c4-4fc9-b07c-7081852ebac8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0b3f8c7a-72e0-48af-9541-aabad8322fd6 {
  text-align: center;
}




  #s-0b3f8c7a-72e0-48af-9541-aabad8322fd6 img.shogun-image {
    
    width: px;
  }


#s-0b3f8c7a-72e0-48af-9541-aabad8322fd6 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d8d8e80-f164-4b83-a9c4-94487edd32b4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1d8d8e80-f164-4b83-a9c4-94487edd32b4 .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-b855c607-f5a0-4bb2-bb93-431349e45e74 {
  padding-bottom: 20px;
}

#s-75c24de5-f948-4bea-9b09-1a2c3d2c41e1 {
  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-75c24de5-f948-4bea-9b09-1a2c3d2c41e1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-75c24de5-f948-4bea-9b09-1a2c3d2c41e1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-75c24de5-f948-4bea-9b09-1a2c3d2c41e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4a06742c-d69b-447d-a3ea-92734f84aefe {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-4a06742c-d69b-447d-a3ea-92734f84aefe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-4a06742c-d69b-447d-a3ea-92734f84aefe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a06742c-d69b-447d-a3ea-92734f84aefe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4a06742c-d69b-447d-a3ea-92734f84aefe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4a06742c-d69b-447d-a3ea-92734f84aefe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4a06742c-d69b-447d-a3ea-92734f84aefe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4a06742c-d69b-447d-a3ea-92734f84aefe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4a06742c-d69b-447d-a3ea-92734f84aefe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4a06742c-d69b-447d-a3ea-92734f84aefe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4a06742c-d69b-447d-a3ea-92734f84aefe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4a06742c-d69b-447d-a3ea-92734f84aefe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4a06742c-d69b-447d-a3ea-92734f84aefe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4a06742c-d69b-447d-a3ea-92734f84aefe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4a06742c-d69b-447d-a3ea-92734f84aefe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4a06742c-d69b-447d-a3ea-92734f84aefe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4a06742c-d69b-447d-a3ea-92734f84aefe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4a06742c-d69b-447d-a3ea-92734f84aefe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4a06742c-d69b-447d-a3ea-92734f84aefe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4a06742c-d69b-447d-a3ea-92734f84aefe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4a06742c-d69b-447d-a3ea-92734f84aefe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4a06742c-d69b-447d-a3ea-92734f84aefe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4a06742c-d69b-447d-a3ea-92734f84aefe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4a06742c-d69b-447d-a3ea-92734f84aefe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4a06742c-d69b-447d-a3ea-92734f84aefe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4a06742c-d69b-447d-a3ea-92734f84aefe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4a06742c-d69b-447d-a3ea-92734f84aefe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4a06742c-d69b-447d-a3ea-92734f84aefe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4a06742c-d69b-447d-a3ea-92734f84aefe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4a06742c-d69b-447d-a3ea-92734f84aefe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4a06742c-d69b-447d-a3ea-92734f84aefe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4a06742c-d69b-447d-a3ea-92734f84aefe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4a06742c-d69b-447d-a3ea-92734f84aefe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4a06742c-d69b-447d-a3ea-92734f84aefe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4a06742c-d69b-447d-a3ea-92734f84aefe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4a06742c-d69b-447d-a3ea-92734f84aefe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4a06742c-d69b-447d-a3ea-92734f84aefe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4a06742c-d69b-447d-a3ea-92734f84aefe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4a06742c-d69b-447d-a3ea-92734f84aefe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-ac788fbb-f915-4e03-9dd7-e6cb9b727cc6 {
  text-align: center;
}




  #s-ac788fbb-f915-4e03-9dd7-e6cb9b727cc6 img.shogun-image {
    
    width: px;
  }


#s-ac788fbb-f915-4e03-9dd7-e6cb9b727cc6 .shogun-image-content {
  
    align-items: center;
  
}

#s-41776143-b721-4e5e-8555-9b77ef26d043 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-41776143-b721-4e5e-8555-9b77ef26d043 .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-ce4d0a02-39e9-4e23-b829-176d9bdd53a4 {
  padding-bottom: 20px;
}

#s-32c6b142-c978-4ecc-94ec-5f6fee5b27c5 {
  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-32c6b142-c978-4ecc-94ec-5f6fee5b27c5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-32c6b142-c978-4ecc-94ec-5f6fee5b27c5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-32c6b142-c978-4ecc-94ec-5f6fee5b27c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9f082c33-bf68-4685-b7ed-f8253c787203 {
  text-align: center;
}




  #s-9f082c33-bf68-4685-b7ed-f8253c787203 img.shogun-image {
    
    width: px;
  }


#s-9f082c33-bf68-4685-b7ed-f8253c787203 .shogun-image-content {
  
    align-items: center;
  
}

#s-83309737-c834-4568-9376-ab34f511aebf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-83309737-c834-4568-9376-ab34f511aebf .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-0a4782fd-8aae-4b52-bff1-d4ab2fe12bbd {
  padding-bottom: 20px;
}

#s-229a520e-27c4-4969-9765-82b377b615d4 {
  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-229a520e-27c4-4969-9765-82b377b615d4: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-229a520e-27c4-4969-9765-82b377b615d4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-229a520e-27c4-4969-9765-82b377b615d4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-85799cf9-948e-464f-8d9a-6b4af5e42ebe {
  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-85799cf9-948e-464f-8d9a-6b4af5e42ebe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85799cf9-948e-464f-8d9a-6b4af5e42ebe.shg-box.shg-c {
  justify-content: center;
}

#s-8e22cf32-7058-40f0-886d-4a7747ddf0fe {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-8e22cf32-7058-40f0-886d-4a7747ddf0fe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-8e22cf32-7058-40f0-886d-4a7747ddf0fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e22cf32-7058-40f0-886d-4a7747ddf0fe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8e22cf32-7058-40f0-886d-4a7747ddf0fe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8e22cf32-7058-40f0-886d-4a7747ddf0fe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8e22cf32-7058-40f0-886d-4a7747ddf0fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8e22cf32-7058-40f0-886d-4a7747ddf0fe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8e22cf32-7058-40f0-886d-4a7747ddf0fe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8e22cf32-7058-40f0-886d-4a7747ddf0fe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8e22cf32-7058-40f0-886d-4a7747ddf0fe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8e22cf32-7058-40f0-886d-4a7747ddf0fe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8e22cf32-7058-40f0-886d-4a7747ddf0fe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8e22cf32-7058-40f0-886d-4a7747ddf0fe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8e22cf32-7058-40f0-886d-4a7747ddf0fe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8e22cf32-7058-40f0-886d-4a7747ddf0fe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8e22cf32-7058-40f0-886d-4a7747ddf0fe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8e22cf32-7058-40f0-886d-4a7747ddf0fe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8e22cf32-7058-40f0-886d-4a7747ddf0fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8e22cf32-7058-40f0-886d-4a7747ddf0fe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8e22cf32-7058-40f0-886d-4a7747ddf0fe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8e22cf32-7058-40f0-886d-4a7747ddf0fe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8e22cf32-7058-40f0-886d-4a7747ddf0fe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8e22cf32-7058-40f0-886d-4a7747ddf0fe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8e22cf32-7058-40f0-886d-4a7747ddf0fe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8e22cf32-7058-40f0-886d-4a7747ddf0fe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8e22cf32-7058-40f0-886d-4a7747ddf0fe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8e22cf32-7058-40f0-886d-4a7747ddf0fe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8e22cf32-7058-40f0-886d-4a7747ddf0fe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8e22cf32-7058-40f0-886d-4a7747ddf0fe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8e22cf32-7058-40f0-886d-4a7747ddf0fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8e22cf32-7058-40f0-886d-4a7747ddf0fe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8e22cf32-7058-40f0-886d-4a7747ddf0fe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8e22cf32-7058-40f0-886d-4a7747ddf0fe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8e22cf32-7058-40f0-886d-4a7747ddf0fe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8e22cf32-7058-40f0-886d-4a7747ddf0fe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8e22cf32-7058-40f0-886d-4a7747ddf0fe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8e22cf32-7058-40f0-886d-4a7747ddf0fe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8e22cf32-7058-40f0-886d-4a7747ddf0fe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-29fb2efb-df34-4ff5-871a-433c5aa6ea57 {
  text-align: center;
}




  #s-29fb2efb-df34-4ff5-871a-433c5aa6ea57 img.shogun-image {
    
    width: px;
  }


#s-29fb2efb-df34-4ff5-871a-433c5aa6ea57 .shogun-image-content {
  
    align-items: center;
  
}

#s-cefb9378-e195-4f7d-850d-00b0b8e758e2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cefb9378-e195-4f7d-850d-00b0b8e758e2 .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-47b3dde2-c1be-4ba2-baea-c13d1179bef8 {
  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-47b3dde2-c1be-4ba2-baea-c13d1179bef8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-47b3dde2-c1be-4ba2-baea-c13d1179bef8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-47b3dde2-c1be-4ba2-baea-c13d1179bef8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cef97f37-af98-4260-ac12-0c327550529a {
  text-align: center;
}




  #s-cef97f37-af98-4260-ac12-0c327550529a img.shogun-image {
    
    width: px;
  }


#s-cef97f37-af98-4260-ac12-0c327550529a .shogun-image-content {
  
    align-items: center;
  
}

#s-e86c203b-260d-403d-b41f-4481c19a9ca6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e86c203b-260d-403d-b41f-4481c19a9ca6 .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-16462422-a140-466d-a9a6-a8a48d62fc01 {
  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-16462422-a140-466d-a9a6-a8a48d62fc01:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-16462422-a140-466d-a9a6-a8a48d62fc01:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-16462422-a140-466d-a9a6-a8a48d62fc01.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-93a70075-acdc-4904-979b-bfc16259453d {
  text-align: center;
}




  #s-93a70075-acdc-4904-979b-bfc16259453d img.shogun-image {
    
    width: px;
  }


#s-93a70075-acdc-4904-979b-bfc16259453d .shogun-image-content {
  
    align-items: center;
  
}

#s-587526e0-b045-4215-925f-016ccf25c6ea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-587526e0-b045-4215-925f-016ccf25c6ea .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-93364663-bf2f-4c98-a443-b494960bd4b1 {
  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-93364663-bf2f-4c98-a443-b494960bd4b1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-93364663-bf2f-4c98-a443-b494960bd4b1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-93364663-bf2f-4c98-a443-b494960bd4b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-309032fb-6151-428d-bbbb-08381664f184 {
  text-align: center;
}




  #s-309032fb-6151-428d-bbbb-08381664f184 img.shogun-image {
    
    width: px;
  }


#s-309032fb-6151-428d-bbbb-08381664f184 .shogun-image-content {
  
    align-items: center;
  
}

#s-16528304-726f-4d04-afc1-4aef85bacf2f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16528304-726f-4d04-afc1-4aef85bacf2f .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-c99369df-f190-4a14-add8-17d5af6062b6 {
  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-c99369df-f190-4a14-add8-17d5af6062b6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c99369df-f190-4a14-add8-17d5af6062b6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c99369df-f190-4a14-add8-17d5af6062b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-24554dca-e38c-49b0-88b4-f41f50a64568 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-24554dca-e38c-49b0-88b4-f41f50a64568 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24554dca-e38c-49b0-88b4-f41f50a64568.shg-box.shg-c {
  justify-content: center;
}

#s-9623b007-c6d8-4104-90fe-8a29c78a62fc {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-9623b007-c6d8-4104-90fe-8a29c78a62fc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-9623b007-c6d8-4104-90fe-8a29c78a62fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9623b007-c6d8-4104-90fe-8a29c78a62fc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9623b007-c6d8-4104-90fe-8a29c78a62fc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9623b007-c6d8-4104-90fe-8a29c78a62fc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9623b007-c6d8-4104-90fe-8a29c78a62fc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9623b007-c6d8-4104-90fe-8a29c78a62fc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9623b007-c6d8-4104-90fe-8a29c78a62fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9623b007-c6d8-4104-90fe-8a29c78a62fc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9623b007-c6d8-4104-90fe-8a29c78a62fc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9623b007-c6d8-4104-90fe-8a29c78a62fc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9623b007-c6d8-4104-90fe-8a29c78a62fc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9623b007-c6d8-4104-90fe-8a29c78a62fc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9623b007-c6d8-4104-90fe-8a29c78a62fc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9623b007-c6d8-4104-90fe-8a29c78a62fc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9623b007-c6d8-4104-90fe-8a29c78a62fc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9623b007-c6d8-4104-90fe-8a29c78a62fc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9623b007-c6d8-4104-90fe-8a29c78a62fc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9623b007-c6d8-4104-90fe-8a29c78a62fc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9623b007-c6d8-4104-90fe-8a29c78a62fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9623b007-c6d8-4104-90fe-8a29c78a62fc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9623b007-c6d8-4104-90fe-8a29c78a62fc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9623b007-c6d8-4104-90fe-8a29c78a62fc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9623b007-c6d8-4104-90fe-8a29c78a62fc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9623b007-c6d8-4104-90fe-8a29c78a62fc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9623b007-c6d8-4104-90fe-8a29c78a62fc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9623b007-c6d8-4104-90fe-8a29c78a62fc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9623b007-c6d8-4104-90fe-8a29c78a62fc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9623b007-c6d8-4104-90fe-8a29c78a62fc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9623b007-c6d8-4104-90fe-8a29c78a62fc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9623b007-c6d8-4104-90fe-8a29c78a62fc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9623b007-c6d8-4104-90fe-8a29c78a62fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9623b007-c6d8-4104-90fe-8a29c78a62fc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9623b007-c6d8-4104-90fe-8a29c78a62fc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9623b007-c6d8-4104-90fe-8a29c78a62fc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9623b007-c6d8-4104-90fe-8a29c78a62fc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9623b007-c6d8-4104-90fe-8a29c78a62fc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9623b007-c6d8-4104-90fe-8a29c78a62fc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-6a6f80a7-15ae-4db6-838a-b6d7a6c7fc44 {
  text-align: center;
}




  #s-6a6f80a7-15ae-4db6-838a-b6d7a6c7fc44 img.shogun-image {
    
    width: px;
  }


#s-6a6f80a7-15ae-4db6-838a-b6d7a6c7fc44 .shogun-image-content {
  
    align-items: center;
  
}

#s-77414814-442a-4af6-bd82-8a0c0a819286 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77414814-442a-4af6-bd82-8a0c0a819286 .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-cd7df66c-989d-4156-bb0f-1aaa415172ff {
  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-cd7df66c-989d-4156-bb0f-1aaa415172ff:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cd7df66c-989d-4156-bb0f-1aaa415172ff:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cd7df66c-989d-4156-bb0f-1aaa415172ff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a0cf65a7-b2f4-46dc-94c0-cf465b7c250a {
  text-align: center;
}




  #s-a0cf65a7-b2f4-46dc-94c0-cf465b7c250a img.shogun-image {
    
    width: px;
  }


#s-a0cf65a7-b2f4-46dc-94c0-cf465b7c250a .shogun-image-content {
  
    align-items: center;
  
}

#s-177c404d-78f0-47b3-9fee-84fb5fb1cd01 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-177c404d-78f0-47b3-9fee-84fb5fb1cd01 .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-336280e2-06cd-4f13-bd81-9d22ead8b317 {
  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-336280e2-06cd-4f13-bd81-9d22ead8b317:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-336280e2-06cd-4f13-bd81-9d22ead8b317:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-336280e2-06cd-4f13-bd81-9d22ead8b317.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-519e1f7a-56a4-49ae-8304-4219f0235f30 {
  text-align: center;
}




  #s-519e1f7a-56a4-49ae-8304-4219f0235f30 img.shogun-image {
    
    width: px;
  }


#s-519e1f7a-56a4-49ae-8304-4219f0235f30 .shogun-image-content {
  
    align-items: center;
  
}

#s-7720be9d-d131-44ae-9771-5eda7582c01c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7720be9d-d131-44ae-9771-5eda7582c01c .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-e4551a83-b8ce-411c-9a53-a882e5e75c7d {
  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-e4551a83-b8ce-411c-9a53-a882e5e75c7d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e4551a83-b8ce-411c-9a53-a882e5e75c7d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e4551a83-b8ce-411c-9a53-a882e5e75c7d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6780b264-d3b2-4ead-adbb-18c5f611b477 {
  text-align: center;
}




  #s-6780b264-d3b2-4ead-adbb-18c5f611b477 img.shogun-image {
    
    width: px;
  }


#s-6780b264-d3b2-4ead-adbb-18c5f611b477 .shogun-image-content {
  
    align-items: center;
  
}

#s-35c68d4f-e70e-4bbb-8ed5-133cfff0506f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-35c68d4f-e70e-4bbb-8ed5-133cfff0506f .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-604810ff-f99b-4fe3-badb-53a31821d030 {
  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-604810ff-f99b-4fe3-badb-53a31821d030:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-604810ff-f99b-4fe3-badb-53a31821d030:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-604810ff-f99b-4fe3-badb-53a31821d030.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a213cec4-29f2-4e6d-a097-ba813900b6e9 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-a213cec4-29f2-4e6d-a097-ba813900b6e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a213cec4-29f2-4e6d-a097-ba813900b6e9.shg-box.shg-c {
  justify-content: center;
}

#s-b6419171-604d-41af-9071-77d7dfff7530 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-b6419171-604d-41af-9071-77d7dfff7530"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-b6419171-604d-41af-9071-77d7dfff7530"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b6419171-604d-41af-9071-77d7dfff7530"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b6419171-604d-41af-9071-77d7dfff7530"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b6419171-604d-41af-9071-77d7dfff7530"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b6419171-604d-41af-9071-77d7dfff7530"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b6419171-604d-41af-9071-77d7dfff7530"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b6419171-604d-41af-9071-77d7dfff7530"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b6419171-604d-41af-9071-77d7dfff7530"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b6419171-604d-41af-9071-77d7dfff7530"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b6419171-604d-41af-9071-77d7dfff7530"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b6419171-604d-41af-9071-77d7dfff7530"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b6419171-604d-41af-9071-77d7dfff7530"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b6419171-604d-41af-9071-77d7dfff7530"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b6419171-604d-41af-9071-77d7dfff7530"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b6419171-604d-41af-9071-77d7dfff7530"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b6419171-604d-41af-9071-77d7dfff7530"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b6419171-604d-41af-9071-77d7dfff7530"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b6419171-604d-41af-9071-77d7dfff7530"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b6419171-604d-41af-9071-77d7dfff7530"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b6419171-604d-41af-9071-77d7dfff7530"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b6419171-604d-41af-9071-77d7dfff7530"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b6419171-604d-41af-9071-77d7dfff7530"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b6419171-604d-41af-9071-77d7dfff7530"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b6419171-604d-41af-9071-77d7dfff7530"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b6419171-604d-41af-9071-77d7dfff7530"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b6419171-604d-41af-9071-77d7dfff7530"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b6419171-604d-41af-9071-77d7dfff7530"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b6419171-604d-41af-9071-77d7dfff7530"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b6419171-604d-41af-9071-77d7dfff7530"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b6419171-604d-41af-9071-77d7dfff7530"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b6419171-604d-41af-9071-77d7dfff7530"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b6419171-604d-41af-9071-77d7dfff7530"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b6419171-604d-41af-9071-77d7dfff7530"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b6419171-604d-41af-9071-77d7dfff7530"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b6419171-604d-41af-9071-77d7dfff7530"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b6419171-604d-41af-9071-77d7dfff7530"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b6419171-604d-41af-9071-77d7dfff7530"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-3d305d6a-3164-48e0-9be8-92cdd0cd4e14 {
  text-align: center;
}




  #s-3d305d6a-3164-48e0-9be8-92cdd0cd4e14 img.shogun-image {
    
    width: px;
  }


#s-3d305d6a-3164-48e0-9be8-92cdd0cd4e14 .shogun-image-content {
  
    align-items: center;
  
}

#s-d6be3781-7fb9-4453-b8de-6e8b2d9007f8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d6be3781-7fb9-4453-b8de-6e8b2d9007f8 .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-75696a38-f2ab-438b-9f08-08ab137be51b {
  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-75696a38-f2ab-438b-9f08-08ab137be51b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-75696a38-f2ab-438b-9f08-08ab137be51b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-75696a38-f2ab-438b-9f08-08ab137be51b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dcdd64d2-326e-47f8-9b31-fa882a3a6575 {
  text-align: center;
}




  #s-dcdd64d2-326e-47f8-9b31-fa882a3a6575 img.shogun-image {
    
    width: px;
  }


#s-dcdd64d2-326e-47f8-9b31-fa882a3a6575 .shogun-image-content {
  
    align-items: center;
  
}

#s-ee7dc9e6-2582-4ae7-b325-51ec925ac580 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ee7dc9e6-2582-4ae7-b325-51ec925ac580 .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-de34b183-b405-4e9b-9f32-2562d8bcf7fb {
  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-de34b183-b405-4e9b-9f32-2562d8bcf7fb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-de34b183-b405-4e9b-9f32-2562d8bcf7fb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-de34b183-b405-4e9b-9f32-2562d8bcf7fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ed0b68af-2974-4f02-9344-dbdfc320b8a9 {
  text-align: center;
}




  #s-ed0b68af-2974-4f02-9344-dbdfc320b8a9 img.shogun-image {
    
    width: px;
  }


#s-ed0b68af-2974-4f02-9344-dbdfc320b8a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-4ac2ed6f-c53b-4b4c-a136-fff76d02f743 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ac2ed6f-c53b-4b4c-a136-fff76d02f743 .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-f11cc426-2d47-4c6b-b061-da857e8140aa {
  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-f11cc426-2d47-4c6b-b061-da857e8140aa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f11cc426-2d47-4c6b-b061-da857e8140aa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f11cc426-2d47-4c6b-b061-da857e8140aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-777181d1-c72d-437d-839a-9a70386537bc {
  text-align: center;
}




  #s-777181d1-c72d-437d-839a-9a70386537bc img.shogun-image {
    
    width: px;
  }


#s-777181d1-c72d-437d-839a-9a70386537bc .shogun-image-content {
  
    align-items: center;
  
}

#s-a82cb49e-ee02-4d32-b61b-1569a768cf4b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a82cb49e-ee02-4d32-b61b-1569a768cf4b .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-04bf92ff-492f-42a1-9d8a-a6b0bc58bdc6 {
  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-04bf92ff-492f-42a1-9d8a-a6b0bc58bdc6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-04bf92ff-492f-42a1-9d8a-a6b0bc58bdc6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-04bf92ff-492f-42a1-9d8a-a6b0bc58bdc6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-48d28b25-7e08-4ba6-b60c-1d7a64c32281 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-48d28b25-7e08-4ba6-b60c-1d7a64c32281"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-48d28b25-7e08-4ba6-b60c-1d7a64c32281"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48d28b25-7e08-4ba6-b60c-1d7a64c32281"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-48d28b25-7e08-4ba6-b60c-1d7a64c32281"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-48d28b25-7e08-4ba6-b60c-1d7a64c32281"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-48d28b25-7e08-4ba6-b60c-1d7a64c32281"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-48d28b25-7e08-4ba6-b60c-1d7a64c32281"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-48d28b25-7e08-4ba6-b60c-1d7a64c32281"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-48d28b25-7e08-4ba6-b60c-1d7a64c32281"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-48d28b25-7e08-4ba6-b60c-1d7a64c32281"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-48d28b25-7e08-4ba6-b60c-1d7a64c32281"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-48d28b25-7e08-4ba6-b60c-1d7a64c32281"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-48d28b25-7e08-4ba6-b60c-1d7a64c32281"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-48d28b25-7e08-4ba6-b60c-1d7a64c32281"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-48d28b25-7e08-4ba6-b60c-1d7a64c32281"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-48d28b25-7e08-4ba6-b60c-1d7a64c32281"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-48d28b25-7e08-4ba6-b60c-1d7a64c32281"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-48d28b25-7e08-4ba6-b60c-1d7a64c32281"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-48d28b25-7e08-4ba6-b60c-1d7a64c32281"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-48d28b25-7e08-4ba6-b60c-1d7a64c32281"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-48d28b25-7e08-4ba6-b60c-1d7a64c32281"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-48d28b25-7e08-4ba6-b60c-1d7a64c32281"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-48d28b25-7e08-4ba6-b60c-1d7a64c32281"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-48d28b25-7e08-4ba6-b60c-1d7a64c32281"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-48d28b25-7e08-4ba6-b60c-1d7a64c32281"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-48d28b25-7e08-4ba6-b60c-1d7a64c32281"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-48d28b25-7e08-4ba6-b60c-1d7a64c32281"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-48d28b25-7e08-4ba6-b60c-1d7a64c32281"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-48d28b25-7e08-4ba6-b60c-1d7a64c32281"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-48d28b25-7e08-4ba6-b60c-1d7a64c32281"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-48d28b25-7e08-4ba6-b60c-1d7a64c32281"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-48d28b25-7e08-4ba6-b60c-1d7a64c32281"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-48d28b25-7e08-4ba6-b60c-1d7a64c32281"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-48d28b25-7e08-4ba6-b60c-1d7a64c32281"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-48d28b25-7e08-4ba6-b60c-1d7a64c32281"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-48d28b25-7e08-4ba6-b60c-1d7a64c32281"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-48d28b25-7e08-4ba6-b60c-1d7a64c32281"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-48d28b25-7e08-4ba6-b60c-1d7a64c32281"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-9d97ca23-2b5e-4fbd-bc1a-e4b8d170617c {
  text-align: center;
}




  #s-9d97ca23-2b5e-4fbd-bc1a-e4b8d170617c img.shogun-image {
    
    width: px;
  }


#s-9d97ca23-2b5e-4fbd-bc1a-e4b8d170617c .shogun-image-content {
  
    align-items: center;
  
}

#s-feaf6410-a792-4678-8375-4995d37beb68 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-feaf6410-a792-4678-8375-4995d37beb68 .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-c8c22e84-ff19-4f17-9f7b-b1f812d43a4e {
  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-c8c22e84-ff19-4f17-9f7b-b1f812d43a4e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c8c22e84-ff19-4f17-9f7b-b1f812d43a4e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c8c22e84-ff19-4f17-9f7b-b1f812d43a4e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5d38d649-ba6b-45e3-b95e-5867774fd50f {
  text-align: center;
}




  #s-5d38d649-ba6b-45e3-b95e-5867774fd50f img.shogun-image {
    
    width: px;
  }


#s-5d38d649-ba6b-45e3-b95e-5867774fd50f .shogun-image-content {
  
    align-items: center;
  
}

#s-644bd9fb-cc2f-4e67-9fe8-a1878c2df3bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-644bd9fb-cc2f-4e67-9fe8-a1878c2df3bf .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-e843b2c6-aea3-4ea4-9640-01fc58b1e6a7 {
  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-e843b2c6-aea3-4ea4-9640-01fc58b1e6a7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e843b2c6-aea3-4ea4-9640-01fc58b1e6a7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e843b2c6-aea3-4ea4-9640-01fc58b1e6a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9a0f625c-f969-4572-a511-57b577488612 {
  text-align: center;
}




  #s-9a0f625c-f969-4572-a511-57b577488612 img.shogun-image {
    
    width: px;
  }


#s-9a0f625c-f969-4572-a511-57b577488612 .shogun-image-content {
  
    align-items: center;
  
}

#s-58cf9868-ca9a-43d1-899f-8aa5dddb5078 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-58cf9868-ca9a-43d1-899f-8aa5dddb5078 .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-1dbcafde-ef65-4c18-b907-bc302b4800a1 {
  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-1dbcafde-ef65-4c18-b907-bc302b4800a1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1dbcafde-ef65-4c18-b907-bc302b4800a1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1dbcafde-ef65-4c18-b907-bc302b4800a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-65d87d2b-4013-42cc-b6be-e412ea17d174 {
  text-align: center;
}




  #s-65d87d2b-4013-42cc-b6be-e412ea17d174 img.shogun-image {
    
    width: px;
  }


#s-65d87d2b-4013-42cc-b6be-e412ea17d174 .shogun-image-content {
  
    align-items: center;
  
}

#s-c3f9019a-cfce-4967-a56a-9269bb3fabdf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c3f9019a-cfce-4967-a56a-9269bb3fabdf .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-da55e6a3-a8fc-4df5-b384-5c8567a50ecf {
  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-da55e6a3-a8fc-4df5-b384-5c8567a50ecf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-da55e6a3-a8fc-4df5-b384-5c8567a50ecf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-da55e6a3-a8fc-4df5-b384-5c8567a50ecf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-32884d03-3f8f-4585-b5b9-ee291ac30075 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-32884d03-3f8f-4585-b5b9-ee291ac30075"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32884d03-3f8f-4585-b5b9-ee291ac30075"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-32884d03-3f8f-4585-b5b9-ee291ac30075"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-32884d03-3f8f-4585-b5b9-ee291ac30075"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-32884d03-3f8f-4585-b5b9-ee291ac30075"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-32884d03-3f8f-4585-b5b9-ee291ac30075"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-32884d03-3f8f-4585-b5b9-ee291ac30075"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-32884d03-3f8f-4585-b5b9-ee291ac30075"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-32884d03-3f8f-4585-b5b9-ee291ac30075"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-32884d03-3f8f-4585-b5b9-ee291ac30075"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-32884d03-3f8f-4585-b5b9-ee291ac30075"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-32884d03-3f8f-4585-b5b9-ee291ac30075"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-32884d03-3f8f-4585-b5b9-ee291ac30075"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-32884d03-3f8f-4585-b5b9-ee291ac30075"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-32884d03-3f8f-4585-b5b9-ee291ac30075"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-32884d03-3f8f-4585-b5b9-ee291ac30075"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-32884d03-3f8f-4585-b5b9-ee291ac30075"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-32884d03-3f8f-4585-b5b9-ee291ac30075"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-32884d03-3f8f-4585-b5b9-ee291ac30075"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-32884d03-3f8f-4585-b5b9-ee291ac30075"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-32884d03-3f8f-4585-b5b9-ee291ac30075"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-32884d03-3f8f-4585-b5b9-ee291ac30075"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-32884d03-3f8f-4585-b5b9-ee291ac30075"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-32884d03-3f8f-4585-b5b9-ee291ac30075"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-32884d03-3f8f-4585-b5b9-ee291ac30075"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-32884d03-3f8f-4585-b5b9-ee291ac30075"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-32884d03-3f8f-4585-b5b9-ee291ac30075"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-32884d03-3f8f-4585-b5b9-ee291ac30075"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-32884d03-3f8f-4585-b5b9-ee291ac30075"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-32884d03-3f8f-4585-b5b9-ee291ac30075"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-32884d03-3f8f-4585-b5b9-ee291ac30075"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-32884d03-3f8f-4585-b5b9-ee291ac30075"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-32884d03-3f8f-4585-b5b9-ee291ac30075"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-32884d03-3f8f-4585-b5b9-ee291ac30075"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-32884d03-3f8f-4585-b5b9-ee291ac30075"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-32884d03-3f8f-4585-b5b9-ee291ac30075"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-32884d03-3f8f-4585-b5b9-ee291ac30075"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4b270c1e-255c-405b-940a-bd1d3661467f {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-4b270c1e-255c-405b-940a-bd1d3661467f img.shogun-image {
    
    width: px;
  }


#s-4b270c1e-255c-405b-940a-bd1d3661467f .shogun-image-content {
  
    align-items: center;
  
}

#s-fa5d8a94-5795-4931-a3a1-84037adebb12 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa5d8a94-5795-4931-a3a1-84037adebb12 .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-9aa43bdb-80e9-46d1-9121-60e47929c9cf {
  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-9aa43bdb-80e9-46d1-9121-60e47929c9cf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9aa43bdb-80e9-46d1-9121-60e47929c9cf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9aa43bdb-80e9-46d1-9121-60e47929c9cf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fc096cac-381f-4023-b688-fb7cecd26535 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-fc096cac-381f-4023-b688-fb7cecd26535 img.shogun-image {
    
    width: px;
  }


#s-fc096cac-381f-4023-b688-fb7cecd26535 .shogun-image-content {
  
    align-items: center;
  
}

#s-f23bd2e1-64d6-4690-9d20-c768e71a639e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f23bd2e1-64d6-4690-9d20-c768e71a639e .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-2abe4660-316a-4f84-ba32-11181715271a {
  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-2abe4660-316a-4f84-ba32-11181715271a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2abe4660-316a-4f84-ba32-11181715271a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2abe4660-316a-4f84-ba32-11181715271a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f6977e9f-25cf-4154-bd3c-aba78ad8ce26 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-f6977e9f-25cf-4154-bd3c-aba78ad8ce26 img.shogun-image {
    
    width: px;
  }


#s-f6977e9f-25cf-4154-bd3c-aba78ad8ce26 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a6e6141-d745-4d54-84b3-f9675f03e9fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a6e6141-d745-4d54-84b3-f9675f03e9fc .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-a7bdbb10-5fbd-46a6-8a63-65d1935fddde {
  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-a7bdbb10-5fbd-46a6-8a63-65d1935fddde:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a7bdbb10-5fbd-46a6-8a63-65d1935fddde:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a7bdbb10-5fbd-46a6-8a63-65d1935fddde.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5674a5f5-d704-4eaa-8f90-f1894d7d812e {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: -55px;
background-position: center center;
}








#s-5674a5f5-d704-4eaa-8f90-f1894d7d812e > .shg-box-overlay {
  background-color: rgba(66, 78, 86, 1);
  opacity: 0.5;
}#s-5674a5f5-d704-4eaa-8f90-f1894d7d812e.shg-box.shg-c {
  justify-content: center;
}

#s-b1280b6b-9046-43be-8093-2a389815677f {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-b1280b6b-9046-43be-8093-2a389815677f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b1280b6b-9046-43be-8093-2a389815677f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-b1280b6b-9046-43be-8093-2a389815677f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-b1280b6b-9046-43be-8093-2a389815677f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-b1280b6b-9046-43be-8093-2a389815677f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-b1280b6b-9046-43be-8093-2a389815677f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-b1280b6b-9046-43be-8093-2a389815677f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-b1280b6b-9046-43be-8093-2a389815677f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-b1280b6b-9046-43be-8093-2a389815677f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-b1280b6b-9046-43be-8093-2a389815677f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-b1280b6b-9046-43be-8093-2a389815677f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-b1280b6b-9046-43be-8093-2a389815677f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-b1280b6b-9046-43be-8093-2a389815677f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-b1280b6b-9046-43be-8093-2a389815677f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-b1280b6b-9046-43be-8093-2a389815677f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-b1280b6b-9046-43be-8093-2a389815677f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-b1280b6b-9046-43be-8093-2a389815677f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-b1280b6b-9046-43be-8093-2a389815677f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-b1280b6b-9046-43be-8093-2a389815677f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-b1280b6b-9046-43be-8093-2a389815677f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-b1280b6b-9046-43be-8093-2a389815677f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-b1280b6b-9046-43be-8093-2a389815677f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-b1280b6b-9046-43be-8093-2a389815677f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-b1280b6b-9046-43be-8093-2a389815677f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-b1280b6b-9046-43be-8093-2a389815677f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1280b6b-9046-43be-8093-2a389815677f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-b1280b6b-9046-43be-8093-2a389815677f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-b1280b6b-9046-43be-8093-2a389815677f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-b1280b6b-9046-43be-8093-2a389815677f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-b1280b6b-9046-43be-8093-2a389815677f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-b1280b6b-9046-43be-8093-2a389815677f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-b1280b6b-9046-43be-8093-2a389815677f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-b1280b6b-9046-43be-8093-2a389815677f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-b1280b6b-9046-43be-8093-2a389815677f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-b1280b6b-9046-43be-8093-2a389815677f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-b1280b6b-9046-43be-8093-2a389815677f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-b1280b6b-9046-43be-8093-2a389815677f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 50.0px);
}

}

#s-d083ac41-06b2-4ad5-81a5-7fd29341a894 {
  padding-top: 40px;
padding-bottom: 20px;
text-align: center;
}

#s-d083ac41-06b2-4ad5-81a5-7fd29341a894 .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-26a03cd3-8594-4751-be43-90a71aeb043f {
  padding-top: 10px;
padding-bottom: 20px;
}

#s-2acf8533-f466-4363-8e6c-a2c42fff45f8 {
  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-2acf8533-f466-4363-8e6c-a2c42fff45f8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2acf8533-f466-4363-8e6c-a2c42fff45f8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2acf8533-f466-4363-8e6c-a2c42fff45f8.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;
}
