.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
}

.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;
  flex-grow: 1;
  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-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-5912093e-b31f-4951-892c-037bc35e645e {
  box-shadow:0px 0px 0px 0px rgba(205, 202, 202, 1);
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
opacity: 1;
}

#s-5912093e-b31f-4951-892c-037bc35e645e .shogun-tabs {
  justify-content: flex-start;
}


  #s-5912093e-b31f-4951-892c-037bc35e645e .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-5912093e-b31f-4951-892c-037bc35e645e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid rgba(251, 55, 16, 1);
  }
#s-5912093e-b31f-4951-892c-037bc35e645e .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Roboto;
  font-weight: 500;
  font-style: ;
  font-size: 14px;
}

#s-5912093e-b31f-4951-892c-037bc35e645e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(251, 55, 16, 1);
}

#s-5912093e-b31f-4951-892c-037bc35e645e .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-5912093e-b31f-4951-892c-037bc35e645e .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(251, 55, 16, 1);
}

.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-bff29ea5-b574-4069-8ec1-56ae1348fcc0 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 15px;
padding-bottom: 15px;
text-align: left;
}
@media (min-width: 1200px){#s-bff29ea5-b574-4069-8ec1-56ae1348fcc0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bff29ea5-b574-4069-8ec1-56ae1348fcc0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bff29ea5-b574-4069-8ec1-56ae1348fcc0 {
  
}
}@media (max-width: 767px){#s-bff29ea5-b574-4069-8ec1-56ae1348fcc0 {
  
}
}
#s-bff29ea5-b574-4069-8ec1-56ae1348fcc0 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



.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;
}

@media (min-width: 0px) {
[id="s-ca372837-40be-4f47-8c41-af90a33ca11b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca372837-40be-4f47-8c41-af90a33ca11b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ca372837-40be-4f47-8c41-af90a33ca11b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ca372837-40be-4f47-8c41-af90a33ca11b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ca372837-40be-4f47-8c41-af90a33ca11b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ca372837-40be-4f47-8c41-af90a33ca11b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ca372837-40be-4f47-8c41-af90a33ca11b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ca372837-40be-4f47-8c41-af90a33ca11b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ca372837-40be-4f47-8c41-af90a33ca11b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ca372837-40be-4f47-8c41-af90a33ca11b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ca372837-40be-4f47-8c41-af90a33ca11b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ca372837-40be-4f47-8c41-af90a33ca11b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ca372837-40be-4f47-8c41-af90a33ca11b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ca372837-40be-4f47-8c41-af90a33ca11b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ca372837-40be-4f47-8c41-af90a33ca11b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ca372837-40be-4f47-8c41-af90a33ca11b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ca372837-40be-4f47-8c41-af90a33ca11b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ca372837-40be-4f47-8c41-af90a33ca11b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ca372837-40be-4f47-8c41-af90a33ca11b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ca372837-40be-4f47-8c41-af90a33ca11b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ca372837-40be-4f47-8c41-af90a33ca11b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ca372837-40be-4f47-8c41-af90a33ca11b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ca372837-40be-4f47-8c41-af90a33ca11b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ca372837-40be-4f47-8c41-af90a33ca11b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ca372837-40be-4f47-8c41-af90a33ca11b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca372837-40be-4f47-8c41-af90a33ca11b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ca372837-40be-4f47-8c41-af90a33ca11b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ca372837-40be-4f47-8c41-af90a33ca11b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ca372837-40be-4f47-8c41-af90a33ca11b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ca372837-40be-4f47-8c41-af90a33ca11b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ca372837-40be-4f47-8c41-af90a33ca11b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ca372837-40be-4f47-8c41-af90a33ca11b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ca372837-40be-4f47-8c41-af90a33ca11b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ca372837-40be-4f47-8c41-af90a33ca11b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ca372837-40be-4f47-8c41-af90a33ca11b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ca372837-40be-4f47-8c41-af90a33ca11b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ca372837-40be-4f47-8c41-af90a33ca11b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-0e5fc0cc-f29e-48f5-ba4a-4de3e4d51567 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 1px;
padding-bottom: 0px;
padding-right: 1px;
}

#s-0e5fc0cc-f29e-48f5-ba4a-4de3e4d51567 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-0e5fc0cc-f29e-48f5-ba4a-4de3e4d51567 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-0e5fc0cc-f29e-48f5-ba4a-4de3e4d51567 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-0e5fc0cc-f29e-48f5-ba4a-4de3e4d51567 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-0e5fc0cc-f29e-48f5-ba4a-4de3e4d51567 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: 500;
  font-style: ;
  font-size: ;
}

#s-0e5fc0cc-f29e-48f5-ba4a-4de3e4d51567 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-c254acb6-5af8-46b7-9e63-313aef93c54c {
  margin-left: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 4px;
padding-bottom: 5px;
padding-right: 4px;
}

#s-c254acb6-5af8-46b7-9e63-313aef93c54c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(149, 146, 146, 1);
}

#s-c254acb6-5af8-46b7-9e63-313aef93c54c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 7px;
}

#s-c254acb6-5af8-46b7-9e63-313aef93c54c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(126, 126, 126, 1);
}

#s-c254acb6-5af8-46b7-9e63-313aef93c54c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(149, 146, 146, 1);
}

#s-c254acb6-5af8-46b7-9e63-313aef93c54c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(126, 126, 126, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: 900;
  font-style: ;
  font-size: 13px;
}

#s-c254acb6-5af8-46b7-9e63-313aef93c54c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}
#s-976eeff0-e456-487c-bb42-944db4d856ca {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-976eeff0-e456-487c-bb42-944db4d856ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-976eeff0-e456-487c-bb42-944db4d856ca"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-976eeff0-e456-487c-bb42-944db4d856ca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-976eeff0-e456-487c-bb42-944db4d856ca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-976eeff0-e456-487c-bb42-944db4d856ca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-976eeff0-e456-487c-bb42-944db4d856ca"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-976eeff0-e456-487c-bb42-944db4d856ca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-976eeff0-e456-487c-bb42-944db4d856ca"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-976eeff0-e456-487c-bb42-944db4d856ca"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-976eeff0-e456-487c-bb42-944db4d856ca"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-976eeff0-e456-487c-bb42-944db4d856ca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-976eeff0-e456-487c-bb42-944db4d856ca"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-976eeff0-e456-487c-bb42-944db4d856ca"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-976eeff0-e456-487c-bb42-944db4d856ca"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-976eeff0-e456-487c-bb42-944db4d856ca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-976eeff0-e456-487c-bb42-944db4d856ca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-976eeff0-e456-487c-bb42-944db4d856ca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-976eeff0-e456-487c-bb42-944db4d856ca"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-976eeff0-e456-487c-bb42-944db4d856ca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-976eeff0-e456-487c-bb42-944db4d856ca"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-976eeff0-e456-487c-bb42-944db4d856ca"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-976eeff0-e456-487c-bb42-944db4d856ca"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-976eeff0-e456-487c-bb42-944db4d856ca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-976eeff0-e456-487c-bb42-944db4d856ca"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-976eeff0-e456-487c-bb42-944db4d856ca"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-976eeff0-e456-487c-bb42-944db4d856ca"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-976eeff0-e456-487c-bb42-944db4d856ca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-976eeff0-e456-487c-bb42-944db4d856ca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-976eeff0-e456-487c-bb42-944db4d856ca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-976eeff0-e456-487c-bb42-944db4d856ca"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-976eeff0-e456-487c-bb42-944db4d856ca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-976eeff0-e456-487c-bb42-944db4d856ca"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-976eeff0-e456-487c-bb42-944db4d856ca"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-976eeff0-e456-487c-bb42-944db4d856ca"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-976eeff0-e456-487c-bb42-944db4d856ca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-976eeff0-e456-487c-bb42-944db4d856ca"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-976eeff0-e456-487c-bb42-944db4d856ca"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-2eaf78b3-cacb-415f-a007-776baa1111b5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-2eaf78b3-cacb-415f-a007-776baa1111b5 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-2eaf78b3-cacb-415f-a007-776baa1111b5 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-2eaf78b3-cacb-415f-a007-776baa1111b5 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-2eaf78b3-cacb-415f-a007-776baa1111b5 td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-2eaf78b3-cacb-415f-a007-776baa1111b5 td.shogun-table-column, #s-2eaf78b3-cacb-415f-a007-776baa1111b5 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

.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;
}

#s-38d2f213-5e5d-4dcd-a4bd-4b8153a5c08c {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-6f46bb5e-c543-4607-8d9a-4c864ded56d0 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-2e9d4959-529c-40a5-8b99-f773d1a89db0 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-720fd54c-a836-467b-972c-295f43d8e8ae {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-18760e46-07be-41a9-a47e-7c57268c989b {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-2f4ee493-dce3-4f9f-bc53-ff041fc3f9a9 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-a12bf5d6-b0ba-4617-a265-6a0ad9276b8c {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-5a9b4d02-add5-408d-b1f9-b6a4207d6c6d {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-9e1c276d-b71d-47ab-8921-7f27e2a74f42 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-15d1f0ea-463f-4b75-9e10-98686b78b664 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-ded85ded-23c3-496c-a5ab-1a4a7b4d87e8 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-993a8f7d-0c08-459c-938a-0c6f2218b094 {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 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-852a2248-7085-4494-a840-63ddf31559d5 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-852a2248-7085-4494-a840-63ddf31559d5 img.shogun-image {
    
    width: px;
  }


#s-852a2248-7085-4494-a840-63ddf31559d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed5aadb9-8a7f-475e-8a16-ccadf4ddaf6b {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-ed5aadb9-8a7f-475e-8a16-ccadf4ddaf6b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed5aadb9-8a7f-475e-8a16-ccadf4ddaf6b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ed5aadb9-8a7f-475e-8a16-ccadf4ddaf6b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ed5aadb9-8a7f-475e-8a16-ccadf4ddaf6b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ed5aadb9-8a7f-475e-8a16-ccadf4ddaf6b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ed5aadb9-8a7f-475e-8a16-ccadf4ddaf6b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ed5aadb9-8a7f-475e-8a16-ccadf4ddaf6b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ed5aadb9-8a7f-475e-8a16-ccadf4ddaf6b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ed5aadb9-8a7f-475e-8a16-ccadf4ddaf6b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ed5aadb9-8a7f-475e-8a16-ccadf4ddaf6b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ed5aadb9-8a7f-475e-8a16-ccadf4ddaf6b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ed5aadb9-8a7f-475e-8a16-ccadf4ddaf6b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ed5aadb9-8a7f-475e-8a16-ccadf4ddaf6b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ed5aadb9-8a7f-475e-8a16-ccadf4ddaf6b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ed5aadb9-8a7f-475e-8a16-ccadf4ddaf6b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ed5aadb9-8a7f-475e-8a16-ccadf4ddaf6b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ed5aadb9-8a7f-475e-8a16-ccadf4ddaf6b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ed5aadb9-8a7f-475e-8a16-ccadf4ddaf6b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ed5aadb9-8a7f-475e-8a16-ccadf4ddaf6b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ed5aadb9-8a7f-475e-8a16-ccadf4ddaf6b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ed5aadb9-8a7f-475e-8a16-ccadf4ddaf6b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ed5aadb9-8a7f-475e-8a16-ccadf4ddaf6b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ed5aadb9-8a7f-475e-8a16-ccadf4ddaf6b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ed5aadb9-8a7f-475e-8a16-ccadf4ddaf6b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ed5aadb9-8a7f-475e-8a16-ccadf4ddaf6b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed5aadb9-8a7f-475e-8a16-ccadf4ddaf6b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ed5aadb9-8a7f-475e-8a16-ccadf4ddaf6b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ed5aadb9-8a7f-475e-8a16-ccadf4ddaf6b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ed5aadb9-8a7f-475e-8a16-ccadf4ddaf6b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ed5aadb9-8a7f-475e-8a16-ccadf4ddaf6b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ed5aadb9-8a7f-475e-8a16-ccadf4ddaf6b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ed5aadb9-8a7f-475e-8a16-ccadf4ddaf6b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ed5aadb9-8a7f-475e-8a16-ccadf4ddaf6b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ed5aadb9-8a7f-475e-8a16-ccadf4ddaf6b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ed5aadb9-8a7f-475e-8a16-ccadf4ddaf6b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ed5aadb9-8a7f-475e-8a16-ccadf4ddaf6b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ed5aadb9-8a7f-475e-8a16-ccadf4ddaf6b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b8583644-2cba-4b63-8533-7ec8ae748964 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-b8583644-2cba-4b63-8533-7ec8ae748964 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-b8583644-2cba-4b63-8533-7ec8ae748964 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-b8583644-2cba-4b63-8533-7ec8ae748964 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-b8583644-2cba-4b63-8533-7ec8ae748964 td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-b8583644-2cba-4b63-8533-7ec8ae748964 td.shogun-table-column, #s-b8583644-2cba-4b63-8533-7ec8ae748964 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-84f64b77-3dde-4e07-8c2b-9d7be66a2631 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-3f1e9795-1dda-4f54-b68b-2e58fd496ca4 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-7e087004-099b-4903-bae0-e91b4edd9c33 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-2940dc33-d1de-4161-a2de-172c5f8b8014 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-5a74f119-b64d-4c1f-994c-5bce8b268771 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-7a60797a-50e1-4ade-8f21-e290ca964ccd {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-dae425c6-b154-4976-964e-f1000e17229c {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-174270c4-a9bd-4327-a54b-078284035c5d {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-6823eb87-2346-4bdd-8bfb-fb9f21b879f3 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-76c18107-bf27-4dd0-8db7-1cf67dbf58df {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-c32d5e70-c591-4a6a-a989-ee4b5387e2f3 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-38029cce-fa19-44ae-b3ba-777a128ac77e {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-683f6c04-5a08-4bf4-8a3f-1381d452a1a7 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-683f6c04-5a08-4bf4-8a3f-1381d452a1a7 img.shogun-image {
    
    width: px;
  }


