.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

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

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

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

#s-71f4db65-5e3f-484a-943a-25dc9f6593fd {
  padding-top: 5px;
padding-left: 2px;
padding-bottom: 5px;
padding-right: 2px;
}

@media (min-width: 0px) {
[id="s-71f4db65-5e3f-484a-943a-25dc9f6593fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71f4db65-5e3f-484a-943a-25dc9f6593fd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-71f4db65-5e3f-484a-943a-25dc9f6593fd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-71f4db65-5e3f-484a-943a-25dc9f6593fd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-71f4db65-5e3f-484a-943a-25dc9f6593fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-71f4db65-5e3f-484a-943a-25dc9f6593fd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-71f4db65-5e3f-484a-943a-25dc9f6593fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-71f4db65-5e3f-484a-943a-25dc9f6593fd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-71f4db65-5e3f-484a-943a-25dc9f6593fd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-71f4db65-5e3f-484a-943a-25dc9f6593fd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-71f4db65-5e3f-484a-943a-25dc9f6593fd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-71f4db65-5e3f-484a-943a-25dc9f6593fd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-71f4db65-5e3f-484a-943a-25dc9f6593fd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-71f4db65-5e3f-484a-943a-25dc9f6593fd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-71f4db65-5e3f-484a-943a-25dc9f6593fd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-71f4db65-5e3f-484a-943a-25dc9f6593fd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-71f4db65-5e3f-484a-943a-25dc9f6593fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-71f4db65-5e3f-484a-943a-25dc9f6593fd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-71f4db65-5e3f-484a-943a-25dc9f6593fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-71f4db65-5e3f-484a-943a-25dc9f6593fd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-71f4db65-5e3f-484a-943a-25dc9f6593fd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-71f4db65-5e3f-484a-943a-25dc9f6593fd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-71f4db65-5e3f-484a-943a-25dc9f6593fd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-71f4db65-5e3f-484a-943a-25dc9f6593fd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-71f4db65-5e3f-484a-943a-25dc9f6593fd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-71f4db65-5e3f-484a-943a-25dc9f6593fd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-71f4db65-5e3f-484a-943a-25dc9f6593fd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-71f4db65-5e3f-484a-943a-25dc9f6593fd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-71f4db65-5e3f-484a-943a-25dc9f6593fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-71f4db65-5e3f-484a-943a-25dc9f6593fd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-71f4db65-5e3f-484a-943a-25dc9f6593fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-71f4db65-5e3f-484a-943a-25dc9f6593fd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-71f4db65-5e3f-484a-943a-25dc9f6593fd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-71f4db65-5e3f-484a-943a-25dc9f6593fd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-71f4db65-5e3f-484a-943a-25dc9f6593fd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-71f4db65-5e3f-484a-943a-25dc9f6593fd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-71f4db65-5e3f-484a-943a-25dc9f6593fd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

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

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

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

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

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

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

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

#s-eb80ab2d-b5fe-463c-9d8c-8ab9d2a278f6 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(85, 123, 151, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(67, 96, 118, 1);
}
#s-eb80ab2d-b5fe-463c-9d8c-8ab9d2a278f6:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(67, 96, 118, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-eb80ab2d-b5fe-463c-9d8c-8ab9d2a278f6:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(67, 96, 118, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-eb80ab2d-b5fe-463c-9d8c-8ab9d2a278f6.shg-btn {
  color: rgba(67, 96, 118, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ede6ba4f-b46e-4dd1-a7e0-645c8683c0b0 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(67, 96, 118, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(85, 123, 151, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-ede6ba4f-b46e-4dd1-a7e0-645c8683c0b0: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-ede6ba4f-b46e-4dd1-a7e0-645c8683c0b0:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(67, 96, 118, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-ede6ba4f-b46e-4dd1-a7e0-645c8683c0b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

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

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

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

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

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

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

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

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

#s-9258e740-e231-4137-a449-16017cb68a20 {
  min-height: 50px;
}








#s-9258e740-e231-4137-a449-16017cb68a20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9258e740-e231-4137-a449-16017cb68a20.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-c0b5ee56-2fd7-4b2d-a963-79d12f71c561 {
  
}

#s-c0b5ee56-2fd7-4b2d-a963-79d12f71c561 .shogun-tabs {
  justify-content: center;
}

#s-c0b5ee56-2fd7-4b2d-a963-79d12f71c561 .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-c0b5ee56-2fd7-4b2d-a963-79d12f71c561 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-c0b5ee56-2fd7-4b2d-a963-79d12f71c561 .shogun-tabs > li > .shogun-tab-box::after {
    background: rgba(188, 188, 188, 1);
    border: 1px solid #DDDDDD;
  }
  #s-c0b5ee56-2fd7-4b2d-a963-79d12f71c561 .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-c0b5ee56-2fd7-4b2d-a963-79d12f71c561 .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-c0b5ee56-2fd7-4b2d-a963-79d12f71c561 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-c0b5ee56-2fd7-4b2d-a963-79d12f71c561 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-c0b5ee56-2fd7-4b2d-a963-79d12f71c561 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-c0b5ee56-2fd7-4b2d-a963-79d12f71c561 .shogun-tab {
  max-width: calc(100% / 4 - (4 - 2) * 2px / 4);
}

#s-871e82eb-9510-489e-b16b-26f1951b271d {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-871e82eb-9510-489e-b16b-26f1951b271d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-871e82eb-9510-489e-b16b-26f1951b271d.shg-box.shg-c {
  justify-content: center;
}

