.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-d2ec8c55-3226-4102-ad9b-6e1a54f5a6f7 {
  padding-top: 5px;
padding-left: 2px;
padding-bottom: 5px;
padding-right: 2px;
}

@media (min-width: 0px) {
[id="s-d2ec8c55-3226-4102-ad9b-6e1a54f5a6f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2ec8c55-3226-4102-ad9b-6e1a54f5a6f7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-d2ec8c55-3226-4102-ad9b-6e1a54f5a6f7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-d2ec8c55-3226-4102-ad9b-6e1a54f5a6f7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-d2ec8c55-3226-4102-ad9b-6e1a54f5a6f7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-d2ec8c55-3226-4102-ad9b-6e1a54f5a6f7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-d2ec8c55-3226-4102-ad9b-6e1a54f5a6f7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-d2ec8c55-3226-4102-ad9b-6e1a54f5a6f7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-d2ec8c55-3226-4102-ad9b-6e1a54f5a6f7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-d2ec8c55-3226-4102-ad9b-6e1a54f5a6f7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-d2ec8c55-3226-4102-ad9b-6e1a54f5a6f7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-d2ec8c55-3226-4102-ad9b-6e1a54f5a6f7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-d2ec8c55-3226-4102-ad9b-6e1a54f5a6f7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-d2ec8c55-3226-4102-ad9b-6e1a54f5a6f7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-d2ec8c55-3226-4102-ad9b-6e1a54f5a6f7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-d2ec8c55-3226-4102-ad9b-6e1a54f5a6f7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-d2ec8c55-3226-4102-ad9b-6e1a54f5a6f7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-d2ec8c55-3226-4102-ad9b-6e1a54f5a6f7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-d2ec8c55-3226-4102-ad9b-6e1a54f5a6f7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-d2ec8c55-3226-4102-ad9b-6e1a54f5a6f7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-d2ec8c55-3226-4102-ad9b-6e1a54f5a6f7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-d2ec8c55-3226-4102-ad9b-6e1a54f5a6f7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-d2ec8c55-3226-4102-ad9b-6e1a54f5a6f7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-d2ec8c55-3226-4102-ad9b-6e1a54f5a6f7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-d2ec8c55-3226-4102-ad9b-6e1a54f5a6f7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-d2ec8c55-3226-4102-ad9b-6e1a54f5a6f7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-d2ec8c55-3226-4102-ad9b-6e1a54f5a6f7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-d2ec8c55-3226-4102-ad9b-6e1a54f5a6f7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-d2ec8c55-3226-4102-ad9b-6e1a54f5a6f7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-d2ec8c55-3226-4102-ad9b-6e1a54f5a6f7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-d2ec8c55-3226-4102-ad9b-6e1a54f5a6f7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-d2ec8c55-3226-4102-ad9b-6e1a54f5a6f7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-d2ec8c55-3226-4102-ad9b-6e1a54f5a6f7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-d2ec8c55-3226-4102-ad9b-6e1a54f5a6f7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-d2ec8c55-3226-4102-ad9b-6e1a54f5a6f7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-d2ec8c55-3226-4102-ad9b-6e1a54f5a6f7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-d2ec8c55-3226-4102-ad9b-6e1a54f5a6f7"] > .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-2370fe17-a795-4603-9214-13f7b32c11ab {
  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-2370fe17-a795-4603-9214-13f7b32c11ab: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-2370fe17-a795-4603-9214-13f7b32c11ab: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-2370fe17-a795-4603-9214-13f7b32c11ab.shg-btn {
  color: rgba(67, 96, 118, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1e455292-2a6c-48cb-9584-a26d4db5c9e6 {
  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-1e455292-2a6c-48cb-9584-a26d4db5c9e6: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-1e455292-2a6c-48cb-9584-a26d4db5c9e6: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-1e455292-2a6c-48cb-9584-a26d4db5c9e6.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-cb50041d-089d-414e-9a93-462425613b85 {
  min-height: 50px;
}








#s-cb50041d-089d-414e-9a93-462425613b85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb50041d-089d-414e-9a93-462425613b85.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-ae13d3a7-557f-4501-98f3-98955cee7cc7 {
  
}

#s-ae13d3a7-557f-4501-98f3-98955cee7cc7 .shogun-tabs {
  justify-content: center;
}

#s-ae13d3a7-557f-4501-98f3-98955cee7cc7 .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-ae13d3a7-557f-4501-98f3-98955cee7cc7 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-ae13d3a7-557f-4501-98f3-98955cee7cc7 .shogun-tabs > li > .shogun-tab-box::after {
    background: rgba(188, 188, 188, 1);
    border: 1px solid #DDDDDD;
  }
  #s-ae13d3a7-557f-4501-98f3-98955cee7cc7 .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-ae13d3a7-557f-4501-98f3-98955cee7cc7 .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-ae13d3a7-557f-4501-98f3-98955cee7cc7 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-ae13d3a7-557f-4501-98f3-98955cee7cc7 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-ae13d3a7-557f-4501-98f3-98955cee7cc7 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-ae13d3a7-557f-4501-98f3-98955cee7cc7 .shogun-tab {
  max-width: calc(100% / 4 - (4 - 2) * 2px / 4);
}

#s-7f867af0-b807-48e8-8a05-5eacd0835c71 {
  min-height: 50px;
}








#s-7f867af0-b807-48e8-8a05-5eacd0835c71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f867af0-b807-48e8-8a05-5eacd0835c71.shg-box.shg-c {
  justify-content: center;
}