#s-683f6c04-5a08-4bf4-8a3f-1381d452a1a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-627b396b-82c0-4a19-b08f-d0e4c25fd7d4 {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-627b396b-82c0-4a19-b08f-d0e4c25fd7d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-627b396b-82c0-4a19-b08f-d0e4c25fd7d4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-627b396b-82c0-4a19-b08f-d0e4c25fd7d4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-627b396b-82c0-4a19-b08f-d0e4c25fd7d4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-627b396b-82c0-4a19-b08f-d0e4c25fd7d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-627b396b-82c0-4a19-b08f-d0e4c25fd7d4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-627b396b-82c0-4a19-b08f-d0e4c25fd7d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-627b396b-82c0-4a19-b08f-d0e4c25fd7d4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-627b396b-82c0-4a19-b08f-d0e4c25fd7d4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-627b396b-82c0-4a19-b08f-d0e4c25fd7d4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-627b396b-82c0-4a19-b08f-d0e4c25fd7d4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-627b396b-82c0-4a19-b08f-d0e4c25fd7d4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-627b396b-82c0-4a19-b08f-d0e4c25fd7d4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-627b396b-82c0-4a19-b08f-d0e4c25fd7d4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-627b396b-82c0-4a19-b08f-d0e4c25fd7d4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-627b396b-82c0-4a19-b08f-d0e4c25fd7d4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-627b396b-82c0-4a19-b08f-d0e4c25fd7d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-627b396b-82c0-4a19-b08f-d0e4c25fd7d4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-627b396b-82c0-4a19-b08f-d0e4c25fd7d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-627b396b-82c0-4a19-b08f-d0e4c25fd7d4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-627b396b-82c0-4a19-b08f-d0e4c25fd7d4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-627b396b-82c0-4a19-b08f-d0e4c25fd7d4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-627b396b-82c0-4a19-b08f-d0e4c25fd7d4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-627b396b-82c0-4a19-b08f-d0e4c25fd7d4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-627b396b-82c0-4a19-b08f-d0e4c25fd7d4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-627b396b-82c0-4a19-b08f-d0e4c25fd7d4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-627b396b-82c0-4a19-b08f-d0e4c25fd7d4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-627b396b-82c0-4a19-b08f-d0e4c25fd7d4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-627b396b-82c0-4a19-b08f-d0e4c25fd7d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-627b396b-82c0-4a19-b08f-d0e4c25fd7d4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-627b396b-82c0-4a19-b08f-d0e4c25fd7d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-627b396b-82c0-4a19-b08f-d0e4c25fd7d4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-627b396b-82c0-4a19-b08f-d0e4c25fd7d4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-627b396b-82c0-4a19-b08f-d0e4c25fd7d4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-627b396b-82c0-4a19-b08f-d0e4c25fd7d4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-627b396b-82c0-4a19-b08f-d0e4c25fd7d4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-627b396b-82c0-4a19-b08f-d0e4c25fd7d4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d5e926c7-4ae4-4576-81ef-0146d0db5695 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-d5e926c7-4ae4-4576-81ef-0146d0db5695 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-d5e926c7-4ae4-4576-81ef-0146d0db5695 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-d5e926c7-4ae4-4576-81ef-0146d0db5695 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-d5e926c7-4ae4-4576-81ef-0146d0db5695 td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-d5e926c7-4ae4-4576-81ef-0146d0db5695 td.shogun-table-column, #s-d5e926c7-4ae4-4576-81ef-0146d0db5695 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-ceee9d1e-c9f9-4f3b-8874-6dc1bc20a338 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-977b59cb-b15e-4a34-a614-4c53b7d5bc44 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-3a690944-1866-4828-94f8-16a4f9d929e5 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-3e9ceb9d-4603-4aa2-b368-dd8475325488 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-331c4bd8-b01d-4725-aa90-bee8f76b48b7 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-a52f5990-2a9b-44ac-bba8-c7a8aa9e9d83 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-244333a7-0da9-4e46-ae7d-23d033577e31 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-2517504f-4ff9-4354-8da1-e68597959fee {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-11cf1a52-8200-48df-8280-14597e54d173 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-d260171c-a07e-4145-8477-6540eaf1ead6 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-a7e9e001-3402-42cc-ac66-52effa7ff5ca {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-9bc66c82-5918-41da-b35c-86f6848ea1c3 {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-ddb921ed-48de-4fc6-84f4-578a887c1d21 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-ddb921ed-48de-4fc6-84f4-578a887c1d21 img.shogun-image {
    
    width: px;
  }


#s-ddb921ed-48de-4fc6-84f4-578a887c1d21 .shogun-image-content {
  
    align-items: center;
  
}

#s-f01368c3-6ab0-4c31-8afb-96c1dea15c5d {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-f01368c3-6ab0-4c31-8afb-96c1dea15c5d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f01368c3-6ab0-4c31-8afb-96c1dea15c5d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f01368c3-6ab0-4c31-8afb-96c1dea15c5d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f01368c3-6ab0-4c31-8afb-96c1dea15c5d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f01368c3-6ab0-4c31-8afb-96c1dea15c5d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f01368c3-6ab0-4c31-8afb-96c1dea15c5d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f01368c3-6ab0-4c31-8afb-96c1dea15c5d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f01368c3-6ab0-4c31-8afb-96c1dea15c5d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f01368c3-6ab0-4c31-8afb-96c1dea15c5d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f01368c3-6ab0-4c31-8afb-96c1dea15c5d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f01368c3-6ab0-4c31-8afb-96c1dea15c5d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f01368c3-6ab0-4c31-8afb-96c1dea15c5d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f01368c3-6ab0-4c31-8afb-96c1dea15c5d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f01368c3-6ab0-4c31-8afb-96c1dea15c5d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f01368c3-6ab0-4c31-8afb-96c1dea15c5d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f01368c3-6ab0-4c31-8afb-96c1dea15c5d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f01368c3-6ab0-4c31-8afb-96c1dea15c5d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f01368c3-6ab0-4c31-8afb-96c1dea15c5d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f01368c3-6ab0-4c31-8afb-96c1dea15c5d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f01368c3-6ab0-4c31-8afb-96c1dea15c5d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f01368c3-6ab0-4c31-8afb-96c1dea15c5d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f01368c3-6ab0-4c31-8afb-96c1dea15c5d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f01368c3-6ab0-4c31-8afb-96c1dea15c5d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f01368c3-6ab0-4c31-8afb-96c1dea15c5d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f01368c3-6ab0-4c31-8afb-96c1dea15c5d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f01368c3-6ab0-4c31-8afb-96c1dea15c5d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f01368c3-6ab0-4c31-8afb-96c1dea15c5d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f01368c3-6ab0-4c31-8afb-96c1dea15c5d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f01368c3-6ab0-4c31-8afb-96c1dea15c5d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f01368c3-6ab0-4c31-8afb-96c1dea15c5d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f01368c3-6ab0-4c31-8afb-96c1dea15c5d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f01368c3-6ab0-4c31-8afb-96c1dea15c5d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f01368c3-6ab0-4c31-8afb-96c1dea15c5d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f01368c3-6ab0-4c31-8afb-96c1dea15c5d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f01368c3-6ab0-4c31-8afb-96c1dea15c5d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f01368c3-6ab0-4c31-8afb-96c1dea15c5d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f01368c3-6ab0-4c31-8afb-96c1dea15c5d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e5d595d7-6baf-46a6-a5fe-826c58364c75 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-e5d595d7-6baf-46a6-a5fe-826c58364c75 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-e5d595d7-6baf-46a6-a5fe-826c58364c75 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-e5d595d7-6baf-46a6-a5fe-826c58364c75 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-e5d595d7-6baf-46a6-a5fe-826c58364c75 td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-e5d595d7-6baf-46a6-a5fe-826c58364c75 td.shogun-table-column, #s-e5d595d7-6baf-46a6-a5fe-826c58364c75 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-fc521de7-3238-410f-a1e9-1f704572ed98 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-56aabc13-f080-4e9a-bfd9-072449aa9c39 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-f81f0eee-36fd-4a2c-b999-e6e69945654b {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-de0f0f68-0428-485f-8eaa-77fc3fa24234 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-39f170dd-cb5a-4d68-ad39-829555e02786 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-3daf3659-108e-4c6c-a1db-fcd0046517e9 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-6602d929-c827-44ac-956f-5b8332093a07 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-2db2d623-72ac-4dd6-acc5-47484f42dada {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-b84a0297-8c9f-4824-94eb-70ff6709dfb3 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-2d981b71-849f-4ad1-b96f-ec2ab0ac3476 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-8b6a29ed-7b8e-428e-8975-137d6c72c1f7 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-0dce22bb-04a1-473b-a65d-95ece2e3a0c6 {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-6578a004-4b41-4545-883a-b3ca5c28c771 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-6578a004-4b41-4545-883a-b3ca5c28c771 img.shogun-image {
    
    width: px;
  }


#s-6578a004-4b41-4545-883a-b3ca5c28c771 .shogun-image-content {
  
    align-items: center;
  
}