#s-98b16e47-d85d-46a4-83d8-1adae5932248 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-98b16e47-d85d-46a4-83d8-1adae5932248"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-98b16e47-d85d-46a4-83d8-1adae5932248"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98b16e47-d85d-46a4-83d8-1adae5932248"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-98b16e47-d85d-46a4-83d8-1adae5932248"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-98b16e47-d85d-46a4-83d8-1adae5932248"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-98b16e47-d85d-46a4-83d8-1adae5932248"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-98b16e47-d85d-46a4-83d8-1adae5932248"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-98b16e47-d85d-46a4-83d8-1adae5932248"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-98b16e47-d85d-46a4-83d8-1adae5932248"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-98b16e47-d85d-46a4-83d8-1adae5932248"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-98b16e47-d85d-46a4-83d8-1adae5932248"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-98b16e47-d85d-46a4-83d8-1adae5932248"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-98b16e47-d85d-46a4-83d8-1adae5932248"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-98b16e47-d85d-46a4-83d8-1adae5932248"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-98b16e47-d85d-46a4-83d8-1adae5932248"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-98b16e47-d85d-46a4-83d8-1adae5932248"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-98b16e47-d85d-46a4-83d8-1adae5932248"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-98b16e47-d85d-46a4-83d8-1adae5932248"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-98b16e47-d85d-46a4-83d8-1adae5932248"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-98b16e47-d85d-46a4-83d8-1adae5932248"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-98b16e47-d85d-46a4-83d8-1adae5932248"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-98b16e47-d85d-46a4-83d8-1adae5932248"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-98b16e47-d85d-46a4-83d8-1adae5932248"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-98b16e47-d85d-46a4-83d8-1adae5932248"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-98b16e47-d85d-46a4-83d8-1adae5932248"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-98b16e47-d85d-46a4-83d8-1adae5932248"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-98b16e47-d85d-46a4-83d8-1adae5932248"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-98b16e47-d85d-46a4-83d8-1adae5932248"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-98b16e47-d85d-46a4-83d8-1adae5932248"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-98b16e47-d85d-46a4-83d8-1adae5932248"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-98b16e47-d85d-46a4-83d8-1adae5932248"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-98b16e47-d85d-46a4-83d8-1adae5932248"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-98b16e47-d85d-46a4-83d8-1adae5932248"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-98b16e47-d85d-46a4-83d8-1adae5932248"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-98b16e47-d85d-46a4-83d8-1adae5932248"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-98b16e47-d85d-46a4-83d8-1adae5932248"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-98b16e47-d85d-46a4-83d8-1adae5932248"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-98b16e47-d85d-46a4-83d8-1adae5932248"] > .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-ac8c6eaa-e527-438d-94d3-cf934557957b {
  text-align: center;
}




  #s-ac8c6eaa-e527-438d-94d3-cf934557957b img.shogun-image {
    
    width: px;
  }


#s-ac8c6eaa-e527-438d-94d3-cf934557957b .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-15b4f929-f981-487a-a599-d14dd9201a76 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-15b4f929-f981-487a-a599-d14dd9201a76 .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-45310f98-b96a-4e95-99c9-d853c062ece3 {
  padding-bottom: 20px;
}

#s-647c6cc1-c1f6-400e-a029-5947af2d0148 {
  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-647c6cc1-c1f6-400e-a029-5947af2d0148:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-647c6cc1-c1f6-400e-a029-5947af2d0148:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-647c6cc1-c1f6-400e-a029-5947af2d0148.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-347f06dd-0289-4ff2-861e-d9bdeb3674bb {
  text-align: center;
}




  #s-347f06dd-0289-4ff2-861e-d9bdeb3674bb img.shogun-image {
    
    width: px;
  }


#s-347f06dd-0289-4ff2-861e-d9bdeb3674bb .shogun-image-content {
  
    align-items: center;
  
}

#s-4e902185-54dc-4556-a7ae-ca0a0f980000 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4e902185-54dc-4556-a7ae-ca0a0f980000 .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-b758984b-802b-4dcf-bba3-2ddd5d13d721 {
  padding-bottom: 20px;
}

#s-89a47d28-980a-4d22-a104-ec28d82942f8 {
  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-89a47d28-980a-4d22-a104-ec28d82942f8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-89a47d28-980a-4d22-a104-ec28d82942f8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-89a47d28-980a-4d22-a104-ec28d82942f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2807845d-46d6-410d-8393-3a94e18a99b3 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-2807845d-46d6-410d-8393-3a94e18a99b3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-2807845d-46d6-410d-8393-3a94e18a99b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2807845d-46d6-410d-8393-3a94e18a99b3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2807845d-46d6-410d-8393-3a94e18a99b3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2807845d-46d6-410d-8393-3a94e18a99b3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2807845d-46d6-410d-8393-3a94e18a99b3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2807845d-46d6-410d-8393-3a94e18a99b3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2807845d-46d6-410d-8393-3a94e18a99b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2807845d-46d6-410d-8393-3a94e18a99b3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2807845d-46d6-410d-8393-3a94e18a99b3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2807845d-46d6-410d-8393-3a94e18a99b3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2807845d-46d6-410d-8393-3a94e18a99b3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2807845d-46d6-410d-8393-3a94e18a99b3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2807845d-46d6-410d-8393-3a94e18a99b3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2807845d-46d6-410d-8393-3a94e18a99b3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2807845d-46d6-410d-8393-3a94e18a99b3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2807845d-46d6-410d-8393-3a94e18a99b3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2807845d-46d6-410d-8393-3a94e18a99b3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2807845d-46d6-410d-8393-3a94e18a99b3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2807845d-46d6-410d-8393-3a94e18a99b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2807845d-46d6-410d-8393-3a94e18a99b3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2807845d-46d6-410d-8393-3a94e18a99b3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2807845d-46d6-410d-8393-3a94e18a99b3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2807845d-46d6-410d-8393-3a94e18a99b3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2807845d-46d6-410d-8393-3a94e18a99b3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2807845d-46d6-410d-8393-3a94e18a99b3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2807845d-46d6-410d-8393-3a94e18a99b3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2807845d-46d6-410d-8393-3a94e18a99b3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2807845d-46d6-410d-8393-3a94e18a99b3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2807845d-46d6-410d-8393-3a94e18a99b3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2807845d-46d6-410d-8393-3a94e18a99b3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2807845d-46d6-410d-8393-3a94e18a99b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2807845d-46d6-410d-8393-3a94e18a99b3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2807845d-46d6-410d-8393-3a94e18a99b3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2807845d-46d6-410d-8393-3a94e18a99b3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2807845d-46d6-410d-8393-3a94e18a99b3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2807845d-46d6-410d-8393-3a94e18a99b3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2807845d-46d6-410d-8393-3a94e18a99b3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-f4ddbc7d-64e9-4898-b7f2-81d9f24739fb {
  text-align: center;
}




  #s-f4ddbc7d-64e9-4898-b7f2-81d9f24739fb img.shogun-image {
    
    width: px;
  }