#s-40070314-db9c-469a-b18b-f0a5f02072ac {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-40070314-db9c-469a-b18b-f0a5f02072ac"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-40070314-db9c-469a-b18b-f0a5f02072ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40070314-db9c-469a-b18b-f0a5f02072ac"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-40070314-db9c-469a-b18b-f0a5f02072ac"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-40070314-db9c-469a-b18b-f0a5f02072ac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-40070314-db9c-469a-b18b-f0a5f02072ac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-40070314-db9c-469a-b18b-f0a5f02072ac"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-40070314-db9c-469a-b18b-f0a5f02072ac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-40070314-db9c-469a-b18b-f0a5f02072ac"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-40070314-db9c-469a-b18b-f0a5f02072ac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-40070314-db9c-469a-b18b-f0a5f02072ac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-40070314-db9c-469a-b18b-f0a5f02072ac"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-40070314-db9c-469a-b18b-f0a5f02072ac"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-40070314-db9c-469a-b18b-f0a5f02072ac"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-40070314-db9c-469a-b18b-f0a5f02072ac"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-40070314-db9c-469a-b18b-f0a5f02072ac"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-40070314-db9c-469a-b18b-f0a5f02072ac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-40070314-db9c-469a-b18b-f0a5f02072ac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-40070314-db9c-469a-b18b-f0a5f02072ac"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-40070314-db9c-469a-b18b-f0a5f02072ac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-40070314-db9c-469a-b18b-f0a5f02072ac"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-40070314-db9c-469a-b18b-f0a5f02072ac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-40070314-db9c-469a-b18b-f0a5f02072ac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-40070314-db9c-469a-b18b-f0a5f02072ac"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-40070314-db9c-469a-b18b-f0a5f02072ac"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-40070314-db9c-469a-b18b-f0a5f02072ac"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-40070314-db9c-469a-b18b-f0a5f02072ac"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-40070314-db9c-469a-b18b-f0a5f02072ac"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-40070314-db9c-469a-b18b-f0a5f02072ac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-40070314-db9c-469a-b18b-f0a5f02072ac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-40070314-db9c-469a-b18b-f0a5f02072ac"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-40070314-db9c-469a-b18b-f0a5f02072ac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-40070314-db9c-469a-b18b-f0a5f02072ac"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-40070314-db9c-469a-b18b-f0a5f02072ac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-40070314-db9c-469a-b18b-f0a5f02072ac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-40070314-db9c-469a-b18b-f0a5f02072ac"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-40070314-db9c-469a-b18b-f0a5f02072ac"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-40070314-db9c-469a-b18b-f0a5f02072ac"] > .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-78cbd5a7-b2da-4302-bb27-a4c40722ae8c {
  text-align: center;
}




  #s-78cbd5a7-b2da-4302-bb27-a4c40722ae8c img.shogun-image {
    
    width: px;
  }


#s-78cbd5a7-b2da-4302-bb27-a4c40722ae8c .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-09af172e-b05e-4ce8-92b8-ba6baa6e2146 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-09af172e-b05e-4ce8-92b8-ba6baa6e2146 .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-34d7c287-78df-4632-abd8-852035c993a7 {
  padding-bottom: 20px;
}

#s-12597f9a-e512-4b52-accf-2c2bc15f1a89 {
  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-12597f9a-e512-4b52-accf-2c2bc15f1a89:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-12597f9a-e512-4b52-accf-2c2bc15f1a89:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-12597f9a-e512-4b52-accf-2c2bc15f1a89.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3e8e21cf-55e8-4a29-aace-f4993c9d1311 {
  text-align: center;
}




  #s-3e8e21cf-55e8-4a29-aace-f4993c9d1311 img.shogun-image {
    
    width: px;
  }


#s-3e8e21cf-55e8-4a29-aace-f4993c9d1311 .shogun-image-content {
  
    align-items: center;
  
}

#s-08bf4a9e-2722-468c-8d6c-38ee0c3ac34a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-08bf4a9e-2722-468c-8d6c-38ee0c3ac34a .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-e4223dc2-c0ef-47a4-bd83-8306771cd0d8 {
  padding-bottom: 20px;
}

#s-cf19bab3-e554-4ded-a39d-5d27b716d6c6 {
  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-cf19bab3-e554-4ded-a39d-5d27b716d6c6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cf19bab3-e554-4ded-a39d-5d27b716d6c6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cf19bab3-e554-4ded-a39d-5d27b716d6c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c66ac1b0-0ac2-450f-9187-228a423316ad {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-c66ac1b0-0ac2-450f-9187-228a423316ad"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-c66ac1b0-0ac2-450f-9187-228a423316ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c66ac1b0-0ac2-450f-9187-228a423316ad"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c66ac1b0-0ac2-450f-9187-228a423316ad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c66ac1b0-0ac2-450f-9187-228a423316ad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c66ac1b0-0ac2-450f-9187-228a423316ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c66ac1b0-0ac2-450f-9187-228a423316ad"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c66ac1b0-0ac2-450f-9187-228a423316ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c66ac1b0-0ac2-450f-9187-228a423316ad"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c66ac1b0-0ac2-450f-9187-228a423316ad"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c66ac1b0-0ac2-450f-9187-228a423316ad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c66ac1b0-0ac2-450f-9187-228a423316ad"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c66ac1b0-0ac2-450f-9187-228a423316ad"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c66ac1b0-0ac2-450f-9187-228a423316ad"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c66ac1b0-0ac2-450f-9187-228a423316ad"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c66ac1b0-0ac2-450f-9187-228a423316ad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c66ac1b0-0ac2-450f-9187-228a423316ad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c66ac1b0-0ac2-450f-9187-228a423316ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c66ac1b0-0ac2-450f-9187-228a423316ad"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c66ac1b0-0ac2-450f-9187-228a423316ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c66ac1b0-0ac2-450f-9187-228a423316ad"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c66ac1b0-0ac2-450f-9187-228a423316ad"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c66ac1b0-0ac2-450f-9187-228a423316ad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c66ac1b0-0ac2-450f-9187-228a423316ad"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c66ac1b0-0ac2-450f-9187-228a423316ad"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c66ac1b0-0ac2-450f-9187-228a423316ad"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c66ac1b0-0ac2-450f-9187-228a423316ad"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c66ac1b0-0ac2-450f-9187-228a423316ad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c66ac1b0-0ac2-450f-9187-228a423316ad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c66ac1b0-0ac2-450f-9187-228a423316ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c66ac1b0-0ac2-450f-9187-228a423316ad"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c66ac1b0-0ac2-450f-9187-228a423316ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c66ac1b0-0ac2-450f-9187-228a423316ad"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c66ac1b0-0ac2-450f-9187-228a423316ad"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c66ac1b0-0ac2-450f-9187-228a423316ad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c66ac1b0-0ac2-450f-9187-228a423316ad"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c66ac1b0-0ac2-450f-9187-228a423316ad"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c66ac1b0-0ac2-450f-9187-228a423316ad"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-4576c433-e2df-40c1-a2ce-a1ab2054fe77 {
  text-align: center;
}




  #s-4576c433-e2df-40c1-a2ce-a1ab2054fe77 img.shogun-image {
    
    width: px;
  }