#s-3418d9a2-1871-4d90-bc40-75d68df62fc0 {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-3418d9a2-1871-4d90-bc40-75d68df62fc0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3418d9a2-1871-4d90-bc40-75d68df62fc0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3418d9a2-1871-4d90-bc40-75d68df62fc0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3418d9a2-1871-4d90-bc40-75d68df62fc0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3418d9a2-1871-4d90-bc40-75d68df62fc0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3418d9a2-1871-4d90-bc40-75d68df62fc0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3418d9a2-1871-4d90-bc40-75d68df62fc0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3418d9a2-1871-4d90-bc40-75d68df62fc0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3418d9a2-1871-4d90-bc40-75d68df62fc0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3418d9a2-1871-4d90-bc40-75d68df62fc0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3418d9a2-1871-4d90-bc40-75d68df62fc0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3418d9a2-1871-4d90-bc40-75d68df62fc0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3418d9a2-1871-4d90-bc40-75d68df62fc0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3418d9a2-1871-4d90-bc40-75d68df62fc0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3418d9a2-1871-4d90-bc40-75d68df62fc0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3418d9a2-1871-4d90-bc40-75d68df62fc0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3418d9a2-1871-4d90-bc40-75d68df62fc0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3418d9a2-1871-4d90-bc40-75d68df62fc0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3418d9a2-1871-4d90-bc40-75d68df62fc0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3418d9a2-1871-4d90-bc40-75d68df62fc0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3418d9a2-1871-4d90-bc40-75d68df62fc0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3418d9a2-1871-4d90-bc40-75d68df62fc0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3418d9a2-1871-4d90-bc40-75d68df62fc0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3418d9a2-1871-4d90-bc40-75d68df62fc0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3418d9a2-1871-4d90-bc40-75d68df62fc0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3418d9a2-1871-4d90-bc40-75d68df62fc0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3418d9a2-1871-4d90-bc40-75d68df62fc0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3418d9a2-1871-4d90-bc40-75d68df62fc0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3418d9a2-1871-4d90-bc40-75d68df62fc0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3418d9a2-1871-4d90-bc40-75d68df62fc0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3418d9a2-1871-4d90-bc40-75d68df62fc0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3418d9a2-1871-4d90-bc40-75d68df62fc0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3418d9a2-1871-4d90-bc40-75d68df62fc0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3418d9a2-1871-4d90-bc40-75d68df62fc0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3418d9a2-1871-4d90-bc40-75d68df62fc0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3418d9a2-1871-4d90-bc40-75d68df62fc0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3418d9a2-1871-4d90-bc40-75d68df62fc0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-97933db6-411a-4016-89da-04f576ff6a47 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-97933db6-411a-4016-89da-04f576ff6a47 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-97933db6-411a-4016-89da-04f576ff6a47 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-97933db6-411a-4016-89da-04f576ff6a47 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-97933db6-411a-4016-89da-04f576ff6a47 td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-97933db6-411a-4016-89da-04f576ff6a47 td.shogun-table-column, #s-97933db6-411a-4016-89da-04f576ff6a47 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-47a9f971-153d-4775-99a1-ab8178bee8ca {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-a49d7422-063f-42fb-9999-7731ceb75264 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-b6b53b20-668d-4e30-b31c-66cf6791fe77 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-7a0f7388-d429-44dd-99ab-3d291b01ee5a {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-fe2fa6cc-d3dd-4b22-83eb-e608f08b30d8 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-cb5917e6-facd-474f-bb90-801478a5b0ff {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-463ef555-85e3-4896-a773-4eacf8b7d789 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-943f4e4b-e4c2-406f-8c56-7e5254eb7aad {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-391854a8-541a-4f4d-a10b-36f0328f213c {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-23628999-f13f-4423-836c-2323418285b7 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-be0f0486-efc7-423e-961d-db23b414760c {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-940b29bb-1e2c-43cd-a134-77fd9642c0b4 {
  margin-top: -5px;
margin-bottom: -5px;
padding-top: 0px;
padding-bottom: 0px;
border-radius: 5px;
}

#s-9fd7677a-1273-4faf-ab66-dd01ff5caa01 {
  text-align: center;
}




  #s-9fd7677a-1273-4faf-ab66-dd01ff5caa01 img.shogun-image {
    
    width: px;
  }


#s-9fd7677a-1273-4faf-ab66-dd01ff5caa01 .shogun-image-content {
  
    align-items: center;
  
}

#s-005bd506-609a-4997-838a-df51304f92f0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-005bd506-609a-4997-838a-df51304f92f0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-005bd506-609a-4997-838a-df51304f92f0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-005bd506-609a-4997-838a-df51304f92f0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-005bd506-609a-4997-838a-df51304f92f0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-005bd506-609a-4997-838a-df51304f92f0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: 500;
  font-style: ;
  font-size: ;
}

#s-005bd506-609a-4997-838a-df51304f92f0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-222677f2-d44e-4ae1-85a5-d317c0c38cd1 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 4px;
padding-bottom: 5px;
padding-right: 4px;
}

#s-222677f2-d44e-4ae1-85a5-d317c0c38cd1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(149, 146, 146, 1);
}

#s-222677f2-d44e-4ae1-85a5-d317c0c38cd1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 7px;
}

#s-222677f2-d44e-4ae1-85a5-d317c0c38cd1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(126, 126, 126, 1);
}

#s-222677f2-d44e-4ae1-85a5-d317c0c38cd1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(149, 146, 146, 1);
}

#s-222677f2-d44e-4ae1-85a5-d317c0c38cd1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(126, 126, 126, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: 900;
  font-style: ;
  font-size: 13px;
}

#s-222677f2-d44e-4ae1-85a5-d317c0c38cd1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}
#s-f09bf286-f013-48b1-980d-b0b879e60439 {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-f09bf286-f013-48b1-980d-b0b879e60439"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f09bf286-f013-48b1-980d-b0b879e60439"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f09bf286-f013-48b1-980d-b0b879e60439"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f09bf286-f013-48b1-980d-b0b879e60439"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f09bf286-f013-48b1-980d-b0b879e60439"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f09bf286-f013-48b1-980d-b0b879e60439"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f09bf286-f013-48b1-980d-b0b879e60439"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f09bf286-f013-48b1-980d-b0b879e60439"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f09bf286-f013-48b1-980d-b0b879e60439"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f09bf286-f013-48b1-980d-b0b879e60439"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f09bf286-f013-48b1-980d-b0b879e60439"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f09bf286-f013-48b1-980d-b0b879e60439"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f09bf286-f013-48b1-980d-b0b879e60439"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f09bf286-f013-48b1-980d-b0b879e60439"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f09bf286-f013-48b1-980d-b0b879e60439"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f09bf286-f013-48b1-980d-b0b879e60439"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f09bf286-f013-48b1-980d-b0b879e60439"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f09bf286-f013-48b1-980d-b0b879e60439"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f09bf286-f013-48b1-980d-b0b879e60439"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f09bf286-f013-48b1-980d-b0b879e60439"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f09bf286-f013-48b1-980d-b0b879e60439"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f09bf286-f013-48b1-980d-b0b879e60439"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f09bf286-f013-48b1-980d-b0b879e60439"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f09bf286-f013-48b1-980d-b0b879e60439"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f09bf286-f013-48b1-980d-b0b879e60439"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f09bf286-f013-48b1-980d-b0b879e60439"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f09bf286-f013-48b1-980d-b0b879e60439"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f09bf286-f013-48b1-980d-b0b879e60439"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f09bf286-f013-48b1-980d-b0b879e60439"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f09bf286-f013-48b1-980d-b0b879e60439"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f09bf286-f013-48b1-980d-b0b879e60439"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f09bf286-f013-48b1-980d-b0b879e60439"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f09bf286-f013-48b1-980d-b0b879e60439"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f09bf286-f013-48b1-980d-b0b879e60439"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f09bf286-f013-48b1-980d-b0b879e60439"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f09bf286-f013-48b1-980d-b0b879e60439"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f09bf286-f013-48b1-980d-b0b879e60439"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a96a0e63-13ab-4650-93c1-b8f29121c40d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-a96a0e63-13ab-4650-93c1-b8f29121c40d .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-a96a0e63-13ab-4650-93c1-b8f29121c40d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a96a0e63-13ab-4650-93c1-b8f29121c40d td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-a96a0e63-13ab-4650-93c1-b8f29121c40d td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-a96a0e63-13ab-4650-93c1-b8f29121c40d td.shogun-table-column, #s-a96a0e63-13ab-4650-93c1-b8f29121c40d td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-2de05f8d-91d5-4c35-8ffa-00fb3675bbf1 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-61d5657f-0c3b-4413-bdea-683e92c1462d {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-989f30bf-71d6-4a0a-9d5b-1aa71e5f03cd {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-ad248ebc-c03a-4075-8b6c-0841931fc045 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-4163cdc4-35d1-409c-9586-fab4b6f34aec {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-fab55f13-3bb3-429d-9a5c-c6062dc31501 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-ac66e715-f35e-46fa-86ae-005dd819ddca {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-e77b63e5-2b13-41bd-808f-a445bf59e120 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-9124ba91-6a2d-4297-b469-4d70b4a75ee1 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-54b6517e-859f-41ca-903f-60a4fee38d9a {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-ed5ab7c8-526b-44c0-9a87-509b338425b8 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-ff93b67c-f12e-49d2-b259-c0ad7f2364dd {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-4432dc24-ed60-4366-a4c9-b413829d0191 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-4432dc24-ed60-4366-a4c9-b413829d0191 img.shogun-image {
    
    width: px;
  }


#s-4432dc24-ed60-4366-a4c9-b413829d0191 .shogun-image-content {
  
    align-items: center;
  
}

#s-d1ebc390-bdf3-4859-aa47-15bda59f1959 {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-d1ebc390-bdf3-4859-aa47-15bda59f1959"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1ebc390-bdf3-4859-aa47-15bda59f1959"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d1ebc390-bdf3-4859-aa47-15bda59f1959"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d1ebc390-bdf3-4859-aa47-15bda59f1959"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d1ebc390-bdf3-4859-aa47-15bda59f1959"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d1ebc390-bdf3-4859-aa47-15bda59f1959"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d1ebc390-bdf3-4859-aa47-15bda59f1959"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d1ebc390-bdf3-4859-aa47-15bda59f1959"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d1ebc390-bdf3-4859-aa47-15bda59f1959"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d1ebc390-bdf3-4859-aa47-15bda59f1959"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d1ebc390-bdf3-4859-aa47-15bda59f1959"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d1ebc390-bdf3-4859-aa47-15bda59f1959"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d1ebc390-bdf3-4859-aa47-15bda59f1959"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d1ebc390-bdf3-4859-aa47-15bda59f1959"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d1ebc390-bdf3-4859-aa47-15bda59f1959"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d1ebc390-bdf3-4859-aa47-15bda59f1959"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d1ebc390-bdf3-4859-aa47-15bda59f1959"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d1ebc390-bdf3-4859-aa47-15bda59f1959"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d1ebc390-bdf3-4859-aa47-15bda59f1959"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d1ebc390-bdf3-4859-aa47-15bda59f1959"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d1ebc390-bdf3-4859-aa47-15bda59f1959"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d1ebc390-bdf3-4859-aa47-15bda59f1959"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d1ebc390-bdf3-4859-aa47-15bda59f1959"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d1ebc390-bdf3-4859-aa47-15bda59f1959"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d1ebc390-bdf3-4859-aa47-15bda59f1959"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1ebc390-bdf3-4859-aa47-15bda59f1959"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d1ebc390-bdf3-4859-aa47-15bda59f1959"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d1ebc390-bdf3-4859-aa47-15bda59f1959"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d1ebc390-bdf3-4859-aa47-15bda59f1959"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d1ebc390-bdf3-4859-aa47-15bda59f1959"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d1ebc390-bdf3-4859-aa47-15bda59f1959"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d1ebc390-bdf3-4859-aa47-15bda59f1959"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d1ebc390-bdf3-4859-aa47-15bda59f1959"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d1ebc390-bdf3-4859-aa47-15bda59f1959"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d1ebc390-bdf3-4859-aa47-15bda59f1959"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d1ebc390-bdf3-4859-aa47-15bda59f1959"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d1ebc390-bdf3-4859-aa47-15bda59f1959"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-fd751a75-3ac3-4c16-9aaa-5b4d45b6b4af {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-fd751a75-3ac3-4c16-9aaa-5b4d45b6b4af .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-fd751a75-3ac3-4c16-9aaa-5b4d45b6b4af table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-fd751a75-3ac3-4c16-9aaa-5b4d45b6b4af td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-fd751a75-3ac3-4c16-9aaa-5b4d45b6b4af td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-fd751a75-3ac3-4c16-9aaa-5b4d45b6b4af td.shogun-table-column, #s-fd751a75-3ac3-4c16-9aaa-5b4d45b6b4af td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-ba83a973-dda6-46bb-84c0-5081917dd6da {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-798e4962-63fa-4c4f-8e73-6e2e450625de {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-8603b0e9-7bed-45f5-829f-b71cd3109602 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-271e9975-fb4f-4cc9-8fc3-6f6674a0bed0 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-38e7a244-264d-494b-9df2-60fbdf82ed56 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-0f796d0d-1b0c-4938-abb1-4df80fb55dff {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-d952f89b-66dc-4643-9faf-71fb188f68e3 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-dbc1b033-a812-4374-abc3-8fec332b5824 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-ca97c51b-0bad-4306-9209-0e35251ae35a {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-311f9941-60c0-4434-b401-1256725347ed {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-dd9922b2-b551-4414-87f6-3e02533d1c16 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-d104f418-0754-47c8-9ee7-22b0105edc16 {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-1f18cc77-a750-4438-a23f-d795909279f1 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-1f18cc77-a750-4438-a23f-d795909279f1 img.shogun-image {
    
    width: px;
  }