#s-f4ddbc7d-64e9-4898-b7f2-81d9f24739fb .shogun-image-content {
  
    align-items: center;
  
}

#s-8837bbe1-b55c-4d80-9cbf-79979bc19a37 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8837bbe1-b55c-4d80-9cbf-79979bc19a37 .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-b524dc0f-4f90-4b47-977e-b673f6887d51 {
  padding-bottom: 20px;
}

#s-d869ee67-b7f8-4bc9-be94-67090633cc34 {
  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-d869ee67-b7f8-4bc9-be94-67090633cc34:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d869ee67-b7f8-4bc9-be94-67090633cc34:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d869ee67-b7f8-4bc9-be94-67090633cc34.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0c64c526-a4f5-4245-90f8-0de31f5ad627 {
  text-align: center;
}




  #s-0c64c526-a4f5-4245-90f8-0de31f5ad627 img.shogun-image {
    
    width: px;
  }


#s-0c64c526-a4f5-4245-90f8-0de31f5ad627 .shogun-image-content {
  
    align-items: center;
  
}

#s-3b7031f3-1057-4210-8657-771cfd2aa78f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3b7031f3-1057-4210-8657-771cfd2aa78f .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-c9e2154c-42b8-47c4-9d18-760dd242d2f3 {
  padding-bottom: 20px;
}

#s-b8f4ce60-61c4-46de-9941-483298e4ad8d {
  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-b8f4ce60-61c4-46de-9941-483298e4ad8d: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-b8f4ce60-61c4-46de-9941-483298e4ad8d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b8f4ce60-61c4-46de-9941-483298e4ad8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3def0b10-8a99-448f-b5f7-cae00bb1bcd0 {
  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-3def0b10-8a99-448f-b5f7-cae00bb1bcd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3def0b10-8a99-448f-b5f7-cae00bb1bcd0.shg-box.shg-c {
  justify-content: center;
}

#s-3df67f03-130d-4bf6-98c2-6adbb37e9c19 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-3df67f03-130d-4bf6-98c2-6adbb37e9c19"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-3df67f03-130d-4bf6-98c2-6adbb37e9c19"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3df67f03-130d-4bf6-98c2-6adbb37e9c19"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3df67f03-130d-4bf6-98c2-6adbb37e9c19"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3df67f03-130d-4bf6-98c2-6adbb37e9c19"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3df67f03-130d-4bf6-98c2-6adbb37e9c19"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3df67f03-130d-4bf6-98c2-6adbb37e9c19"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3df67f03-130d-4bf6-98c2-6adbb37e9c19"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3df67f03-130d-4bf6-98c2-6adbb37e9c19"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3df67f03-130d-4bf6-98c2-6adbb37e9c19"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3df67f03-130d-4bf6-98c2-6adbb37e9c19"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3df67f03-130d-4bf6-98c2-6adbb37e9c19"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3df67f03-130d-4bf6-98c2-6adbb37e9c19"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3df67f03-130d-4bf6-98c2-6adbb37e9c19"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3df67f03-130d-4bf6-98c2-6adbb37e9c19"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3df67f03-130d-4bf6-98c2-6adbb37e9c19"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3df67f03-130d-4bf6-98c2-6adbb37e9c19"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3df67f03-130d-4bf6-98c2-6adbb37e9c19"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3df67f03-130d-4bf6-98c2-6adbb37e9c19"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3df67f03-130d-4bf6-98c2-6adbb37e9c19"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3df67f03-130d-4bf6-98c2-6adbb37e9c19"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3df67f03-130d-4bf6-98c2-6adbb37e9c19"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3df67f03-130d-4bf6-98c2-6adbb37e9c19"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3df67f03-130d-4bf6-98c2-6adbb37e9c19"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3df67f03-130d-4bf6-98c2-6adbb37e9c19"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3df67f03-130d-4bf6-98c2-6adbb37e9c19"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3df67f03-130d-4bf6-98c2-6adbb37e9c19"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3df67f03-130d-4bf6-98c2-6adbb37e9c19"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3df67f03-130d-4bf6-98c2-6adbb37e9c19"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3df67f03-130d-4bf6-98c2-6adbb37e9c19"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3df67f03-130d-4bf6-98c2-6adbb37e9c19"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3df67f03-130d-4bf6-98c2-6adbb37e9c19"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3df67f03-130d-4bf6-98c2-6adbb37e9c19"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3df67f03-130d-4bf6-98c2-6adbb37e9c19"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3df67f03-130d-4bf6-98c2-6adbb37e9c19"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3df67f03-130d-4bf6-98c2-6adbb37e9c19"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3df67f03-130d-4bf6-98c2-6adbb37e9c19"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3df67f03-130d-4bf6-98c2-6adbb37e9c19"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-60438dda-9061-4519-a45d-bfe64b18520f {
  text-align: center;
}




  #s-60438dda-9061-4519-a45d-bfe64b18520f img.shogun-image {
    
    width: px;
  }