#s-4576c433-e2df-40c1-a2ce-a1ab2054fe77 .shogun-image-content {
  
    align-items: center;
  
}

#s-87dc5f08-aca9-4e31-99f6-bd648ac5c5e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-87dc5f08-aca9-4e31-99f6-bd648ac5c5e8 .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-8afac144-a881-4e3e-a3f3-40ab93720022 {
  padding-bottom: 20px;
}

#s-31f1aecb-7e12-4cc8-97dd-a1cdfc605ab6 {
  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-31f1aecb-7e12-4cc8-97dd-a1cdfc605ab6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-31f1aecb-7e12-4cc8-97dd-a1cdfc605ab6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-31f1aecb-7e12-4cc8-97dd-a1cdfc605ab6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-565dafbd-dcc8-4336-8041-69268c0ec52d {
  text-align: center;
}




  #s-565dafbd-dcc8-4336-8041-69268c0ec52d img.shogun-image {
    
    width: px;
  }


#s-565dafbd-dcc8-4336-8041-69268c0ec52d .shogun-image-content {
  
    align-items: center;
  
}

#s-6023b70a-9c37-48fc-a514-1d4570db1432 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6023b70a-9c37-48fc-a514-1d4570db1432 .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-f0340df9-cc1f-4222-a288-b24a487dc3e2 {
  padding-bottom: 20px;
}

#s-9554fc4c-21a5-4fd3-b1bf-d709e4e922dc {
  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-9554fc4c-21a5-4fd3-b1bf-d709e4e922dc: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-9554fc4c-21a5-4fd3-b1bf-d709e4e922dc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9554fc4c-21a5-4fd3-b1bf-d709e4e922dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-802b07d7-6c64-42e2-ab65-6c0f9c2b9e95 {
  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-802b07d7-6c64-42e2-ab65-6c0f9c2b9e95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-802b07d7-6c64-42e2-ab65-6c0f9c2b9e95.shg-box.shg-c {
  justify-content: center;
}

#s-5dfadd30-d13b-4843-89a8-5008357b20b1 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-5dfadd30-d13b-4843-89a8-5008357b20b1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-5dfadd30-d13b-4843-89a8-5008357b20b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5dfadd30-d13b-4843-89a8-5008357b20b1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5dfadd30-d13b-4843-89a8-5008357b20b1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5dfadd30-d13b-4843-89a8-5008357b20b1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5dfadd30-d13b-4843-89a8-5008357b20b1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5dfadd30-d13b-4843-89a8-5008357b20b1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5dfadd30-d13b-4843-89a8-5008357b20b1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5dfadd30-d13b-4843-89a8-5008357b20b1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5dfadd30-d13b-4843-89a8-5008357b20b1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5dfadd30-d13b-4843-89a8-5008357b20b1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5dfadd30-d13b-4843-89a8-5008357b20b1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5dfadd30-d13b-4843-89a8-5008357b20b1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5dfadd30-d13b-4843-89a8-5008357b20b1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5dfadd30-d13b-4843-89a8-5008357b20b1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5dfadd30-d13b-4843-89a8-5008357b20b1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5dfadd30-d13b-4843-89a8-5008357b20b1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5dfadd30-d13b-4843-89a8-5008357b20b1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5dfadd30-d13b-4843-89a8-5008357b20b1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5dfadd30-d13b-4843-89a8-5008357b20b1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5dfadd30-d13b-4843-89a8-5008357b20b1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5dfadd30-d13b-4843-89a8-5008357b20b1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5dfadd30-d13b-4843-89a8-5008357b20b1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5dfadd30-d13b-4843-89a8-5008357b20b1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5dfadd30-d13b-4843-89a8-5008357b20b1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5dfadd30-d13b-4843-89a8-5008357b20b1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5dfadd30-d13b-4843-89a8-5008357b20b1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5dfadd30-d13b-4843-89a8-5008357b20b1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5dfadd30-d13b-4843-89a8-5008357b20b1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5dfadd30-d13b-4843-89a8-5008357b20b1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5dfadd30-d13b-4843-89a8-5008357b20b1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5dfadd30-d13b-4843-89a8-5008357b20b1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5dfadd30-d13b-4843-89a8-5008357b20b1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5dfadd30-d13b-4843-89a8-5008357b20b1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5dfadd30-d13b-4843-89a8-5008357b20b1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5dfadd30-d13b-4843-89a8-5008357b20b1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5dfadd30-d13b-4843-89a8-5008357b20b1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5dfadd30-d13b-4843-89a8-5008357b20b1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-1c81af20-f523-4644-bcb5-1aa2f684b797 {
  text-align: center;
}




  #s-1c81af20-f523-4644-bcb5-1aa2f684b797 img.shogun-image {
    
    width: px;
  }