#s-1f18cc77-a750-4438-a23f-d795909279f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-db6d94fe-e9a8-4f82-b118-cadff3351b2a {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-db6d94fe-e9a8-4f82-b118-cadff3351b2a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db6d94fe-e9a8-4f82-b118-cadff3351b2a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-db6d94fe-e9a8-4f82-b118-cadff3351b2a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-db6d94fe-e9a8-4f82-b118-cadff3351b2a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-db6d94fe-e9a8-4f82-b118-cadff3351b2a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-db6d94fe-e9a8-4f82-b118-cadff3351b2a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-db6d94fe-e9a8-4f82-b118-cadff3351b2a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-db6d94fe-e9a8-4f82-b118-cadff3351b2a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-db6d94fe-e9a8-4f82-b118-cadff3351b2a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-db6d94fe-e9a8-4f82-b118-cadff3351b2a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-db6d94fe-e9a8-4f82-b118-cadff3351b2a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-db6d94fe-e9a8-4f82-b118-cadff3351b2a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-db6d94fe-e9a8-4f82-b118-cadff3351b2a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-db6d94fe-e9a8-4f82-b118-cadff3351b2a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-db6d94fe-e9a8-4f82-b118-cadff3351b2a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-db6d94fe-e9a8-4f82-b118-cadff3351b2a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-db6d94fe-e9a8-4f82-b118-cadff3351b2a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-db6d94fe-e9a8-4f82-b118-cadff3351b2a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-db6d94fe-e9a8-4f82-b118-cadff3351b2a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-db6d94fe-e9a8-4f82-b118-cadff3351b2a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-db6d94fe-e9a8-4f82-b118-cadff3351b2a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-db6d94fe-e9a8-4f82-b118-cadff3351b2a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-db6d94fe-e9a8-4f82-b118-cadff3351b2a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-db6d94fe-e9a8-4f82-b118-cadff3351b2a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-db6d94fe-e9a8-4f82-b118-cadff3351b2a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-db6d94fe-e9a8-4f82-b118-cadff3351b2a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-db6d94fe-e9a8-4f82-b118-cadff3351b2a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-db6d94fe-e9a8-4f82-b118-cadff3351b2a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-db6d94fe-e9a8-4f82-b118-cadff3351b2a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-db6d94fe-e9a8-4f82-b118-cadff3351b2a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-db6d94fe-e9a8-4f82-b118-cadff3351b2a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-db6d94fe-e9a8-4f82-b118-cadff3351b2a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-db6d94fe-e9a8-4f82-b118-cadff3351b2a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-db6d94fe-e9a8-4f82-b118-cadff3351b2a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-db6d94fe-e9a8-4f82-b118-cadff3351b2a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-db6d94fe-e9a8-4f82-b118-cadff3351b2a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-db6d94fe-e9a8-4f82-b118-cadff3351b2a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d3d58680-15f8-465c-8429-d6b026e9246b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-d3d58680-15f8-465c-8429-d6b026e9246b .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-d3d58680-15f8-465c-8429-d6b026e9246b table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-d3d58680-15f8-465c-8429-d6b026e9246b td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-d3d58680-15f8-465c-8429-d6b026e9246b td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-d3d58680-15f8-465c-8429-d6b026e9246b td.shogun-table-column, #s-d3d58680-15f8-465c-8429-d6b026e9246b td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-87653c51-49de-490a-a293-14ff8316e085 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-9ffd0145-8505-4e26-b7fa-bb3a29337df8 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-d7f23a60-293c-42dd-a8af-d3919e4c68fb {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-5499ceec-48b6-4d18-8382-cb6140cd81dd {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-5b8c78a6-992b-4bab-b7af-a9053ca0780d {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-e4d63937-5beb-492c-acce-a12744be7247 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-336bf3e3-5364-4ef1-b03b-f0161273323a {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-09fa8499-9e6b-48bb-958d-fa1d338fa9bf {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-ef525cc2-b950-4224-83a3-2ca95322d80e {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-af66c5c7-2554-4088-9857-8e96e3f97e34 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-63ca8d41-2c37-4fcf-872e-7ab7c1f5f9ba {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-de618b17-cebc-4460-9ffb-849fa19e7950 {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-9a07029b-c09b-47f9-930e-e44b641ec890 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-9a07029b-c09b-47f9-930e-e44b641ec890 img.shogun-image {
    
    width: px;
  }


#s-9a07029b-c09b-47f9-930e-e44b641ec890 .shogun-image-content {
  
    align-items: center;
  
}

#s-38a59809-f0f8-471e-90f9-9a39e5700536 {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-38a59809-f0f8-471e-90f9-9a39e5700536"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-38a59809-f0f8-471e-90f9-9a39e5700536"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-38a59809-f0f8-471e-90f9-9a39e5700536"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-38a59809-f0f8-471e-90f9-9a39e5700536"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-38a59809-f0f8-471e-90f9-9a39e5700536"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-38a59809-f0f8-471e-90f9-9a39e5700536"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-38a59809-f0f8-471e-90f9-9a39e5700536"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-38a59809-f0f8-471e-90f9-9a39e5700536"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-38a59809-f0f8-471e-90f9-9a39e5700536"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-38a59809-f0f8-471e-90f9-9a39e5700536"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-38a59809-f0f8-471e-90f9-9a39e5700536"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-38a59809-f0f8-471e-90f9-9a39e5700536"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-38a59809-f0f8-471e-90f9-9a39e5700536"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-38a59809-f0f8-471e-90f9-9a39e5700536"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-38a59809-f0f8-471e-90f9-9a39e5700536"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-38a59809-f0f8-471e-90f9-9a39e5700536"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-38a59809-f0f8-471e-90f9-9a39e5700536"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-38a59809-f0f8-471e-90f9-9a39e5700536"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-38a59809-f0f8-471e-90f9-9a39e5700536"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-38a59809-f0f8-471e-90f9-9a39e5700536"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-38a59809-f0f8-471e-90f9-9a39e5700536"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-38a59809-f0f8-471e-90f9-9a39e5700536"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-38a59809-f0f8-471e-90f9-9a39e5700536"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-38a59809-f0f8-471e-90f9-9a39e5700536"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-38a59809-f0f8-471e-90f9-9a39e5700536"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-38a59809-f0f8-471e-90f9-9a39e5700536"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-38a59809-f0f8-471e-90f9-9a39e5700536"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-38a59809-f0f8-471e-90f9-9a39e5700536"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-38a59809-f0f8-471e-90f9-9a39e5700536"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-38a59809-f0f8-471e-90f9-9a39e5700536"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-38a59809-f0f8-471e-90f9-9a39e5700536"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-38a59809-f0f8-471e-90f9-9a39e5700536"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-38a59809-f0f8-471e-90f9-9a39e5700536"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-38a59809-f0f8-471e-90f9-9a39e5700536"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-38a59809-f0f8-471e-90f9-9a39e5700536"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-38a59809-f0f8-471e-90f9-9a39e5700536"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-38a59809-f0f8-471e-90f9-9a39e5700536"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-999bcbf9-0a62-49ab-afed-ea7cd9d434cb {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-999bcbf9-0a62-49ab-afed-ea7cd9d434cb .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-999bcbf9-0a62-49ab-afed-ea7cd9d434cb table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-999bcbf9-0a62-49ab-afed-ea7cd9d434cb td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-999bcbf9-0a62-49ab-afed-ea7cd9d434cb td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-999bcbf9-0a62-49ab-afed-ea7cd9d434cb td.shogun-table-column, #s-999bcbf9-0a62-49ab-afed-ea7cd9d434cb td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-5d4f31ac-b6bb-45c4-bcb2-7233ac634cc2 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-19bf4ec1-6ab2-4ac2-93a9-20e09e2e16d3 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-a4b170ee-49ec-437e-91ad-804806a644c8 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-f26a6883-422d-424a-8e78-1e48bc9d0c00 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-c5be5088-41ea-45d6-9f3e-4ae65716fc45 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-d0187e99-1372-4608-a00d-a4fac0a3f32e {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-93c36144-4bea-4839-802b-c5dafd6ed033 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-fcb61a45-64d9-4604-b466-c81ddc766e55 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-21127927-b17e-4797-953b-f82130d4494d {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-a8999ad1-b6d7-407b-9002-6c053f54e796 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-ede3d887-e68c-4975-8de9-945767be9494 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-8d28dbf4-138f-49fc-8efb-0ac64036c57e {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-d5785881-e11e-47ce-a393-ca01df81d6ab {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-d5785881-e11e-47ce-a393-ca01df81d6ab img.shogun-image {
    
    width: px;
  }


#s-d5785881-e11e-47ce-a393-ca01df81d6ab .shogun-image-content {
  
    align-items: center;
  
}

#s-641b79b4-0fd1-4445-8286-b9fe2cce7425 {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-641b79b4-0fd1-4445-8286-b9fe2cce7425"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-641b79b4-0fd1-4445-8286-b9fe2cce7425"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-641b79b4-0fd1-4445-8286-b9fe2cce7425"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-641b79b4-0fd1-4445-8286-b9fe2cce7425"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-641b79b4-0fd1-4445-8286-b9fe2cce7425"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-641b79b4-0fd1-4445-8286-b9fe2cce7425"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-641b79b4-0fd1-4445-8286-b9fe2cce7425"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-641b79b4-0fd1-4445-8286-b9fe2cce7425"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-641b79b4-0fd1-4445-8286-b9fe2cce7425"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-641b79b4-0fd1-4445-8286-b9fe2cce7425"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-641b79b4-0fd1-4445-8286-b9fe2cce7425"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-641b79b4-0fd1-4445-8286-b9fe2cce7425"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-641b79b4-0fd1-4445-8286-b9fe2cce7425"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-641b79b4-0fd1-4445-8286-b9fe2cce7425"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-641b79b4-0fd1-4445-8286-b9fe2cce7425"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-641b79b4-0fd1-4445-8286-b9fe2cce7425"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-641b79b4-0fd1-4445-8286-b9fe2cce7425"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-641b79b4-0fd1-4445-8286-b9fe2cce7425"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-641b79b4-0fd1-4445-8286-b9fe2cce7425"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-641b79b4-0fd1-4445-8286-b9fe2cce7425"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-641b79b4-0fd1-4445-8286-b9fe2cce7425"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-641b79b4-0fd1-4445-8286-b9fe2cce7425"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-641b79b4-0fd1-4445-8286-b9fe2cce7425"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-641b79b4-0fd1-4445-8286-b9fe2cce7425"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-641b79b4-0fd1-4445-8286-b9fe2cce7425"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-641b79b4-0fd1-4445-8286-b9fe2cce7425"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-641b79b4-0fd1-4445-8286-b9fe2cce7425"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-641b79b4-0fd1-4445-8286-b9fe2cce7425"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-641b79b4-0fd1-4445-8286-b9fe2cce7425"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-641b79b4-0fd1-4445-8286-b9fe2cce7425"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-641b79b4-0fd1-4445-8286-b9fe2cce7425"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-641b79b4-0fd1-4445-8286-b9fe2cce7425"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-641b79b4-0fd1-4445-8286-b9fe2cce7425"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-641b79b4-0fd1-4445-8286-b9fe2cce7425"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-641b79b4-0fd1-4445-8286-b9fe2cce7425"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-641b79b4-0fd1-4445-8286-b9fe2cce7425"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-641b79b4-0fd1-4445-8286-b9fe2cce7425"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2c6058fc-9463-48ae-bd96-76e44c426a94 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-2c6058fc-9463-48ae-bd96-76e44c426a94 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-2c6058fc-9463-48ae-bd96-76e44c426a94 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-2c6058fc-9463-48ae-bd96-76e44c426a94 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-2c6058fc-9463-48ae-bd96-76e44c426a94 td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-2c6058fc-9463-48ae-bd96-76e44c426a94 td.shogun-table-column, #s-2c6058fc-9463-48ae-bd96-76e44c426a94 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-e10568e0-74f7-41e4-ac01-ae9d30b7ba4e {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-25a5b2d9-6132-4291-b771-3fa498558497 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-1cab02dc-96b9-44cc-a508-56b420f83764 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-9b94f5b8-5936-4b95-b6d3-ab941c1a3044 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-69aae948-19d0-4db2-a6a0-6f6647ff0fd7 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-c02a5c67-eac8-41c7-bbe6-2146147dafd9 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-06a72fac-4609-4e89-9784-1021468ffaf1 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-c40b9aba-b81d-4c4b-a27b-2b7263f105f1 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-05a69a4e-a662-462e-a54d-7e075f1d9a0b {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-e7fed25d-f471-4fdb-b7bc-ddab7c943397 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-5b361368-9ed1-4324-894f-c79c70b57900 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-8ea93033-a0a7-44bb-8482-b95a269ed0ea {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-c319643d-f046-4cc2-81dd-c20d63c3f4ab {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-c319643d-f046-4cc2-81dd-c20d63c3f4ab img.shogun-image {
    
    width: px;
  }