#s-60438dda-9061-4519-a45d-bfe64b18520f .shogun-image-content {
  
    align-items: center;
  
}

#s-149f06cf-58ee-4eab-a80f-70d95fd4a611 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-149f06cf-58ee-4eab-a80f-70d95fd4a611 .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-b49d7e78-46dd-466c-9ce7-d110d88ca09e {
  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-b49d7e78-46dd-466c-9ce7-d110d88ca09e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b49d7e78-46dd-466c-9ce7-d110d88ca09e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b49d7e78-46dd-466c-9ce7-d110d88ca09e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-58a02601-c808-47de-85d6-cc60b0ab6026 {
  text-align: center;
}




  #s-58a02601-c808-47de-85d6-cc60b0ab6026 img.shogun-image {
    
    width: px;
  }


#s-58a02601-c808-47de-85d6-cc60b0ab6026 .shogun-image-content {
  
    align-items: center;
  
}

#s-c9e976cd-16c9-4ead-a4d5-77e993d1d6c3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c9e976cd-16c9-4ead-a4d5-77e993d1d6c3 .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-6960d582-4e4d-44c9-b04a-580cb16cc063 {
  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-6960d582-4e4d-44c9-b04a-580cb16cc063:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6960d582-4e4d-44c9-b04a-580cb16cc063:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6960d582-4e4d-44c9-b04a-580cb16cc063.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-847f0300-b44d-4387-be19-36b431923157 {
  text-align: center;
}




  #s-847f0300-b44d-4387-be19-36b431923157 img.shogun-image {
    
    width: px;
  }


#s-847f0300-b44d-4387-be19-36b431923157 .shogun-image-content {
  
    align-items: center;
  
}

#s-601af1db-0ac9-4a58-afde-2afda1454f61 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-601af1db-0ac9-4a58-afde-2afda1454f61 .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-2a801803-3a27-4761-9547-afb677fe2247 {
  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-2a801803-3a27-4761-9547-afb677fe2247:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2a801803-3a27-4761-9547-afb677fe2247:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2a801803-3a27-4761-9547-afb677fe2247.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6f538f0f-a0b7-4827-a3e5-274bf10b8c16 {
  text-align: center;
}




  #s-6f538f0f-a0b7-4827-a3e5-274bf10b8c16 img.shogun-image {
    
    width: px;
  }


#s-6f538f0f-a0b7-4827-a3e5-274bf10b8c16 .shogun-image-content {
  
    align-items: center;
  
}

#s-96c7be1a-14d3-446b-890b-da39e41f0e9e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96c7be1a-14d3-446b-890b-da39e41f0e9e .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-6ab05317-4aea-4a61-87d6-00369e19ed04 {
  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-6ab05317-4aea-4a61-87d6-00369e19ed04:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6ab05317-4aea-4a61-87d6-00369e19ed04:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6ab05317-4aea-4a61-87d6-00369e19ed04.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-72eef12d-5d8c-462e-a416-50bce1d4f0e7 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-72eef12d-5d8c-462e-a416-50bce1d4f0e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72eef12d-5d8c-462e-a416-50bce1d4f0e7.shg-box.shg-c {
  justify-content: center;
}

#s-7d5af315-20d9-4109-8a76-8fb8a58a42f0 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-7d5af315-20d9-4109-8a76-8fb8a58a42f0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-7d5af315-20d9-4109-8a76-8fb8a58a42f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d5af315-20d9-4109-8a76-8fb8a58a42f0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7d5af315-20d9-4109-8a76-8fb8a58a42f0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7d5af315-20d9-4109-8a76-8fb8a58a42f0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7d5af315-20d9-4109-8a76-8fb8a58a42f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7d5af315-20d9-4109-8a76-8fb8a58a42f0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7d5af315-20d9-4109-8a76-8fb8a58a42f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7d5af315-20d9-4109-8a76-8fb8a58a42f0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7d5af315-20d9-4109-8a76-8fb8a58a42f0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7d5af315-20d9-4109-8a76-8fb8a58a42f0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7d5af315-20d9-4109-8a76-8fb8a58a42f0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7d5af315-20d9-4109-8a76-8fb8a58a42f0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7d5af315-20d9-4109-8a76-8fb8a58a42f0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7d5af315-20d9-4109-8a76-8fb8a58a42f0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7d5af315-20d9-4109-8a76-8fb8a58a42f0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7d5af315-20d9-4109-8a76-8fb8a58a42f0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7d5af315-20d9-4109-8a76-8fb8a58a42f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7d5af315-20d9-4109-8a76-8fb8a58a42f0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7d5af315-20d9-4109-8a76-8fb8a58a42f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7d5af315-20d9-4109-8a76-8fb8a58a42f0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7d5af315-20d9-4109-8a76-8fb8a58a42f0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7d5af315-20d9-4109-8a76-8fb8a58a42f0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7d5af315-20d9-4109-8a76-8fb8a58a42f0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7d5af315-20d9-4109-8a76-8fb8a58a42f0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7d5af315-20d9-4109-8a76-8fb8a58a42f0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7d5af315-20d9-4109-8a76-8fb8a58a42f0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7d5af315-20d9-4109-8a76-8fb8a58a42f0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7d5af315-20d9-4109-8a76-8fb8a58a42f0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7d5af315-20d9-4109-8a76-8fb8a58a42f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7d5af315-20d9-4109-8a76-8fb8a58a42f0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7d5af315-20d9-4109-8a76-8fb8a58a42f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7d5af315-20d9-4109-8a76-8fb8a58a42f0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7d5af315-20d9-4109-8a76-8fb8a58a42f0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7d5af315-20d9-4109-8a76-8fb8a58a42f0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7d5af315-20d9-4109-8a76-8fb8a58a42f0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7d5af315-20d9-4109-8a76-8fb8a58a42f0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7d5af315-20d9-4109-8a76-8fb8a58a42f0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-b4c76ccb-fbc0-4cb6-9e6a-51e269b55cf5 {
  text-align: center;
}




  #s-b4c76ccb-fbc0-4cb6-9e6a-51e269b55cf5 img.shogun-image {
    
    width: px;
  }