#s-1c81af20-f523-4644-bcb5-1aa2f684b797 .shogun-image-content {
  
    align-items: center;
  
}

#s-f789e4a9-b433-41e4-a006-61f93b20b278 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f789e4a9-b433-41e4-a006-61f93b20b278 .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-4cb0d9b3-f2af-4b55-8c9a-65981edd3945 {
  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-4cb0d9b3-f2af-4b55-8c9a-65981edd3945:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4cb0d9b3-f2af-4b55-8c9a-65981edd3945:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4cb0d9b3-f2af-4b55-8c9a-65981edd3945.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-71146dd4-d9fd-4ca6-b03e-be21ab1d149a {
  text-align: center;
}




  #s-71146dd4-d9fd-4ca6-b03e-be21ab1d149a img.shogun-image {
    
    width: px;
  }


#s-71146dd4-d9fd-4ca6-b03e-be21ab1d149a .shogun-image-content {
  
    align-items: center;
  
}

#s-c455a795-ae3f-46b9-8169-d48dd506dbef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c455a795-ae3f-46b9-8169-d48dd506dbef .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-a44f6dbc-3743-488d-9325-4629cda32b61 {
  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-a44f6dbc-3743-488d-9325-4629cda32b61:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a44f6dbc-3743-488d-9325-4629cda32b61:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a44f6dbc-3743-488d-9325-4629cda32b61.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-98af5840-29be-4c05-b907-db0db5fb9379 {
  text-align: center;
}




  #s-98af5840-29be-4c05-b907-db0db5fb9379 img.shogun-image {
    
    width: px;
  }


#s-98af5840-29be-4c05-b907-db0db5fb9379 .shogun-image-content {
  
    align-items: center;
  
}

#s-30f17423-7878-4995-b9be-89a124b7aaf3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-30f17423-7878-4995-b9be-89a124b7aaf3 .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-68fd10c2-1350-4295-8caa-d7688cc09653 {
  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-68fd10c2-1350-4295-8caa-d7688cc09653:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-68fd10c2-1350-4295-8caa-d7688cc09653:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-68fd10c2-1350-4295-8caa-d7688cc09653.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-87ea1c9b-d508-44ea-ae71-325df7c778e2 {
  text-align: center;
}




  #s-87ea1c9b-d508-44ea-ae71-325df7c778e2 img.shogun-image {
    
    width: px;
  }


#s-87ea1c9b-d508-44ea-ae71-325df7c778e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-64b73632-178e-42bb-9115-28de58c5f168 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-64b73632-178e-42bb-9115-28de58c5f168 .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-d13bc4c8-d3cb-468c-9bee-7a41f9b47470 {
  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-d13bc4c8-d3cb-468c-9bee-7a41f9b47470:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d13bc4c8-d3cb-468c-9bee-7a41f9b47470:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d13bc4c8-d3cb-468c-9bee-7a41f9b47470.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a3ef5cd9-d416-4e25-ac73-385ee8db14d6 {
  min-height: 50px;
}








#s-a3ef5cd9-d416-4e25-ac73-385ee8db14d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3ef5cd9-d416-4e25-ac73-385ee8db14d6.shg-box.shg-c {
  justify-content: center;
}

#s-8af217e0-bff8-4f5e-90cf-6746a4b97623 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-8af217e0-bff8-4f5e-90cf-6746a4b97623"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-8af217e0-bff8-4f5e-90cf-6746a4b97623"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8af217e0-bff8-4f5e-90cf-6746a4b97623"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8af217e0-bff8-4f5e-90cf-6746a4b97623"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8af217e0-bff8-4f5e-90cf-6746a4b97623"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8af217e0-bff8-4f5e-90cf-6746a4b97623"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8af217e0-bff8-4f5e-90cf-6746a4b97623"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8af217e0-bff8-4f5e-90cf-6746a4b97623"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8af217e0-bff8-4f5e-90cf-6746a4b97623"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8af217e0-bff8-4f5e-90cf-6746a4b97623"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8af217e0-bff8-4f5e-90cf-6746a4b97623"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8af217e0-bff8-4f5e-90cf-6746a4b97623"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8af217e0-bff8-4f5e-90cf-6746a4b97623"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8af217e0-bff8-4f5e-90cf-6746a4b97623"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8af217e0-bff8-4f5e-90cf-6746a4b97623"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8af217e0-bff8-4f5e-90cf-6746a4b97623"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8af217e0-bff8-4f5e-90cf-6746a4b97623"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8af217e0-bff8-4f5e-90cf-6746a4b97623"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8af217e0-bff8-4f5e-90cf-6746a4b97623"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8af217e0-bff8-4f5e-90cf-6746a4b97623"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8af217e0-bff8-4f5e-90cf-6746a4b97623"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8af217e0-bff8-4f5e-90cf-6746a4b97623"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8af217e0-bff8-4f5e-90cf-6746a4b97623"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8af217e0-bff8-4f5e-90cf-6746a4b97623"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8af217e0-bff8-4f5e-90cf-6746a4b97623"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8af217e0-bff8-4f5e-90cf-6746a4b97623"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8af217e0-bff8-4f5e-90cf-6746a4b97623"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8af217e0-bff8-4f5e-90cf-6746a4b97623"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8af217e0-bff8-4f5e-90cf-6746a4b97623"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8af217e0-bff8-4f5e-90cf-6746a4b97623"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8af217e0-bff8-4f5e-90cf-6746a4b97623"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8af217e0-bff8-4f5e-90cf-6746a4b97623"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8af217e0-bff8-4f5e-90cf-6746a4b97623"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8af217e0-bff8-4f5e-90cf-6746a4b97623"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8af217e0-bff8-4f5e-90cf-6746a4b97623"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8af217e0-bff8-4f5e-90cf-6746a4b97623"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8af217e0-bff8-4f5e-90cf-6746a4b97623"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8af217e0-bff8-4f5e-90cf-6746a4b97623"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-d000ec8e-43ac-49bc-9d7a-14e9f97e2c55 {
  text-align: center;
}




  #s-d000ec8e-43ac-49bc-9d7a-14e9f97e2c55 img.shogun-image {
    
    width: px;
  }