#s-c319643d-f046-4cc2-81dd-c20d63c3f4ab .shogun-image-content {
  
    align-items: center;
  
}

#s-a5a0a715-fe58-4efb-98ea-ca1cd6ab7cb9 {
  margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-a5a0a715-fe58-4efb-98ea-ca1cd6ab7cb9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5a0a715-fe58-4efb-98ea-ca1cd6ab7cb9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a5a0a715-fe58-4efb-98ea-ca1cd6ab7cb9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a5a0a715-fe58-4efb-98ea-ca1cd6ab7cb9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a5a0a715-fe58-4efb-98ea-ca1cd6ab7cb9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a5a0a715-fe58-4efb-98ea-ca1cd6ab7cb9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a5a0a715-fe58-4efb-98ea-ca1cd6ab7cb9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a5a0a715-fe58-4efb-98ea-ca1cd6ab7cb9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a5a0a715-fe58-4efb-98ea-ca1cd6ab7cb9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a5a0a715-fe58-4efb-98ea-ca1cd6ab7cb9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a5a0a715-fe58-4efb-98ea-ca1cd6ab7cb9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a5a0a715-fe58-4efb-98ea-ca1cd6ab7cb9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a5a0a715-fe58-4efb-98ea-ca1cd6ab7cb9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a5a0a715-fe58-4efb-98ea-ca1cd6ab7cb9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a5a0a715-fe58-4efb-98ea-ca1cd6ab7cb9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a5a0a715-fe58-4efb-98ea-ca1cd6ab7cb9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a5a0a715-fe58-4efb-98ea-ca1cd6ab7cb9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a5a0a715-fe58-4efb-98ea-ca1cd6ab7cb9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a5a0a715-fe58-4efb-98ea-ca1cd6ab7cb9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a5a0a715-fe58-4efb-98ea-ca1cd6ab7cb9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a5a0a715-fe58-4efb-98ea-ca1cd6ab7cb9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a5a0a715-fe58-4efb-98ea-ca1cd6ab7cb9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a5a0a715-fe58-4efb-98ea-ca1cd6ab7cb9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a5a0a715-fe58-4efb-98ea-ca1cd6ab7cb9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a5a0a715-fe58-4efb-98ea-ca1cd6ab7cb9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5a0a715-fe58-4efb-98ea-ca1cd6ab7cb9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a5a0a715-fe58-4efb-98ea-ca1cd6ab7cb9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a5a0a715-fe58-4efb-98ea-ca1cd6ab7cb9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a5a0a715-fe58-4efb-98ea-ca1cd6ab7cb9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a5a0a715-fe58-4efb-98ea-ca1cd6ab7cb9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a5a0a715-fe58-4efb-98ea-ca1cd6ab7cb9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a5a0a715-fe58-4efb-98ea-ca1cd6ab7cb9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a5a0a715-fe58-4efb-98ea-ca1cd6ab7cb9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a5a0a715-fe58-4efb-98ea-ca1cd6ab7cb9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a5a0a715-fe58-4efb-98ea-ca1cd6ab7cb9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a5a0a715-fe58-4efb-98ea-ca1cd6ab7cb9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a5a0a715-fe58-4efb-98ea-ca1cd6ab7cb9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-bf93f4d3-8dba-47e1-921a-55d793954eb7 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(182, 182, 182, 1);
}
@media (min-width: 1200px){#s-bf93f4d3-8dba-47e1-921a-55d793954eb7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bf93f4d3-8dba-47e1-921a-55d793954eb7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bf93f4d3-8dba-47e1-921a-55d793954eb7 {
  
}
}@media (max-width: 767px){#s-bf93f4d3-8dba-47e1-921a-55d793954eb7 {
  
}
}
#s-cf0ec95f-045b-4a00-b894-6e62895d79e5 {
  border-style: solid;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(182, 182, 182, 1);
}

@media (min-width: 0px) {
[id="s-cf0ec95f-045b-4a00-b894-6e62895d79e5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf0ec95f-045b-4a00-b894-6e62895d79e5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-cf0ec95f-045b-4a00-b894-6e62895d79e5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cf0ec95f-045b-4a00-b894-6e62895d79e5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-cf0ec95f-045b-4a00-b894-6e62895d79e5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-cf0ec95f-045b-4a00-b894-6e62895d79e5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-cf0ec95f-045b-4a00-b894-6e62895d79e5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-cf0ec95f-045b-4a00-b894-6e62895d79e5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-cf0ec95f-045b-4a00-b894-6e62895d79e5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-cf0ec95f-045b-4a00-b894-6e62895d79e5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-cf0ec95f-045b-4a00-b894-6e62895d79e5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-cf0ec95f-045b-4a00-b894-6e62895d79e5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-cf0ec95f-045b-4a00-b894-6e62895d79e5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-cf0ec95f-045b-4a00-b894-6e62895d79e5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-cf0ec95f-045b-4a00-b894-6e62895d79e5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cf0ec95f-045b-4a00-b894-6e62895d79e5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-cf0ec95f-045b-4a00-b894-6e62895d79e5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-cf0ec95f-045b-4a00-b894-6e62895d79e5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-cf0ec95f-045b-4a00-b894-6e62895d79e5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-cf0ec95f-045b-4a00-b894-6e62895d79e5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-cf0ec95f-045b-4a00-b894-6e62895d79e5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-cf0ec95f-045b-4a00-b894-6e62895d79e5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-cf0ec95f-045b-4a00-b894-6e62895d79e5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-cf0ec95f-045b-4a00-b894-6e62895d79e5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-cf0ec95f-045b-4a00-b894-6e62895d79e5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf0ec95f-045b-4a00-b894-6e62895d79e5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-cf0ec95f-045b-4a00-b894-6e62895d79e5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cf0ec95f-045b-4a00-b894-6e62895d79e5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-cf0ec95f-045b-4a00-b894-6e62895d79e5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-cf0ec95f-045b-4a00-b894-6e62895d79e5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-cf0ec95f-045b-4a00-b894-6e62895d79e5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-cf0ec95f-045b-4a00-b894-6e62895d79e5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-cf0ec95f-045b-4a00-b894-6e62895d79e5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-cf0ec95f-045b-4a00-b894-6e62895d79e5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-cf0ec95f-045b-4a00-b894-6e62895d79e5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-cf0ec95f-045b-4a00-b894-6e62895d79e5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-cf0ec95f-045b-4a00-b894-6e62895d79e5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-9192915d-6e2f-469e-b259-e3b31be5da7a {
  margin-top: 130px;
padding-left: 20px;
padding-right: 20px;
text-align: left;
}




  #s-9192915d-6e2f-469e-b259-e3b31be5da7a img.shogun-image {
    
    width: px;
  }


#s-9192915d-6e2f-469e-b259-e3b31be5da7a .shogun-image-content {
  
    align-items: center;
  
}

.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-18685a93-1059-4a99-91cb-162a284e642c {
  box-shadow:1px 1px 1px 1px rgba(236, 236, 236, 1);
border-style: solid;
margin-top: 25px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(99, 99, 99, 1);
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-18685a93-1059-4a99-91cb-162a284e642c:hover {box-shadow:1px 1px 1px 1px rgba(236, 236, 236, 1) !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(251, 55, 16, 1) !important;
background-color: rgba(232, 232, 232, 1) !important;
color: rgba(251, 55, 16, 1) !important;
text-decoration: none !important;}#s-18685a93-1059-4a99-91cb-162a284e642c:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #000 !important;
border-radius: 4px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}


#s-18685a93-1059-4a99-91cb-162a284e642c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}

.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.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-2e6103e1-70d7-4941-9745-8571d80bc733 {
  border-style: solid;
margin-right: 30px;
padding-left: 0px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 01px;
border-color: rgba(182, 182, 182, 1);
min-height: 50px;
}








#s-2e6103e1-70d7-4941-9745-8571d80bc733 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e6103e1-70d7-4941-9745-8571d80bc733.shg-box.shg-c {
  justify-content: center;
}

#s-3b82fb57-473b-41b9-b5fd-6ffd3f5f2f78 {
  min-height: 50px;
}








#s-3b82fb57-473b-41b9-b5fd-6ffd3f5f2f78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b82fb57-473b-41b9-b5fd-6ffd3f5f2f78.shg-box.shg-c {
  justify-content: flex-start;
}

#s-669a4cde-e3f4-452a-ac2f-769f445f0746 {
  text-align: center;
}




  #s-669a4cde-e3f4-452a-ac2f-769f445f0746 img.shogun-image {
    
    width: px;
  }


#s-669a4cde-e3f4-452a-ac2f-769f445f0746 .shogun-image-content {
  
    align-items: center;
  
}

#s-78528145-539f-4088-b044-85dd430d2586 {
  min-height: 0px;
}








#s-78528145-539f-4088-b044-85dd430d2586 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78528145-539f-4088-b044-85dd430d2586.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b4f00fc9-6517-4e9b-ab5a-770d639fca1d {
  min-height: 50px;
}








#s-b4f00fc9-6517-4e9b-ab5a-770d639fca1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4f00fc9-6517-4e9b-ab5a-770d639fca1d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2200f8bd-22fc-4386-80f2-95d859e7fa46 {
  text-align: center;
}




  #s-2200f8bd-22fc-4386-80f2-95d859e7fa46 img.shogun-image {
    
    width: px;
  }


#s-2200f8bd-22fc-4386-80f2-95d859e7fa46 .shogun-image-content {
  
    align-items: center;
  
}

#s-8df70e74-e214-4516-9c66-70eca8a55d8b {
  min-height: 0px;
}








#s-8df70e74-e214-4516-9c66-70eca8a55d8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8df70e74-e214-4516-9c66-70eca8a55d8b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0fb9de0f-0e97-431d-862e-e3526c48ddca {
  min-height: 50px;
}








#s-0fb9de0f-0e97-431d-862e-e3526c48ddca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fb9de0f-0e97-431d-862e-e3526c48ddca.shg-box.shg-c {
  justify-content: flex-start;
}

#s-69a35255-76a5-443a-b216-dea9f87f4577 {
  text-align: center;
}




  #s-69a35255-76a5-443a-b216-dea9f87f4577 img.shogun-image {
    
    width: px;
  }


#s-69a35255-76a5-443a-b216-dea9f87f4577 .shogun-image-content {
  
    align-items: center;
  
}

#s-82e3d8fa-1f9c-4b25-87ab-0aff1dc5b1c8 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-258d4d7f-4f2f-4962-9e82-e022ee1b9cb5 {
  min-height: 50px;
}








#s-258d4d7f-4f2f-4962-9e82-e022ee1b9cb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-258d4d7f-4f2f-4962-9e82-e022ee1b9cb5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-30ff2a76-4146-41ab-a5ff-48d1d02c3d59 {
  text-align: center;
}




  #s-30ff2a76-4146-41ab-a5ff-48d1d02c3d59 img.shogun-image {
    
    width: px;
  }


#s-30ff2a76-4146-41ab-a5ff-48d1d02c3d59 .shogun-image-content {
  
    align-items: center;
  
}

#s-9736a69d-17e7-40ab-8999-a1aa8c77a8cd {
  min-height: 50px;
}








#s-9736a69d-17e7-40ab-8999-a1aa8c77a8cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9736a69d-17e7-40ab-8999-a1aa8c77a8cd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-78a009c4-dd71-4007-b01e-7370c1bb343f {
  min-height: 50px;
}








#s-78a009c4-dd71-4007-b01e-7370c1bb343f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78a009c4-dd71-4007-b01e-7370c1bb343f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9a852440-cb28-45d2-8b66-bff75592eeef {
  text-align: center;
}




  #s-9a852440-cb28-45d2-8b66-bff75592eeef img.shogun-image {
    
    width: px;
  }