#s-b4c76ccb-fbc0-4cb6-9e6a-51e269b55cf5 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a11f3c8-3ab2-47b6-ad0b-533533f241f0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a11f3c8-3ab2-47b6-ad0b-533533f241f0 .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-fcf86b98-f161-47fa-8741-2d352cabdd56 {
  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-fcf86b98-f161-47fa-8741-2d352cabdd56:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fcf86b98-f161-47fa-8741-2d352cabdd56:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fcf86b98-f161-47fa-8741-2d352cabdd56.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e60e88cf-b265-4ad5-b32d-6fa1b1dbb438 {
  text-align: center;
}




  #s-e60e88cf-b265-4ad5-b32d-6fa1b1dbb438 img.shogun-image {
    
    width: px;
  }


#s-e60e88cf-b265-4ad5-b32d-6fa1b1dbb438 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b0347b2-a1c1-420c-9813-2f1d91792094 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b0347b2-a1c1-420c-9813-2f1d91792094 .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-4002c36c-840d-40b4-abad-7526af4d4406 {
  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-4002c36c-840d-40b4-abad-7526af4d4406:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4002c36c-840d-40b4-abad-7526af4d4406:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4002c36c-840d-40b4-abad-7526af4d4406.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-51782cb2-2914-4a67-adf3-9342e255ca53 {
  text-align: center;
}




  #s-51782cb2-2914-4a67-adf3-9342e255ca53 img.shogun-image {
    
    width: px;
  }


#s-51782cb2-2914-4a67-adf3-9342e255ca53 .shogun-image-content {
  
    align-items: center;
  
}

#s-941a605e-9f9a-4d7b-a4c5-e4c4d9b382aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-941a605e-9f9a-4d7b-a4c5-e4c4d9b382aa .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-53a9c2c8-3317-49b9-9266-01c49f36f52e {
  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-53a9c2c8-3317-49b9-9266-01c49f36f52e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-53a9c2c8-3317-49b9-9266-01c49f36f52e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-53a9c2c8-3317-49b9-9266-01c49f36f52e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-09ad3819-7447-407d-b04b-652b55553a57 {
  text-align: center;
}




  #s-09ad3819-7447-407d-b04b-652b55553a57 img.shogun-image {
    
    width: px;
  }


#s-09ad3819-7447-407d-b04b-652b55553a57 .shogun-image-content {
  
    align-items: center;
  
}

#s-09f24619-5c75-4356-bfb3-85866c5dca13 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09f24619-5c75-4356-bfb3-85866c5dca13 .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-1144d678-b232-4baf-bfb3-4a66e9662ae5 {
  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-1144d678-b232-4baf-bfb3-4a66e9662ae5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1144d678-b232-4baf-bfb3-4a66e9662ae5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1144d678-b232-4baf-bfb3-4a66e9662ae5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4cc7dd3f-ea97-488d-b332-8e211975d27c {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-4cc7dd3f-ea97-488d-b332-8e211975d27c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cc7dd3f-ea97-488d-b332-8e211975d27c.shg-box.shg-c {
  justify-content: center;
}

#s-01eecaa0-caeb-427e-ad6a-211448e9f624 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-01eecaa0-caeb-427e-ad6a-211448e9f624"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-01eecaa0-caeb-427e-ad6a-211448e9f624"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01eecaa0-caeb-427e-ad6a-211448e9f624"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-01eecaa0-caeb-427e-ad6a-211448e9f624"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-01eecaa0-caeb-427e-ad6a-211448e9f624"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-01eecaa0-caeb-427e-ad6a-211448e9f624"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-01eecaa0-caeb-427e-ad6a-211448e9f624"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-01eecaa0-caeb-427e-ad6a-211448e9f624"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-01eecaa0-caeb-427e-ad6a-211448e9f624"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-01eecaa0-caeb-427e-ad6a-211448e9f624"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-01eecaa0-caeb-427e-ad6a-211448e9f624"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-01eecaa0-caeb-427e-ad6a-211448e9f624"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-01eecaa0-caeb-427e-ad6a-211448e9f624"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-01eecaa0-caeb-427e-ad6a-211448e9f624"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-01eecaa0-caeb-427e-ad6a-211448e9f624"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-01eecaa0-caeb-427e-ad6a-211448e9f624"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-01eecaa0-caeb-427e-ad6a-211448e9f624"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-01eecaa0-caeb-427e-ad6a-211448e9f624"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-01eecaa0-caeb-427e-ad6a-211448e9f624"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-01eecaa0-caeb-427e-ad6a-211448e9f624"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-01eecaa0-caeb-427e-ad6a-211448e9f624"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-01eecaa0-caeb-427e-ad6a-211448e9f624"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-01eecaa0-caeb-427e-ad6a-211448e9f624"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-01eecaa0-caeb-427e-ad6a-211448e9f624"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-01eecaa0-caeb-427e-ad6a-211448e9f624"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-01eecaa0-caeb-427e-ad6a-211448e9f624"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-01eecaa0-caeb-427e-ad6a-211448e9f624"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-01eecaa0-caeb-427e-ad6a-211448e9f624"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-01eecaa0-caeb-427e-ad6a-211448e9f624"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-01eecaa0-caeb-427e-ad6a-211448e9f624"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-01eecaa0-caeb-427e-ad6a-211448e9f624"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-01eecaa0-caeb-427e-ad6a-211448e9f624"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-01eecaa0-caeb-427e-ad6a-211448e9f624"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-01eecaa0-caeb-427e-ad6a-211448e9f624"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-01eecaa0-caeb-427e-ad6a-211448e9f624"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-01eecaa0-caeb-427e-ad6a-211448e9f624"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-01eecaa0-caeb-427e-ad6a-211448e9f624"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-01eecaa0-caeb-427e-ad6a-211448e9f624"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-92c759de-dcfb-4a7d-b290-0efa80817d3a {
  text-align: center;
}




  #s-92c759de-dcfb-4a7d-b290-0efa80817d3a img.shogun-image {
    
    width: px;
  }