#s-d000ec8e-43ac-49bc-9d7a-14e9f97e2c55 .shogun-image-content {
  
    align-items: center;
  
}

#s-1563f72a-67b1-48aa-ab85-130b4a1037bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1563f72a-67b1-48aa-ab85-130b4a1037bb .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-5e34dab3-87ad-4bce-bd9c-dc41d313c83d {
  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-5e34dab3-87ad-4bce-bd9c-dc41d313c83d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5e34dab3-87ad-4bce-bd9c-dc41d313c83d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5e34dab3-87ad-4bce-bd9c-dc41d313c83d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-887ad03a-43cd-452b-8e27-75a9709d62e0 {
  text-align: center;
}




  #s-887ad03a-43cd-452b-8e27-75a9709d62e0 img.shogun-image {
    
    width: px;
  }


#s-887ad03a-43cd-452b-8e27-75a9709d62e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-67ea65a2-c39b-4039-88bb-714fb220d263 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-67ea65a2-c39b-4039-88bb-714fb220d263 .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-71a4879c-a42c-4728-b4aa-631ad6c04b40 {
  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-71a4879c-a42c-4728-b4aa-631ad6c04b40:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-71a4879c-a42c-4728-b4aa-631ad6c04b40:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-71a4879c-a42c-4728-b4aa-631ad6c04b40.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-eb80000c-1864-41ee-ae3a-2d3462b7ccaf {
  text-align: center;
}




  #s-eb80000c-1864-41ee-ae3a-2d3462b7ccaf img.shogun-image {
    
    width: px;
  }


#s-eb80000c-1864-41ee-ae3a-2d3462b7ccaf .shogun-image-content {
  
    align-items: center;
  
}

#s-64ee2523-af2c-484e-b358-06e29848d0e9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-64ee2523-af2c-484e-b358-06e29848d0e9 .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-92056777-8a14-4039-ab3e-04d9d12e0a87 {
  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-92056777-8a14-4039-ab3e-04d9d12e0a87:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-92056777-8a14-4039-ab3e-04d9d12e0a87:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-92056777-8a14-4039-ab3e-04d9d12e0a87.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-230cdfe4-d11d-4005-87ee-c51aff054e65 {
  text-align: center;
}




  #s-230cdfe4-d11d-4005-87ee-c51aff054e65 img.shogun-image {
    
    width: px;
  }


#s-230cdfe4-d11d-4005-87ee-c51aff054e65 .shogun-image-content {
  
    align-items: center;
  
}

#s-3ac96dfe-63ce-4c9d-bbd3-1aa02e7175fd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3ac96dfe-63ce-4c9d-bbd3-1aa02e7175fd .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-e32ad010-4f1b-4645-94ba-f9ae5ed2703b {
  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-e32ad010-4f1b-4645-94ba-f9ae5ed2703b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e32ad010-4f1b-4645-94ba-f9ae5ed2703b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e32ad010-4f1b-4645-94ba-f9ae5ed2703b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d7afb185-633e-492c-83fb-2716293debdb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-d7afb185-633e-492c-83fb-2716293debdb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7afb185-633e-492c-83fb-2716293debdb.shg-box.shg-c {
  justify-content: center;
}

#s-f8fab689-d2f0-433d-988a-b15bd9394429 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-f8fab689-d2f0-433d-988a-b15bd9394429"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-f8fab689-d2f0-433d-988a-b15bd9394429"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f8fab689-d2f0-433d-988a-b15bd9394429"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f8fab689-d2f0-433d-988a-b15bd9394429"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f8fab689-d2f0-433d-988a-b15bd9394429"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f8fab689-d2f0-433d-988a-b15bd9394429"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f8fab689-d2f0-433d-988a-b15bd9394429"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f8fab689-d2f0-433d-988a-b15bd9394429"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f8fab689-d2f0-433d-988a-b15bd9394429"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f8fab689-d2f0-433d-988a-b15bd9394429"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f8fab689-d2f0-433d-988a-b15bd9394429"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f8fab689-d2f0-433d-988a-b15bd9394429"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f8fab689-d2f0-433d-988a-b15bd9394429"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f8fab689-d2f0-433d-988a-b15bd9394429"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f8fab689-d2f0-433d-988a-b15bd9394429"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f8fab689-d2f0-433d-988a-b15bd9394429"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f8fab689-d2f0-433d-988a-b15bd9394429"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f8fab689-d2f0-433d-988a-b15bd9394429"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f8fab689-d2f0-433d-988a-b15bd9394429"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f8fab689-d2f0-433d-988a-b15bd9394429"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f8fab689-d2f0-433d-988a-b15bd9394429"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f8fab689-d2f0-433d-988a-b15bd9394429"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f8fab689-d2f0-433d-988a-b15bd9394429"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f8fab689-d2f0-433d-988a-b15bd9394429"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f8fab689-d2f0-433d-988a-b15bd9394429"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f8fab689-d2f0-433d-988a-b15bd9394429"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f8fab689-d2f0-433d-988a-b15bd9394429"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f8fab689-d2f0-433d-988a-b15bd9394429"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f8fab689-d2f0-433d-988a-b15bd9394429"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f8fab689-d2f0-433d-988a-b15bd9394429"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f8fab689-d2f0-433d-988a-b15bd9394429"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f8fab689-d2f0-433d-988a-b15bd9394429"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f8fab689-d2f0-433d-988a-b15bd9394429"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f8fab689-d2f0-433d-988a-b15bd9394429"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f8fab689-d2f0-433d-988a-b15bd9394429"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f8fab689-d2f0-433d-988a-b15bd9394429"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f8fab689-d2f0-433d-988a-b15bd9394429"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f8fab689-d2f0-433d-988a-b15bd9394429"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-3cadc5b9-44de-4896-acba-d4c91bc7c50b {
  text-align: center;
}




  #s-3cadc5b9-44de-4896-acba-d4c91bc7c50b img.shogun-image {
    
    width: px;
  }