#s-9a852440-cb28-45d2-8b66-bff75592eeef .shogun-image-content {
  
    align-items: center;
  
}

#s-6321f249-b972-46b6-bc3c-def99e31ed0b {
  min-height: 50px;
}








#s-6321f249-b972-46b6-bc3c-def99e31ed0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6321f249-b972-46b6-bc3c-def99e31ed0b.shg-box.shg-c {
  justify-content: center;
}

#s-6829234f-c39a-470d-aaaa-28d1059ff3a4 {
  box-shadow:2px 2px 0px 0px rgba(236, 236, 236, 1);
border-style: solid;
margin-top: 5px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(99, 99, 99, 1);
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-6829234f-c39a-470d-aaaa-28d1059ff3a4:hover {box-shadow:2px 2px 0px 0px rgba(236, 236, 236, 1) !important;
border-style: solid !important;
border-color: rgba(251, 55, 16, 1) !important;
background-color: rgba(232, 232, 232, 0.69) !important;
color: rgba(251, 55, 16, 1) !important;
text-decoration: none !important;}#s-6829234f-c39a-470d-aaaa-28d1059ff3a4:active {background-color: rgba(240, 240, 240, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6829234f-c39a-470d-aaaa-28d1059ff3a4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6829234f-c39a-470d-aaaa-28d1059ff3a4 {
  
}
}


#s-6829234f-c39a-470d-aaaa-28d1059ff3a4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}

#s-e38da2b0-0b57-4c05-a800-0fdf36b3d446 {
  min-height: 50px;
}








#s-e38da2b0-0b57-4c05-a800-0fdf36b3d446 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e38da2b0-0b57-4c05-a800-0fdf36b3d446.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1ba06a7b-a49e-44dc-acd5-646aab38c3fc {
  min-height: 50px;
}








#s-1ba06a7b-a49e-44dc-acd5-646aab38c3fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ba06a7b-a49e-44dc-acd5-646aab38c3fc.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-e5b15360-7130-4b66-b085-54f37790ccc5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e5b15360-7130-4b66-b085-54f37790ccc5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e5b15360-7130-4b66-b085-54f37790ccc5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e5b15360-7130-4b66-b085-54f37790ccc5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e5b15360-7130-4b66-b085-54f37790ccc5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e5b15360-7130-4b66-b085-54f37790ccc5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e5b15360-7130-4b66-b085-54f37790ccc5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e5b15360-7130-4b66-b085-54f37790ccc5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e5b15360-7130-4b66-b085-54f37790ccc5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e5b15360-7130-4b66-b085-54f37790ccc5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e5b15360-7130-4b66-b085-54f37790ccc5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e5b15360-7130-4b66-b085-54f37790ccc5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e5b15360-7130-4b66-b085-54f37790ccc5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e5b15360-7130-4b66-b085-54f37790ccc5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e5b15360-7130-4b66-b085-54f37790ccc5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e5b15360-7130-4b66-b085-54f37790ccc5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e5b15360-7130-4b66-b085-54f37790ccc5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e5b15360-7130-4b66-b085-54f37790ccc5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e5b15360-7130-4b66-b085-54f37790ccc5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e5b15360-7130-4b66-b085-54f37790ccc5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e5b15360-7130-4b66-b085-54f37790ccc5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e5b15360-7130-4b66-b085-54f37790ccc5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e5b15360-7130-4b66-b085-54f37790ccc5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e5b15360-7130-4b66-b085-54f37790ccc5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e5b15360-7130-4b66-b085-54f37790ccc5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5b15360-7130-4b66-b085-54f37790ccc5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e5b15360-7130-4b66-b085-54f37790ccc5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e5b15360-7130-4b66-b085-54f37790ccc5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e5b15360-7130-4b66-b085-54f37790ccc5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e5b15360-7130-4b66-b085-54f37790ccc5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e5b15360-7130-4b66-b085-54f37790ccc5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e5b15360-7130-4b66-b085-54f37790ccc5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e5b15360-7130-4b66-b085-54f37790ccc5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e5b15360-7130-4b66-b085-54f37790ccc5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e5b15360-7130-4b66-b085-54f37790ccc5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e5b15360-7130-4b66-b085-54f37790ccc5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e5b15360-7130-4b66-b085-54f37790ccc5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d4855757-0b5a-4bf9-a226-87a63d32863e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 1px;
padding-bottom: 5px;
padding-right: 1px;
}

#s-d4855757-0b5a-4bf9-a226-87a63d32863e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-d4855757-0b5a-4bf9-a226-87a63d32863e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-d4855757-0b5a-4bf9-a226-87a63d32863e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-d4855757-0b5a-4bf9-a226-87a63d32863e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-d4855757-0b5a-4bf9-a226-87a63d32863e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: 500;
  font-style: ;
  font-size: ;
}

#s-d4855757-0b5a-4bf9-a226-87a63d32863e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-f3bd3f85-a573-4dfa-a69c-bceee4171d9a {
  margin-left: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 4px;
padding-bottom: 5px;
padding-right: 4px;
}

#s-f3bd3f85-a573-4dfa-a69c-bceee4171d9a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(149, 146, 146, 1);
}

#s-f3bd3f85-a573-4dfa-a69c-bceee4171d9a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 7px;
}

#s-f3bd3f85-a573-4dfa-a69c-bceee4171d9a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(126, 126, 126, 1);
}

#s-f3bd3f85-a573-4dfa-a69c-bceee4171d9a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(149, 146, 146, 1);
}

#s-f3bd3f85-a573-4dfa-a69c-bceee4171d9a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(126, 126, 126, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: 900;
  font-style: ;
  font-size: 13px;
}

#s-f3bd3f85-a573-4dfa-a69c-bceee4171d9a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}
#s-c6fc2d8b-9a8f-45d6-be4d-4af973851d87 {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-c6fc2d8b-9a8f-45d6-be4d-4af973851d87"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6fc2d8b-9a8f-45d6-be4d-4af973851d87"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c6fc2d8b-9a8f-45d6-be4d-4af973851d87"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c6fc2d8b-9a8f-45d6-be4d-4af973851d87"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c6fc2d8b-9a8f-45d6-be4d-4af973851d87"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c6fc2d8b-9a8f-45d6-be4d-4af973851d87"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c6fc2d8b-9a8f-45d6-be4d-4af973851d87"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c6fc2d8b-9a8f-45d6-be4d-4af973851d87"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c6fc2d8b-9a8f-45d6-be4d-4af973851d87"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6fc2d8b-9a8f-45d6-be4d-4af973851d87"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c6fc2d8b-9a8f-45d6-be4d-4af973851d87"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c6fc2d8b-9a8f-45d6-be4d-4af973851d87"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c6fc2d8b-9a8f-45d6-be4d-4af973851d87"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c6fc2d8b-9a8f-45d6-be4d-4af973851d87"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c6fc2d8b-9a8f-45d6-be4d-4af973851d87"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c6fc2d8b-9a8f-45d6-be4d-4af973851d87"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c6fc2d8b-9a8f-45d6-be4d-4af973851d87"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c6fc2d8b-9a8f-45d6-be4d-4af973851d87"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c6fc2d8b-9a8f-45d6-be4d-4af973851d87"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c6fc2d8b-9a8f-45d6-be4d-4af973851d87"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c6fc2d8b-9a8f-45d6-be4d-4af973851d87"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6fc2d8b-9a8f-45d6-be4d-4af973851d87"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c6fc2d8b-9a8f-45d6-be4d-4af973851d87"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c6fc2d8b-9a8f-45d6-be4d-4af973851d87"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c6fc2d8b-9a8f-45d6-be4d-4af973851d87"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6fc2d8b-9a8f-45d6-be4d-4af973851d87"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c6fc2d8b-9a8f-45d6-be4d-4af973851d87"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c6fc2d8b-9a8f-45d6-be4d-4af973851d87"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c6fc2d8b-9a8f-45d6-be4d-4af973851d87"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c6fc2d8b-9a8f-45d6-be4d-4af973851d87"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c6fc2d8b-9a8f-45d6-be4d-4af973851d87"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c6fc2d8b-9a8f-45d6-be4d-4af973851d87"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c6fc2d8b-9a8f-45d6-be4d-4af973851d87"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6fc2d8b-9a8f-45d6-be4d-4af973851d87"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c6fc2d8b-9a8f-45d6-be4d-4af973851d87"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c6fc2d8b-9a8f-45d6-be4d-4af973851d87"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c6fc2d8b-9a8f-45d6-be4d-4af973851d87"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-cffd93c3-ab70-42e3-9eb0-a9dfb53c4c81 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-cffd93c3-ab70-42e3-9eb0-a9dfb53c4c81 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-cffd93c3-ab70-42e3-9eb0-a9dfb53c4c81 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-cffd93c3-ab70-42e3-9eb0-a9dfb53c4c81 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-cffd93c3-ab70-42e3-9eb0-a9dfb53c4c81 td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-cffd93c3-ab70-42e3-9eb0-a9dfb53c4c81 td.shogun-table-column, #s-cffd93c3-ab70-42e3-9eb0-a9dfb53c4c81 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-4a0ed44a-9fa1-41ee-a810-8b6be88cd166 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-c25a74c1-cb18-4ffe-9a21-3a2f9af9ff40 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-055bb674-9cb7-4708-ac7e-5ba8e7055c1a {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-81f8dd01-af80-461f-9e9b-d3fa3fa2ddb2 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-b66c03db-ad70-4626-bd9a-6c86a92f1532 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-5c720652-d3cc-4945-8107-0b3fa2724086 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-0ee46a31-e31c-4457-aef2-4987346561e3 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-22bd293b-f166-4081-b3f5-08ff75f24e8f {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-f982b6d7-8936-4717-b1e0-21ff27dac663 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-29f4b0f4-0bfc-4d9f-9cf1-bba9678519be {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-eda3c259-5849-4f2e-94e0-263a299dc3e8 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-254d9d13-6265-4fb1-b03c-ffe20e3a83b6 {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-1e41a99b-4b11-42fe-80bf-4e5077495a27 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-1e41a99b-4b11-42fe-80bf-4e5077495a27 img.shogun-image {
    
    width: px;
  }


#s-1e41a99b-4b11-42fe-80bf-4e5077495a27 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b29d56c-b226-49db-8d27-078b132fa5c6 {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-2b29d56c-b226-49db-8d27-078b132fa5c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b29d56c-b226-49db-8d27-078b132fa5c6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2b29d56c-b226-49db-8d27-078b132fa5c6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2b29d56c-b226-49db-8d27-078b132fa5c6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2b29d56c-b226-49db-8d27-078b132fa5c6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2b29d56c-b226-49db-8d27-078b132fa5c6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2b29d56c-b226-49db-8d27-078b132fa5c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2b29d56c-b226-49db-8d27-078b132fa5c6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2b29d56c-b226-49db-8d27-078b132fa5c6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2b29d56c-b226-49db-8d27-078b132fa5c6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2b29d56c-b226-49db-8d27-078b132fa5c6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2b29d56c-b226-49db-8d27-078b132fa5c6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2b29d56c-b226-49db-8d27-078b132fa5c6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2b29d56c-b226-49db-8d27-078b132fa5c6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2b29d56c-b226-49db-8d27-078b132fa5c6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2b29d56c-b226-49db-8d27-078b132fa5c6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2b29d56c-b226-49db-8d27-078b132fa5c6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2b29d56c-b226-49db-8d27-078b132fa5c6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2b29d56c-b226-49db-8d27-078b132fa5c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2b29d56c-b226-49db-8d27-078b132fa5c6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2b29d56c-b226-49db-8d27-078b132fa5c6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2b29d56c-b226-49db-8d27-078b132fa5c6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2b29d56c-b226-49db-8d27-078b132fa5c6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2b29d56c-b226-49db-8d27-078b132fa5c6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2b29d56c-b226-49db-8d27-078b132fa5c6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b29d56c-b226-49db-8d27-078b132fa5c6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2b29d56c-b226-49db-8d27-078b132fa5c6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2b29d56c-b226-49db-8d27-078b132fa5c6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2b29d56c-b226-49db-8d27-078b132fa5c6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2b29d56c-b226-49db-8d27-078b132fa5c6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2b29d56c-b226-49db-8d27-078b132fa5c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2b29d56c-b226-49db-8d27-078b132fa5c6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2b29d56c-b226-49db-8d27-078b132fa5c6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2b29d56c-b226-49db-8d27-078b132fa5c6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2b29d56c-b226-49db-8d27-078b132fa5c6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2b29d56c-b226-49db-8d27-078b132fa5c6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2b29d56c-b226-49db-8d27-078b132fa5c6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-398aea5a-17af-4685-9ff9-ad3ab79323c5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-398aea5a-17af-4685-9ff9-ad3ab79323c5 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-398aea5a-17af-4685-9ff9-ad3ab79323c5 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-398aea5a-17af-4685-9ff9-ad3ab79323c5 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-398aea5a-17af-4685-9ff9-ad3ab79323c5 td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-398aea5a-17af-4685-9ff9-ad3ab79323c5 td.shogun-table-column, #s-398aea5a-17af-4685-9ff9-ad3ab79323c5 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-a69e3730-2903-4463-93ec-9e0889e82ca8 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-92df798e-4977-4259-89fe-8d565321a2d3 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-4f69583a-b0d1-4e85-864d-cb34ded90fff {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-d84f8edc-9428-4a12-b3e0-69cdc2ef7060 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-9ff52f09-fd74-4313-946a-81cae0280a6a {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-c1728adf-c4d3-4473-aec9-74c5c32d08c0 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-f7717172-7d9b-4156-8db5-f9fc5c504c54 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-931aca45-0413-4e82-8cf7-b712e83ca00b {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-666b6e70-b406-4e5a-8efc-fac04ff21583 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-c8abc979-4be9-425c-a2af-dab601283ba8 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-30044a39-84f0-458d-aa57-e960b0ac39aa {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-b8489fa4-7f39-4dd5-8eab-88161cc64690 {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-62b8e25a-211a-4bbe-af72-f0ccf416124b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-62b8e25a-211a-4bbe-af72-f0ccf416124b img.shogun-image {
    
    width: px;
  }