#s-92c759de-dcfb-4a7d-b290-0efa80817d3a .shogun-image-content {
  
    align-items: center;
  
}

#s-cafa7387-0a13-4a32-a3df-a23129efe815 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cafa7387-0a13-4a32-a3df-a23129efe815 .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-f162d9f6-6679-43a7-91b8-aa65d3f277f8 {
  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-f162d9f6-6679-43a7-91b8-aa65d3f277f8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f162d9f6-6679-43a7-91b8-aa65d3f277f8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f162d9f6-6679-43a7-91b8-aa65d3f277f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d21e4123-158b-48d1-94d2-14d627dcf630 {
  text-align: center;
}




  #s-d21e4123-158b-48d1-94d2-14d627dcf630 img.shogun-image {
    
    width: px;
  }


#s-d21e4123-158b-48d1-94d2-14d627dcf630 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ae61463-4d81-45c8-9d03-aa7e2dd92174 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ae61463-4d81-45c8-9d03-aa7e2dd92174 .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-5cd7ade5-ab13-40dd-860d-b535aec14097 {
  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-5cd7ade5-ab13-40dd-860d-b535aec14097:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5cd7ade5-ab13-40dd-860d-b535aec14097:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5cd7ade5-ab13-40dd-860d-b535aec14097.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cf974913-8c3d-4403-80d7-c50bacec9a4d {
  text-align: center;
}




  #s-cf974913-8c3d-4403-80d7-c50bacec9a4d img.shogun-image {
    
    width: px;
  }


#s-cf974913-8c3d-4403-80d7-c50bacec9a4d .shogun-image-content {
  
    align-items: center;
  
}

#s-574265c0-d072-4875-8a0b-b07745666a9e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-574265c0-d072-4875-8a0b-b07745666a9e .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-3eeb8170-c935-4349-a60b-74c181e92ad8 {
  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-3eeb8170-c935-4349-a60b-74c181e92ad8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3eeb8170-c935-4349-a60b-74c181e92ad8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3eeb8170-c935-4349-a60b-74c181e92ad8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ec95ca5b-d867-45b7-b641-8419e6c667db {
  text-align: center;
}




  #s-ec95ca5b-d867-45b7-b641-8419e6c667db img.shogun-image {
    
    width: px;
  }


#s-ec95ca5b-d867-45b7-b641-8419e6c667db .shogun-image-content {
  
    align-items: center;
  
}

#s-f8c28ec8-c9c7-4f58-a2df-c9d715580131 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f8c28ec8-c9c7-4f58-a2df-c9d715580131 .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-d9761536-bfbf-4d4f-be6a-d5f9e535e2b1 {
  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-d9761536-bfbf-4d4f-be6a-d5f9e535e2b1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d9761536-bfbf-4d4f-be6a-d5f9e535e2b1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d9761536-bfbf-4d4f-be6a-d5f9e535e2b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-31705f43-3cd7-427f-ae12-1d6f95b14d28 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-31705f43-3cd7-427f-ae12-1d6f95b14d28"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-31705f43-3cd7-427f-ae12-1d6f95b14d28"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31705f43-3cd7-427f-ae12-1d6f95b14d28"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-31705f43-3cd7-427f-ae12-1d6f95b14d28"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-31705f43-3cd7-427f-ae12-1d6f95b14d28"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-31705f43-3cd7-427f-ae12-1d6f95b14d28"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-31705f43-3cd7-427f-ae12-1d6f95b14d28"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-31705f43-3cd7-427f-ae12-1d6f95b14d28"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-31705f43-3cd7-427f-ae12-1d6f95b14d28"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-31705f43-3cd7-427f-ae12-1d6f95b14d28"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-31705f43-3cd7-427f-ae12-1d6f95b14d28"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-31705f43-3cd7-427f-ae12-1d6f95b14d28"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-31705f43-3cd7-427f-ae12-1d6f95b14d28"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-31705f43-3cd7-427f-ae12-1d6f95b14d28"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-31705f43-3cd7-427f-ae12-1d6f95b14d28"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-31705f43-3cd7-427f-ae12-1d6f95b14d28"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-31705f43-3cd7-427f-ae12-1d6f95b14d28"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-31705f43-3cd7-427f-ae12-1d6f95b14d28"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-31705f43-3cd7-427f-ae12-1d6f95b14d28"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-31705f43-3cd7-427f-ae12-1d6f95b14d28"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-31705f43-3cd7-427f-ae12-1d6f95b14d28"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-31705f43-3cd7-427f-ae12-1d6f95b14d28"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-31705f43-3cd7-427f-ae12-1d6f95b14d28"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-31705f43-3cd7-427f-ae12-1d6f95b14d28"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-31705f43-3cd7-427f-ae12-1d6f95b14d28"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-31705f43-3cd7-427f-ae12-1d6f95b14d28"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-31705f43-3cd7-427f-ae12-1d6f95b14d28"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-31705f43-3cd7-427f-ae12-1d6f95b14d28"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-31705f43-3cd7-427f-ae12-1d6f95b14d28"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-31705f43-3cd7-427f-ae12-1d6f95b14d28"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-31705f43-3cd7-427f-ae12-1d6f95b14d28"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-31705f43-3cd7-427f-ae12-1d6f95b14d28"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-31705f43-3cd7-427f-ae12-1d6f95b14d28"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-31705f43-3cd7-427f-ae12-1d6f95b14d28"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-31705f43-3cd7-427f-ae12-1d6f95b14d28"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-31705f43-3cd7-427f-ae12-1d6f95b14d28"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-31705f43-3cd7-427f-ae12-1d6f95b14d28"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-31705f43-3cd7-427f-ae12-1d6f95b14d28"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-9f90f44c-deef-4633-a5bf-016be10311e4 {
  text-align: center;
}




  #s-9f90f44c-deef-4633-a5bf-016be10311e4 img.shogun-image {
    
    width: px;
  }