#s-3cadc5b9-44de-4896-acba-d4c91bc7c50b .shogun-image-content {
  
    align-items: center;
  
}

#s-e143a3c4-5f2a-4dd2-8c54-937b46b94bff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e143a3c4-5f2a-4dd2-8c54-937b46b94bff .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-e1d68410-7f57-40d3-a0ae-e2ef5e8157de {
  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-e1d68410-7f57-40d3-a0ae-e2ef5e8157de:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e1d68410-7f57-40d3-a0ae-e2ef5e8157de:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e1d68410-7f57-40d3-a0ae-e2ef5e8157de.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1728182b-ac79-4e60-9aff-e4d32f58b0d6 {
  text-align: center;
}




  #s-1728182b-ac79-4e60-9aff-e4d32f58b0d6 img.shogun-image {
    
    width: px;
  }


#s-1728182b-ac79-4e60-9aff-e4d32f58b0d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d3c57e4-ed55-42ed-80b0-dd108aa58a1c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d3c57e4-ed55-42ed-80b0-dd108aa58a1c .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-8260cc18-da86-471a-8132-9be14a472a56 {
  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-8260cc18-da86-471a-8132-9be14a472a56:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8260cc18-da86-471a-8132-9be14a472a56:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8260cc18-da86-471a-8132-9be14a472a56.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a6fd2cfb-9ecd-432e-9568-ebc79840ff5b {
  text-align: center;
}




  #s-a6fd2cfb-9ecd-432e-9568-ebc79840ff5b img.shogun-image {
    
    width: px;
  }


#s-a6fd2cfb-9ecd-432e-9568-ebc79840ff5b .shogun-image-content {
  
    align-items: center;
  
}

#s-2a3b7cc6-dce4-4c64-b3ef-1572ea21265d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2a3b7cc6-dce4-4c64-b3ef-1572ea21265d .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-79cc1972-909e-4ed0-ad0f-1338d15c73ab {
  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-79cc1972-909e-4ed0-ad0f-1338d15c73ab:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-79cc1972-909e-4ed0-ad0f-1338d15c73ab:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-79cc1972-909e-4ed0-ad0f-1338d15c73ab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-da96916a-20a9-4959-81ba-b36cf74a7932 {
  text-align: center;
}




  #s-da96916a-20a9-4959-81ba-b36cf74a7932 img.shogun-image {
    
    width: px;
  }


#s-da96916a-20a9-4959-81ba-b36cf74a7932 .shogun-image-content {
  
    align-items: center;
  
}

#s-d262284f-1ed8-47ef-be61-ba391758058b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d262284f-1ed8-47ef-be61-ba391758058b .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-1bed5c89-2798-4f8a-bd83-892ff567290a {
  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-1bed5c89-2798-4f8a-bd83-892ff567290a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1bed5c89-2798-4f8a-bd83-892ff567290a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1bed5c89-2798-4f8a-bd83-892ff567290a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-05c75419-e30a-4e70-90ab-721ad44a07ca {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-05c75419-e30a-4e70-90ab-721ad44a07ca"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-05c75419-e30a-4e70-90ab-721ad44a07ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05c75419-e30a-4e70-90ab-721ad44a07ca"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-05c75419-e30a-4e70-90ab-721ad44a07ca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-05c75419-e30a-4e70-90ab-721ad44a07ca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-05c75419-e30a-4e70-90ab-721ad44a07ca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-05c75419-e30a-4e70-90ab-721ad44a07ca"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-05c75419-e30a-4e70-90ab-721ad44a07ca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-05c75419-e30a-4e70-90ab-721ad44a07ca"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-05c75419-e30a-4e70-90ab-721ad44a07ca"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-05c75419-e30a-4e70-90ab-721ad44a07ca"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-05c75419-e30a-4e70-90ab-721ad44a07ca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-05c75419-e30a-4e70-90ab-721ad44a07ca"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-05c75419-e30a-4e70-90ab-721ad44a07ca"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-05c75419-e30a-4e70-90ab-721ad44a07ca"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-05c75419-e30a-4e70-90ab-721ad44a07ca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-05c75419-e30a-4e70-90ab-721ad44a07ca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-05c75419-e30a-4e70-90ab-721ad44a07ca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-05c75419-e30a-4e70-90ab-721ad44a07ca"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-05c75419-e30a-4e70-90ab-721ad44a07ca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-05c75419-e30a-4e70-90ab-721ad44a07ca"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-05c75419-e30a-4e70-90ab-721ad44a07ca"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-05c75419-e30a-4e70-90ab-721ad44a07ca"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-05c75419-e30a-4e70-90ab-721ad44a07ca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-05c75419-e30a-4e70-90ab-721ad44a07ca"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-05c75419-e30a-4e70-90ab-721ad44a07ca"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-05c75419-e30a-4e70-90ab-721ad44a07ca"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-05c75419-e30a-4e70-90ab-721ad44a07ca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-05c75419-e30a-4e70-90ab-721ad44a07ca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-05c75419-e30a-4e70-90ab-721ad44a07ca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-05c75419-e30a-4e70-90ab-721ad44a07ca"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-05c75419-e30a-4e70-90ab-721ad44a07ca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-05c75419-e30a-4e70-90ab-721ad44a07ca"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-05c75419-e30a-4e70-90ab-721ad44a07ca"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-05c75419-e30a-4e70-90ab-721ad44a07ca"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-05c75419-e30a-4e70-90ab-721ad44a07ca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-05c75419-e30a-4e70-90ab-721ad44a07ca"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-05c75419-e30a-4e70-90ab-721ad44a07ca"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-fcbd77e2-b9fb-4a4a-a700-7eba7ea827b8 {
  text-align: center;
}




  #s-fcbd77e2-b9fb-4a4a-a700-7eba7ea827b8 img.shogun-image {
    
    width: px;
  }