#s-62b8e25a-211a-4bbe-af72-f0ccf416124b .shogun-image-content {
  
    align-items: center;
  
}

#s-876eec7f-222a-4624-beb9-b80916002c37 {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-876eec7f-222a-4624-beb9-b80916002c37"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-876eec7f-222a-4624-beb9-b80916002c37"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-876eec7f-222a-4624-beb9-b80916002c37"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-876eec7f-222a-4624-beb9-b80916002c37"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-876eec7f-222a-4624-beb9-b80916002c37"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-876eec7f-222a-4624-beb9-b80916002c37"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-876eec7f-222a-4624-beb9-b80916002c37"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-876eec7f-222a-4624-beb9-b80916002c37"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-876eec7f-222a-4624-beb9-b80916002c37"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-876eec7f-222a-4624-beb9-b80916002c37"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-876eec7f-222a-4624-beb9-b80916002c37"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-876eec7f-222a-4624-beb9-b80916002c37"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-876eec7f-222a-4624-beb9-b80916002c37"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-876eec7f-222a-4624-beb9-b80916002c37"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-876eec7f-222a-4624-beb9-b80916002c37"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-876eec7f-222a-4624-beb9-b80916002c37"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-876eec7f-222a-4624-beb9-b80916002c37"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-876eec7f-222a-4624-beb9-b80916002c37"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-876eec7f-222a-4624-beb9-b80916002c37"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-876eec7f-222a-4624-beb9-b80916002c37"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-876eec7f-222a-4624-beb9-b80916002c37"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-876eec7f-222a-4624-beb9-b80916002c37"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-876eec7f-222a-4624-beb9-b80916002c37"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-876eec7f-222a-4624-beb9-b80916002c37"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-876eec7f-222a-4624-beb9-b80916002c37"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-876eec7f-222a-4624-beb9-b80916002c37"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-876eec7f-222a-4624-beb9-b80916002c37"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-876eec7f-222a-4624-beb9-b80916002c37"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-876eec7f-222a-4624-beb9-b80916002c37"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-876eec7f-222a-4624-beb9-b80916002c37"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-876eec7f-222a-4624-beb9-b80916002c37"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-876eec7f-222a-4624-beb9-b80916002c37"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-876eec7f-222a-4624-beb9-b80916002c37"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-876eec7f-222a-4624-beb9-b80916002c37"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-876eec7f-222a-4624-beb9-b80916002c37"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-876eec7f-222a-4624-beb9-b80916002c37"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-876eec7f-222a-4624-beb9-b80916002c37"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c9bee299-f18e-409a-ba63-4b9ad17238cc {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-c9bee299-f18e-409a-ba63-4b9ad17238cc .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-c9bee299-f18e-409a-ba63-4b9ad17238cc table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-c9bee299-f18e-409a-ba63-4b9ad17238cc td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-c9bee299-f18e-409a-ba63-4b9ad17238cc td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-c9bee299-f18e-409a-ba63-4b9ad17238cc td.shogun-table-column, #s-c9bee299-f18e-409a-ba63-4b9ad17238cc td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-6cd29755-188c-43b3-b903-d73c2aca8bfb {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-194cc759-4bd2-4f97-bed0-f0e39d354552 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-220c25bb-8d79-4c6f-b150-8694122ca081 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-ef9cd329-c749-4328-8e02-d54cfeea7471 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-a7690663-5652-4232-8979-1626efdeab8a {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-0dbce8bf-0433-4706-8905-45964f00ec86 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-53984864-5a1c-4dd9-a976-f85fc68b3d06 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-0c1ed088-ebd6-41a3-9aae-0353585cb728 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-dd8f67d6-16d6-441d-ab49-7a814e41cea7 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-3d05015e-eab3-41bc-be53-f70e8a1718bf {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-03463002-7a78-4a14-a6a1-8eb112287865 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-98bfb006-3519-4c24-bfb0-76f2a39745ad {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-c0b84d35-3c51-4344-9785-378410f1ca5a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-c0b84d35-3c51-4344-9785-378410f1ca5a img.shogun-image {
    
    width: px;
  }


#s-c0b84d35-3c51-4344-9785-378410f1ca5a .shogun-image-content {
  
    align-items: center;
  
}

#s-a3dec259-828e-4f10-b916-4c81b255f683 {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-a3dec259-828e-4f10-b916-4c81b255f683"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3dec259-828e-4f10-b916-4c81b255f683"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a3dec259-828e-4f10-b916-4c81b255f683"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a3dec259-828e-4f10-b916-4c81b255f683"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a3dec259-828e-4f10-b916-4c81b255f683"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a3dec259-828e-4f10-b916-4c81b255f683"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a3dec259-828e-4f10-b916-4c81b255f683"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a3dec259-828e-4f10-b916-4c81b255f683"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a3dec259-828e-4f10-b916-4c81b255f683"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a3dec259-828e-4f10-b916-4c81b255f683"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a3dec259-828e-4f10-b916-4c81b255f683"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a3dec259-828e-4f10-b916-4c81b255f683"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a3dec259-828e-4f10-b916-4c81b255f683"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a3dec259-828e-4f10-b916-4c81b255f683"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a3dec259-828e-4f10-b916-4c81b255f683"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a3dec259-828e-4f10-b916-4c81b255f683"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a3dec259-828e-4f10-b916-4c81b255f683"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a3dec259-828e-4f10-b916-4c81b255f683"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a3dec259-828e-4f10-b916-4c81b255f683"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a3dec259-828e-4f10-b916-4c81b255f683"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a3dec259-828e-4f10-b916-4c81b255f683"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a3dec259-828e-4f10-b916-4c81b255f683"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a3dec259-828e-4f10-b916-4c81b255f683"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a3dec259-828e-4f10-b916-4c81b255f683"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a3dec259-828e-4f10-b916-4c81b255f683"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3dec259-828e-4f10-b916-4c81b255f683"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a3dec259-828e-4f10-b916-4c81b255f683"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a3dec259-828e-4f10-b916-4c81b255f683"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a3dec259-828e-4f10-b916-4c81b255f683"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a3dec259-828e-4f10-b916-4c81b255f683"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a3dec259-828e-4f10-b916-4c81b255f683"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a3dec259-828e-4f10-b916-4c81b255f683"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a3dec259-828e-4f10-b916-4c81b255f683"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a3dec259-828e-4f10-b916-4c81b255f683"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a3dec259-828e-4f10-b916-4c81b255f683"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a3dec259-828e-4f10-b916-4c81b255f683"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a3dec259-828e-4f10-b916-4c81b255f683"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-eb8d665a-bcd8-4e81-a9f5-a896834d7c49 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-eb8d665a-bcd8-4e81-a9f5-a896834d7c49 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-eb8d665a-bcd8-4e81-a9f5-a896834d7c49 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-eb8d665a-bcd8-4e81-a9f5-a896834d7c49 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-eb8d665a-bcd8-4e81-a9f5-a896834d7c49 td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-eb8d665a-bcd8-4e81-a9f5-a896834d7c49 td.shogun-table-column, #s-eb8d665a-bcd8-4e81-a9f5-a896834d7c49 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-de9f06ef-508b-457f-9144-0f8a03b37590 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-5c2bda92-3f41-4829-827c-a0e3fcf733da {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-162187c0-12ee-46c5-9c77-a680ad898c80 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-43ea9c24-81cf-4bcc-bfc6-4d8f7d9a0571 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-eaf19de0-629e-4721-b317-fb31cf6d6fd8 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-8edce148-04e5-45f9-93c9-03d8206b5295 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-32e5edcf-3168-4749-b57d-63480df344a7 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-c2d41bc7-e27e-47aa-9b5b-b22eb80ba8ec {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-c8802481-173f-42d0-a770-fde46e2b74ac {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-0dfe9150-d362-44af-b7b7-632a8a325ecc {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-e6cd79d5-2f27-46dc-96dc-aaf71e80faa5 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-75b2a8bc-f07c-4ed8-8d13-aeebb02d80bf {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-32f4c279-47a3-4fdf-be57-fdf1b5042a97 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-32f4c279-47a3-4fdf-be57-fdf1b5042a97 img.shogun-image {
    
    width: px;
  }


#s-32f4c279-47a3-4fdf-be57-fdf1b5042a97 .shogun-image-content {
  
    align-items: center;
  
}

#s-c4b53c57-5390-470f-a150-0dc65907f1bd {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-c4b53c57-5390-470f-a150-0dc65907f1bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4b53c57-5390-470f-a150-0dc65907f1bd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c4b53c57-5390-470f-a150-0dc65907f1bd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c4b53c57-5390-470f-a150-0dc65907f1bd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c4b53c57-5390-470f-a150-0dc65907f1bd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c4b53c57-5390-470f-a150-0dc65907f1bd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c4b53c57-5390-470f-a150-0dc65907f1bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c4b53c57-5390-470f-a150-0dc65907f1bd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c4b53c57-5390-470f-a150-0dc65907f1bd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c4b53c57-5390-470f-a150-0dc65907f1bd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c4b53c57-5390-470f-a150-0dc65907f1bd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c4b53c57-5390-470f-a150-0dc65907f1bd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c4b53c57-5390-470f-a150-0dc65907f1bd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c4b53c57-5390-470f-a150-0dc65907f1bd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c4b53c57-5390-470f-a150-0dc65907f1bd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c4b53c57-5390-470f-a150-0dc65907f1bd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c4b53c57-5390-470f-a150-0dc65907f1bd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c4b53c57-5390-470f-a150-0dc65907f1bd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c4b53c57-5390-470f-a150-0dc65907f1bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c4b53c57-5390-470f-a150-0dc65907f1bd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c4b53c57-5390-470f-a150-0dc65907f1bd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c4b53c57-5390-470f-a150-0dc65907f1bd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c4b53c57-5390-470f-a150-0dc65907f1bd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c4b53c57-5390-470f-a150-0dc65907f1bd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c4b53c57-5390-470f-a150-0dc65907f1bd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4b53c57-5390-470f-a150-0dc65907f1bd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c4b53c57-5390-470f-a150-0dc65907f1bd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c4b53c57-5390-470f-a150-0dc65907f1bd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c4b53c57-5390-470f-a150-0dc65907f1bd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c4b53c57-5390-470f-a150-0dc65907f1bd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c4b53c57-5390-470f-a150-0dc65907f1bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c4b53c57-5390-470f-a150-0dc65907f1bd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c4b53c57-5390-470f-a150-0dc65907f1bd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c4b53c57-5390-470f-a150-0dc65907f1bd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c4b53c57-5390-470f-a150-0dc65907f1bd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c4b53c57-5390-470f-a150-0dc65907f1bd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c4b53c57-5390-470f-a150-0dc65907f1bd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-49ff2770-5b30-4ac7-9f5c-3fb1aa2c2aab {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-left: 7px;
padding-bottom: 4px;
padding-right: 7px;
min-height: 5px;
}