#s-9f90f44c-deef-4633-a5bf-016be10311e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-5fa3ef6a-934a-4722-b4f3-81c5cfefcc92 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5fa3ef6a-934a-4722-b4f3-81c5cfefcc92 .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-daa7e82c-806c-45f5-a912-a6b40f052a8e {
  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-daa7e82c-806c-45f5-a912-a6b40f052a8e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-daa7e82c-806c-45f5-a912-a6b40f052a8e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-daa7e82c-806c-45f5-a912-a6b40f052a8e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5fa7a9b9-6d9d-4ee0-8832-e357a7418cf0 {
  text-align: center;
}




  #s-5fa7a9b9-6d9d-4ee0-8832-e357a7418cf0 img.shogun-image {
    
    width: px;
  }


#s-5fa7a9b9-6d9d-4ee0-8832-e357a7418cf0 .shogun-image-content {
  
    align-items: center;
  
}

#s-fefde61d-d9a5-46d9-875b-04bbee874971 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fefde61d-d9a5-46d9-875b-04bbee874971 .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-4ca34b91-f7cd-486f-88a0-2835c20bb808 {
  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-4ca34b91-f7cd-486f-88a0-2835c20bb808:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4ca34b91-f7cd-486f-88a0-2835c20bb808:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4ca34b91-f7cd-486f-88a0-2835c20bb808.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-74d18515-b389-48c1-a12f-38ffa1293064 {
  text-align: center;
}




  #s-74d18515-b389-48c1-a12f-38ffa1293064 img.shogun-image {
    
    width: px;
  }


#s-74d18515-b389-48c1-a12f-38ffa1293064 .shogun-image-content {
  
    align-items: center;
  
}

#s-d71f1426-f90d-4e40-bc1a-5d18ad3c75f1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d71f1426-f90d-4e40-bc1a-5d18ad3c75f1 .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-9fe7e6b2-a3dd-4bc6-880a-d19aa2c6f316 {
  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-9fe7e6b2-a3dd-4bc6-880a-d19aa2c6f316:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9fe7e6b2-a3dd-4bc6-880a-d19aa2c6f316:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9fe7e6b2-a3dd-4bc6-880a-d19aa2c6f316.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fe3daac7-c34a-4877-bc25-ca4b44641357 {
  text-align: center;
}




  #s-fe3daac7-c34a-4877-bc25-ca4b44641357 img.shogun-image {
    
    width: px;
  }


#s-fe3daac7-c34a-4877-bc25-ca4b44641357 .shogun-image-content {
  
    align-items: center;
  
}

#s-b657d773-12b6-4cbe-a430-baf7102c451f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b657d773-12b6-4cbe-a430-baf7102c451f .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-2e3c5933-fb5c-46bc-9c5d-8718795ad0c8 {
  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-2e3c5933-fb5c-46bc-9c5d-8718795ad0c8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2e3c5933-fb5c-46bc-9c5d-8718795ad0c8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2e3c5933-fb5c-46bc-9c5d-8718795ad0c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-38ebdb84-6782-4e62-800b-553e827741c5 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-38ebdb84-6782-4e62-800b-553e827741c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-38ebdb84-6782-4e62-800b-553e827741c5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-38ebdb84-6782-4e62-800b-553e827741c5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-38ebdb84-6782-4e62-800b-553e827741c5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-38ebdb84-6782-4e62-800b-553e827741c5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-38ebdb84-6782-4e62-800b-553e827741c5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-38ebdb84-6782-4e62-800b-553e827741c5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-38ebdb84-6782-4e62-800b-553e827741c5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-38ebdb84-6782-4e62-800b-553e827741c5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-38ebdb84-6782-4e62-800b-553e827741c5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-38ebdb84-6782-4e62-800b-553e827741c5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-38ebdb84-6782-4e62-800b-553e827741c5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-38ebdb84-6782-4e62-800b-553e827741c5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-38ebdb84-6782-4e62-800b-553e827741c5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-38ebdb84-6782-4e62-800b-553e827741c5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-38ebdb84-6782-4e62-800b-553e827741c5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-38ebdb84-6782-4e62-800b-553e827741c5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-38ebdb84-6782-4e62-800b-553e827741c5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-38ebdb84-6782-4e62-800b-553e827741c5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-38ebdb84-6782-4e62-800b-553e827741c5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-38ebdb84-6782-4e62-800b-553e827741c5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-38ebdb84-6782-4e62-800b-553e827741c5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-38ebdb84-6782-4e62-800b-553e827741c5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-38ebdb84-6782-4e62-800b-553e827741c5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-38ebdb84-6782-4e62-800b-553e827741c5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-38ebdb84-6782-4e62-800b-553e827741c5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-38ebdb84-6782-4e62-800b-553e827741c5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-38ebdb84-6782-4e62-800b-553e827741c5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-38ebdb84-6782-4e62-800b-553e827741c5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-38ebdb84-6782-4e62-800b-553e827741c5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-38ebdb84-6782-4e62-800b-553e827741c5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-38ebdb84-6782-4e62-800b-553e827741c5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-38ebdb84-6782-4e62-800b-553e827741c5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-38ebdb84-6782-4e62-800b-553e827741c5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-38ebdb84-6782-4e62-800b-553e827741c5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-38ebdb84-6782-4e62-800b-553e827741c5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-38ebdb84-6782-4e62-800b-553e827741c5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-34831aad-1a12-4079-9da9-21587247e7b5 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-34831aad-1a12-4079-9da9-21587247e7b5 img.shogun-image {
    
    width: px;
  }