#s-fcbd77e2-b9fb-4a4a-a700-7eba7ea827b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ea392dc-2c5d-4924-9eb2-13f9de2b5d54 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ea392dc-2c5d-4924-9eb2-13f9de2b5d54 .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-b3fa6aba-3750-478b-aeea-a81cb3564cbc {
  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-b3fa6aba-3750-478b-aeea-a81cb3564cbc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b3fa6aba-3750-478b-aeea-a81cb3564cbc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b3fa6aba-3750-478b-aeea-a81cb3564cbc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b5fb3c04-3255-48f0-9a75-a94097deb8e3 {
  text-align: center;
}




  #s-b5fb3c04-3255-48f0-9a75-a94097deb8e3 img.shogun-image {
    
    width: px;
  }


#s-b5fb3c04-3255-48f0-9a75-a94097deb8e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-99a9c077-1dda-444d-8f14-f13e5f72e64b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-99a9c077-1dda-444d-8f14-f13e5f72e64b .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-181d1c1f-1787-4591-8d4d-35fa43901af5 {
  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-181d1c1f-1787-4591-8d4d-35fa43901af5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-181d1c1f-1787-4591-8d4d-35fa43901af5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-181d1c1f-1787-4591-8d4d-35fa43901af5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-409a59f0-3faf-47d4-91c4-75637a7fe6ad {
  text-align: center;
}




  #s-409a59f0-3faf-47d4-91c4-75637a7fe6ad img.shogun-image {
    
    width: px;
  }


#s-409a59f0-3faf-47d4-91c4-75637a7fe6ad .shogun-image-content {
  
    align-items: center;
  
}

#s-012f10e1-0466-4742-aa99-9156a2b7efe3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-012f10e1-0466-4742-aa99-9156a2b7efe3 .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-e6c5a89b-74c6-4ff7-ac23-eab4a0a9847a {
  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-e6c5a89b-74c6-4ff7-ac23-eab4a0a9847a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e6c5a89b-74c6-4ff7-ac23-eab4a0a9847a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e6c5a89b-74c6-4ff7-ac23-eab4a0a9847a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-69fff0f0-3ef8-4c06-8deb-3b584edaafec {
  text-align: center;
}




  #s-69fff0f0-3ef8-4c06-8deb-3b584edaafec img.shogun-image {
    
    width: px;
  }


#s-69fff0f0-3ef8-4c06-8deb-3b584edaafec .shogun-image-content {
  
    align-items: center;
  
}

#s-b0befb8a-31ff-4dd1-9e20-c059584f8813 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b0befb8a-31ff-4dd1-9e20-c059584f8813 .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-bdd870c8-0b31-4cc1-ac4d-1958264d8afe {
  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-bdd870c8-0b31-4cc1-ac4d-1958264d8afe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bdd870c8-0b31-4cc1-ac4d-1958264d8afe:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bdd870c8-0b31-4cc1-ac4d-1958264d8afe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a703c838-e857-4f9e-bfdd-76a29bab2bb4 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-a703c838-e857-4f9e-bfdd-76a29bab2bb4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a703c838-e857-4f9e-bfdd-76a29bab2bb4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a703c838-e857-4f9e-bfdd-76a29bab2bb4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a703c838-e857-4f9e-bfdd-76a29bab2bb4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a703c838-e857-4f9e-bfdd-76a29bab2bb4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a703c838-e857-4f9e-bfdd-76a29bab2bb4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a703c838-e857-4f9e-bfdd-76a29bab2bb4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a703c838-e857-4f9e-bfdd-76a29bab2bb4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a703c838-e857-4f9e-bfdd-76a29bab2bb4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a703c838-e857-4f9e-bfdd-76a29bab2bb4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a703c838-e857-4f9e-bfdd-76a29bab2bb4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a703c838-e857-4f9e-bfdd-76a29bab2bb4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a703c838-e857-4f9e-bfdd-76a29bab2bb4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a703c838-e857-4f9e-bfdd-76a29bab2bb4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a703c838-e857-4f9e-bfdd-76a29bab2bb4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a703c838-e857-4f9e-bfdd-76a29bab2bb4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a703c838-e857-4f9e-bfdd-76a29bab2bb4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a703c838-e857-4f9e-bfdd-76a29bab2bb4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a703c838-e857-4f9e-bfdd-76a29bab2bb4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a703c838-e857-4f9e-bfdd-76a29bab2bb4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a703c838-e857-4f9e-bfdd-76a29bab2bb4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a703c838-e857-4f9e-bfdd-76a29bab2bb4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a703c838-e857-4f9e-bfdd-76a29bab2bb4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a703c838-e857-4f9e-bfdd-76a29bab2bb4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a703c838-e857-4f9e-bfdd-76a29bab2bb4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a703c838-e857-4f9e-bfdd-76a29bab2bb4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a703c838-e857-4f9e-bfdd-76a29bab2bb4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a703c838-e857-4f9e-bfdd-76a29bab2bb4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a703c838-e857-4f9e-bfdd-76a29bab2bb4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a703c838-e857-4f9e-bfdd-76a29bab2bb4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a703c838-e857-4f9e-bfdd-76a29bab2bb4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a703c838-e857-4f9e-bfdd-76a29bab2bb4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a703c838-e857-4f9e-bfdd-76a29bab2bb4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a703c838-e857-4f9e-bfdd-76a29bab2bb4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a703c838-e857-4f9e-bfdd-76a29bab2bb4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a703c838-e857-4f9e-bfdd-76a29bab2bb4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a703c838-e857-4f9e-bfdd-76a29bab2bb4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-5e0fe513-bcdf-4033-96c3-1af00af91092 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-5e0fe513-bcdf-4033-96c3-1af00af91092 img.shogun-image {
    
    width: px;
  }