#s-49ff2770-5b30-4ac7-9f5c-3fb1aa2c2aab .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-49ff2770-5b30-4ac7-9f5c-3fb1aa2c2aab table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-49ff2770-5b30-4ac7-9f5c-3fb1aa2c2aab td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-49ff2770-5b30-4ac7-9f5c-3fb1aa2c2aab td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-49ff2770-5b30-4ac7-9f5c-3fb1aa2c2aab td.shogun-table-column, #s-49ff2770-5b30-4ac7-9f5c-3fb1aa2c2aab td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-540751d0-8335-4e35-b07a-de1968fe18ad {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-54ce18c1-7866-45bb-815f-682e97f9f629 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-bbbc6bab-dded-4564-b793-1cff332c26bf {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-14d3bbe9-3da2-478b-a309-c4f2d20db4f6 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-386ee9f8-c79d-443b-8d65-27c1968d85fd {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-bf6fbe80-df1a-4be8-acc5-f3453ee59889 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-cc406568-dcb3-4ad2-8f42-e7ea924b1f7d {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-8ed0e8cc-e3f2-4764-8583-eb4609e2058c {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-4c085f43-8a63-435f-81c5-124414f55c06 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-c45d5f14-0d32-43ad-b6ed-a63677f658a0 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-522292bb-4376-4bc0-8650-1d095eba7179 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-5d484dc5-c703-472f-952d-f6b51b550140 {
  margin-top: -5px;
margin-bottom: -5px;
padding-top: 0px;
padding-bottom: 0px;
border-radius: 5px;
}

#s-73ff565a-7204-4a39-bfee-52f52e596140 {
  text-align: center;
}




  #s-73ff565a-7204-4a39-bfee-52f52e596140 img.shogun-image {
    
    width: px;
  }


#s-73ff565a-7204-4a39-bfee-52f52e596140 .shogun-image-content {
  
    align-items: center;
  
}

#s-41f0359a-504f-4488-907e-999f1481198a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 1px;
padding-bottom: 5px;
padding-right: 1px;
}

#s-41f0359a-504f-4488-907e-999f1481198a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-41f0359a-504f-4488-907e-999f1481198a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(222, 222, 222, 1);
  padding: 10px;
}

#s-41f0359a-504f-4488-907e-999f1481198a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-41f0359a-504f-4488-907e-999f1481198a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-41f0359a-504f-4488-907e-999f1481198a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: 500;
  font-style: ;
  font-size: ;
}

#s-41f0359a-504f-4488-907e-999f1481198a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-c6ba4b73-c46d-4a98-a527-049689d168d3 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 4px;
padding-bottom: 5px;
padding-right: 4px;
}

#s-c6ba4b73-c46d-4a98-a527-049689d168d3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(149, 146, 146, 1);
}

#s-c6ba4b73-c46d-4a98-a527-049689d168d3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 7px;
}

#s-c6ba4b73-c46d-4a98-a527-049689d168d3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(126, 126, 126, 1);
}

#s-c6ba4b73-c46d-4a98-a527-049689d168d3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(149, 146, 146, 1);
}

#s-c6ba4b73-c46d-4a98-a527-049689d168d3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(126, 126, 126, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: 900;
  font-style: ;
  font-size: 13px;
}

#s-c6ba4b73-c46d-4a98-a527-049689d168d3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 13px;
}
#s-6dd0be63-57c3-49d1-82d2-fc71233621fb {
  min-height: 3px;
}

@media (min-width: 0px) {
[id="s-6dd0be63-57c3-49d1-82d2-fc71233621fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6dd0be63-57c3-49d1-82d2-fc71233621fb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6dd0be63-57c3-49d1-82d2-fc71233621fb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6dd0be63-57c3-49d1-82d2-fc71233621fb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6dd0be63-57c3-49d1-82d2-fc71233621fb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6dd0be63-57c3-49d1-82d2-fc71233621fb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6dd0be63-57c3-49d1-82d2-fc71233621fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6dd0be63-57c3-49d1-82d2-fc71233621fb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6dd0be63-57c3-49d1-82d2-fc71233621fb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6dd0be63-57c3-49d1-82d2-fc71233621fb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6dd0be63-57c3-49d1-82d2-fc71233621fb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6dd0be63-57c3-49d1-82d2-fc71233621fb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6dd0be63-57c3-49d1-82d2-fc71233621fb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6dd0be63-57c3-49d1-82d2-fc71233621fb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6dd0be63-57c3-49d1-82d2-fc71233621fb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6dd0be63-57c3-49d1-82d2-fc71233621fb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6dd0be63-57c3-49d1-82d2-fc71233621fb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6dd0be63-57c3-49d1-82d2-fc71233621fb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6dd0be63-57c3-49d1-82d2-fc71233621fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6dd0be63-57c3-49d1-82d2-fc71233621fb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6dd0be63-57c3-49d1-82d2-fc71233621fb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6dd0be63-57c3-49d1-82d2-fc71233621fb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6dd0be63-57c3-49d1-82d2-fc71233621fb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6dd0be63-57c3-49d1-82d2-fc71233621fb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6dd0be63-57c3-49d1-82d2-fc71233621fb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6dd0be63-57c3-49d1-82d2-fc71233621fb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6dd0be63-57c3-49d1-82d2-fc71233621fb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6dd0be63-57c3-49d1-82d2-fc71233621fb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6dd0be63-57c3-49d1-82d2-fc71233621fb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6dd0be63-57c3-49d1-82d2-fc71233621fb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6dd0be63-57c3-49d1-82d2-fc71233621fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6dd0be63-57c3-49d1-82d2-fc71233621fb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6dd0be63-57c3-49d1-82d2-fc71233621fb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6dd0be63-57c3-49d1-82d2-fc71233621fb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6dd0be63-57c3-49d1-82d2-fc71233621fb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6dd0be63-57c3-49d1-82d2-fc71233621fb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6dd0be63-57c3-49d1-82d2-fc71233621fb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ea99a732-62c5-48c7-80fd-50a7637a7b06 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 7px;
padding-bottom: 10px;
padding-right: 7px;
min-height: 5px;
}

#s-ea99a732-62c5-48c7-80fd-50a7637a7b06 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 12px;
}

#s-ea99a732-62c5-48c7-80fd-50a7637a7b06 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ea99a732-62c5-48c7-80fd-50a7637a7b06 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-ea99a732-62c5-48c7-80fd-50a7637a7b06 td.shogun-table-row {
  background-color: #fff;
  padding: ;
}

#s-ea99a732-62c5-48c7-80fd-50a7637a7b06 td.shogun-table-column, #s-ea99a732-62c5-48c7-80fd-50a7637a7b06 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-c5012cb6-3167-42da-8710-795dc6326cfe {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-6def908e-b927-4fd6-bcee-7ca946de2138 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-2068d76d-bc4a-460e-8bb1-03cc3c40dfa7 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-122e5b2d-0fdb-40ed-a72a-4a7171147398 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-05282fe1-eda6-4b99-9ba9-ef6f4b8a0084 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-e4ffcc2f-b293-4090-a079-d59c68b650fa {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-e516b848-226c-4b79-a052-70a8fe8df764 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-df730eff-ebb1-41ea-8f37-858f7835f1cf {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-0abaab81-a14f-4e6f-8b97-258a1ebe2259 {
  margin-top: -5px;
margin-bottom: -5px;
}

#s-d145cb94-8166-485f-b026-816cb53692f8 {
  margin-top: -5px;
margin-bottom: -5px;
border-radius: 5px;
}

#s-0cbd4d1d-aef5-45d2-87ac-2bb3ba7cb6e6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-0cbd4d1d-aef5-45d2-87ac-2bb3ba7cb6e6 img.shogun-image {
    
    width: px;
  }


#s-0cbd4d1d-aef5-45d2-87ac-2bb3ba7cb6e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-1e2e24ec-a458-482a-892c-34bd23015747 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-7b0a5f2c-5b27-43bd-be21-b2f57bd33329 {
  min-height: 50px;
}








#s-7b0a5f2c-5b27-43bd-be21-b2f57bd33329 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b0a5f2c-5b27-43bd-be21-b2f57bd33329.shg-box.shg-c {
  justify-content: center;
}

#s-ed3067cf-c1c0-4edb-8ce3-6c2aa4a0834d {
  border-style: solid;
margin-top: 0px;
margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(182, 182, 182, 1);
}

@media (min-width: 0px) {
[id="s-ed3067cf-c1c0-4edb-8ce3-6c2aa4a0834d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed3067cf-c1c0-4edb-8ce3-6c2aa4a0834d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-ed3067cf-c1c0-4edb-8ce3-6c2aa4a0834d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-ed3067cf-c1c0-4edb-8ce3-6c2aa4a0834d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-ed3067cf-c1c0-4edb-8ce3-6c2aa4a0834d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-ed3067cf-c1c0-4edb-8ce3-6c2aa4a0834d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-ed3067cf-c1c0-4edb-8ce3-6c2aa4a0834d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-ed3067cf-c1c0-4edb-8ce3-6c2aa4a0834d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-ed3067cf-c1c0-4edb-8ce3-6c2aa4a0834d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-ed3067cf-c1c0-4edb-8ce3-6c2aa4a0834d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-ed3067cf-c1c0-4edb-8ce3-6c2aa4a0834d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-ed3067cf-c1c0-4edb-8ce3-6c2aa4a0834d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-ed3067cf-c1c0-4edb-8ce3-6c2aa4a0834d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-ed3067cf-c1c0-4edb-8ce3-6c2aa4a0834d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-ed3067cf-c1c0-4edb-8ce3-6c2aa4a0834d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-ed3067cf-c1c0-4edb-8ce3-6c2aa4a0834d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-ed3067cf-c1c0-4edb-8ce3-6c2aa4a0834d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-ed3067cf-c1c0-4edb-8ce3-6c2aa4a0834d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-ed3067cf-c1c0-4edb-8ce3-6c2aa4a0834d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-ed3067cf-c1c0-4edb-8ce3-6c2aa4a0834d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-ed3067cf-c1c0-4edb-8ce3-6c2aa4a0834d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-ed3067cf-c1c0-4edb-8ce3-6c2aa4a0834d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-ed3067cf-c1c0-4edb-8ce3-6c2aa4a0834d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-ed3067cf-c1c0-4edb-8ce3-6c2aa4a0834d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-ed3067cf-c1c0-4edb-8ce3-6c2aa4a0834d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-ed3067cf-c1c0-4edb-8ce3-6c2aa4a0834d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-ed3067cf-c1c0-4edb-8ce3-6c2aa4a0834d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-ed3067cf-c1c0-4edb-8ce3-6c2aa4a0834d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-ed3067cf-c1c0-4edb-8ce3-6c2aa4a0834d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-ed3067cf-c1c0-4edb-8ce3-6c2aa4a0834d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-ed3067cf-c1c0-4edb-8ce3-6c2aa4a0834d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-ed3067cf-c1c0-4edb-8ce3-6c2aa4a0834d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-ed3067cf-c1c0-4edb-8ce3-6c2aa4a0834d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-ed3067cf-c1c0-4edb-8ce3-6c2aa4a0834d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-ed3067cf-c1c0-4edb-8ce3-6c2aa4a0834d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-ed3067cf-c1c0-4edb-8ce3-6c2aa4a0834d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-ed3067cf-c1c0-4edb-8ce3-6c2aa4a0834d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 12.5px);
}

}

#s-e6b8c32a-7366-4034-9251-16830522a910 {
  border-style: solid;
margin-top: -2px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(182, 182, 182, 1);
text-align: left;
}

#s-e6b8c32a-7366-4034-9251-16830522a910 .shogun-heading-component h1 {
  color: rgba(150, 150, 150, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



/*
  $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;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .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;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: block;
}