#s-34831aad-1a12-4079-9da9-21587247e7b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-a10a09c3-36d1-4b00-84b0-dd4863620818 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a10a09c3-36d1-4b00-84b0-dd4863620818 .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-bbb4c6e6-49c9-4a3b-93ec-eff041a64092 {
  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-bbb4c6e6-49c9-4a3b-93ec-eff041a64092:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bbb4c6e6-49c9-4a3b-93ec-eff041a64092:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bbb4c6e6-49c9-4a3b-93ec-eff041a64092.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-929e4a0f-4e40-48a2-9665-635d30509f2c {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-929e4a0f-4e40-48a2-9665-635d30509f2c img.shogun-image {
    
    width: px;
  }


#s-929e4a0f-4e40-48a2-9665-635d30509f2c .shogun-image-content {
  
    align-items: center;
  
}

#s-26249137-1599-444f-bed6-3eec6a8adb62 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-26249137-1599-444f-bed6-3eec6a8adb62 .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-18639749-008c-45f5-a9cb-92265280eb44 {
  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-18639749-008c-45f5-a9cb-92265280eb44:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-18639749-008c-45f5-a9cb-92265280eb44:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-18639749-008c-45f5-a9cb-92265280eb44.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a0993254-fe28-4522-aad3-6b5c60613e3c {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-a0993254-fe28-4522-aad3-6b5c60613e3c img.shogun-image {
    
    width: px;
  }


#s-a0993254-fe28-4522-aad3-6b5c60613e3c .shogun-image-content {
  
    align-items: center;
  
}

#s-ccce85e0-2f30-496c-a029-cb13a17e6669 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ccce85e0-2f30-496c-a029-cb13a17e6669 .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-8996fb8a-899e-4b5f-a316-fca5d9752d93 {
  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-8996fb8a-899e-4b5f-a316-fca5d9752d93:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8996fb8a-899e-4b5f-a316-fca5d9752d93:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8996fb8a-899e-4b5f-a316-fca5d9752d93.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dccf413c-2990-4da4-9713-f1d336a51ee6 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: -55px;
background-position: center center;
}








#s-dccf413c-2990-4da4-9713-f1d336a51ee6 > .shg-box-overlay {
  background-color: rgba(66, 78, 86, 1);
  opacity: 0.5;
}#s-dccf413c-2990-4da4-9713-f1d336a51ee6.shg-box.shg-c {
  justify-content: center;
}

#s-2802cab2-cf80-423f-8435-32529b328b34 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-2802cab2-cf80-423f-8435-32529b328b34"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2802cab2-cf80-423f-8435-32529b328b34"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-2802cab2-cf80-423f-8435-32529b328b34"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-2802cab2-cf80-423f-8435-32529b328b34"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-2802cab2-cf80-423f-8435-32529b328b34"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-2802cab2-cf80-423f-8435-32529b328b34"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-2802cab2-cf80-423f-8435-32529b328b34"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-2802cab2-cf80-423f-8435-32529b328b34"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-2802cab2-cf80-423f-8435-32529b328b34"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-2802cab2-cf80-423f-8435-32529b328b34"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-2802cab2-cf80-423f-8435-32529b328b34"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-2802cab2-cf80-423f-8435-32529b328b34"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-2802cab2-cf80-423f-8435-32529b328b34"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-2802cab2-cf80-423f-8435-32529b328b34"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-2802cab2-cf80-423f-8435-32529b328b34"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-2802cab2-cf80-423f-8435-32529b328b34"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-2802cab2-cf80-423f-8435-32529b328b34"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-2802cab2-cf80-423f-8435-32529b328b34"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-2802cab2-cf80-423f-8435-32529b328b34"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-2802cab2-cf80-423f-8435-32529b328b34"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-2802cab2-cf80-423f-8435-32529b328b34"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-2802cab2-cf80-423f-8435-32529b328b34"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-2802cab2-cf80-423f-8435-32529b328b34"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-2802cab2-cf80-423f-8435-32529b328b34"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-2802cab2-cf80-423f-8435-32529b328b34"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-2802cab2-cf80-423f-8435-32529b328b34"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-2802cab2-cf80-423f-8435-32529b328b34"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-2802cab2-cf80-423f-8435-32529b328b34"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-2802cab2-cf80-423f-8435-32529b328b34"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-2802cab2-cf80-423f-8435-32529b328b34"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-2802cab2-cf80-423f-8435-32529b328b34"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-2802cab2-cf80-423f-8435-32529b328b34"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-2802cab2-cf80-423f-8435-32529b328b34"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-2802cab2-cf80-423f-8435-32529b328b34"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-2802cab2-cf80-423f-8435-32529b328b34"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-2802cab2-cf80-423f-8435-32529b328b34"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-2802cab2-cf80-423f-8435-32529b328b34"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 50.0px);
}

}

#s-7a395691-e849-4c01-a1bc-afaf88971c9a {
  padding-top: 40px;
padding-bottom: 20px;
text-align: center;
}

#s-7a395691-e849-4c01-a1bc-afaf88971c9a .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-e1f94331-643f-44df-b0e6-66280111d130 {
  padding-top: 10px;
padding-bottom: 20px;
}

#s-a49523cf-f03c-4c27-85a5-8d1b8e13ce02 {
  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-a49523cf-f03c-4c27-85a5-8d1b8e13ce02:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a49523cf-f03c-4c27-85a5-8d1b8e13ce02:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a49523cf-f03c-4c27-85a5-8d1b8e13ce02.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;
}