#s-5e0fe513-bcdf-4033-96c3-1af00af91092 .shogun-image-content {
  
    align-items: center;
  
}

#s-467cdf79-9679-47bd-989a-efabee8351ac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-467cdf79-9679-47bd-989a-efabee8351ac .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-ac8eee29-22a1-473a-8b25-19d6550fded0 {
  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-ac8eee29-22a1-473a-8b25-19d6550fded0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ac8eee29-22a1-473a-8b25-19d6550fded0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ac8eee29-22a1-473a-8b25-19d6550fded0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-192b9417-57d9-4211-8796-846f88dc9cf6 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-192b9417-57d9-4211-8796-846f88dc9cf6 img.shogun-image {
    
    width: px;
  }


#s-192b9417-57d9-4211-8796-846f88dc9cf6 .shogun-image-content {
  
    align-items: center;
  
}

#s-a91d2c7f-d99a-4717-84f3-ef1e2b97b22e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a91d2c7f-d99a-4717-84f3-ef1e2b97b22e .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-d1df658c-b869-47a4-b0c9-91810a4d2343 {
  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-d1df658c-b869-47a4-b0c9-91810a4d2343:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d1df658c-b869-47a4-b0c9-91810a4d2343:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d1df658c-b869-47a4-b0c9-91810a4d2343.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ef179e23-0c70-4515-9422-8020e4876456 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-ef179e23-0c70-4515-9422-8020e4876456 img.shogun-image {
    
    width: px;
  }


#s-ef179e23-0c70-4515-9422-8020e4876456 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a074a2d-e4d5-4fa4-8246-e2d253d239ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a074a2d-e4d5-4fa4-8246-e2d253d239ec .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-9300335a-99b0-4434-a0dc-d2b68c40780c {
  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-9300335a-99b0-4434-a0dc-d2b68c40780c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9300335a-99b0-4434-a0dc-d2b68c40780c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9300335a-99b0-4434-a0dc-d2b68c40780c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3583f783-a981-4310-aea2-eaac54cedf1c {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: -55px;
background-position: center center;
}








#s-3583f783-a981-4310-aea2-eaac54cedf1c > .shg-box-overlay {
  background-color: rgba(66, 78, 86, 1);
  opacity: 0.5;
}#s-3583f783-a981-4310-aea2-eaac54cedf1c.shg-box.shg-c {
  justify-content: center;
}

#s-6010281c-510a-425e-9617-e40bb3e7f449 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-6010281c-510a-425e-9617-e40bb3e7f449"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6010281c-510a-425e-9617-e40bb3e7f449"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-6010281c-510a-425e-9617-e40bb3e7f449"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-6010281c-510a-425e-9617-e40bb3e7f449"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-6010281c-510a-425e-9617-e40bb3e7f449"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-6010281c-510a-425e-9617-e40bb3e7f449"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-6010281c-510a-425e-9617-e40bb3e7f449"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-6010281c-510a-425e-9617-e40bb3e7f449"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-6010281c-510a-425e-9617-e40bb3e7f449"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-6010281c-510a-425e-9617-e40bb3e7f449"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-6010281c-510a-425e-9617-e40bb3e7f449"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-6010281c-510a-425e-9617-e40bb3e7f449"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-6010281c-510a-425e-9617-e40bb3e7f449"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-6010281c-510a-425e-9617-e40bb3e7f449"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-6010281c-510a-425e-9617-e40bb3e7f449"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-6010281c-510a-425e-9617-e40bb3e7f449"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-6010281c-510a-425e-9617-e40bb3e7f449"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-6010281c-510a-425e-9617-e40bb3e7f449"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-6010281c-510a-425e-9617-e40bb3e7f449"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-6010281c-510a-425e-9617-e40bb3e7f449"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-6010281c-510a-425e-9617-e40bb3e7f449"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-6010281c-510a-425e-9617-e40bb3e7f449"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-6010281c-510a-425e-9617-e40bb3e7f449"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-6010281c-510a-425e-9617-e40bb3e7f449"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-6010281c-510a-425e-9617-e40bb3e7f449"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-6010281c-510a-425e-9617-e40bb3e7f449"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-6010281c-510a-425e-9617-e40bb3e7f449"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-6010281c-510a-425e-9617-e40bb3e7f449"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-6010281c-510a-425e-9617-e40bb3e7f449"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-6010281c-510a-425e-9617-e40bb3e7f449"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-6010281c-510a-425e-9617-e40bb3e7f449"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-6010281c-510a-425e-9617-e40bb3e7f449"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-6010281c-510a-425e-9617-e40bb3e7f449"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-6010281c-510a-425e-9617-e40bb3e7f449"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-6010281c-510a-425e-9617-e40bb3e7f449"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-6010281c-510a-425e-9617-e40bb3e7f449"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-6010281c-510a-425e-9617-e40bb3e7f449"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 50.0px);
}

}

#s-49da8124-dab5-4b0f-a307-eae348149a05 {
  padding-top: 40px;
padding-bottom: 20px;
text-align: center;
}

#s-49da8124-dab5-4b0f-a307-eae348149a05 .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-1f5ed831-ce3b-4516-8563-1333de19af7c {
  padding-top: 10px;
padding-bottom: 20px;
}

#s-e0130277-0381-424d-85c2-919bb6c1b2a4 {
  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-e0130277-0381-424d-85c2-919bb6c1b2a4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e0130277-0381-424d-85c2-919bb6c1b2a4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e0130277-0381-424d-85c2-919bb6c1b2a4.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;
}
