.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-cbbd41c7-8e05-40f8-ad9a-2a70b2bbf4ad {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0em;
margin-bottom: 0em;
max-width: 100%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-cbbd41c7-8e05-40f8-ad9a-2a70b2bbf4ad {
  display: none;
}
#s-cbbd41c7-8e05-40f8-ad9a-2a70b2bbf4ad, #wrap-s-cbbd41c7-8e05-40f8-ad9a-2a70b2bbf4ad { display:none !important; }}@media (max-width: 767px){#s-cbbd41c7-8e05-40f8-ad9a-2a70b2bbf4ad {
  display: none;
}
#s-cbbd41c7-8e05-40f8-ad9a-2a70b2bbf4ad, #wrap-s-cbbd41c7-8e05-40f8-ad9a-2a70b2bbf4ad { display:none !important; }}
#s-cbbd41c7-8e05-40f8-ad9a-2a70b2bbf4ad .shogun-tabs {
  justify-content: center;
}


  #s-cbbd41c7-8e05-40f8-ad9a-2a70b2bbf4ad .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(233, 233, 233, 1);
  }
  #s-cbbd41c7-8e05-40f8-ad9a-2a70b2bbf4ad .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 1);
  }
#s-cbbd41c7-8e05-40f8-ad9a-2a70b2bbf4ad .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 13px;
}

#s-cbbd41c7-8e05-40f8-ad9a-2a70b2bbf4ad .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-cbbd41c7-8e05-40f8-ad9a-2a70b2bbf4ad .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-cbbd41c7-8e05-40f8-ad9a-2a70b2bbf4ad .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

.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-dc4b7b1e-a810-4896-859b-0aeeaf81d0cd {
  margin-top: 1em;
min-height: 50px;
}








#s-dc4b7b1e-a810-4896-859b-0aeeaf81d0cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc4b7b1e-a810-4896-859b-0aeeaf81d0cd.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-d9c5ac15-7be3-401a-8cdc-863fd797b67f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d9c5ac15-7be3-401a-8cdc-863fd797b67f .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.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-21b61d5d-fa85-4c9d-a9b2-415388869288 {
  margin-left: 10%;
margin-right: 10%;
}

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

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

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

#s-61755f91-2b7e-4cf9-918c-620c966cb9d7 {
  margin-top: 1em;
margin-left: 5%;
margin-bottom: 1em;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-61755f91-2b7e-4cf9-918c-620c966cb9d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61755f91-2b7e-4cf9-918c-620c966cb9d7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-61755f91-2b7e-4cf9-918c-620c966cb9d7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-61755f91-2b7e-4cf9-918c-620c966cb9d7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-61755f91-2b7e-4cf9-918c-620c966cb9d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-61755f91-2b7e-4cf9-918c-620c966cb9d7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-61755f91-2b7e-4cf9-918c-620c966cb9d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-61755f91-2b7e-4cf9-918c-620c966cb9d7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-61755f91-2b7e-4cf9-918c-620c966cb9d7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-61755f91-2b7e-4cf9-918c-620c966cb9d7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-61755f91-2b7e-4cf9-918c-620c966cb9d7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-61755f91-2b7e-4cf9-918c-620c966cb9d7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-61755f91-2b7e-4cf9-918c-620c966cb9d7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-61755f91-2b7e-4cf9-918c-620c966cb9d7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-61755f91-2b7e-4cf9-918c-620c966cb9d7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-61755f91-2b7e-4cf9-918c-620c966cb9d7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-61755f91-2b7e-4cf9-918c-620c966cb9d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-61755f91-2b7e-4cf9-918c-620c966cb9d7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-61755f91-2b7e-4cf9-918c-620c966cb9d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-61755f91-2b7e-4cf9-918c-620c966cb9d7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-61755f91-2b7e-4cf9-918c-620c966cb9d7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-61755f91-2b7e-4cf9-918c-620c966cb9d7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-61755f91-2b7e-4cf9-918c-620c966cb9d7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-61755f91-2b7e-4cf9-918c-620c966cb9d7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-61755f91-2b7e-4cf9-918c-620c966cb9d7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-61755f91-2b7e-4cf9-918c-620c966cb9d7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-61755f91-2b7e-4cf9-918c-620c966cb9d7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-61755f91-2b7e-4cf9-918c-620c966cb9d7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-61755f91-2b7e-4cf9-918c-620c966cb9d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-61755f91-2b7e-4cf9-918c-620c966cb9d7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-61755f91-2b7e-4cf9-918c-620c966cb9d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-61755f91-2b7e-4cf9-918c-620c966cb9d7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-61755f91-2b7e-4cf9-918c-620c966cb9d7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-61755f91-2b7e-4cf9-918c-620c966cb9d7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-61755f91-2b7e-4cf9-918c-620c966cb9d7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-61755f91-2b7e-4cf9-918c-620c966cb9d7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-61755f91-2b7e-4cf9-918c-620c966cb9d7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d79e7853-b116-41c1-ae01-a3be475bb2b2 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-49c7f813-df6b-4637-a73b-d8e44a708ecc {
  text-align: left;
}


.shg-c#s-49c7f813-df6b-4637-a73b-d8e44a708ecc {
  max-width: 100%;
}

.shg-c#s-49c7f813-df6b-4637-a73b-d8e44a708ecc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49c7f813-df6b-4637-a73b-d8e44a708ecc .shg-image-zoom,
.shg-c#s-49c7f813-df6b-4637-a73b-d8e44a708ecc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49c7f813-df6b-4637-a73b-d8e44a708ecc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-49c7f813-df6b-4637-a73b-d8e44a708ecc {
  max-width: 100%;
}

.shg-c#s-49c7f813-df6b-4637-a73b-d8e44a708ecc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49c7f813-df6b-4637-a73b-d8e44a708ecc .shg-image-zoom,
.shg-c#s-49c7f813-df6b-4637-a73b-d8e44a708ecc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49c7f813-df6b-4637-a73b-d8e44a708ecc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-49c7f813-df6b-4637-a73b-d8e44a708ecc {
  max-width: 100%;
}

.shg-c#s-49c7f813-df6b-4637-a73b-d8e44a708ecc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49c7f813-df6b-4637-a73b-d8e44a708ecc .shg-image-zoom,
.shg-c#s-49c7f813-df6b-4637-a73b-d8e44a708ecc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49c7f813-df6b-4637-a73b-d8e44a708ecc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-49c7f813-df6b-4637-a73b-d8e44a708ecc {
  max-width: 100%;
}

.shg-c#s-49c7f813-df6b-4637-a73b-d8e44a708ecc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49c7f813-df6b-4637-a73b-d8e44a708ecc .shg-image-zoom,
.shg-c#s-49c7f813-df6b-4637-a73b-d8e44a708ecc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49c7f813-df6b-4637-a73b-d8e44a708ecc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-49c7f813-df6b-4637-a73b-d8e44a708ecc {
  max-width: 100%;
}

.shg-c#s-49c7f813-df6b-4637-a73b-d8e44a708ecc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-49c7f813-df6b-4637-a73b-d8e44a708ecc .shg-image-zoom,
.shg-c#s-49c7f813-df6b-4637-a73b-d8e44a708ecc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-49c7f813-df6b-4637-a73b-d8e44a708ecc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-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;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-92a10b3e-8a29-4698-a849-7eebaa5eba39 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92a10b3e-8a29-4698-a849-7eebaa5eba39 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-856d7f30-0fbe-480d-9b53-8fd6f83ad01d {
  margin-top: 3px;
margin-bottom: 3px;
text-align: center;
}

#s-856d7f30-0fbe-480d-9b53-8fd6f83ad01d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-856d7f30-0fbe-480d-9b53-8fd6f83ad01d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-856d7f30-0fbe-480d-9b53-8fd6f83ad01d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1bc9e358-ce2d-4674-a826-089936ce3c22 {
  margin-top: 3%;
margin-left: 25%;
margin-bottom: 3%;
margin-right: 25%;
text-align: left;
}

#s-1bc9e358-ce2d-4674-a826-089936ce3c22 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-1bc9e358-ce2d-4674-a826-089936ce3c22 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-1bc9e358-ce2d-4674-a826-089936ce3c22 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-1bc9e358-ce2d-4674-a826-089936ce3c22 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 10px;
}


  #s-1bc9e358-ce2d-4674-a826-089936ce3c22 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-1bc9e358-ce2d-4674-a826-089936ce3c22 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-963b311c-37b4-490b-8967-67ed0d90ba10 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 1px;
background-color: rgba(66, 183, 42, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-963b311c-37b4-490b-8967-67ed0d90ba10:hover {background-color: rgba(51, 142, 32, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-963b311c-37b4-490b-8967-67ed0d90ba10:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-963b311c-37b4-490b-8967-67ed0d90ba10 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-963b311c-37b4-490b-8967-67ed0d90ba10.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-963b311c-37b4-490b-8967-67ed0d90ba10.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}

#s-963b311c-37b4-490b-8967-67ed0d90ba10.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-963b311c-37b4-490b-8967-67ed0d90ba10.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


.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-5fe863ff-5e01-4a6f-81f0-819254f37ecb {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-5fe863ff-5e01-4a6f-81f0-819254f37ecb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5fe863ff-5e01-4a6f-81f0-819254f37ecb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5fe863ff-5e01-4a6f-81f0-819254f37ecb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ce4b426e-431c-449f-8dfe-29ec753f5117 {
  display: none;
}
#s-c7196f37-3843-4fed-b41a-1d635c819b4e {
  text-align: left;
}


.shg-c#s-c7196f37-3843-4fed-b41a-1d635c819b4e {
  max-width: 100%;
}

.shg-c#s-c7196f37-3843-4fed-b41a-1d635c819b4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7196f37-3843-4fed-b41a-1d635c819b4e .shg-image-zoom,
.shg-c#s-c7196f37-3843-4fed-b41a-1d635c819b4e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c7196f37-3843-4fed-b41a-1d635c819b4e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c7196f37-3843-4fed-b41a-1d635c819b4e {
  max-width: 100%;
}

.shg-c#s-c7196f37-3843-4fed-b41a-1d635c819b4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7196f37-3843-4fed-b41a-1d635c819b4e .shg-image-zoom,
.shg-c#s-c7196f37-3843-4fed-b41a-1d635c819b4e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c7196f37-3843-4fed-b41a-1d635c819b4e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c7196f37-3843-4fed-b41a-1d635c819b4e {
  max-width: 100%;
}

.shg-c#s-c7196f37-3843-4fed-b41a-1d635c819b4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7196f37-3843-4fed-b41a-1d635c819b4e .shg-image-zoom,
.shg-c#s-c7196f37-3843-4fed-b41a-1d635c819b4e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c7196f37-3843-4fed-b41a-1d635c819b4e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c7196f37-3843-4fed-b41a-1d635c819b4e {
  max-width: 100%;
}

.shg-c#s-c7196f37-3843-4fed-b41a-1d635c819b4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7196f37-3843-4fed-b41a-1d635c819b4e .shg-image-zoom,
.shg-c#s-c7196f37-3843-4fed-b41a-1d635c819b4e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c7196f37-3843-4fed-b41a-1d635c819b4e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c7196f37-3843-4fed-b41a-1d635c819b4e {
  max-width: 100%;
}

.shg-c#s-c7196f37-3843-4fed-b41a-1d635c819b4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7196f37-3843-4fed-b41a-1d635c819b4e .shg-image-zoom,
.shg-c#s-c7196f37-3843-4fed-b41a-1d635c819b4e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c7196f37-3843-4fed-b41a-1d635c819b4e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-383d258c-649e-483d-90d7-8c99ed3054f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-383d258c-649e-483d-90d7-8c99ed3054f7 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-81726e93-daa1-4324-b3e7-eb6040f65dbc {
  margin-top: 3px;
margin-bottom: 3px;
text-align: center;
}

#s-81726e93-daa1-4324-b3e7-eb6040f65dbc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-81726e93-daa1-4324-b3e7-eb6040f65dbc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-81726e93-daa1-4324-b3e7-eb6040f65dbc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8f78bd4f-ec73-4e74-88c9-db96d2257770 {
  margin-top: 3%;
margin-left: 25%;
margin-bottom: 3%;
margin-right: 25%;
text-align: left;
}

#s-8f78bd4f-ec73-4e74-88c9-db96d2257770 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-8f78bd4f-ec73-4e74-88c9-db96d2257770 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-8f78bd4f-ec73-4e74-88c9-db96d2257770 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-8f78bd4f-ec73-4e74-88c9-db96d2257770 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 10px;
}


  #s-8f78bd4f-ec73-4e74-88c9-db96d2257770 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-8f78bd4f-ec73-4e74-88c9-db96d2257770 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

#s-9cf25b4a-e19d-4a9b-b79d-4ddcb8033846 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 1px;
background-color: rgba(66, 183, 42, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-9cf25b4a-e19d-4a9b-b79d-4ddcb8033846:hover {background-color: rgba(51, 142, 32, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9cf25b4a-e19d-4a9b-b79d-4ddcb8033846:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9cf25b4a-e19d-4a9b-b79d-4ddcb8033846 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9cf25b4a-e19d-4a9b-b79d-4ddcb8033846.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9cf25b4a-e19d-4a9b-b79d-4ddcb8033846.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}

#s-9cf25b4a-e19d-4a9b-b79d-4ddcb8033846.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9cf25b4a-e19d-4a9b-b79d-4ddcb8033846.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-02578932-acf2-4fdb-bf18-68ff5f376f5c {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-02578932-acf2-4fdb-bf18-68ff5f376f5c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-02578932-acf2-4fdb-bf18-68ff5f376f5c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-02578932-acf2-4fdb-bf18-68ff5f376f5c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-14eb6e8b-e61c-46ae-8d1f-3db9a4cd52c9 {
  display: none;
}
#s-272879b7-b39d-49db-a36a-d5f4b53123f5 {
  text-align: left;
}


.shg-c#s-272879b7-b39d-49db-a36a-d5f4b53123f5 {
  max-width: 100%;
}

.shg-c#s-272879b7-b39d-49db-a36a-d5f4b53123f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-272879b7-b39d-49db-a36a-d5f4b53123f5 .shg-image-zoom,
.shg-c#s-272879b7-b39d-49db-a36a-d5f4b53123f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-272879b7-b39d-49db-a36a-d5f4b53123f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-272879b7-b39d-49db-a36a-d5f4b53123f5 {
  max-width: 100%;
}

.shg-c#s-272879b7-b39d-49db-a36a-d5f4b53123f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-272879b7-b39d-49db-a36a-d5f4b53123f5 .shg-image-zoom,
.shg-c#s-272879b7-b39d-49db-a36a-d5f4b53123f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-272879b7-b39d-49db-a36a-d5f4b53123f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-272879b7-b39d-49db-a36a-d5f4b53123f5 {
  max-width: 100%;
}

.shg-c#s-272879b7-b39d-49db-a36a-d5f4b53123f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-272879b7-b39d-49db-a36a-d5f4b53123f5 .shg-image-zoom,
.shg-c#s-272879b7-b39d-49db-a36a-d5f4b53123f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-272879b7-b39d-49db-a36a-d5f4b53123f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-272879b7-b39d-49db-a36a-d5f4b53123f5 {
  max-width: 100%;
}

.shg-c#s-272879b7-b39d-49db-a36a-d5f4b53123f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-272879b7-b39d-49db-a36a-d5f4b53123f5 .shg-image-zoom,
.shg-c#s-272879b7-b39d-49db-a36a-d5f4b53123f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-272879b7-b39d-49db-a36a-d5f4b53123f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-272879b7-b39d-49db-a36a-d5f4b53123f5 {
  max-width: 100%;
}

.shg-c#s-272879b7-b39d-49db-a36a-d5f4b53123f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-272879b7-b39d-49db-a36a-d5f4b53123f5 .shg-image-zoom,
.shg-c#s-272879b7-b39d-49db-a36a-d5f4b53123f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-272879b7-b39d-49db-a36a-d5f4b53123f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-359034b0-7b91-4ad3-b411-3dc40d0c68ce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-359034b0-7b91-4ad3-b411-3dc40d0c68ce .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-1ac5908e-a365-4963-a5af-377445ce4849 {
  margin-top: 3px;
margin-bottom: 3px;
text-align: center;
}

#s-1ac5908e-a365-4963-a5af-377445ce4849 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1ac5908e-a365-4963-a5af-377445ce4849 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1ac5908e-a365-4963-a5af-377445ce4849 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b9c0fb5c-ae99-427e-8192-626446c7b255 {
  margin-top: 3%;
margin-left: 25%;
margin-bottom: 3%;
margin-right: 25%;
text-align: left;
}

#s-b9c0fb5c-ae99-427e-8192-626446c7b255 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-b9c0fb5c-ae99-427e-8192-626446c7b255 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-b9c0fb5c-ae99-427e-8192-626446c7b255 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-b9c0fb5c-ae99-427e-8192-626446c7b255 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 10px;
}


  #s-b9c0fb5c-ae99-427e-8192-626446c7b255 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-b9c0fb5c-ae99-427e-8192-626446c7b255 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

#s-e82ad67e-2505-4e6d-8931-04c496229c36 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 1px;
background-color: rgba(66, 183, 42, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e82ad67e-2505-4e6d-8931-04c496229c36:hover {background-color: rgba(51, 142, 32, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e82ad67e-2505-4e6d-8931-04c496229c36:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e82ad67e-2505-4e6d-8931-04c496229c36 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e82ad67e-2505-4e6d-8931-04c496229c36.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e82ad67e-2505-4e6d-8931-04c496229c36.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}

#s-e82ad67e-2505-4e6d-8931-04c496229c36.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e82ad67e-2505-4e6d-8931-04c496229c36.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-dd9ad11b-3121-4ff2-8689-194569b41e97 {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-dd9ad11b-3121-4ff2-8689-194569b41e97:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dd9ad11b-3121-4ff2-8689-194569b41e97:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dd9ad11b-3121-4ff2-8689-194569b41e97.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-649461ab-0269-41a1-972e-34a51d97d6ac {
  margin-top: 1em;
margin-bottom: 0em;
min-height: 50px;
}
@media (min-width: 1200px){#s-649461ab-0269-41a1-972e-34a51d97d6ac {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-649461ab-0269-41a1-972e-34a51d97d6ac {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-649461ab-0269-41a1-972e-34a51d97d6ac {
  
}
}@media (max-width: 767px){#s-649461ab-0269-41a1-972e-34a51d97d6ac {
  
}
}







#s-649461ab-0269-41a1-972e-34a51d97d6ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-649461ab-0269-41a1-972e-34a51d97d6ac.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f66daf8d-7aa9-4814-95f4-48828311267c {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-f66daf8d-7aa9-4814-95f4-48828311267c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f66daf8d-7aa9-4814-95f4-48828311267c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f66daf8d-7aa9-4814-95f4-48828311267c {
  
}
}@media (max-width: 767px){#s-f66daf8d-7aa9-4814-95f4-48828311267c {
  
}
}







#s-f66daf8d-7aa9-4814-95f4-48828311267c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-f66daf8d-7aa9-4814-95f4-48828311267c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8354d0ca-ed2c-48ea-973d-3e18d2e83632 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(119, 74, 74, 0);
opacity: 1;
}

@media (min-width: 0px) {
[id="s-8354d0ca-ed2c-48ea-973d-3e18d2e83632"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8354d0ca-ed2c-48ea-973d-3e18d2e83632"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8354d0ca-ed2c-48ea-973d-3e18d2e83632"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8354d0ca-ed2c-48ea-973d-3e18d2e83632"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8354d0ca-ed2c-48ea-973d-3e18d2e83632"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8354d0ca-ed2c-48ea-973d-3e18d2e83632"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8354d0ca-ed2c-48ea-973d-3e18d2e83632"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8354d0ca-ed2c-48ea-973d-3e18d2e83632"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8354d0ca-ed2c-48ea-973d-3e18d2e83632"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8354d0ca-ed2c-48ea-973d-3e18d2e83632"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8354d0ca-ed2c-48ea-973d-3e18d2e83632"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8354d0ca-ed2c-48ea-973d-3e18d2e83632"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8354d0ca-ed2c-48ea-973d-3e18d2e83632"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8354d0ca-ed2c-48ea-973d-3e18d2e83632"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8354d0ca-ed2c-48ea-973d-3e18d2e83632"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8354d0ca-ed2c-48ea-973d-3e18d2e83632"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8354d0ca-ed2c-48ea-973d-3e18d2e83632"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8354d0ca-ed2c-48ea-973d-3e18d2e83632"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8354d0ca-ed2c-48ea-973d-3e18d2e83632"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8354d0ca-ed2c-48ea-973d-3e18d2e83632"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8354d0ca-ed2c-48ea-973d-3e18d2e83632"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8354d0ca-ed2c-48ea-973d-3e18d2e83632"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8354d0ca-ed2c-48ea-973d-3e18d2e83632"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8354d0ca-ed2c-48ea-973d-3e18d2e83632"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8354d0ca-ed2c-48ea-973d-3e18d2e83632"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8354d0ca-ed2c-48ea-973d-3e18d2e83632"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8354d0ca-ed2c-48ea-973d-3e18d2e83632"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8354d0ca-ed2c-48ea-973d-3e18d2e83632"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8354d0ca-ed2c-48ea-973d-3e18d2e83632"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8354d0ca-ed2c-48ea-973d-3e18d2e83632"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8354d0ca-ed2c-48ea-973d-3e18d2e83632"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8354d0ca-ed2c-48ea-973d-3e18d2e83632"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8354d0ca-ed2c-48ea-973d-3e18d2e83632"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8354d0ca-ed2c-48ea-973d-3e18d2e83632"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8354d0ca-ed2c-48ea-973d-3e18d2e83632"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8354d0ca-ed2c-48ea-973d-3e18d2e83632"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8354d0ca-ed2c-48ea-973d-3e18d2e83632"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-10a44027-d7ce-4e3a-a44f-6d3038353c5e {
  margin-top: 3em;
margin-left: 30px;
margin-bottom: 3em;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-10a44027-d7ce-4e3a-a44f-6d3038353c5e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-10a44027-d7ce-4e3a-a44f-6d3038353c5e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-10a44027-d7ce-4e3a-a44f-6d3038353c5e {
  
}
}@media (max-width: 767px){#s-10a44027-d7ce-4e3a-a44f-6d3038353c5e {
  
}
}
#s-10a44027-d7ce-4e3a-a44f-6d3038353c5e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b260c02b-023b-4d15-be3d-08a1cbb0cf41 {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-b260c02b-023b-4d15-be3d-08a1cbb0cf41 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b260c02b-023b-4d15-be3d-08a1cbb0cf41 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b260c02b-023b-4d15-be3d-08a1cbb0cf41 {
  
}
}@media (max-width: 767px){#s-b260c02b-023b-4d15-be3d-08a1cbb0cf41 {
  
}
}
.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-7837dfa1-c42c-42e4-9785-b4b97017d956 {
  margin-left: 30px;
margin-right: 30px;
}

#s-7837dfa1-c42c-42e4-9785-b4b97017d956 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-7837dfa1-c42c-42e4-9785-b4b97017d956 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-7837dfa1-c42c-42e4-9785-b4b97017d956 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-7837dfa1-c42c-42e4-9785-b4b97017d956 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-7837dfa1-c42c-42e4-9785-b4b97017d956 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Avenir Next;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-7837dfa1-c42c-42e4-9785-b4b97017d956 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-7c0b99ce-ee84-46db-ba29-97982e31edbd {
  margin-top: 1em;
}

#s-ba90ecf4-79d0-4e6a-b0a9-3140fa7d8d58 {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-ba90ecf4-79d0-4e6a-b0a9-3140fa7d8d58"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba90ecf4-79d0-4e6a-b0a9-3140fa7d8d58"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ba90ecf4-79d0-4e6a-b0a9-3140fa7d8d58"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ba90ecf4-79d0-4e6a-b0a9-3140fa7d8d58"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ba90ecf4-79d0-4e6a-b0a9-3140fa7d8d58"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ba90ecf4-79d0-4e6a-b0a9-3140fa7d8d58"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ba90ecf4-79d0-4e6a-b0a9-3140fa7d8d58"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ba90ecf4-79d0-4e6a-b0a9-3140fa7d8d58"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ba90ecf4-79d0-4e6a-b0a9-3140fa7d8d58"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ba90ecf4-79d0-4e6a-b0a9-3140fa7d8d58"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ba90ecf4-79d0-4e6a-b0a9-3140fa7d8d58"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ba90ecf4-79d0-4e6a-b0a9-3140fa7d8d58"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ba90ecf4-79d0-4e6a-b0a9-3140fa7d8d58"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ba90ecf4-79d0-4e6a-b0a9-3140fa7d8d58"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ba90ecf4-79d0-4e6a-b0a9-3140fa7d8d58"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ba90ecf4-79d0-4e6a-b0a9-3140fa7d8d58"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ba90ecf4-79d0-4e6a-b0a9-3140fa7d8d58"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ba90ecf4-79d0-4e6a-b0a9-3140fa7d8d58"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ba90ecf4-79d0-4e6a-b0a9-3140fa7d8d58"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ba90ecf4-79d0-4e6a-b0a9-3140fa7d8d58"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ba90ecf4-79d0-4e6a-b0a9-3140fa7d8d58"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ba90ecf4-79d0-4e6a-b0a9-3140fa7d8d58"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ba90ecf4-79d0-4e6a-b0a9-3140fa7d8d58"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ba90ecf4-79d0-4e6a-b0a9-3140fa7d8d58"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ba90ecf4-79d0-4e6a-b0a9-3140fa7d8d58"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba90ecf4-79d0-4e6a-b0a9-3140fa7d8d58"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ba90ecf4-79d0-4e6a-b0a9-3140fa7d8d58"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ba90ecf4-79d0-4e6a-b0a9-3140fa7d8d58"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ba90ecf4-79d0-4e6a-b0a9-3140fa7d8d58"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ba90ecf4-79d0-4e6a-b0a9-3140fa7d8d58"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ba90ecf4-79d0-4e6a-b0a9-3140fa7d8d58"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ba90ecf4-79d0-4e6a-b0a9-3140fa7d8d58"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ba90ecf4-79d0-4e6a-b0a9-3140fa7d8d58"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ba90ecf4-79d0-4e6a-b0a9-3140fa7d8d58"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ba90ecf4-79d0-4e6a-b0a9-3140fa7d8d58"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ba90ecf4-79d0-4e6a-b0a9-3140fa7d8d58"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ba90ecf4-79d0-4e6a-b0a9-3140fa7d8d58"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

.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-b1bacdb3-1437-4ddf-8a1c-98b552d65eb5 {
  text-align: center;
}




  #s-b1bacdb3-1437-4ddf-8a1c-98b552d65eb5 img.shogun-image {
    
    width: px;
  }


#s-b1bacdb3-1437-4ddf-8a1c-98b552d65eb5 .shogun-image-content {
  
    align-items: center;
  
}

#s-4ef0ab34-416f-472e-a9ae-e8f300dba555 {
  margin-top: 2em;
margin-left: 25%;
margin-bottom: 2em;
margin-right: 25%;
max-width: 100%;
text-align: center;
}




  #s-4ef0ab34-416f-472e-a9ae-e8f300dba555 img.shogun-image {
    
    width: px;
  }


#s-4ef0ab34-416f-472e-a9ae-e8f300dba555 .shogun-image-content {
  
    align-items: center;
  
}

#s-76f2966b-3289-426a-bc89-81ae76085a13 {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-76f2966b-3289-426a-bc89-81ae76085a13 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-76f2966b-3289-426a-bc89-81ae76085a13 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-76f2966b-3289-426a-bc89-81ae76085a13 {
  
}
}@media (max-width: 767px){#s-76f2966b-3289-426a-bc89-81ae76085a13 {
  
}
}
#s-a4651b11-9c83-4498-aee5-e309482aed16 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
}

#s-a4651b11-9c83-4498-aee5-e309482aed16 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-a4651b11-9c83-4498-aee5-e309482aed16 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-a4651b11-9c83-4498-aee5-e309482aed16 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-a4651b11-9c83-4498-aee5-e309482aed16 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-a4651b11-9c83-4498-aee5-e309482aed16 > .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: Avenir Next;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-a4651b11-9c83-4498-aee5-e309482aed16 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-a26075b4-c39c-4cd4-808a-4a836a97b6f5 {
  margin-top: 1em;
min-height: 50px;
}








#s-a26075b4-c39c-4cd4-808a-4a836a97b6f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a26075b4-c39c-4cd4-808a-4a836a97b6f5.shg-box.shg-c {
  justify-content: center;
}

#s-bdd4d85b-97bb-4b5f-b463-3a5455134de5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bdd4d85b-97bb-4b5f-b463-3a5455134de5 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-24fe6f8f-527f-4eec-9f53-b8b21774a593 {
  margin-top: 2em;
margin-left: 10%;
margin-bottom: 2em;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-24fe6f8f-527f-4eec-9f53-b8b21774a593"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24fe6f8f-527f-4eec-9f53-b8b21774a593"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-24fe6f8f-527f-4eec-9f53-b8b21774a593"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-24fe6f8f-527f-4eec-9f53-b8b21774a593"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24fe6f8f-527f-4eec-9f53-b8b21774a593"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-24fe6f8f-527f-4eec-9f53-b8b21774a593"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-24fe6f8f-527f-4eec-9f53-b8b21774a593"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-24fe6f8f-527f-4eec-9f53-b8b21774a593"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-24fe6f8f-527f-4eec-9f53-b8b21774a593"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-24fe6f8f-527f-4eec-9f53-b8b21774a593"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-24fe6f8f-527f-4eec-9f53-b8b21774a593"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-24fe6f8f-527f-4eec-9f53-b8b21774a593"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-24fe6f8f-527f-4eec-9f53-b8b21774a593"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-24fe6f8f-527f-4eec-9f53-b8b21774a593"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-24fe6f8f-527f-4eec-9f53-b8b21774a593"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-24fe6f8f-527f-4eec-9f53-b8b21774a593"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24fe6f8f-527f-4eec-9f53-b8b21774a593"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-24fe6f8f-527f-4eec-9f53-b8b21774a593"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-24fe6f8f-527f-4eec-9f53-b8b21774a593"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-24fe6f8f-527f-4eec-9f53-b8b21774a593"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-24fe6f8f-527f-4eec-9f53-b8b21774a593"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-24fe6f8f-527f-4eec-9f53-b8b21774a593"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-24fe6f8f-527f-4eec-9f53-b8b21774a593"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-24fe6f8f-527f-4eec-9f53-b8b21774a593"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-24fe6f8f-527f-4eec-9f53-b8b21774a593"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-24fe6f8f-527f-4eec-9f53-b8b21774a593"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-24fe6f8f-527f-4eec-9f53-b8b21774a593"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-24fe6f8f-527f-4eec-9f53-b8b21774a593"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24fe6f8f-527f-4eec-9f53-b8b21774a593"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-24fe6f8f-527f-4eec-9f53-b8b21774a593"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-24fe6f8f-527f-4eec-9f53-b8b21774a593"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-24fe6f8f-527f-4eec-9f53-b8b21774a593"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-24fe6f8f-527f-4eec-9f53-b8b21774a593"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-24fe6f8f-527f-4eec-9f53-b8b21774a593"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-24fe6f8f-527f-4eec-9f53-b8b21774a593"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-24fe6f8f-527f-4eec-9f53-b8b21774a593"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-24fe6f8f-527f-4eec-9f53-b8b21774a593"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1945edf6-36a8-44da-ba92-5938adfee349 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}




  #s-1945edf6-36a8-44da-ba92-5938adfee349 img.shogun-image {
    
    width: px;
  }


#s-1945edf6-36a8-44da-ba92-5938adfee349 .shogun-image-content {
  
    align-items: center;
  
}

#s-9978e6cd-189d-4b50-969e-01a59cecb8ec {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9978e6cd-189d-4b50-969e-01a59cecb8ec .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-08c6011c-3401-4fd8-b231-37833679e8bd {
  margin-top: 2em;
margin-left: 10%;
margin-bottom: 2em;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-08c6011c-3401-4fd8-b231-37833679e8bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08c6011c-3401-4fd8-b231-37833679e8bd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-08c6011c-3401-4fd8-b231-37833679e8bd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-08c6011c-3401-4fd8-b231-37833679e8bd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-08c6011c-3401-4fd8-b231-37833679e8bd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-08c6011c-3401-4fd8-b231-37833679e8bd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-08c6011c-3401-4fd8-b231-37833679e8bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-08c6011c-3401-4fd8-b231-37833679e8bd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-08c6011c-3401-4fd8-b231-37833679e8bd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-08c6011c-3401-4fd8-b231-37833679e8bd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-08c6011c-3401-4fd8-b231-37833679e8bd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-08c6011c-3401-4fd8-b231-37833679e8bd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-08c6011c-3401-4fd8-b231-37833679e8bd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-08c6011c-3401-4fd8-b231-37833679e8bd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-08c6011c-3401-4fd8-b231-37833679e8bd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-08c6011c-3401-4fd8-b231-37833679e8bd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-08c6011c-3401-4fd8-b231-37833679e8bd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-08c6011c-3401-4fd8-b231-37833679e8bd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-08c6011c-3401-4fd8-b231-37833679e8bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-08c6011c-3401-4fd8-b231-37833679e8bd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-08c6011c-3401-4fd8-b231-37833679e8bd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-08c6011c-3401-4fd8-b231-37833679e8bd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-08c6011c-3401-4fd8-b231-37833679e8bd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-08c6011c-3401-4fd8-b231-37833679e8bd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-08c6011c-3401-4fd8-b231-37833679e8bd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-08c6011c-3401-4fd8-b231-37833679e8bd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-08c6011c-3401-4fd8-b231-37833679e8bd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-08c6011c-3401-4fd8-b231-37833679e8bd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-08c6011c-3401-4fd8-b231-37833679e8bd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-08c6011c-3401-4fd8-b231-37833679e8bd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-08c6011c-3401-4fd8-b231-37833679e8bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-08c6011c-3401-4fd8-b231-37833679e8bd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-08c6011c-3401-4fd8-b231-37833679e8bd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-08c6011c-3401-4fd8-b231-37833679e8bd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-08c6011c-3401-4fd8-b231-37833679e8bd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-08c6011c-3401-4fd8-b231-37833679e8bd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-08c6011c-3401-4fd8-b231-37833679e8bd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4801e625-7730-4b9a-8e86-97081c873878 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}




  #s-4801e625-7730-4b9a-8e86-97081c873878 img.shogun-image {
    
    width: px;
  }


#s-4801e625-7730-4b9a-8e86-97081c873878 .shogun-image-content {
  
    align-items: center;
  
}

#s-2f51bd6c-4aa3-43c3-9389-4b64a64d1699 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2f51bd6c-4aa3-43c3-9389-4b64a64d1699 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8a45f2c8-b14c-4a9c-afaf-8c8e7ae5ba3c {
  margin-top: 2em;
margin-left: 10%;
margin-bottom: 2em;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-8a45f2c8-b14c-4a9c-afaf-8c8e7ae5ba3c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a45f2c8-b14c-4a9c-afaf-8c8e7ae5ba3c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8a45f2c8-b14c-4a9c-afaf-8c8e7ae5ba3c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8a45f2c8-b14c-4a9c-afaf-8c8e7ae5ba3c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8a45f2c8-b14c-4a9c-afaf-8c8e7ae5ba3c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8a45f2c8-b14c-4a9c-afaf-8c8e7ae5ba3c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8a45f2c8-b14c-4a9c-afaf-8c8e7ae5ba3c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8a45f2c8-b14c-4a9c-afaf-8c8e7ae5ba3c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8a45f2c8-b14c-4a9c-afaf-8c8e7ae5ba3c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8a45f2c8-b14c-4a9c-afaf-8c8e7ae5ba3c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8a45f2c8-b14c-4a9c-afaf-8c8e7ae5ba3c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8a45f2c8-b14c-4a9c-afaf-8c8e7ae5ba3c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8a45f2c8-b14c-4a9c-afaf-8c8e7ae5ba3c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8a45f2c8-b14c-4a9c-afaf-8c8e7ae5ba3c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8a45f2c8-b14c-4a9c-afaf-8c8e7ae5ba3c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8a45f2c8-b14c-4a9c-afaf-8c8e7ae5ba3c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8a45f2c8-b14c-4a9c-afaf-8c8e7ae5ba3c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8a45f2c8-b14c-4a9c-afaf-8c8e7ae5ba3c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8a45f2c8-b14c-4a9c-afaf-8c8e7ae5ba3c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8a45f2c8-b14c-4a9c-afaf-8c8e7ae5ba3c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8a45f2c8-b14c-4a9c-afaf-8c8e7ae5ba3c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8a45f2c8-b14c-4a9c-afaf-8c8e7ae5ba3c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8a45f2c8-b14c-4a9c-afaf-8c8e7ae5ba3c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8a45f2c8-b14c-4a9c-afaf-8c8e7ae5ba3c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8a45f2c8-b14c-4a9c-afaf-8c8e7ae5ba3c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a45f2c8-b14c-4a9c-afaf-8c8e7ae5ba3c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8a45f2c8-b14c-4a9c-afaf-8c8e7ae5ba3c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8a45f2c8-b14c-4a9c-afaf-8c8e7ae5ba3c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8a45f2c8-b14c-4a9c-afaf-8c8e7ae5ba3c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8a45f2c8-b14c-4a9c-afaf-8c8e7ae5ba3c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8a45f2c8-b14c-4a9c-afaf-8c8e7ae5ba3c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8a45f2c8-b14c-4a9c-afaf-8c8e7ae5ba3c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8a45f2c8-b14c-4a9c-afaf-8c8e7ae5ba3c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8a45f2c8-b14c-4a9c-afaf-8c8e7ae5ba3c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8a45f2c8-b14c-4a9c-afaf-8c8e7ae5ba3c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8a45f2c8-b14c-4a9c-afaf-8c8e7ae5ba3c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8a45f2c8-b14c-4a9c-afaf-8c8e7ae5ba3c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-94c28688-d919-48a3-8021-1622880c78c8 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}




  #s-94c28688-d919-48a3-8021-1622880c78c8 img.shogun-image {
    
    width: px;
  }


#s-94c28688-d919-48a3-8021-1622880c78c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-c38e6aec-3e00-4b2b-ab61-902c0d916e8d {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c38e6aec-3e00-4b2b-ab61-902c0d916e8d .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-41e9f726-840e-4782-b589-2e34589efe71 {
  margin-top: 2em;
margin-left: 10%;
margin-bottom: 2em;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-41e9f726-840e-4782-b589-2e34589efe71"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41e9f726-840e-4782-b589-2e34589efe71"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-41e9f726-840e-4782-b589-2e34589efe71"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-41e9f726-840e-4782-b589-2e34589efe71"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-41e9f726-840e-4782-b589-2e34589efe71"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-41e9f726-840e-4782-b589-2e34589efe71"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-41e9f726-840e-4782-b589-2e34589efe71"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-41e9f726-840e-4782-b589-2e34589efe71"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-41e9f726-840e-4782-b589-2e34589efe71"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-41e9f726-840e-4782-b589-2e34589efe71"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-41e9f726-840e-4782-b589-2e34589efe71"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-41e9f726-840e-4782-b589-2e34589efe71"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-41e9f726-840e-4782-b589-2e34589efe71"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-41e9f726-840e-4782-b589-2e34589efe71"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-41e9f726-840e-4782-b589-2e34589efe71"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-41e9f726-840e-4782-b589-2e34589efe71"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-41e9f726-840e-4782-b589-2e34589efe71"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-41e9f726-840e-4782-b589-2e34589efe71"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-41e9f726-840e-4782-b589-2e34589efe71"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-41e9f726-840e-4782-b589-2e34589efe71"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-41e9f726-840e-4782-b589-2e34589efe71"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-41e9f726-840e-4782-b589-2e34589efe71"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-41e9f726-840e-4782-b589-2e34589efe71"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-41e9f726-840e-4782-b589-2e34589efe71"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-41e9f726-840e-4782-b589-2e34589efe71"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-41e9f726-840e-4782-b589-2e34589efe71"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-41e9f726-840e-4782-b589-2e34589efe71"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-41e9f726-840e-4782-b589-2e34589efe71"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-41e9f726-840e-4782-b589-2e34589efe71"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-41e9f726-840e-4782-b589-2e34589efe71"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-41e9f726-840e-4782-b589-2e34589efe71"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-41e9f726-840e-4782-b589-2e34589efe71"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-41e9f726-840e-4782-b589-2e34589efe71"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-41e9f726-840e-4782-b589-2e34589efe71"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-41e9f726-840e-4782-b589-2e34589efe71"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-41e9f726-840e-4782-b589-2e34589efe71"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-41e9f726-840e-4782-b589-2e34589efe71"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e0c479ca-ad25-40f1-a304-df445086032e {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}




  #s-e0c479ca-ad25-40f1-a304-df445086032e img.shogun-image {
    
    width: px;
  }


#s-e0c479ca-ad25-40f1-a304-df445086032e .shogun-image-content {
  
    align-items: center;
  
}

#s-8a1a2bcd-4311-4e31-b533-afad10cd0d07 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8a1a2bcd-4311-4e31-b533-afad10cd0d07 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a687fcec-0389-4769-b360-c6ff15f664ae {
  margin-top: 2em;
margin-left: 10%;
margin-bottom: 2em;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-a687fcec-0389-4769-b360-c6ff15f664ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a687fcec-0389-4769-b360-c6ff15f664ae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a687fcec-0389-4769-b360-c6ff15f664ae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a687fcec-0389-4769-b360-c6ff15f664ae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a687fcec-0389-4769-b360-c6ff15f664ae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a687fcec-0389-4769-b360-c6ff15f664ae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a687fcec-0389-4769-b360-c6ff15f664ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a687fcec-0389-4769-b360-c6ff15f664ae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a687fcec-0389-4769-b360-c6ff15f664ae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a687fcec-0389-4769-b360-c6ff15f664ae"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a687fcec-0389-4769-b360-c6ff15f664ae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a687fcec-0389-4769-b360-c6ff15f664ae"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a687fcec-0389-4769-b360-c6ff15f664ae"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a687fcec-0389-4769-b360-c6ff15f664ae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a687fcec-0389-4769-b360-c6ff15f664ae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a687fcec-0389-4769-b360-c6ff15f664ae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a687fcec-0389-4769-b360-c6ff15f664ae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a687fcec-0389-4769-b360-c6ff15f664ae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a687fcec-0389-4769-b360-c6ff15f664ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a687fcec-0389-4769-b360-c6ff15f664ae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a687fcec-0389-4769-b360-c6ff15f664ae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a687fcec-0389-4769-b360-c6ff15f664ae"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a687fcec-0389-4769-b360-c6ff15f664ae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a687fcec-0389-4769-b360-c6ff15f664ae"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a687fcec-0389-4769-b360-c6ff15f664ae"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a687fcec-0389-4769-b360-c6ff15f664ae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a687fcec-0389-4769-b360-c6ff15f664ae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a687fcec-0389-4769-b360-c6ff15f664ae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a687fcec-0389-4769-b360-c6ff15f664ae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a687fcec-0389-4769-b360-c6ff15f664ae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a687fcec-0389-4769-b360-c6ff15f664ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a687fcec-0389-4769-b360-c6ff15f664ae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a687fcec-0389-4769-b360-c6ff15f664ae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a687fcec-0389-4769-b360-c6ff15f664ae"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a687fcec-0389-4769-b360-c6ff15f664ae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a687fcec-0389-4769-b360-c6ff15f664ae"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a687fcec-0389-4769-b360-c6ff15f664ae"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ccc93c18-caf6-4816-bb29-4bcffb6e0cac {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}




  #s-ccc93c18-caf6-4816-bb29-4bcffb6e0cac img.shogun-image {
    
    width: px;
  }


#s-ccc93c18-caf6-4816-bb29-4bcffb6e0cac .shogun-image-content {
  
    align-items: center;
  
}

#s-a5ef4676-eeff-4bcd-b55f-e7c3d0da86ec {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a5ef4676-eeff-4bcd-b55f-e7c3d0da86ec .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-569c837f-519a-4f55-ab51-813fba907a00 {
  margin-top: 2em;
margin-left: 10%;
margin-bottom: 2em;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-569c837f-519a-4f55-ab51-813fba907a00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-569c837f-519a-4f55-ab51-813fba907a00"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-569c837f-519a-4f55-ab51-813fba907a00"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-569c837f-519a-4f55-ab51-813fba907a00"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-569c837f-519a-4f55-ab51-813fba907a00"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-569c837f-519a-4f55-ab51-813fba907a00"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-569c837f-519a-4f55-ab51-813fba907a00"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-569c837f-519a-4f55-ab51-813fba907a00"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-569c837f-519a-4f55-ab51-813fba907a00"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-569c837f-519a-4f55-ab51-813fba907a00"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-569c837f-519a-4f55-ab51-813fba907a00"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-569c837f-519a-4f55-ab51-813fba907a00"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-569c837f-519a-4f55-ab51-813fba907a00"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-569c837f-519a-4f55-ab51-813fba907a00"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-569c837f-519a-4f55-ab51-813fba907a00"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-569c837f-519a-4f55-ab51-813fba907a00"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-569c837f-519a-4f55-ab51-813fba907a00"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-569c837f-519a-4f55-ab51-813fba907a00"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-569c837f-519a-4f55-ab51-813fba907a00"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-569c837f-519a-4f55-ab51-813fba907a00"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-569c837f-519a-4f55-ab51-813fba907a00"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-569c837f-519a-4f55-ab51-813fba907a00"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-569c837f-519a-4f55-ab51-813fba907a00"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-569c837f-519a-4f55-ab51-813fba907a00"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-569c837f-519a-4f55-ab51-813fba907a00"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-569c837f-519a-4f55-ab51-813fba907a00"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-569c837f-519a-4f55-ab51-813fba907a00"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-569c837f-519a-4f55-ab51-813fba907a00"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-569c837f-519a-4f55-ab51-813fba907a00"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-569c837f-519a-4f55-ab51-813fba907a00"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-569c837f-519a-4f55-ab51-813fba907a00"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-569c837f-519a-4f55-ab51-813fba907a00"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-569c837f-519a-4f55-ab51-813fba907a00"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-569c837f-519a-4f55-ab51-813fba907a00"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-569c837f-519a-4f55-ab51-813fba907a00"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-569c837f-519a-4f55-ab51-813fba907a00"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-569c837f-519a-4f55-ab51-813fba907a00"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-71b81631-15e8-406d-adcc-b43605dd7b5a {
  padding-top: 15px;
padding-bottom: 15px;
max-width: 200px;
text-align: center;
}




  #s-71b81631-15e8-406d-adcc-b43605dd7b5a img.shogun-image {
    
    width: px;
  }


#s-71b81631-15e8-406d-adcc-b43605dd7b5a .shogun-image-content {
  
    align-items: center;
  
}

#s-3d3b630c-a533-40a3-aa99-7ee51b11b19d {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3d3b630c-a533-40a3-aa99-7ee51b11b19d .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-33f9775c-97d8-45dd-8fd8-9394ad34e20d {
  margin-top: 2em;
margin-left: 10%;
margin-bottom: 2em;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-33f9775c-97d8-45dd-8fd8-9394ad34e20d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33f9775c-97d8-45dd-8fd8-9394ad34e20d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-33f9775c-97d8-45dd-8fd8-9394ad34e20d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-33f9775c-97d8-45dd-8fd8-9394ad34e20d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-33f9775c-97d8-45dd-8fd8-9394ad34e20d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-33f9775c-97d8-45dd-8fd8-9394ad34e20d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-33f9775c-97d8-45dd-8fd8-9394ad34e20d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-33f9775c-97d8-45dd-8fd8-9394ad34e20d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-33f9775c-97d8-45dd-8fd8-9394ad34e20d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-33f9775c-97d8-45dd-8fd8-9394ad34e20d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-33f9775c-97d8-45dd-8fd8-9394ad34e20d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-33f9775c-97d8-45dd-8fd8-9394ad34e20d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-33f9775c-97d8-45dd-8fd8-9394ad34e20d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-33f9775c-97d8-45dd-8fd8-9394ad34e20d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-33f9775c-97d8-45dd-8fd8-9394ad34e20d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-33f9775c-97d8-45dd-8fd8-9394ad34e20d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-33f9775c-97d8-45dd-8fd8-9394ad34e20d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-33f9775c-97d8-45dd-8fd8-9394ad34e20d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-33f9775c-97d8-45dd-8fd8-9394ad34e20d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-33f9775c-97d8-45dd-8fd8-9394ad34e20d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-33f9775c-97d8-45dd-8fd8-9394ad34e20d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-33f9775c-97d8-45dd-8fd8-9394ad34e20d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-33f9775c-97d8-45dd-8fd8-9394ad34e20d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-33f9775c-97d8-45dd-8fd8-9394ad34e20d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-33f9775c-97d8-45dd-8fd8-9394ad34e20d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-33f9775c-97d8-45dd-8fd8-9394ad34e20d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-33f9775c-97d8-45dd-8fd8-9394ad34e20d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-33f9775c-97d8-45dd-8fd8-9394ad34e20d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-33f9775c-97d8-45dd-8fd8-9394ad34e20d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-33f9775c-97d8-45dd-8fd8-9394ad34e20d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-33f9775c-97d8-45dd-8fd8-9394ad34e20d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-33f9775c-97d8-45dd-8fd8-9394ad34e20d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-33f9775c-97d8-45dd-8fd8-9394ad34e20d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-33f9775c-97d8-45dd-8fd8-9394ad34e20d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-33f9775c-97d8-45dd-8fd8-9394ad34e20d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-33f9775c-97d8-45dd-8fd8-9394ad34e20d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-33f9775c-97d8-45dd-8fd8-9394ad34e20d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-76fd2f19-f43f-448e-94ae-d72d0098d8a4 {
  padding-top: 15px;
padding-bottom: 15px;
max-width: 200px;
text-align: center;
}




  #s-76fd2f19-f43f-448e-94ae-d72d0098d8a4 img.shogun-image {
    
    width: px;
  }


#s-76fd2f19-f43f-448e-94ae-d72d0098d8a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-c03fb06b-c544-47cb-96a3-7f3e99541947 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c03fb06b-c544-47cb-96a3-7f3e99541947 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f8df04a2-1235-4224-86fa-8776fdab27c4 {
  margin-top: 2em;
margin-left: 10%;
margin-bottom: 2em;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-f8df04a2-1235-4224-86fa-8776fdab27c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f8df04a2-1235-4224-86fa-8776fdab27c4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f8df04a2-1235-4224-86fa-8776fdab27c4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f8df04a2-1235-4224-86fa-8776fdab27c4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f8df04a2-1235-4224-86fa-8776fdab27c4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f8df04a2-1235-4224-86fa-8776fdab27c4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f8df04a2-1235-4224-86fa-8776fdab27c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f8df04a2-1235-4224-86fa-8776fdab27c4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f8df04a2-1235-4224-86fa-8776fdab27c4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f8df04a2-1235-4224-86fa-8776fdab27c4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f8df04a2-1235-4224-86fa-8776fdab27c4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f8df04a2-1235-4224-86fa-8776fdab27c4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f8df04a2-1235-4224-86fa-8776fdab27c4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f8df04a2-1235-4224-86fa-8776fdab27c4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f8df04a2-1235-4224-86fa-8776fdab27c4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f8df04a2-1235-4224-86fa-8776fdab27c4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f8df04a2-1235-4224-86fa-8776fdab27c4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f8df04a2-1235-4224-86fa-8776fdab27c4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f8df04a2-1235-4224-86fa-8776fdab27c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f8df04a2-1235-4224-86fa-8776fdab27c4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f8df04a2-1235-4224-86fa-8776fdab27c4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f8df04a2-1235-4224-86fa-8776fdab27c4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f8df04a2-1235-4224-86fa-8776fdab27c4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f8df04a2-1235-4224-86fa-8776fdab27c4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f8df04a2-1235-4224-86fa-8776fdab27c4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8df04a2-1235-4224-86fa-8776fdab27c4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f8df04a2-1235-4224-86fa-8776fdab27c4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f8df04a2-1235-4224-86fa-8776fdab27c4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f8df04a2-1235-4224-86fa-8776fdab27c4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f8df04a2-1235-4224-86fa-8776fdab27c4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f8df04a2-1235-4224-86fa-8776fdab27c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f8df04a2-1235-4224-86fa-8776fdab27c4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f8df04a2-1235-4224-86fa-8776fdab27c4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f8df04a2-1235-4224-86fa-8776fdab27c4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f8df04a2-1235-4224-86fa-8776fdab27c4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f8df04a2-1235-4224-86fa-8776fdab27c4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f8df04a2-1235-4224-86fa-8776fdab27c4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-deeb4e2d-a9d0-4d57-9b86-455f5f11b448 {
  padding-top: 20px;
padding-bottom: 20px;
max-width: 200px;
text-align: center;
}




  #s-deeb4e2d-a9d0-4d57-9b86-455f5f11b448 img.shogun-image {
    
    width: px;
  }


#s-deeb4e2d-a9d0-4d57-9b86-455f5f11b448 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f3e0431-1fd0-435f-b3e1-32a47dbe61ba {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0f3e0431-1fd0-435f-b3e1-32a47dbe61ba .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a8943ed4-6356-46f1-823d-4e062b97d702 {
  margin-top: 2em;
margin-left: 10%;
margin-bottom: 2em;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-a8943ed4-6356-46f1-823d-4e062b97d702"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8943ed4-6356-46f1-823d-4e062b97d702"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a8943ed4-6356-46f1-823d-4e062b97d702"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a8943ed4-6356-46f1-823d-4e062b97d702"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a8943ed4-6356-46f1-823d-4e062b97d702"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a8943ed4-6356-46f1-823d-4e062b97d702"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a8943ed4-6356-46f1-823d-4e062b97d702"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a8943ed4-6356-46f1-823d-4e062b97d702"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a8943ed4-6356-46f1-823d-4e062b97d702"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a8943ed4-6356-46f1-823d-4e062b97d702"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a8943ed4-6356-46f1-823d-4e062b97d702"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a8943ed4-6356-46f1-823d-4e062b97d702"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a8943ed4-6356-46f1-823d-4e062b97d702"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a8943ed4-6356-46f1-823d-4e062b97d702"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a8943ed4-6356-46f1-823d-4e062b97d702"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a8943ed4-6356-46f1-823d-4e062b97d702"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a8943ed4-6356-46f1-823d-4e062b97d702"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a8943ed4-6356-46f1-823d-4e062b97d702"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a8943ed4-6356-46f1-823d-4e062b97d702"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a8943ed4-6356-46f1-823d-4e062b97d702"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a8943ed4-6356-46f1-823d-4e062b97d702"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a8943ed4-6356-46f1-823d-4e062b97d702"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a8943ed4-6356-46f1-823d-4e062b97d702"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a8943ed4-6356-46f1-823d-4e062b97d702"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a8943ed4-6356-46f1-823d-4e062b97d702"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8943ed4-6356-46f1-823d-4e062b97d702"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a8943ed4-6356-46f1-823d-4e062b97d702"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a8943ed4-6356-46f1-823d-4e062b97d702"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a8943ed4-6356-46f1-823d-4e062b97d702"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a8943ed4-6356-46f1-823d-4e062b97d702"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a8943ed4-6356-46f1-823d-4e062b97d702"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a8943ed4-6356-46f1-823d-4e062b97d702"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a8943ed4-6356-46f1-823d-4e062b97d702"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a8943ed4-6356-46f1-823d-4e062b97d702"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a8943ed4-6356-46f1-823d-4e062b97d702"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a8943ed4-6356-46f1-823d-4e062b97d702"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a8943ed4-6356-46f1-823d-4e062b97d702"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ffec8436-3729-474c-92d1-f812c9b65431 {
  padding-top: 15px;
padding-bottom: 15px;
max-width: 200px;
text-align: center;
}




  #s-ffec8436-3729-474c-92d1-f812c9b65431 img.shogun-image {
    
    width: px;
  }


#s-ffec8436-3729-474c-92d1-f812c9b65431 .shogun-image-content {
  
    align-items: center;
  
}

#s-e92c2246-fa29-477e-a4c2-4514df999215 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e92c2246-fa29-477e-a4c2-4514df999215 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f8cb8785-d266-4c1c-ab99-b7d9ce9d499b {
  margin-top: 1em;
min-height: 50px;
}








#s-f8cb8785-d266-4c1c-ab99-b7d9ce9d499b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8cb8785-d266-4c1c-ab99-b7d9ce9d499b.shg-box.shg-c {
  justify-content: center;
}

#s-6a5ec707-1167-4b76-be77-0a140c4c79a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a5ec707-1167-4b76-be77-0a140c4c79a4 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ab89156a-e7c5-4aa2-baf7-5f14c97b39c0 {
  margin-left: 10%;
margin-right: 10%;
}

#s-40075e2a-e1f7-42af-a135-68b349e3d8e4 {
  min-height: 50px;
}








#s-40075e2a-e1f7-42af-a135-68b349e3d8e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40075e2a-e1f7-42af-a135-68b349e3d8e4.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-b641e31c-9c21-454f-8813-486221eec916"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b641e31c-9c21-454f-8813-486221eec916"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b641e31c-9c21-454f-8813-486221eec916"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b641e31c-9c21-454f-8813-486221eec916"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b641e31c-9c21-454f-8813-486221eec916"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b641e31c-9c21-454f-8813-486221eec916"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b641e31c-9c21-454f-8813-486221eec916"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b641e31c-9c21-454f-8813-486221eec916"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b641e31c-9c21-454f-8813-486221eec916"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b641e31c-9c21-454f-8813-486221eec916"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b641e31c-9c21-454f-8813-486221eec916"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b641e31c-9c21-454f-8813-486221eec916"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b641e31c-9c21-454f-8813-486221eec916"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b641e31c-9c21-454f-8813-486221eec916"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b641e31c-9c21-454f-8813-486221eec916"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b641e31c-9c21-454f-8813-486221eec916"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b641e31c-9c21-454f-8813-486221eec916"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b641e31c-9c21-454f-8813-486221eec916"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b641e31c-9c21-454f-8813-486221eec916"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b641e31c-9c21-454f-8813-486221eec916"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b641e31c-9c21-454f-8813-486221eec916"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b641e31c-9c21-454f-8813-486221eec916"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b641e31c-9c21-454f-8813-486221eec916"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b641e31c-9c21-454f-8813-486221eec916"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b641e31c-9c21-454f-8813-486221eec916"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b641e31c-9c21-454f-8813-486221eec916"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b641e31c-9c21-454f-8813-486221eec916"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b641e31c-9c21-454f-8813-486221eec916"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b641e31c-9c21-454f-8813-486221eec916"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b641e31c-9c21-454f-8813-486221eec916"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b641e31c-9c21-454f-8813-486221eec916"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b641e31c-9c21-454f-8813-486221eec916"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b641e31c-9c21-454f-8813-486221eec916"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b641e31c-9c21-454f-8813-486221eec916"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b641e31c-9c21-454f-8813-486221eec916"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b641e31c-9c21-454f-8813-486221eec916"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b641e31c-9c21-454f-8813-486221eec916"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5aba5db8-b1db-46ce-873b-815945b16b98 {
  margin-left: 30px;
margin-bottom: 3em;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5aba5db8-b1db-46ce-873b-815945b16b98 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-dfc1032e-d652-47ee-82d6-4f7e55434eb1 {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-dfc1032e-d652-47ee-82d6-4f7e55434eb1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dfc1032e-d652-47ee-82d6-4f7e55434eb1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dfc1032e-d652-47ee-82d6-4f7e55434eb1 {
  
}
}@media (max-width: 767px){#s-dfc1032e-d652-47ee-82d6-4f7e55434eb1 {
  
}
}
#s-a7faa7d2-4405-47fb-9174-9eb493d800d7 {
  margin-left: 30px;
margin-right: 30px;
}

#s-a7faa7d2-4405-47fb-9174-9eb493d800d7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-a7faa7d2-4405-47fb-9174-9eb493d800d7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-a7faa7d2-4405-47fb-9174-9eb493d800d7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-a7faa7d2-4405-47fb-9174-9eb493d800d7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-a7faa7d2-4405-47fb-9174-9eb493d800d7 > .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: Avenir Next;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-a7faa7d2-4405-47fb-9174-9eb493d800d7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
.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-28defa6b-1092-4cd7-9028-06b94bf5a417 {
  margin-top: 1em;
margin-bottom: 1em;
}

#s-28defa6b-1092-4cd7-9028-06b94bf5a417 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-28defa6b-1092-4cd7-9028-06b94bf5a417 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-28defa6b-1092-4cd7-9028-06b94bf5a417 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-28defa6b-1092-4cd7-9028-06b94bf5a417 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-28defa6b-1092-4cd7-9028-06b94bf5a417 td.shogun-table-column, #s-28defa6b-1092-4cd7-9028-06b94bf5a417 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-0045c98b-f611-4412-9386-9bf87c38ba1b {
  margin-left: 30px;
margin-right: 30px;
text-align: center;
}




  #s-0045c98b-f611-4412-9386-9bf87c38ba1b img.shogun-image {
    
    width: px;
  }


#s-0045c98b-f611-4412-9386-9bf87c38ba1b .shogun-image-content {
  
    align-items: center;
  
}

#s-9efac670-aab0-483d-8055-d944eaf0d5f7 {
  margin-top: 2em;
margin-left: 0px;
margin-bottom: 2em;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-9efac670-aab0-483d-8055-d944eaf0d5f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9efac670-aab0-483d-8055-d944eaf0d5f7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9efac670-aab0-483d-8055-d944eaf0d5f7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9efac670-aab0-483d-8055-d944eaf0d5f7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9efac670-aab0-483d-8055-d944eaf0d5f7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9efac670-aab0-483d-8055-d944eaf0d5f7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9efac670-aab0-483d-8055-d944eaf0d5f7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9efac670-aab0-483d-8055-d944eaf0d5f7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9efac670-aab0-483d-8055-d944eaf0d5f7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9efac670-aab0-483d-8055-d944eaf0d5f7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9efac670-aab0-483d-8055-d944eaf0d5f7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9efac670-aab0-483d-8055-d944eaf0d5f7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9efac670-aab0-483d-8055-d944eaf0d5f7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9efac670-aab0-483d-8055-d944eaf0d5f7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9efac670-aab0-483d-8055-d944eaf0d5f7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9efac670-aab0-483d-8055-d944eaf0d5f7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9efac670-aab0-483d-8055-d944eaf0d5f7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9efac670-aab0-483d-8055-d944eaf0d5f7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9efac670-aab0-483d-8055-d944eaf0d5f7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9efac670-aab0-483d-8055-d944eaf0d5f7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9efac670-aab0-483d-8055-d944eaf0d5f7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9efac670-aab0-483d-8055-d944eaf0d5f7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9efac670-aab0-483d-8055-d944eaf0d5f7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9efac670-aab0-483d-8055-d944eaf0d5f7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9efac670-aab0-483d-8055-d944eaf0d5f7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9efac670-aab0-483d-8055-d944eaf0d5f7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9efac670-aab0-483d-8055-d944eaf0d5f7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9efac670-aab0-483d-8055-d944eaf0d5f7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9efac670-aab0-483d-8055-d944eaf0d5f7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9efac670-aab0-483d-8055-d944eaf0d5f7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9efac670-aab0-483d-8055-d944eaf0d5f7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9efac670-aab0-483d-8055-d944eaf0d5f7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9efac670-aab0-483d-8055-d944eaf0d5f7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9efac670-aab0-483d-8055-d944eaf0d5f7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9efac670-aab0-483d-8055-d944eaf0d5f7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9efac670-aab0-483d-8055-d944eaf0d5f7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9efac670-aab0-483d-8055-d944eaf0d5f7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c999dcd5-2016-41d0-8d34-24c2fe6f88a4 {
  margin-left: 25%;
margin-right: 25%;
text-align: center;
}




  #s-c999dcd5-2016-41d0-8d34-24c2fe6f88a4 img.shogun-image {
    
    width: px;
  }


#s-c999dcd5-2016-41d0-8d34-24c2fe6f88a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-6f8b260c-c955-43d7-ba4b-69da36ed13a1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f8b260c-c955-43d7-ba4b-69da36ed13a1 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-16c44c54-a7ec-4135-b1b6-35f1beb92e75 {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-16c44c54-a7ec-4135-b1b6-35f1beb92e75 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-16c44c54-a7ec-4135-b1b6-35f1beb92e75 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-16c44c54-a7ec-4135-b1b6-35f1beb92e75 {
  
}
}@media (max-width: 767px){#s-16c44c54-a7ec-4135-b1b6-35f1beb92e75 {
  
}
}
#s-d625837d-c7b7-425e-a7b1-539c4f1d743d {
  margin-top: 1em;
margin-left: 10%;
margin-bottom: 0em;
margin-right: 10%;
}

#s-d625837d-c7b7-425e-a7b1-539c4f1d743d hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(163, 163, 163, 1);
}

#s-8a5f9eb9-1a63-411a-a2ab-3ad03539e8a9 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a5f9eb9-1a63-411a-a2ab-3ad03539e8a9 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3fe5fef2-0de8-470a-88a6-c6245027a94d {
  margin-left: 10%;
margin-right: 10%;
}

#s-4f5aa05f-3192-4351-a790-1597878bb1e7 {
  margin-top: 1em;
margin-left: 10%;
margin-bottom: 0em;
margin-right: 10%;
}

#s-4f5aa05f-3192-4351-a790-1597878bb1e7 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(163, 163, 163, 1);
}

#s-b4fafe06-7230-4545-9e98-61ad6a9561da {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b4fafe06-7230-4545-9e98-61ad6a9561da .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3cb3970e-17e0-45fb-bce7-216bc83315e5 {
  margin-left: 10%;
margin-right: 10%;
}

#s-342d5925-8ae2-4bc7-82ef-8fefc9d16ec6 {
  min-height: 50px;
}








#s-342d5925-8ae2-4bc7-82ef-8fefc9d16ec6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-342d5925-8ae2-4bc7-82ef-8fefc9d16ec6.shg-box.shg-c {
  justify-content: center;
}

#s-6fc12f0c-9f35-4727-835a-4eee8c667534 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: -1em;
margin-left: 0px;
margin-bottom: 0em;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-6fc12f0c-9f35-4727-835a-4eee8c667534 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6fc12f0c-9f35-4727-835a-4eee8c667534 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6fc12f0c-9f35-4727-835a-4eee8c667534 {
  
}
}@media (max-width: 767px){#s-6fc12f0c-9f35-4727-835a-4eee8c667534 {
  
}
}







#s-6fc12f0c-9f35-4727-835a-4eee8c667534 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-6fc12f0c-9f35-4727-835a-4eee8c667534.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9b4764a9-00e8-4917-8761-a9bb491325d6 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(119, 74, 74, 0);
opacity: 1;
}

@media (min-width: 0px) {
[id="s-9b4764a9-00e8-4917-8761-a9bb491325d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b4764a9-00e8-4917-8761-a9bb491325d6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9b4764a9-00e8-4917-8761-a9bb491325d6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9b4764a9-00e8-4917-8761-a9bb491325d6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9b4764a9-00e8-4917-8761-a9bb491325d6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9b4764a9-00e8-4917-8761-a9bb491325d6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9b4764a9-00e8-4917-8761-a9bb491325d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9b4764a9-00e8-4917-8761-a9bb491325d6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9b4764a9-00e8-4917-8761-a9bb491325d6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9b4764a9-00e8-4917-8761-a9bb491325d6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9b4764a9-00e8-4917-8761-a9bb491325d6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9b4764a9-00e8-4917-8761-a9bb491325d6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9b4764a9-00e8-4917-8761-a9bb491325d6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9b4764a9-00e8-4917-8761-a9bb491325d6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9b4764a9-00e8-4917-8761-a9bb491325d6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9b4764a9-00e8-4917-8761-a9bb491325d6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9b4764a9-00e8-4917-8761-a9bb491325d6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9b4764a9-00e8-4917-8761-a9bb491325d6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9b4764a9-00e8-4917-8761-a9bb491325d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9b4764a9-00e8-4917-8761-a9bb491325d6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9b4764a9-00e8-4917-8761-a9bb491325d6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9b4764a9-00e8-4917-8761-a9bb491325d6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9b4764a9-00e8-4917-8761-a9bb491325d6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9b4764a9-00e8-4917-8761-a9bb491325d6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9b4764a9-00e8-4917-8761-a9bb491325d6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b4764a9-00e8-4917-8761-a9bb491325d6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9b4764a9-00e8-4917-8761-a9bb491325d6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9b4764a9-00e8-4917-8761-a9bb491325d6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9b4764a9-00e8-4917-8761-a9bb491325d6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9b4764a9-00e8-4917-8761-a9bb491325d6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9b4764a9-00e8-4917-8761-a9bb491325d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9b4764a9-00e8-4917-8761-a9bb491325d6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9b4764a9-00e8-4917-8761-a9bb491325d6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9b4764a9-00e8-4917-8761-a9bb491325d6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9b4764a9-00e8-4917-8761-a9bb491325d6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9b4764a9-00e8-4917-8761-a9bb491325d6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9b4764a9-00e8-4917-8761-a9bb491325d6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6d718643-c9da-4c35-966d-0b74748f287b {
  margin-top: 2em;
margin-left: 25%;
margin-bottom: 2em;
margin-right: 25%;
max-width: 100%;
text-align: center;
}




  #s-6d718643-c9da-4c35-966d-0b74748f287b img.shogun-image {
    
    width: px;
  }


#s-6d718643-c9da-4c35-966d-0b74748f287b .shogun-image-content {
  
    align-items: center;
  
}

#s-ec726b49-ecdd-4a50-b98b-dda62e9388b0 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 20px;
}

#s-a033884f-2349-4cb5-815c-b7a6b8209f09 {
  margin-left: 30px;
margin-right: 30px;
}

#s-a033884f-2349-4cb5-815c-b7a6b8209f09 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-a033884f-2349-4cb5-815c-b7a6b8209f09 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-a033884f-2349-4cb5-815c-b7a6b8209f09 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-a033884f-2349-4cb5-815c-b7a6b8209f09 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-a033884f-2349-4cb5-815c-b7a6b8209f09 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Avenir Next;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-a033884f-2349-4cb5-815c-b7a6b8209f09 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1 {
  margin-top: 0em;
margin-left: 0px;
margin-bottom: 1em;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1 {
  display: none;
}
#s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1, #wrap-s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1 { display:none !important; }}@media (max-width: 767px){#s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1 {
  display: none;
}
#s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1, #wrap-s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-27ff5109-fc8c-4c4b-b096-ddc24477c7e1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ca80ff5c-230a-48ac-9c32-61a3af5f3968 {
  text-align: center;
}




  #s-ca80ff5c-230a-48ac-9c32-61a3af5f3968 img.shogun-image {
    
    width: px;
  }


#s-ca80ff5c-230a-48ac-9c32-61a3af5f3968 .shogun-image-content {
  
    align-items: center;
  
}

#s-87692108-811b-498c-847d-cf84d0b327bd {
  margin-top: 3em;
margin-left: 30px;
margin-bottom: 3em;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-87692108-811b-498c-847d-cf84d0b327bd .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e05ce8a4-3ccd-4146-93ff-3dfac00ce5cd {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-e05ce8a4-3ccd-4146-93ff-3dfac00ce5cd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e05ce8a4-3ccd-4146-93ff-3dfac00ce5cd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e05ce8a4-3ccd-4146-93ff-3dfac00ce5cd {
  
}
}@media (max-width: 767px){#s-e05ce8a4-3ccd-4146-93ff-3dfac00ce5cd {
  
}
}
#s-5f8c9d9a-c15d-42ca-8ab3-b3d2311342b0 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 20px;
}

#s-5f8c9d9a-c15d-42ca-8ab3-b3d2311342b0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-5f8c9d9a-c15d-42ca-8ab3-b3d2311342b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-5f8c9d9a-c15d-42ca-8ab3-b3d2311342b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-5f8c9d9a-c15d-42ca-8ab3-b3d2311342b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-5f8c9d9a-c15d-42ca-8ab3-b3d2311342b0 > .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: Avenir Next;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-5f8c9d9a-c15d-42ca-8ab3-b3d2311342b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-1cc9d125-7fd1-4d66-9991-6862ccae5517 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-b055377d-2c4c-4558-8740-81fc8f1ed6a9 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-b055377d-2c4c-4558-8740-81fc8f1ed6a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b055377d-2c4c-4558-8740-81fc8f1ed6a9.shg-box.shg-c {
  justify-content: center;
}

#s-f170565c-5699-4bb8-aa81-e4945376e288 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-f170565c-5699-4bb8-aa81-e4945376e288 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f170565c-5699-4bb8-aa81-e4945376e288.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-205ced1c-f392-4c18-bf74-913b3de6c3cb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-205ced1c-f392-4c18-bf74-913b3de6c3cb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-205ced1c-f392-4c18-bf74-913b3de6c3cb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-205ced1c-f392-4c18-bf74-913b3de6c3cb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-205ced1c-f392-4c18-bf74-913b3de6c3cb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-205ced1c-f392-4c18-bf74-913b3de6c3cb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-205ced1c-f392-4c18-bf74-913b3de6c3cb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-205ced1c-f392-4c18-bf74-913b3de6c3cb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-205ced1c-f392-4c18-bf74-913b3de6c3cb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-205ced1c-f392-4c18-bf74-913b3de6c3cb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-205ced1c-f392-4c18-bf74-913b3de6c3cb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-205ced1c-f392-4c18-bf74-913b3de6c3cb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-205ced1c-f392-4c18-bf74-913b3de6c3cb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-205ced1c-f392-4c18-bf74-913b3de6c3cb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-205ced1c-f392-4c18-bf74-913b3de6c3cb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-205ced1c-f392-4c18-bf74-913b3de6c3cb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-205ced1c-f392-4c18-bf74-913b3de6c3cb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-205ced1c-f392-4c18-bf74-913b3de6c3cb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-205ced1c-f392-4c18-bf74-913b3de6c3cb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-205ced1c-f392-4c18-bf74-913b3de6c3cb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-205ced1c-f392-4c18-bf74-913b3de6c3cb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-205ced1c-f392-4c18-bf74-913b3de6c3cb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-205ced1c-f392-4c18-bf74-913b3de6c3cb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-205ced1c-f392-4c18-bf74-913b3de6c3cb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-205ced1c-f392-4c18-bf74-913b3de6c3cb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-205ced1c-f392-4c18-bf74-913b3de6c3cb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-205ced1c-f392-4c18-bf74-913b3de6c3cb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-205ced1c-f392-4c18-bf74-913b3de6c3cb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-205ced1c-f392-4c18-bf74-913b3de6c3cb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-205ced1c-f392-4c18-bf74-913b3de6c3cb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-205ced1c-f392-4c18-bf74-913b3de6c3cb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-205ced1c-f392-4c18-bf74-913b3de6c3cb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-205ced1c-f392-4c18-bf74-913b3de6c3cb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-205ced1c-f392-4c18-bf74-913b3de6c3cb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-205ced1c-f392-4c18-bf74-913b3de6c3cb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-205ced1c-f392-4c18-bf74-913b3de6c3cb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-205ced1c-f392-4c18-bf74-913b3de6c3cb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c07f5bb6-a767-492b-8e99-be16d0522a65 {
  text-align: center;
}

#s-c07f5bb6-a767-492b-8e99-be16d0522a65 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e6d9d2d5-3850-48bf-a7c7-b3d6615cec9b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e6d9d2d5-3850-48bf-a7c7-b3d6615cec9b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6a9190bb-8f7d-4094-a005-fe2f226ea9f3 {
  text-align: center;
}

#s-6a9190bb-8f7d-4094-a005-fe2f226ea9f3 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-2a040f68-f1dd-4ace-9d60-c6a55a233171"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a040f68-f1dd-4ace-9d60-c6a55a233171"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2a040f68-f1dd-4ace-9d60-c6a55a233171"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2a040f68-f1dd-4ace-9d60-c6a55a233171"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2a040f68-f1dd-4ace-9d60-c6a55a233171"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2a040f68-f1dd-4ace-9d60-c6a55a233171"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2a040f68-f1dd-4ace-9d60-c6a55a233171"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2a040f68-f1dd-4ace-9d60-c6a55a233171"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2a040f68-f1dd-4ace-9d60-c6a55a233171"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2a040f68-f1dd-4ace-9d60-c6a55a233171"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2a040f68-f1dd-4ace-9d60-c6a55a233171"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2a040f68-f1dd-4ace-9d60-c6a55a233171"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2a040f68-f1dd-4ace-9d60-c6a55a233171"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2a040f68-f1dd-4ace-9d60-c6a55a233171"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2a040f68-f1dd-4ace-9d60-c6a55a233171"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2a040f68-f1dd-4ace-9d60-c6a55a233171"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2a040f68-f1dd-4ace-9d60-c6a55a233171"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2a040f68-f1dd-4ace-9d60-c6a55a233171"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2a040f68-f1dd-4ace-9d60-c6a55a233171"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2a040f68-f1dd-4ace-9d60-c6a55a233171"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2a040f68-f1dd-4ace-9d60-c6a55a233171"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2a040f68-f1dd-4ace-9d60-c6a55a233171"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2a040f68-f1dd-4ace-9d60-c6a55a233171"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2a040f68-f1dd-4ace-9d60-c6a55a233171"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2a040f68-f1dd-4ace-9d60-c6a55a233171"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a040f68-f1dd-4ace-9d60-c6a55a233171"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2a040f68-f1dd-4ace-9d60-c6a55a233171"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2a040f68-f1dd-4ace-9d60-c6a55a233171"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2a040f68-f1dd-4ace-9d60-c6a55a233171"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2a040f68-f1dd-4ace-9d60-c6a55a233171"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2a040f68-f1dd-4ace-9d60-c6a55a233171"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2a040f68-f1dd-4ace-9d60-c6a55a233171"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2a040f68-f1dd-4ace-9d60-c6a55a233171"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2a040f68-f1dd-4ace-9d60-c6a55a233171"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2a040f68-f1dd-4ace-9d60-c6a55a233171"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2a040f68-f1dd-4ace-9d60-c6a55a233171"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2a040f68-f1dd-4ace-9d60-c6a55a233171"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-9af2b8f3-9f32-4391-b0e8-2427565f0c04 {
  text-align: center;
}




  #s-9af2b8f3-9f32-4391-b0e8-2427565f0c04 img.shogun-image {
    
    width: px;
  }


#s-9af2b8f3-9f32-4391-b0e8-2427565f0c04 .shogun-image-content {
  
    align-items: center;
  
}

#s-bcb91066-d2a0-4197-bdbb-d8eba7611d99 {
  padding-top: 30px;
padding-bottom: 30px;
}

#s-f65edf19-36f3-41d6-a1b8-3105ad84d1ca {
  text-align: center;
}




  #s-f65edf19-36f3-41d6-a1b8-3105ad84d1ca img.shogun-image {
    
    width: px;
  }


#s-f65edf19-36f3-41d6-a1b8-3105ad84d1ca .shogun-image-content {
  
    align-items: center;
  
}

#s-38458fac-b284-4c64-b25a-0b6258a99d20 {
  min-height: 50px;
}








#s-38458fac-b284-4c64-b25a-0b6258a99d20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38458fac-b284-4c64-b25a-0b6258a99d20.shg-box.shg-c {
  justify-content: center;
}

#s-b7823ac3-b6ae-41ee-8792-ba31def4e519 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b7823ac3-b6ae-41ee-8792-ba31def4e519 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2c6d72b4-34ae-4440-80b4-ba452326c69f {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-2c6d72b4-34ae-4440-80b4-ba452326c69f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c6d72b4-34ae-4440-80b4-ba452326c69f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2c6d72b4-34ae-4440-80b4-ba452326c69f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c6d72b4-34ae-4440-80b4-ba452326c69f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2c6d72b4-34ae-4440-80b4-ba452326c69f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2c6d72b4-34ae-4440-80b4-ba452326c69f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2c6d72b4-34ae-4440-80b4-ba452326c69f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2c6d72b4-34ae-4440-80b4-ba452326c69f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c6d72b4-34ae-4440-80b4-ba452326c69f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2c6d72b4-34ae-4440-80b4-ba452326c69f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2c6d72b4-34ae-4440-80b4-ba452326c69f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2c6d72b4-34ae-4440-80b4-ba452326c69f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2c6d72b4-34ae-4440-80b4-ba452326c69f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2c6d72b4-34ae-4440-80b4-ba452326c69f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2c6d72b4-34ae-4440-80b4-ba452326c69f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c6d72b4-34ae-4440-80b4-ba452326c69f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2c6d72b4-34ae-4440-80b4-ba452326c69f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2c6d72b4-34ae-4440-80b4-ba452326c69f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2c6d72b4-34ae-4440-80b4-ba452326c69f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2c6d72b4-34ae-4440-80b4-ba452326c69f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c6d72b4-34ae-4440-80b4-ba452326c69f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2c6d72b4-34ae-4440-80b4-ba452326c69f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2c6d72b4-34ae-4440-80b4-ba452326c69f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2c6d72b4-34ae-4440-80b4-ba452326c69f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2c6d72b4-34ae-4440-80b4-ba452326c69f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c6d72b4-34ae-4440-80b4-ba452326c69f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2c6d72b4-34ae-4440-80b4-ba452326c69f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c6d72b4-34ae-4440-80b4-ba452326c69f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2c6d72b4-34ae-4440-80b4-ba452326c69f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2c6d72b4-34ae-4440-80b4-ba452326c69f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2c6d72b4-34ae-4440-80b4-ba452326c69f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2c6d72b4-34ae-4440-80b4-ba452326c69f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c6d72b4-34ae-4440-80b4-ba452326c69f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2c6d72b4-34ae-4440-80b4-ba452326c69f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2c6d72b4-34ae-4440-80b4-ba452326c69f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2c6d72b4-34ae-4440-80b4-ba452326c69f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2c6d72b4-34ae-4440-80b4-ba452326c69f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1fad43aa-37bc-4c13-8b88-165191bb258a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1fad43aa-37bc-4c13-8b88-165191bb258a .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cba8c293-e5dc-4586-8424-efb58a28ea43 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}




  #s-cba8c293-e5dc-4586-8424-efb58a28ea43 img.shogun-image {
    
    width: px;
  }


#s-cba8c293-e5dc-4586-8424-efb58a28ea43 .shogun-image-content {
  
    align-items: center;
  
}

#s-11778c7c-eeec-4e65-9475-6ffcbadce81e {
  margin-top: 10px;
margin-left: 15%;
margin-bottom: 10px;
margin-right: 15%;
}

#s-49884c2f-0811-4d6f-b2e1-81afd125c9e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-49884c2f-0811-4d6f-b2e1-81afd125c9e6 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1701e123-9353-4543-ace1-0247ac1d8de4 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}




  #s-1701e123-9353-4543-ace1-0247ac1d8de4 img.shogun-image {
    
    width: px;
  }


#s-1701e123-9353-4543-ace1-0247ac1d8de4 .shogun-image-content {
  
    align-items: center;
  
}

#s-e0e1faa0-6644-4bef-ba8f-1c95dfca251b {
  margin-top: 10px;
margin-left: 15%;
margin-bottom: 10px;
margin-right: 15%;
}

#s-cae70289-e0f3-4bbe-b945-446481510a48 {
  padding-left: 3%;
padding-right: 3%;
}

#s-cae70289-e0f3-4bbe-b945-446481510a48 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-af00acf6-99a5-4e1e-8fc1-6c573d3aa227 {
  min-height: 50px;
}








#s-af00acf6-99a5-4e1e-8fc1-6c573d3aa227 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af00acf6-99a5-4e1e-8fc1-6c573d3aa227.shg-box.shg-c {
  justify-content: center;
}

#s-95ea31e2-4cc8-496e-ba7f-6387986e4c92 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-95ea31e2-4cc8-496e-ba7f-6387986e4c92 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-30871e42-14ca-4efc-bea7-399a1356f651 {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-30871e42-14ca-4efc-bea7-399a1356f651"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30871e42-14ca-4efc-bea7-399a1356f651"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-30871e42-14ca-4efc-bea7-399a1356f651"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-30871e42-14ca-4efc-bea7-399a1356f651"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-30871e42-14ca-4efc-bea7-399a1356f651"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-30871e42-14ca-4efc-bea7-399a1356f651"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-30871e42-14ca-4efc-bea7-399a1356f651"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-30871e42-14ca-4efc-bea7-399a1356f651"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-30871e42-14ca-4efc-bea7-399a1356f651"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-30871e42-14ca-4efc-bea7-399a1356f651"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-30871e42-14ca-4efc-bea7-399a1356f651"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-30871e42-14ca-4efc-bea7-399a1356f651"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-30871e42-14ca-4efc-bea7-399a1356f651"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-30871e42-14ca-4efc-bea7-399a1356f651"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-30871e42-14ca-4efc-bea7-399a1356f651"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-30871e42-14ca-4efc-bea7-399a1356f651"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-30871e42-14ca-4efc-bea7-399a1356f651"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-30871e42-14ca-4efc-bea7-399a1356f651"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-30871e42-14ca-4efc-bea7-399a1356f651"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-30871e42-14ca-4efc-bea7-399a1356f651"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-30871e42-14ca-4efc-bea7-399a1356f651"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-30871e42-14ca-4efc-bea7-399a1356f651"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-30871e42-14ca-4efc-bea7-399a1356f651"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-30871e42-14ca-4efc-bea7-399a1356f651"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-30871e42-14ca-4efc-bea7-399a1356f651"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-30871e42-14ca-4efc-bea7-399a1356f651"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-30871e42-14ca-4efc-bea7-399a1356f651"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-30871e42-14ca-4efc-bea7-399a1356f651"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-30871e42-14ca-4efc-bea7-399a1356f651"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-30871e42-14ca-4efc-bea7-399a1356f651"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-30871e42-14ca-4efc-bea7-399a1356f651"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-30871e42-14ca-4efc-bea7-399a1356f651"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-30871e42-14ca-4efc-bea7-399a1356f651"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-30871e42-14ca-4efc-bea7-399a1356f651"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-30871e42-14ca-4efc-bea7-399a1356f651"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-30871e42-14ca-4efc-bea7-399a1356f651"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-30871e42-14ca-4efc-bea7-399a1356f651"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9d502397-a240-41b0-be81-c9b4ed1f3aab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9d502397-a240-41b0-be81-c9b4ed1f3aab .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c45c2195-623a-4d66-aaaf-11da40043552 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}




  #s-c45c2195-623a-4d66-aaaf-11da40043552 img.shogun-image {
    
    width: px;
  }


#s-c45c2195-623a-4d66-aaaf-11da40043552 .shogun-image-content {
  
    align-items: center;
  
}

#s-9c77f59d-0edd-4103-a4cf-4ba1117ec43b {
  margin-top: 10px;
margin-left: 15%;
margin-bottom: 10px;
margin-right: 15%;
}

#s-0ef06ef7-8678-40a9-a4c8-5d635db3073e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ef06ef7-8678-40a9-a4c8-5d635db3073e .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0eb78265-ee3c-4579-ba7c-f93985632815 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}




  #s-0eb78265-ee3c-4579-ba7c-f93985632815 img.shogun-image {
    
    width: px;
  }


#s-0eb78265-ee3c-4579-ba7c-f93985632815 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e01eaa0-0115-4d0a-b4ce-0a5f6e8a98c0 {
  margin-top: 10px;
margin-left: 15%;
margin-bottom: 10px;
margin-right: 15%;
}

#s-0dc3a24a-9bed-41f7-94b0-dbb3a37fe1b9 {
  padding-left: 3%;
padding-right: 3%;
}

#s-0dc3a24a-9bed-41f7-94b0-dbb3a37fe1b9 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-925db8c9-ffeb-4b1c-bad5-a38e2edbae8a {
  min-height: 50px;
}








#s-925db8c9-ffeb-4b1c-bad5-a38e2edbae8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-925db8c9-ffeb-4b1c-bad5-a38e2edbae8a.shg-box.shg-c {
  justify-content: center;
}

#s-d70d9068-5b7a-44b2-a204-3300ce541619 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d70d9068-5b7a-44b2-a204-3300ce541619 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5ea70925-5d5e-45b7-ba68-b52280c695d4 {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-5ea70925-5d5e-45b7-ba68-b52280c695d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5ea70925-5d5e-45b7-ba68-b52280c695d4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5ea70925-5d5e-45b7-ba68-b52280c695d4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5ea70925-5d5e-45b7-ba68-b52280c695d4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5ea70925-5d5e-45b7-ba68-b52280c695d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5ea70925-5d5e-45b7-ba68-b52280c695d4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5ea70925-5d5e-45b7-ba68-b52280c695d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5ea70925-5d5e-45b7-ba68-b52280c695d4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5ea70925-5d5e-45b7-ba68-b52280c695d4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5ea70925-5d5e-45b7-ba68-b52280c695d4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5ea70925-5d5e-45b7-ba68-b52280c695d4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5ea70925-5d5e-45b7-ba68-b52280c695d4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5ea70925-5d5e-45b7-ba68-b52280c695d4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5ea70925-5d5e-45b7-ba68-b52280c695d4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5ea70925-5d5e-45b7-ba68-b52280c695d4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5ea70925-5d5e-45b7-ba68-b52280c695d4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5ea70925-5d5e-45b7-ba68-b52280c695d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5ea70925-5d5e-45b7-ba68-b52280c695d4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5ea70925-5d5e-45b7-ba68-b52280c695d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5ea70925-5d5e-45b7-ba68-b52280c695d4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5ea70925-5d5e-45b7-ba68-b52280c695d4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5ea70925-5d5e-45b7-ba68-b52280c695d4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5ea70925-5d5e-45b7-ba68-b52280c695d4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5ea70925-5d5e-45b7-ba68-b52280c695d4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5ea70925-5d5e-45b7-ba68-b52280c695d4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ea70925-5d5e-45b7-ba68-b52280c695d4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5ea70925-5d5e-45b7-ba68-b52280c695d4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5ea70925-5d5e-45b7-ba68-b52280c695d4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5ea70925-5d5e-45b7-ba68-b52280c695d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5ea70925-5d5e-45b7-ba68-b52280c695d4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5ea70925-5d5e-45b7-ba68-b52280c695d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5ea70925-5d5e-45b7-ba68-b52280c695d4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5ea70925-5d5e-45b7-ba68-b52280c695d4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5ea70925-5d5e-45b7-ba68-b52280c695d4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5ea70925-5d5e-45b7-ba68-b52280c695d4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5ea70925-5d5e-45b7-ba68-b52280c695d4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5ea70925-5d5e-45b7-ba68-b52280c695d4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0cc81535-8a56-4722-8571-5b6f8ca42f97 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0cc81535-8a56-4722-8571-5b6f8ca42f97 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-31c980c0-6f89-408a-9e8b-dbae7a52788b {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}




  #s-31c980c0-6f89-408a-9e8b-dbae7a52788b img.shogun-image {
    
    width: px;
  }


#s-31c980c0-6f89-408a-9e8b-dbae7a52788b .shogun-image-content {
  
    align-items: center;
  
}

#s-037e9102-a435-4711-95f4-350827f910bf {
  margin-top: 10px;
margin-left: 15%;
margin-bottom: 10px;
margin-right: 15%;
}

#s-38c31ada-23ff-4a1c-9411-070b4e81c28a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-38c31ada-23ff-4a1c-9411-070b4e81c28a .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-33afc9e9-33db-4602-9d72-f18729e80155 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}




  #s-33afc9e9-33db-4602-9d72-f18729e80155 img.shogun-image {
    
    width: px;
  }


#s-33afc9e9-33db-4602-9d72-f18729e80155 .shogun-image-content {
  
    align-items: center;
  
}

#s-45050ff6-3f85-4bcd-966e-7014938cecaf {
  margin-top: 10px;
margin-left: 15%;
margin-bottom: 10px;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-57bba0a4-1c53-4763-adc0-5bd1e2a2aa9c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-57bba0a4-1c53-4763-adc0-5bd1e2a2aa9c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-57bba0a4-1c53-4763-adc0-5bd1e2a2aa9c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-57bba0a4-1c53-4763-adc0-5bd1e2a2aa9c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-57bba0a4-1c53-4763-adc0-5bd1e2a2aa9c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-57bba0a4-1c53-4763-adc0-5bd1e2a2aa9c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-57bba0a4-1c53-4763-adc0-5bd1e2a2aa9c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-57bba0a4-1c53-4763-adc0-5bd1e2a2aa9c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-57bba0a4-1c53-4763-adc0-5bd1e2a2aa9c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-57bba0a4-1c53-4763-adc0-5bd1e2a2aa9c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-57bba0a4-1c53-4763-adc0-5bd1e2a2aa9c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-57bba0a4-1c53-4763-adc0-5bd1e2a2aa9c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-57bba0a4-1c53-4763-adc0-5bd1e2a2aa9c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-57bba0a4-1c53-4763-adc0-5bd1e2a2aa9c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-57bba0a4-1c53-4763-adc0-5bd1e2a2aa9c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-57bba0a4-1c53-4763-adc0-5bd1e2a2aa9c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-57bba0a4-1c53-4763-adc0-5bd1e2a2aa9c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-57bba0a4-1c53-4763-adc0-5bd1e2a2aa9c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-57bba0a4-1c53-4763-adc0-5bd1e2a2aa9c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-57bba0a4-1c53-4763-adc0-5bd1e2a2aa9c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-57bba0a4-1c53-4763-adc0-5bd1e2a2aa9c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-57bba0a4-1c53-4763-adc0-5bd1e2a2aa9c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-57bba0a4-1c53-4763-adc0-5bd1e2a2aa9c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-57bba0a4-1c53-4763-adc0-5bd1e2a2aa9c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-57bba0a4-1c53-4763-adc0-5bd1e2a2aa9c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-57bba0a4-1c53-4763-adc0-5bd1e2a2aa9c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-57bba0a4-1c53-4763-adc0-5bd1e2a2aa9c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-57bba0a4-1c53-4763-adc0-5bd1e2a2aa9c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-57bba0a4-1c53-4763-adc0-5bd1e2a2aa9c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-57bba0a4-1c53-4763-adc0-5bd1e2a2aa9c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-57bba0a4-1c53-4763-adc0-5bd1e2a2aa9c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-57bba0a4-1c53-4763-adc0-5bd1e2a2aa9c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-57bba0a4-1c53-4763-adc0-5bd1e2a2aa9c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-57bba0a4-1c53-4763-adc0-5bd1e2a2aa9c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-57bba0a4-1c53-4763-adc0-5bd1e2a2aa9c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-57bba0a4-1c53-4763-adc0-5bd1e2a2aa9c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-57bba0a4-1c53-4763-adc0-5bd1e2a2aa9c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-48a96018-a472-4994-a00a-da2cd90fba47 {
  margin-left: 20%;
margin-right: 15%;
min-height: 50px;
}








#s-48a96018-a472-4994-a00a-da2cd90fba47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48a96018-a472-4994-a00a-da2cd90fba47.shg-box.shg-c {
  justify-content: center;
}

#s-2967e402-5536-47e4-8f27-1defb384ad4c {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2967e402-5536-47e4-8f27-1defb384ad4c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Avenir Next";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5176176b-3686-46ad-b8d3-c324dddf9551 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-5176176b-3686-46ad-b8d3-c324dddf9551"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5176176b-3686-46ad-b8d3-c324dddf9551"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5176176b-3686-46ad-b8d3-c324dddf9551"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5176176b-3686-46ad-b8d3-c324dddf9551"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5176176b-3686-46ad-b8d3-c324dddf9551"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5176176b-3686-46ad-b8d3-c324dddf9551"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5176176b-3686-46ad-b8d3-c324dddf9551"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5176176b-3686-46ad-b8d3-c324dddf9551"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5176176b-3686-46ad-b8d3-c324dddf9551"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5176176b-3686-46ad-b8d3-c324dddf9551"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5176176b-3686-46ad-b8d3-c324dddf9551"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5176176b-3686-46ad-b8d3-c324dddf9551"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5176176b-3686-46ad-b8d3-c324dddf9551"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5176176b-3686-46ad-b8d3-c324dddf9551"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5176176b-3686-46ad-b8d3-c324dddf9551"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5176176b-3686-46ad-b8d3-c324dddf9551"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5176176b-3686-46ad-b8d3-c324dddf9551"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5176176b-3686-46ad-b8d3-c324dddf9551"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5176176b-3686-46ad-b8d3-c324dddf9551"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5176176b-3686-46ad-b8d3-c324dddf9551"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5176176b-3686-46ad-b8d3-c324dddf9551"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5176176b-3686-46ad-b8d3-c324dddf9551"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5176176b-3686-46ad-b8d3-c324dddf9551"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5176176b-3686-46ad-b8d3-c324dddf9551"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5176176b-3686-46ad-b8d3-c324dddf9551"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5176176b-3686-46ad-b8d3-c324dddf9551"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5176176b-3686-46ad-b8d3-c324dddf9551"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5176176b-3686-46ad-b8d3-c324dddf9551"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5176176b-3686-46ad-b8d3-c324dddf9551"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5176176b-3686-46ad-b8d3-c324dddf9551"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5176176b-3686-46ad-b8d3-c324dddf9551"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5176176b-3686-46ad-b8d3-c324dddf9551"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5176176b-3686-46ad-b8d3-c324dddf9551"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5176176b-3686-46ad-b8d3-c324dddf9551"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5176176b-3686-46ad-b8d3-c324dddf9551"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5176176b-3686-46ad-b8d3-c324dddf9551"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5176176b-3686-46ad-b8d3-c324dddf9551"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ef1172a3-ac7e-45b4-9883-8ef3acde2491 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-ef1172a3-ac7e-45b4-9883-8ef3acde2491"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef1172a3-ac7e-45b4-9883-8ef3acde2491"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ef1172a3-ac7e-45b4-9883-8ef3acde2491"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ef1172a3-ac7e-45b4-9883-8ef3acde2491"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ef1172a3-ac7e-45b4-9883-8ef3acde2491"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ef1172a3-ac7e-45b4-9883-8ef3acde2491"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ef1172a3-ac7e-45b4-9883-8ef3acde2491"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ef1172a3-ac7e-45b4-9883-8ef3acde2491"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ef1172a3-ac7e-45b4-9883-8ef3acde2491"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ef1172a3-ac7e-45b4-9883-8ef3acde2491"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ef1172a3-ac7e-45b4-9883-8ef3acde2491"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ef1172a3-ac7e-45b4-9883-8ef3acde2491"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ef1172a3-ac7e-45b4-9883-8ef3acde2491"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ef1172a3-ac7e-45b4-9883-8ef3acde2491"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ef1172a3-ac7e-45b4-9883-8ef3acde2491"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ef1172a3-ac7e-45b4-9883-8ef3acde2491"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ef1172a3-ac7e-45b4-9883-8ef3acde2491"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ef1172a3-ac7e-45b4-9883-8ef3acde2491"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ef1172a3-ac7e-45b4-9883-8ef3acde2491"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ef1172a3-ac7e-45b4-9883-8ef3acde2491"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ef1172a3-ac7e-45b4-9883-8ef3acde2491"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ef1172a3-ac7e-45b4-9883-8ef3acde2491"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ef1172a3-ac7e-45b4-9883-8ef3acde2491"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ef1172a3-ac7e-45b4-9883-8ef3acde2491"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ef1172a3-ac7e-45b4-9883-8ef3acde2491"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef1172a3-ac7e-45b4-9883-8ef3acde2491"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ef1172a3-ac7e-45b4-9883-8ef3acde2491"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ef1172a3-ac7e-45b4-9883-8ef3acde2491"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ef1172a3-ac7e-45b4-9883-8ef3acde2491"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ef1172a3-ac7e-45b4-9883-8ef3acde2491"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ef1172a3-ac7e-45b4-9883-8ef3acde2491"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ef1172a3-ac7e-45b4-9883-8ef3acde2491"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ef1172a3-ac7e-45b4-9883-8ef3acde2491"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ef1172a3-ac7e-45b4-9883-8ef3acde2491"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ef1172a3-ac7e-45b4-9883-8ef3acde2491"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ef1172a3-ac7e-45b4-9883-8ef3acde2491"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ef1172a3-ac7e-45b4-9883-8ef3acde2491"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6c0b90ee-6d3d-4f72-9992-81227d1fdf11 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-6c0b90ee-6d3d-4f72-9992-81227d1fdf11"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c0b90ee-6d3d-4f72-9992-81227d1fdf11"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6c0b90ee-6d3d-4f72-9992-81227d1fdf11"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6c0b90ee-6d3d-4f72-9992-81227d1fdf11"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6c0b90ee-6d3d-4f72-9992-81227d1fdf11"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6c0b90ee-6d3d-4f72-9992-81227d1fdf11"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6c0b90ee-6d3d-4f72-9992-81227d1fdf11"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6c0b90ee-6d3d-4f72-9992-81227d1fdf11"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6c0b90ee-6d3d-4f72-9992-81227d1fdf11"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6c0b90ee-6d3d-4f72-9992-81227d1fdf11"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6c0b90ee-6d3d-4f72-9992-81227d1fdf11"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6c0b90ee-6d3d-4f72-9992-81227d1fdf11"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6c0b90ee-6d3d-4f72-9992-81227d1fdf11"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6c0b90ee-6d3d-4f72-9992-81227d1fdf11"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6c0b90ee-6d3d-4f72-9992-81227d1fdf11"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6c0b90ee-6d3d-4f72-9992-81227d1fdf11"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6c0b90ee-6d3d-4f72-9992-81227d1fdf11"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6c0b90ee-6d3d-4f72-9992-81227d1fdf11"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6c0b90ee-6d3d-4f72-9992-81227d1fdf11"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6c0b90ee-6d3d-4f72-9992-81227d1fdf11"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6c0b90ee-6d3d-4f72-9992-81227d1fdf11"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6c0b90ee-6d3d-4f72-9992-81227d1fdf11"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6c0b90ee-6d3d-4f72-9992-81227d1fdf11"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6c0b90ee-6d3d-4f72-9992-81227d1fdf11"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6c0b90ee-6d3d-4f72-9992-81227d1fdf11"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c0b90ee-6d3d-4f72-9992-81227d1fdf11"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6c0b90ee-6d3d-4f72-9992-81227d1fdf11"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6c0b90ee-6d3d-4f72-9992-81227d1fdf11"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6c0b90ee-6d3d-4f72-9992-81227d1fdf11"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6c0b90ee-6d3d-4f72-9992-81227d1fdf11"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6c0b90ee-6d3d-4f72-9992-81227d1fdf11"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6c0b90ee-6d3d-4f72-9992-81227d1fdf11"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6c0b90ee-6d3d-4f72-9992-81227d1fdf11"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6c0b90ee-6d3d-4f72-9992-81227d1fdf11"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6c0b90ee-6d3d-4f72-9992-81227d1fdf11"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6c0b90ee-6d3d-4f72-9992-81227d1fdf11"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6c0b90ee-6d3d-4f72-9992-81227d1fdf11"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-82bc4f0d-239f-4c1f-b10e-39a19af7783e {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-82bc4f0d-239f-4c1f-b10e-39a19af7783e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82bc4f0d-239f-4c1f-b10e-39a19af7783e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-82bc4f0d-239f-4c1f-b10e-39a19af7783e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-82bc4f0d-239f-4c1f-b10e-39a19af7783e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-82bc4f0d-239f-4c1f-b10e-39a19af7783e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-82bc4f0d-239f-4c1f-b10e-39a19af7783e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-82bc4f0d-239f-4c1f-b10e-39a19af7783e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-82bc4f0d-239f-4c1f-b10e-39a19af7783e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-82bc4f0d-239f-4c1f-b10e-39a19af7783e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-82bc4f0d-239f-4c1f-b10e-39a19af7783e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-82bc4f0d-239f-4c1f-b10e-39a19af7783e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-82bc4f0d-239f-4c1f-b10e-39a19af7783e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-82bc4f0d-239f-4c1f-b10e-39a19af7783e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-82bc4f0d-239f-4c1f-b10e-39a19af7783e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-82bc4f0d-239f-4c1f-b10e-39a19af7783e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-82bc4f0d-239f-4c1f-b10e-39a19af7783e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-82bc4f0d-239f-4c1f-b10e-39a19af7783e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-82bc4f0d-239f-4c1f-b10e-39a19af7783e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-82bc4f0d-239f-4c1f-b10e-39a19af7783e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-82bc4f0d-239f-4c1f-b10e-39a19af7783e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-82bc4f0d-239f-4c1f-b10e-39a19af7783e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-82bc4f0d-239f-4c1f-b10e-39a19af7783e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-82bc4f0d-239f-4c1f-b10e-39a19af7783e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-82bc4f0d-239f-4c1f-b10e-39a19af7783e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-82bc4f0d-239f-4c1f-b10e-39a19af7783e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-82bc4f0d-239f-4c1f-b10e-39a19af7783e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-82bc4f0d-239f-4c1f-b10e-39a19af7783e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-82bc4f0d-239f-4c1f-b10e-39a19af7783e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-82bc4f0d-239f-4c1f-b10e-39a19af7783e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-82bc4f0d-239f-4c1f-b10e-39a19af7783e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-82bc4f0d-239f-4c1f-b10e-39a19af7783e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-82bc4f0d-239f-4c1f-b10e-39a19af7783e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-82bc4f0d-239f-4c1f-b10e-39a19af7783e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-82bc4f0d-239f-4c1f-b10e-39a19af7783e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-82bc4f0d-239f-4c1f-b10e-39a19af7783e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-82bc4f0d-239f-4c1f-b10e-39a19af7783e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-82bc4f0d-239f-4c1f-b10e-39a19af7783e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b1a62a41-efdd-47db-8836-eed6b882c440 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-b1a62a41-efdd-47db-8836-eed6b882c440"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b1a62a41-efdd-47db-8836-eed6b882c440"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b1a62a41-efdd-47db-8836-eed6b882c440"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b1a62a41-efdd-47db-8836-eed6b882c440"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b1a62a41-efdd-47db-8836-eed6b882c440"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b1a62a41-efdd-47db-8836-eed6b882c440"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b1a62a41-efdd-47db-8836-eed6b882c440"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b1a62a41-efdd-47db-8836-eed6b882c440"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b1a62a41-efdd-47db-8836-eed6b882c440"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b1a62a41-efdd-47db-8836-eed6b882c440"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b1a62a41-efdd-47db-8836-eed6b882c440"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b1a62a41-efdd-47db-8836-eed6b882c440"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b1a62a41-efdd-47db-8836-eed6b882c440"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b1a62a41-efdd-47db-8836-eed6b882c440"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b1a62a41-efdd-47db-8836-eed6b882c440"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b1a62a41-efdd-47db-8836-eed6b882c440"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b1a62a41-efdd-47db-8836-eed6b882c440"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b1a62a41-efdd-47db-8836-eed6b882c440"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b1a62a41-efdd-47db-8836-eed6b882c440"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b1a62a41-efdd-47db-8836-eed6b882c440"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b1a62a41-efdd-47db-8836-eed6b882c440"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b1a62a41-efdd-47db-8836-eed6b882c440"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b1a62a41-efdd-47db-8836-eed6b882c440"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b1a62a41-efdd-47db-8836-eed6b882c440"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b1a62a41-efdd-47db-8836-eed6b882c440"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1a62a41-efdd-47db-8836-eed6b882c440"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b1a62a41-efdd-47db-8836-eed6b882c440"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b1a62a41-efdd-47db-8836-eed6b882c440"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b1a62a41-efdd-47db-8836-eed6b882c440"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b1a62a41-efdd-47db-8836-eed6b882c440"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b1a62a41-efdd-47db-8836-eed6b882c440"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b1a62a41-efdd-47db-8836-eed6b882c440"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b1a62a41-efdd-47db-8836-eed6b882c440"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b1a62a41-efdd-47db-8836-eed6b882c440"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b1a62a41-efdd-47db-8836-eed6b882c440"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b1a62a41-efdd-47db-8836-eed6b882c440"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b1a62a41-efdd-47db-8836-eed6b882c440"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-82420739-74f4-4f92-affc-77152a57364a {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-82420739-74f4-4f92-affc-77152a57364a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82420739-74f4-4f92-affc-77152a57364a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-82420739-74f4-4f92-affc-77152a57364a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-82420739-74f4-4f92-affc-77152a57364a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-82420739-74f4-4f92-affc-77152a57364a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-82420739-74f4-4f92-affc-77152a57364a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-82420739-74f4-4f92-affc-77152a57364a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-82420739-74f4-4f92-affc-77152a57364a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-82420739-74f4-4f92-affc-77152a57364a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-82420739-74f4-4f92-affc-77152a57364a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-82420739-74f4-4f92-affc-77152a57364a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-82420739-74f4-4f92-affc-77152a57364a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-82420739-74f4-4f92-affc-77152a57364a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-82420739-74f4-4f92-affc-77152a57364a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-82420739-74f4-4f92-affc-77152a57364a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-82420739-74f4-4f92-affc-77152a57364a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-82420739-74f4-4f92-affc-77152a57364a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-82420739-74f4-4f92-affc-77152a57364a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-82420739-74f4-4f92-affc-77152a57364a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-82420739-74f4-4f92-affc-77152a57364a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-82420739-74f4-4f92-affc-77152a57364a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-82420739-74f4-4f92-affc-77152a57364a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-82420739-74f4-4f92-affc-77152a57364a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-82420739-74f4-4f92-affc-77152a57364a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-82420739-74f4-4f92-affc-77152a57364a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-82420739-74f4-4f92-affc-77152a57364a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-82420739-74f4-4f92-affc-77152a57364a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-82420739-74f4-4f92-affc-77152a57364a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-82420739-74f4-4f92-affc-77152a57364a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-82420739-74f4-4f92-affc-77152a57364a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-82420739-74f4-4f92-affc-77152a57364a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-82420739-74f4-4f92-affc-77152a57364a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-82420739-74f4-4f92-affc-77152a57364a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-82420739-74f4-4f92-affc-77152a57364a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-82420739-74f4-4f92-affc-77152a57364a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-82420739-74f4-4f92-affc-77152a57364a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-82420739-74f4-4f92-affc-77152a57364a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d68d3681-4fa6-4faa-8bd0-0564bae05267 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-d68d3681-4fa6-4faa-8bd0-0564bae05267"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d68d3681-4fa6-4faa-8bd0-0564bae05267"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d68d3681-4fa6-4faa-8bd0-0564bae05267"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d68d3681-4fa6-4faa-8bd0-0564bae05267"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d68d3681-4fa6-4faa-8bd0-0564bae05267"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d68d3681-4fa6-4faa-8bd0-0564bae05267"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d68d3681-4fa6-4faa-8bd0-0564bae05267"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d68d3681-4fa6-4faa-8bd0-0564bae05267"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d68d3681-4fa6-4faa-8bd0-0564bae05267"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d68d3681-4fa6-4faa-8bd0-0564bae05267"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d68d3681-4fa6-4faa-8bd0-0564bae05267"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d68d3681-4fa6-4faa-8bd0-0564bae05267"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d68d3681-4fa6-4faa-8bd0-0564bae05267"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d68d3681-4fa6-4faa-8bd0-0564bae05267"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d68d3681-4fa6-4faa-8bd0-0564bae05267"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d68d3681-4fa6-4faa-8bd0-0564bae05267"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d68d3681-4fa6-4faa-8bd0-0564bae05267"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d68d3681-4fa6-4faa-8bd0-0564bae05267"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d68d3681-4fa6-4faa-8bd0-0564bae05267"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d68d3681-4fa6-4faa-8bd0-0564bae05267"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d68d3681-4fa6-4faa-8bd0-0564bae05267"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d68d3681-4fa6-4faa-8bd0-0564bae05267"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d68d3681-4fa6-4faa-8bd0-0564bae05267"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d68d3681-4fa6-4faa-8bd0-0564bae05267"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d68d3681-4fa6-4faa-8bd0-0564bae05267"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d68d3681-4fa6-4faa-8bd0-0564bae05267"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d68d3681-4fa6-4faa-8bd0-0564bae05267"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d68d3681-4fa6-4faa-8bd0-0564bae05267"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d68d3681-4fa6-4faa-8bd0-0564bae05267"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d68d3681-4fa6-4faa-8bd0-0564bae05267"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d68d3681-4fa6-4faa-8bd0-0564bae05267"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d68d3681-4fa6-4faa-8bd0-0564bae05267"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d68d3681-4fa6-4faa-8bd0-0564bae05267"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d68d3681-4fa6-4faa-8bd0-0564bae05267"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d68d3681-4fa6-4faa-8bd0-0564bae05267"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d68d3681-4fa6-4faa-8bd0-0564bae05267"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d68d3681-4fa6-4faa-8bd0-0564bae05267"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-52a590f1-97f8-45e5-8396-9304ef2df044 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-52a590f1-97f8-45e5-8396-9304ef2df044"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52a590f1-97f8-45e5-8396-9304ef2df044"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-52a590f1-97f8-45e5-8396-9304ef2df044"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-52a590f1-97f8-45e5-8396-9304ef2df044"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-52a590f1-97f8-45e5-8396-9304ef2df044"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-52a590f1-97f8-45e5-8396-9304ef2df044"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-52a590f1-97f8-45e5-8396-9304ef2df044"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-52a590f1-97f8-45e5-8396-9304ef2df044"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-52a590f1-97f8-45e5-8396-9304ef2df044"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-52a590f1-97f8-45e5-8396-9304ef2df044"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-52a590f1-97f8-45e5-8396-9304ef2df044"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-52a590f1-97f8-45e5-8396-9304ef2df044"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-52a590f1-97f8-45e5-8396-9304ef2df044"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-52a590f1-97f8-45e5-8396-9304ef2df044"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-52a590f1-97f8-45e5-8396-9304ef2df044"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-52a590f1-97f8-45e5-8396-9304ef2df044"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-52a590f1-97f8-45e5-8396-9304ef2df044"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-52a590f1-97f8-45e5-8396-9304ef2df044"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-52a590f1-97f8-45e5-8396-9304ef2df044"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-52a590f1-97f8-45e5-8396-9304ef2df044"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-52a590f1-97f8-45e5-8396-9304ef2df044"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-52a590f1-97f8-45e5-8396-9304ef2df044"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-52a590f1-97f8-45e5-8396-9304ef2df044"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-52a590f1-97f8-45e5-8396-9304ef2df044"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-52a590f1-97f8-45e5-8396-9304ef2df044"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-52a590f1-97f8-45e5-8396-9304ef2df044"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-52a590f1-97f8-45e5-8396-9304ef2df044"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-52a590f1-97f8-45e5-8396-9304ef2df044"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-52a590f1-97f8-45e5-8396-9304ef2df044"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-52a590f1-97f8-45e5-8396-9304ef2df044"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-52a590f1-97f8-45e5-8396-9304ef2df044"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-52a590f1-97f8-45e5-8396-9304ef2df044"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-52a590f1-97f8-45e5-8396-9304ef2df044"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-52a590f1-97f8-45e5-8396-9304ef2df044"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-52a590f1-97f8-45e5-8396-9304ef2df044"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-52a590f1-97f8-45e5-8396-9304ef2df044"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-52a590f1-97f8-45e5-8396-9304ef2df044"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bae921f6-b70b-47cd-9c67-bdb2eb0203ac {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-bae921f6-b70b-47cd-9c67-bdb2eb0203ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bae921f6-b70b-47cd-9c67-bdb2eb0203ac"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bae921f6-b70b-47cd-9c67-bdb2eb0203ac"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bae921f6-b70b-47cd-9c67-bdb2eb0203ac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bae921f6-b70b-47cd-9c67-bdb2eb0203ac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bae921f6-b70b-47cd-9c67-bdb2eb0203ac"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bae921f6-b70b-47cd-9c67-bdb2eb0203ac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bae921f6-b70b-47cd-9c67-bdb2eb0203ac"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bae921f6-b70b-47cd-9c67-bdb2eb0203ac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bae921f6-b70b-47cd-9c67-bdb2eb0203ac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bae921f6-b70b-47cd-9c67-bdb2eb0203ac"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bae921f6-b70b-47cd-9c67-bdb2eb0203ac"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bae921f6-b70b-47cd-9c67-bdb2eb0203ac"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bae921f6-b70b-47cd-9c67-bdb2eb0203ac"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bae921f6-b70b-47cd-9c67-bdb2eb0203ac"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bae921f6-b70b-47cd-9c67-bdb2eb0203ac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bae921f6-b70b-47cd-9c67-bdb2eb0203ac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bae921f6-b70b-47cd-9c67-bdb2eb0203ac"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bae921f6-b70b-47cd-9c67-bdb2eb0203ac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bae921f6-b70b-47cd-9c67-bdb2eb0203ac"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bae921f6-b70b-47cd-9c67-bdb2eb0203ac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bae921f6-b70b-47cd-9c67-bdb2eb0203ac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bae921f6-b70b-47cd-9c67-bdb2eb0203ac"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bae921f6-b70b-47cd-9c67-bdb2eb0203ac"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bae921f6-b70b-47cd-9c67-bdb2eb0203ac"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bae921f6-b70b-47cd-9c67-bdb2eb0203ac"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bae921f6-b70b-47cd-9c67-bdb2eb0203ac"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bae921f6-b70b-47cd-9c67-bdb2eb0203ac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bae921f6-b70b-47cd-9c67-bdb2eb0203ac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bae921f6-b70b-47cd-9c67-bdb2eb0203ac"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bae921f6-b70b-47cd-9c67-bdb2eb0203ac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bae921f6-b70b-47cd-9c67-bdb2eb0203ac"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bae921f6-b70b-47cd-9c67-bdb2eb0203ac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bae921f6-b70b-47cd-9c67-bdb2eb0203ac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bae921f6-b70b-47cd-9c67-bdb2eb0203ac"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bae921f6-b70b-47cd-9c67-bdb2eb0203ac"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bae921f6-b70b-47cd-9c67-bdb2eb0203ac"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a8d69df4-9536-4ef3-b890-c6c4fb6a68b7 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-a8d69df4-9536-4ef3-b890-c6c4fb6a68b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8d69df4-9536-4ef3-b890-c6c4fb6a68b7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a8d69df4-9536-4ef3-b890-c6c4fb6a68b7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a8d69df4-9536-4ef3-b890-c6c4fb6a68b7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a8d69df4-9536-4ef3-b890-c6c4fb6a68b7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a8d69df4-9536-4ef3-b890-c6c4fb6a68b7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a8d69df4-9536-4ef3-b890-c6c4fb6a68b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a8d69df4-9536-4ef3-b890-c6c4fb6a68b7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a8d69df4-9536-4ef3-b890-c6c4fb6a68b7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a8d69df4-9536-4ef3-b890-c6c4fb6a68b7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a8d69df4-9536-4ef3-b890-c6c4fb6a68b7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a8d69df4-9536-4ef3-b890-c6c4fb6a68b7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a8d69df4-9536-4ef3-b890-c6c4fb6a68b7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a8d69df4-9536-4ef3-b890-c6c4fb6a68b7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a8d69df4-9536-4ef3-b890-c6c4fb6a68b7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a8d69df4-9536-4ef3-b890-c6c4fb6a68b7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a8d69df4-9536-4ef3-b890-c6c4fb6a68b7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a8d69df4-9536-4ef3-b890-c6c4fb6a68b7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a8d69df4-9536-4ef3-b890-c6c4fb6a68b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a8d69df4-9536-4ef3-b890-c6c4fb6a68b7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a8d69df4-9536-4ef3-b890-c6c4fb6a68b7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a8d69df4-9536-4ef3-b890-c6c4fb6a68b7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a8d69df4-9536-4ef3-b890-c6c4fb6a68b7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a8d69df4-9536-4ef3-b890-c6c4fb6a68b7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a8d69df4-9536-4ef3-b890-c6c4fb6a68b7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8d69df4-9536-4ef3-b890-c6c4fb6a68b7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a8d69df4-9536-4ef3-b890-c6c4fb6a68b7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a8d69df4-9536-4ef3-b890-c6c4fb6a68b7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a8d69df4-9536-4ef3-b890-c6c4fb6a68b7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a8d69df4-9536-4ef3-b890-c6c4fb6a68b7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a8d69df4-9536-4ef3-b890-c6c4fb6a68b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a8d69df4-9536-4ef3-b890-c6c4fb6a68b7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a8d69df4-9536-4ef3-b890-c6c4fb6a68b7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a8d69df4-9536-4ef3-b890-c6c4fb6a68b7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a8d69df4-9536-4ef3-b890-c6c4fb6a68b7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a8d69df4-9536-4ef3-b890-c6c4fb6a68b7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a8d69df4-9536-4ef3-b890-c6c4fb6a68b7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-689b72bd-56ed-427d-8c48-67a2a5e42141 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-689b72bd-56ed-427d-8c48-67a2a5e42141"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-689b72bd-56ed-427d-8c48-67a2a5e42141"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-689b72bd-56ed-427d-8c48-67a2a5e42141"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-689b72bd-56ed-427d-8c48-67a2a5e42141"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-689b72bd-56ed-427d-8c48-67a2a5e42141"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-689b72bd-56ed-427d-8c48-67a2a5e42141"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-689b72bd-56ed-427d-8c48-67a2a5e42141"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-689b72bd-56ed-427d-8c48-67a2a5e42141"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-689b72bd-56ed-427d-8c48-67a2a5e42141"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-689b72bd-56ed-427d-8c48-67a2a5e42141"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-689b72bd-56ed-427d-8c48-67a2a5e42141"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-689b72bd-56ed-427d-8c48-67a2a5e42141"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-689b72bd-56ed-427d-8c48-67a2a5e42141"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-689b72bd-56ed-427d-8c48-67a2a5e42141"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-689b72bd-56ed-427d-8c48-67a2a5e42141"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-689b72bd-56ed-427d-8c48-67a2a5e42141"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-689b72bd-56ed-427d-8c48-67a2a5e42141"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-689b72bd-56ed-427d-8c48-67a2a5e42141"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-689b72bd-56ed-427d-8c48-67a2a5e42141"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-689b72bd-56ed-427d-8c48-67a2a5e42141"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-689b72bd-56ed-427d-8c48-67a2a5e42141"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-689b72bd-56ed-427d-8c48-67a2a5e42141"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-689b72bd-56ed-427d-8c48-67a2a5e42141"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-689b72bd-56ed-427d-8c48-67a2a5e42141"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-689b72bd-56ed-427d-8c48-67a2a5e42141"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-689b72bd-56ed-427d-8c48-67a2a5e42141"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-689b72bd-56ed-427d-8c48-67a2a5e42141"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-689b72bd-56ed-427d-8c48-67a2a5e42141"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-689b72bd-56ed-427d-8c48-67a2a5e42141"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-689b72bd-56ed-427d-8c48-67a2a5e42141"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-689b72bd-56ed-427d-8c48-67a2a5e42141"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-689b72bd-56ed-427d-8c48-67a2a5e42141"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-689b72bd-56ed-427d-8c48-67a2a5e42141"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-689b72bd-56ed-427d-8c48-67a2a5e42141"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-689b72bd-56ed-427d-8c48-67a2a5e42141"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-689b72bd-56ed-427d-8c48-67a2a5e42141"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-689b72bd-56ed-427d-8c48-67a2a5e42141"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-59461d94-4ecb-4ecf-87be-cc8524169879 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-59461d94-4ecb-4ecf-87be-cc8524169879"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59461d94-4ecb-4ecf-87be-cc8524169879"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-59461d94-4ecb-4ecf-87be-cc8524169879"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-59461d94-4ecb-4ecf-87be-cc8524169879"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-59461d94-4ecb-4ecf-87be-cc8524169879"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-59461d94-4ecb-4ecf-87be-cc8524169879"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-59461d94-4ecb-4ecf-87be-cc8524169879"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-59461d94-4ecb-4ecf-87be-cc8524169879"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-59461d94-4ecb-4ecf-87be-cc8524169879"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-59461d94-4ecb-4ecf-87be-cc8524169879"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-59461d94-4ecb-4ecf-87be-cc8524169879"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-59461d94-4ecb-4ecf-87be-cc8524169879"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-59461d94-4ecb-4ecf-87be-cc8524169879"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-59461d94-4ecb-4ecf-87be-cc8524169879"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-59461d94-4ecb-4ecf-87be-cc8524169879"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-59461d94-4ecb-4ecf-87be-cc8524169879"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-59461d94-4ecb-4ecf-87be-cc8524169879"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-59461d94-4ecb-4ecf-87be-cc8524169879"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-59461d94-4ecb-4ecf-87be-cc8524169879"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-59461d94-4ecb-4ecf-87be-cc8524169879"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-59461d94-4ecb-4ecf-87be-cc8524169879"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-59461d94-4ecb-4ecf-87be-cc8524169879"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-59461d94-4ecb-4ecf-87be-cc8524169879"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-59461d94-4ecb-4ecf-87be-cc8524169879"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-59461d94-4ecb-4ecf-87be-cc8524169879"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-59461d94-4ecb-4ecf-87be-cc8524169879"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-59461d94-4ecb-4ecf-87be-cc8524169879"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-59461d94-4ecb-4ecf-87be-cc8524169879"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-59461d94-4ecb-4ecf-87be-cc8524169879"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-59461d94-4ecb-4ecf-87be-cc8524169879"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-59461d94-4ecb-4ecf-87be-cc8524169879"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-59461d94-4ecb-4ecf-87be-cc8524169879"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-59461d94-4ecb-4ecf-87be-cc8524169879"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-59461d94-4ecb-4ecf-87be-cc8524169879"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-59461d94-4ecb-4ecf-87be-cc8524169879"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-59461d94-4ecb-4ecf-87be-cc8524169879"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-59461d94-4ecb-4ecf-87be-cc8524169879"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3981dcba-432b-4a8c-a764-5d2592527d21 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-3981dcba-432b-4a8c-a764-5d2592527d21"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3981dcba-432b-4a8c-a764-5d2592527d21"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3981dcba-432b-4a8c-a764-5d2592527d21"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3981dcba-432b-4a8c-a764-5d2592527d21"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3981dcba-432b-4a8c-a764-5d2592527d21"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3981dcba-432b-4a8c-a764-5d2592527d21"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3981dcba-432b-4a8c-a764-5d2592527d21"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3981dcba-432b-4a8c-a764-5d2592527d21"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3981dcba-432b-4a8c-a764-5d2592527d21"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3981dcba-432b-4a8c-a764-5d2592527d21"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3981dcba-432b-4a8c-a764-5d2592527d21"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3981dcba-432b-4a8c-a764-5d2592527d21"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3981dcba-432b-4a8c-a764-5d2592527d21"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3981dcba-432b-4a8c-a764-5d2592527d21"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3981dcba-432b-4a8c-a764-5d2592527d21"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3981dcba-432b-4a8c-a764-5d2592527d21"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3981dcba-432b-4a8c-a764-5d2592527d21"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3981dcba-432b-4a8c-a764-5d2592527d21"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3981dcba-432b-4a8c-a764-5d2592527d21"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3981dcba-432b-4a8c-a764-5d2592527d21"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3981dcba-432b-4a8c-a764-5d2592527d21"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3981dcba-432b-4a8c-a764-5d2592527d21"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3981dcba-432b-4a8c-a764-5d2592527d21"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3981dcba-432b-4a8c-a764-5d2592527d21"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3981dcba-432b-4a8c-a764-5d2592527d21"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3981dcba-432b-4a8c-a764-5d2592527d21"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3981dcba-432b-4a8c-a764-5d2592527d21"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3981dcba-432b-4a8c-a764-5d2592527d21"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3981dcba-432b-4a8c-a764-5d2592527d21"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3981dcba-432b-4a8c-a764-5d2592527d21"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3981dcba-432b-4a8c-a764-5d2592527d21"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3981dcba-432b-4a8c-a764-5d2592527d21"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3981dcba-432b-4a8c-a764-5d2592527d21"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3981dcba-432b-4a8c-a764-5d2592527d21"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3981dcba-432b-4a8c-a764-5d2592527d21"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3981dcba-432b-4a8c-a764-5d2592527d21"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3981dcba-432b-4a8c-a764-5d2592527d21"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-550c0230-215b-4049-9d5f-213d5bb9b61e {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-550c0230-215b-4049-9d5f-213d5bb9b61e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-550c0230-215b-4049-9d5f-213d5bb9b61e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-550c0230-215b-4049-9d5f-213d5bb9b61e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-550c0230-215b-4049-9d5f-213d5bb9b61e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-550c0230-215b-4049-9d5f-213d5bb9b61e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-550c0230-215b-4049-9d5f-213d5bb9b61e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-550c0230-215b-4049-9d5f-213d5bb9b61e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-550c0230-215b-4049-9d5f-213d5bb9b61e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-550c0230-215b-4049-9d5f-213d5bb9b61e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-550c0230-215b-4049-9d5f-213d5bb9b61e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-550c0230-215b-4049-9d5f-213d5bb9b61e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-550c0230-215b-4049-9d5f-213d5bb9b61e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-550c0230-215b-4049-9d5f-213d5bb9b61e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-550c0230-215b-4049-9d5f-213d5bb9b61e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-550c0230-215b-4049-9d5f-213d5bb9b61e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-550c0230-215b-4049-9d5f-213d5bb9b61e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-550c0230-215b-4049-9d5f-213d5bb9b61e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-550c0230-215b-4049-9d5f-213d5bb9b61e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-550c0230-215b-4049-9d5f-213d5bb9b61e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-550c0230-215b-4049-9d5f-213d5bb9b61e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-550c0230-215b-4049-9d5f-213d5bb9b61e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-550c0230-215b-4049-9d5f-213d5bb9b61e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-550c0230-215b-4049-9d5f-213d5bb9b61e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-550c0230-215b-4049-9d5f-213d5bb9b61e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-550c0230-215b-4049-9d5f-213d5bb9b61e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-550c0230-215b-4049-9d5f-213d5bb9b61e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-550c0230-215b-4049-9d5f-213d5bb9b61e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-550c0230-215b-4049-9d5f-213d5bb9b61e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-550c0230-215b-4049-9d5f-213d5bb9b61e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-550c0230-215b-4049-9d5f-213d5bb9b61e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-550c0230-215b-4049-9d5f-213d5bb9b61e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-550c0230-215b-4049-9d5f-213d5bb9b61e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-550c0230-215b-4049-9d5f-213d5bb9b61e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-550c0230-215b-4049-9d5f-213d5bb9b61e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-550c0230-215b-4049-9d5f-213d5bb9b61e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-550c0230-215b-4049-9d5f-213d5bb9b61e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-550c0230-215b-4049-9d5f-213d5bb9b61e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6e4e7753-069a-43fa-83ef-178013bc26d0 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-6e4e7753-069a-43fa-83ef-178013bc26d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e4e7753-069a-43fa-83ef-178013bc26d0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6e4e7753-069a-43fa-83ef-178013bc26d0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6e4e7753-069a-43fa-83ef-178013bc26d0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6e4e7753-069a-43fa-83ef-178013bc26d0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6e4e7753-069a-43fa-83ef-178013bc26d0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6e4e7753-069a-43fa-83ef-178013bc26d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6e4e7753-069a-43fa-83ef-178013bc26d0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6e4e7753-069a-43fa-83ef-178013bc26d0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6e4e7753-069a-43fa-83ef-178013bc26d0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6e4e7753-069a-43fa-83ef-178013bc26d0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6e4e7753-069a-43fa-83ef-178013bc26d0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6e4e7753-069a-43fa-83ef-178013bc26d0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6e4e7753-069a-43fa-83ef-178013bc26d0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6e4e7753-069a-43fa-83ef-178013bc26d0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6e4e7753-069a-43fa-83ef-178013bc26d0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6e4e7753-069a-43fa-83ef-178013bc26d0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6e4e7753-069a-43fa-83ef-178013bc26d0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6e4e7753-069a-43fa-83ef-178013bc26d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6e4e7753-069a-43fa-83ef-178013bc26d0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6e4e7753-069a-43fa-83ef-178013bc26d0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6e4e7753-069a-43fa-83ef-178013bc26d0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6e4e7753-069a-43fa-83ef-178013bc26d0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6e4e7753-069a-43fa-83ef-178013bc26d0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6e4e7753-069a-43fa-83ef-178013bc26d0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e4e7753-069a-43fa-83ef-178013bc26d0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6e4e7753-069a-43fa-83ef-178013bc26d0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6e4e7753-069a-43fa-83ef-178013bc26d0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6e4e7753-069a-43fa-83ef-178013bc26d0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6e4e7753-069a-43fa-83ef-178013bc26d0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6e4e7753-069a-43fa-83ef-178013bc26d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6e4e7753-069a-43fa-83ef-178013bc26d0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6e4e7753-069a-43fa-83ef-178013bc26d0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6e4e7753-069a-43fa-83ef-178013bc26d0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6e4e7753-069a-43fa-83ef-178013bc26d0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6e4e7753-069a-43fa-83ef-178013bc26d0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6e4e7753-069a-43fa-83ef-178013bc26d0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7c996364-a6b5-4c66-8455-5457e4e7e0d9 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-7c996364-a6b5-4c66-8455-5457e4e7e0d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c996364-a6b5-4c66-8455-5457e4e7e0d9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7c996364-a6b5-4c66-8455-5457e4e7e0d9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7c996364-a6b5-4c66-8455-5457e4e7e0d9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7c996364-a6b5-4c66-8455-5457e4e7e0d9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7c996364-a6b5-4c66-8455-5457e4e7e0d9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7c996364-a6b5-4c66-8455-5457e4e7e0d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7c996364-a6b5-4c66-8455-5457e4e7e0d9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7c996364-a6b5-4c66-8455-5457e4e7e0d9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7c996364-a6b5-4c66-8455-5457e4e7e0d9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7c996364-a6b5-4c66-8455-5457e4e7e0d9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7c996364-a6b5-4c66-8455-5457e4e7e0d9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7c996364-a6b5-4c66-8455-5457e4e7e0d9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7c996364-a6b5-4c66-8455-5457e4e7e0d9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7c996364-a6b5-4c66-8455-5457e4e7e0d9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7c996364-a6b5-4c66-8455-5457e4e7e0d9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7c996364-a6b5-4c66-8455-5457e4e7e0d9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7c996364-a6b5-4c66-8455-5457e4e7e0d9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7c996364-a6b5-4c66-8455-5457e4e7e0d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7c996364-a6b5-4c66-8455-5457e4e7e0d9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7c996364-a6b5-4c66-8455-5457e4e7e0d9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7c996364-a6b5-4c66-8455-5457e4e7e0d9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7c996364-a6b5-4c66-8455-5457e4e7e0d9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7c996364-a6b5-4c66-8455-5457e4e7e0d9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7c996364-a6b5-4c66-8455-5457e4e7e0d9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c996364-a6b5-4c66-8455-5457e4e7e0d9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7c996364-a6b5-4c66-8455-5457e4e7e0d9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7c996364-a6b5-4c66-8455-5457e4e7e0d9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7c996364-a6b5-4c66-8455-5457e4e7e0d9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7c996364-a6b5-4c66-8455-5457e4e7e0d9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7c996364-a6b5-4c66-8455-5457e4e7e0d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7c996364-a6b5-4c66-8455-5457e4e7e0d9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7c996364-a6b5-4c66-8455-5457e4e7e0d9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7c996364-a6b5-4c66-8455-5457e4e7e0d9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7c996364-a6b5-4c66-8455-5457e4e7e0d9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7c996364-a6b5-4c66-8455-5457e4e7e0d9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7c996364-a6b5-4c66-8455-5457e4e7e0d9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c552e00e-1bb8-47fe-96d4-fe79f860ad57 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-c552e00e-1bb8-47fe-96d4-fe79f860ad57"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c552e00e-1bb8-47fe-96d4-fe79f860ad57"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c552e00e-1bb8-47fe-96d4-fe79f860ad57"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c552e00e-1bb8-47fe-96d4-fe79f860ad57"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c552e00e-1bb8-47fe-96d4-fe79f860ad57"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c552e00e-1bb8-47fe-96d4-fe79f860ad57"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c552e00e-1bb8-47fe-96d4-fe79f860ad57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c552e00e-1bb8-47fe-96d4-fe79f860ad57"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c552e00e-1bb8-47fe-96d4-fe79f860ad57"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c552e00e-1bb8-47fe-96d4-fe79f860ad57"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c552e00e-1bb8-47fe-96d4-fe79f860ad57"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c552e00e-1bb8-47fe-96d4-fe79f860ad57"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c552e00e-1bb8-47fe-96d4-fe79f860ad57"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c552e00e-1bb8-47fe-96d4-fe79f860ad57"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c552e00e-1bb8-47fe-96d4-fe79f860ad57"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c552e00e-1bb8-47fe-96d4-fe79f860ad57"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c552e00e-1bb8-47fe-96d4-fe79f860ad57"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c552e00e-1bb8-47fe-96d4-fe79f860ad57"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c552e00e-1bb8-47fe-96d4-fe79f860ad57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c552e00e-1bb8-47fe-96d4-fe79f860ad57"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c552e00e-1bb8-47fe-96d4-fe79f860ad57"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c552e00e-1bb8-47fe-96d4-fe79f860ad57"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c552e00e-1bb8-47fe-96d4-fe79f860ad57"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c552e00e-1bb8-47fe-96d4-fe79f860ad57"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c552e00e-1bb8-47fe-96d4-fe79f860ad57"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c552e00e-1bb8-47fe-96d4-fe79f860ad57"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c552e00e-1bb8-47fe-96d4-fe79f860ad57"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c552e00e-1bb8-47fe-96d4-fe79f860ad57"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c552e00e-1bb8-47fe-96d4-fe79f860ad57"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c552e00e-1bb8-47fe-96d4-fe79f860ad57"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c552e00e-1bb8-47fe-96d4-fe79f860ad57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c552e00e-1bb8-47fe-96d4-fe79f860ad57"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c552e00e-1bb8-47fe-96d4-fe79f860ad57"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c552e00e-1bb8-47fe-96d4-fe79f860ad57"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c552e00e-1bb8-47fe-96d4-fe79f860ad57"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c552e00e-1bb8-47fe-96d4-fe79f860ad57"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c552e00e-1bb8-47fe-96d4-fe79f860ad57"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b3f5d6ea-33f8-4967-b331-97306f9b43a5 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-b3f5d6ea-33f8-4967-b331-97306f9b43a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3f5d6ea-33f8-4967-b331-97306f9b43a5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b3f5d6ea-33f8-4967-b331-97306f9b43a5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b3f5d6ea-33f8-4967-b331-97306f9b43a5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b3f5d6ea-33f8-4967-b331-97306f9b43a5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b3f5d6ea-33f8-4967-b331-97306f9b43a5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b3f5d6ea-33f8-4967-b331-97306f9b43a5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b3f5d6ea-33f8-4967-b331-97306f9b43a5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b3f5d6ea-33f8-4967-b331-97306f9b43a5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b3f5d6ea-33f8-4967-b331-97306f9b43a5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b3f5d6ea-33f8-4967-b331-97306f9b43a5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b3f5d6ea-33f8-4967-b331-97306f9b43a5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b3f5d6ea-33f8-4967-b331-97306f9b43a5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b3f5d6ea-33f8-4967-b331-97306f9b43a5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b3f5d6ea-33f8-4967-b331-97306f9b43a5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b3f5d6ea-33f8-4967-b331-97306f9b43a5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b3f5d6ea-33f8-4967-b331-97306f9b43a5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b3f5d6ea-33f8-4967-b331-97306f9b43a5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b3f5d6ea-33f8-4967-b331-97306f9b43a5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b3f5d6ea-33f8-4967-b331-97306f9b43a5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b3f5d6ea-33f8-4967-b331-97306f9b43a5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b3f5d6ea-33f8-4967-b331-97306f9b43a5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b3f5d6ea-33f8-4967-b331-97306f9b43a5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b3f5d6ea-33f8-4967-b331-97306f9b43a5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b3f5d6ea-33f8-4967-b331-97306f9b43a5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3f5d6ea-33f8-4967-b331-97306f9b43a5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b3f5d6ea-33f8-4967-b331-97306f9b43a5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b3f5d6ea-33f8-4967-b331-97306f9b43a5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b3f5d6ea-33f8-4967-b331-97306f9b43a5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b3f5d6ea-33f8-4967-b331-97306f9b43a5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b3f5d6ea-33f8-4967-b331-97306f9b43a5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b3f5d6ea-33f8-4967-b331-97306f9b43a5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b3f5d6ea-33f8-4967-b331-97306f9b43a5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b3f5d6ea-33f8-4967-b331-97306f9b43a5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b3f5d6ea-33f8-4967-b331-97306f9b43a5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b3f5d6ea-33f8-4967-b331-97306f9b43a5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b3f5d6ea-33f8-4967-b331-97306f9b43a5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6cf9fb2c-bd2a-459f-9dd9-2d5c15b0d224 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-6cf9fb2c-bd2a-459f-9dd9-2d5c15b0d224"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6cf9fb2c-bd2a-459f-9dd9-2d5c15b0d224"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6cf9fb2c-bd2a-459f-9dd9-2d5c15b0d224"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6cf9fb2c-bd2a-459f-9dd9-2d5c15b0d224"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6cf9fb2c-bd2a-459f-9dd9-2d5c15b0d224"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6cf9fb2c-bd2a-459f-9dd9-2d5c15b0d224"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6cf9fb2c-bd2a-459f-9dd9-2d5c15b0d224"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6cf9fb2c-bd2a-459f-9dd9-2d5c15b0d224"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6cf9fb2c-bd2a-459f-9dd9-2d5c15b0d224"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6cf9fb2c-bd2a-459f-9dd9-2d5c15b0d224"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6cf9fb2c-bd2a-459f-9dd9-2d5c15b0d224"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6cf9fb2c-bd2a-459f-9dd9-2d5c15b0d224"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6cf9fb2c-bd2a-459f-9dd9-2d5c15b0d224"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6cf9fb2c-bd2a-459f-9dd9-2d5c15b0d224"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6cf9fb2c-bd2a-459f-9dd9-2d5c15b0d224"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6cf9fb2c-bd2a-459f-9dd9-2d5c15b0d224"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6cf9fb2c-bd2a-459f-9dd9-2d5c15b0d224"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6cf9fb2c-bd2a-459f-9dd9-2d5c15b0d224"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6cf9fb2c-bd2a-459f-9dd9-2d5c15b0d224"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6cf9fb2c-bd2a-459f-9dd9-2d5c15b0d224"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6cf9fb2c-bd2a-459f-9dd9-2d5c15b0d224"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6cf9fb2c-bd2a-459f-9dd9-2d5c15b0d224"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6cf9fb2c-bd2a-459f-9dd9-2d5c15b0d224"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6cf9fb2c-bd2a-459f-9dd9-2d5c15b0d224"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6cf9fb2c-bd2a-459f-9dd9-2d5c15b0d224"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6cf9fb2c-bd2a-459f-9dd9-2d5c15b0d224"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6cf9fb2c-bd2a-459f-9dd9-2d5c15b0d224"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6cf9fb2c-bd2a-459f-9dd9-2d5c15b0d224"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6cf9fb2c-bd2a-459f-9dd9-2d5c15b0d224"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6cf9fb2c-bd2a-459f-9dd9-2d5c15b0d224"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6cf9fb2c-bd2a-459f-9dd9-2d5c15b0d224"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6cf9fb2c-bd2a-459f-9dd9-2d5c15b0d224"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6cf9fb2c-bd2a-459f-9dd9-2d5c15b0d224"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6cf9fb2c-bd2a-459f-9dd9-2d5c15b0d224"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6cf9fb2c-bd2a-459f-9dd9-2d5c15b0d224"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6cf9fb2c-bd2a-459f-9dd9-2d5c15b0d224"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6cf9fb2c-bd2a-459f-9dd9-2d5c15b0d224"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c8237852-947b-436d-bd1a-eba3deccef28 {
  margin-left: 15%;
margin-right: 20%;
min-height: 50px;
}








#s-c8237852-947b-436d-bd1a-eba3deccef28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8237852-947b-436d-bd1a-eba3deccef28.shg-box.shg-c {
  justify-content: center;
}

#s-b371ccb8-2fe4-4db0-8471-1f4978568116 {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b371ccb8-2fe4-4db0-8471-1f4978568116 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Avenir Next";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c9e86983-a273-4b3a-83e7-cc26f04cd94c {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-c9e86983-a273-4b3a-83e7-cc26f04cd94c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9e86983-a273-4b3a-83e7-cc26f04cd94c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c9e86983-a273-4b3a-83e7-cc26f04cd94c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c9e86983-a273-4b3a-83e7-cc26f04cd94c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c9e86983-a273-4b3a-83e7-cc26f04cd94c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c9e86983-a273-4b3a-83e7-cc26f04cd94c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c9e86983-a273-4b3a-83e7-cc26f04cd94c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c9e86983-a273-4b3a-83e7-cc26f04cd94c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c9e86983-a273-4b3a-83e7-cc26f04cd94c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c9e86983-a273-4b3a-83e7-cc26f04cd94c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c9e86983-a273-4b3a-83e7-cc26f04cd94c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c9e86983-a273-4b3a-83e7-cc26f04cd94c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c9e86983-a273-4b3a-83e7-cc26f04cd94c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c9e86983-a273-4b3a-83e7-cc26f04cd94c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c9e86983-a273-4b3a-83e7-cc26f04cd94c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c9e86983-a273-4b3a-83e7-cc26f04cd94c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c9e86983-a273-4b3a-83e7-cc26f04cd94c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c9e86983-a273-4b3a-83e7-cc26f04cd94c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c9e86983-a273-4b3a-83e7-cc26f04cd94c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c9e86983-a273-4b3a-83e7-cc26f04cd94c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c9e86983-a273-4b3a-83e7-cc26f04cd94c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c9e86983-a273-4b3a-83e7-cc26f04cd94c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c9e86983-a273-4b3a-83e7-cc26f04cd94c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c9e86983-a273-4b3a-83e7-cc26f04cd94c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c9e86983-a273-4b3a-83e7-cc26f04cd94c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9e86983-a273-4b3a-83e7-cc26f04cd94c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c9e86983-a273-4b3a-83e7-cc26f04cd94c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c9e86983-a273-4b3a-83e7-cc26f04cd94c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c9e86983-a273-4b3a-83e7-cc26f04cd94c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c9e86983-a273-4b3a-83e7-cc26f04cd94c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c9e86983-a273-4b3a-83e7-cc26f04cd94c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c9e86983-a273-4b3a-83e7-cc26f04cd94c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c9e86983-a273-4b3a-83e7-cc26f04cd94c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c9e86983-a273-4b3a-83e7-cc26f04cd94c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c9e86983-a273-4b3a-83e7-cc26f04cd94c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c9e86983-a273-4b3a-83e7-cc26f04cd94c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c9e86983-a273-4b3a-83e7-cc26f04cd94c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-73a76a36-eb6c-45cc-9b82-5b0ed81e5da0 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-73a76a36-eb6c-45cc-9b82-5b0ed81e5da0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73a76a36-eb6c-45cc-9b82-5b0ed81e5da0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-73a76a36-eb6c-45cc-9b82-5b0ed81e5da0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-73a76a36-eb6c-45cc-9b82-5b0ed81e5da0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-73a76a36-eb6c-45cc-9b82-5b0ed81e5da0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-73a76a36-eb6c-45cc-9b82-5b0ed81e5da0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-73a76a36-eb6c-45cc-9b82-5b0ed81e5da0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-73a76a36-eb6c-45cc-9b82-5b0ed81e5da0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-73a76a36-eb6c-45cc-9b82-5b0ed81e5da0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-73a76a36-eb6c-45cc-9b82-5b0ed81e5da0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-73a76a36-eb6c-45cc-9b82-5b0ed81e5da0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-73a76a36-eb6c-45cc-9b82-5b0ed81e5da0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-73a76a36-eb6c-45cc-9b82-5b0ed81e5da0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-73a76a36-eb6c-45cc-9b82-5b0ed81e5da0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-73a76a36-eb6c-45cc-9b82-5b0ed81e5da0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-73a76a36-eb6c-45cc-9b82-5b0ed81e5da0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-73a76a36-eb6c-45cc-9b82-5b0ed81e5da0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-73a76a36-eb6c-45cc-9b82-5b0ed81e5da0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-73a76a36-eb6c-45cc-9b82-5b0ed81e5da0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-73a76a36-eb6c-45cc-9b82-5b0ed81e5da0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-73a76a36-eb6c-45cc-9b82-5b0ed81e5da0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-73a76a36-eb6c-45cc-9b82-5b0ed81e5da0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-73a76a36-eb6c-45cc-9b82-5b0ed81e5da0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-73a76a36-eb6c-45cc-9b82-5b0ed81e5da0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-73a76a36-eb6c-45cc-9b82-5b0ed81e5da0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-73a76a36-eb6c-45cc-9b82-5b0ed81e5da0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-73a76a36-eb6c-45cc-9b82-5b0ed81e5da0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-73a76a36-eb6c-45cc-9b82-5b0ed81e5da0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-73a76a36-eb6c-45cc-9b82-5b0ed81e5da0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-73a76a36-eb6c-45cc-9b82-5b0ed81e5da0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-73a76a36-eb6c-45cc-9b82-5b0ed81e5da0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-73a76a36-eb6c-45cc-9b82-5b0ed81e5da0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-73a76a36-eb6c-45cc-9b82-5b0ed81e5da0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-73a76a36-eb6c-45cc-9b82-5b0ed81e5da0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-73a76a36-eb6c-45cc-9b82-5b0ed81e5da0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-73a76a36-eb6c-45cc-9b82-5b0ed81e5da0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-73a76a36-eb6c-45cc-9b82-5b0ed81e5da0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-79485fbc-4a91-400a-bdfa-3b8a9ba17af8 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-79485fbc-4a91-400a-bdfa-3b8a9ba17af8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79485fbc-4a91-400a-bdfa-3b8a9ba17af8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-79485fbc-4a91-400a-bdfa-3b8a9ba17af8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-79485fbc-4a91-400a-bdfa-3b8a9ba17af8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-79485fbc-4a91-400a-bdfa-3b8a9ba17af8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-79485fbc-4a91-400a-bdfa-3b8a9ba17af8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-79485fbc-4a91-400a-bdfa-3b8a9ba17af8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-79485fbc-4a91-400a-bdfa-3b8a9ba17af8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-79485fbc-4a91-400a-bdfa-3b8a9ba17af8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-79485fbc-4a91-400a-bdfa-3b8a9ba17af8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-79485fbc-4a91-400a-bdfa-3b8a9ba17af8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-79485fbc-4a91-400a-bdfa-3b8a9ba17af8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-79485fbc-4a91-400a-bdfa-3b8a9ba17af8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-79485fbc-4a91-400a-bdfa-3b8a9ba17af8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-79485fbc-4a91-400a-bdfa-3b8a9ba17af8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-79485fbc-4a91-400a-bdfa-3b8a9ba17af8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-79485fbc-4a91-400a-bdfa-3b8a9ba17af8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-79485fbc-4a91-400a-bdfa-3b8a9ba17af8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-79485fbc-4a91-400a-bdfa-3b8a9ba17af8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-79485fbc-4a91-400a-bdfa-3b8a9ba17af8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-79485fbc-4a91-400a-bdfa-3b8a9ba17af8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-79485fbc-4a91-400a-bdfa-3b8a9ba17af8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-79485fbc-4a91-400a-bdfa-3b8a9ba17af8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-79485fbc-4a91-400a-bdfa-3b8a9ba17af8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-79485fbc-4a91-400a-bdfa-3b8a9ba17af8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-79485fbc-4a91-400a-bdfa-3b8a9ba17af8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-79485fbc-4a91-400a-bdfa-3b8a9ba17af8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-79485fbc-4a91-400a-bdfa-3b8a9ba17af8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-79485fbc-4a91-400a-bdfa-3b8a9ba17af8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-79485fbc-4a91-400a-bdfa-3b8a9ba17af8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-79485fbc-4a91-400a-bdfa-3b8a9ba17af8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-79485fbc-4a91-400a-bdfa-3b8a9ba17af8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-79485fbc-4a91-400a-bdfa-3b8a9ba17af8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-79485fbc-4a91-400a-bdfa-3b8a9ba17af8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-79485fbc-4a91-400a-bdfa-3b8a9ba17af8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-79485fbc-4a91-400a-bdfa-3b8a9ba17af8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-79485fbc-4a91-400a-bdfa-3b8a9ba17af8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5f3060c5-f2bc-4941-95fd-7085b1433a4b {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-5f3060c5-f2bc-4941-95fd-7085b1433a4b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f3060c5-f2bc-4941-95fd-7085b1433a4b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5f3060c5-f2bc-4941-95fd-7085b1433a4b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5f3060c5-f2bc-4941-95fd-7085b1433a4b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5f3060c5-f2bc-4941-95fd-7085b1433a4b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5f3060c5-f2bc-4941-95fd-7085b1433a4b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5f3060c5-f2bc-4941-95fd-7085b1433a4b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5f3060c5-f2bc-4941-95fd-7085b1433a4b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5f3060c5-f2bc-4941-95fd-7085b1433a4b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5f3060c5-f2bc-4941-95fd-7085b1433a4b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5f3060c5-f2bc-4941-95fd-7085b1433a4b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5f3060c5-f2bc-4941-95fd-7085b1433a4b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5f3060c5-f2bc-4941-95fd-7085b1433a4b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5f3060c5-f2bc-4941-95fd-7085b1433a4b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5f3060c5-f2bc-4941-95fd-7085b1433a4b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5f3060c5-f2bc-4941-95fd-7085b1433a4b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5f3060c5-f2bc-4941-95fd-7085b1433a4b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5f3060c5-f2bc-4941-95fd-7085b1433a4b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5f3060c5-f2bc-4941-95fd-7085b1433a4b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5f3060c5-f2bc-4941-95fd-7085b1433a4b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5f3060c5-f2bc-4941-95fd-7085b1433a4b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5f3060c5-f2bc-4941-95fd-7085b1433a4b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5f3060c5-f2bc-4941-95fd-7085b1433a4b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5f3060c5-f2bc-4941-95fd-7085b1433a4b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5f3060c5-f2bc-4941-95fd-7085b1433a4b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f3060c5-f2bc-4941-95fd-7085b1433a4b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5f3060c5-f2bc-4941-95fd-7085b1433a4b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5f3060c5-f2bc-4941-95fd-7085b1433a4b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5f3060c5-f2bc-4941-95fd-7085b1433a4b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5f3060c5-f2bc-4941-95fd-7085b1433a4b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5f3060c5-f2bc-4941-95fd-7085b1433a4b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5f3060c5-f2bc-4941-95fd-7085b1433a4b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5f3060c5-f2bc-4941-95fd-7085b1433a4b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5f3060c5-f2bc-4941-95fd-7085b1433a4b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5f3060c5-f2bc-4941-95fd-7085b1433a4b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5f3060c5-f2bc-4941-95fd-7085b1433a4b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5f3060c5-f2bc-4941-95fd-7085b1433a4b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-65bff757-4516-4146-84dc-c9aea8c1352f {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-65bff757-4516-4146-84dc-c9aea8c1352f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65bff757-4516-4146-84dc-c9aea8c1352f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-65bff757-4516-4146-84dc-c9aea8c1352f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-65bff757-4516-4146-84dc-c9aea8c1352f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-65bff757-4516-4146-84dc-c9aea8c1352f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-65bff757-4516-4146-84dc-c9aea8c1352f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-65bff757-4516-4146-84dc-c9aea8c1352f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-65bff757-4516-4146-84dc-c9aea8c1352f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-65bff757-4516-4146-84dc-c9aea8c1352f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-65bff757-4516-4146-84dc-c9aea8c1352f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-65bff757-4516-4146-84dc-c9aea8c1352f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-65bff757-4516-4146-84dc-c9aea8c1352f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-65bff757-4516-4146-84dc-c9aea8c1352f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-65bff757-4516-4146-84dc-c9aea8c1352f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-65bff757-4516-4146-84dc-c9aea8c1352f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-65bff757-4516-4146-84dc-c9aea8c1352f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-65bff757-4516-4146-84dc-c9aea8c1352f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-65bff757-4516-4146-84dc-c9aea8c1352f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-65bff757-4516-4146-84dc-c9aea8c1352f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-65bff757-4516-4146-84dc-c9aea8c1352f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-65bff757-4516-4146-84dc-c9aea8c1352f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-65bff757-4516-4146-84dc-c9aea8c1352f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-65bff757-4516-4146-84dc-c9aea8c1352f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-65bff757-4516-4146-84dc-c9aea8c1352f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-65bff757-4516-4146-84dc-c9aea8c1352f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-65bff757-4516-4146-84dc-c9aea8c1352f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-65bff757-4516-4146-84dc-c9aea8c1352f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-65bff757-4516-4146-84dc-c9aea8c1352f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-65bff757-4516-4146-84dc-c9aea8c1352f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-65bff757-4516-4146-84dc-c9aea8c1352f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-65bff757-4516-4146-84dc-c9aea8c1352f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-65bff757-4516-4146-84dc-c9aea8c1352f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-65bff757-4516-4146-84dc-c9aea8c1352f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-65bff757-4516-4146-84dc-c9aea8c1352f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-65bff757-4516-4146-84dc-c9aea8c1352f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-65bff757-4516-4146-84dc-c9aea8c1352f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-65bff757-4516-4146-84dc-c9aea8c1352f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-00c0bd1d-e3a0-4ad2-b446-4e83d9f3123d {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-00c0bd1d-e3a0-4ad2-b446-4e83d9f3123d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00c0bd1d-e3a0-4ad2-b446-4e83d9f3123d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-00c0bd1d-e3a0-4ad2-b446-4e83d9f3123d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-00c0bd1d-e3a0-4ad2-b446-4e83d9f3123d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-00c0bd1d-e3a0-4ad2-b446-4e83d9f3123d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-00c0bd1d-e3a0-4ad2-b446-4e83d9f3123d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-00c0bd1d-e3a0-4ad2-b446-4e83d9f3123d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-00c0bd1d-e3a0-4ad2-b446-4e83d9f3123d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-00c0bd1d-e3a0-4ad2-b446-4e83d9f3123d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-00c0bd1d-e3a0-4ad2-b446-4e83d9f3123d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-00c0bd1d-e3a0-4ad2-b446-4e83d9f3123d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-00c0bd1d-e3a0-4ad2-b446-4e83d9f3123d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-00c0bd1d-e3a0-4ad2-b446-4e83d9f3123d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-00c0bd1d-e3a0-4ad2-b446-4e83d9f3123d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-00c0bd1d-e3a0-4ad2-b446-4e83d9f3123d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-00c0bd1d-e3a0-4ad2-b446-4e83d9f3123d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-00c0bd1d-e3a0-4ad2-b446-4e83d9f3123d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-00c0bd1d-e3a0-4ad2-b446-4e83d9f3123d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-00c0bd1d-e3a0-4ad2-b446-4e83d9f3123d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-00c0bd1d-e3a0-4ad2-b446-4e83d9f3123d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-00c0bd1d-e3a0-4ad2-b446-4e83d9f3123d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-00c0bd1d-e3a0-4ad2-b446-4e83d9f3123d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-00c0bd1d-e3a0-4ad2-b446-4e83d9f3123d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-00c0bd1d-e3a0-4ad2-b446-4e83d9f3123d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-00c0bd1d-e3a0-4ad2-b446-4e83d9f3123d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-00c0bd1d-e3a0-4ad2-b446-4e83d9f3123d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-00c0bd1d-e3a0-4ad2-b446-4e83d9f3123d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-00c0bd1d-e3a0-4ad2-b446-4e83d9f3123d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-00c0bd1d-e3a0-4ad2-b446-4e83d9f3123d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-00c0bd1d-e3a0-4ad2-b446-4e83d9f3123d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-00c0bd1d-e3a0-4ad2-b446-4e83d9f3123d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-00c0bd1d-e3a0-4ad2-b446-4e83d9f3123d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-00c0bd1d-e3a0-4ad2-b446-4e83d9f3123d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-00c0bd1d-e3a0-4ad2-b446-4e83d9f3123d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-00c0bd1d-e3a0-4ad2-b446-4e83d9f3123d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-00c0bd1d-e3a0-4ad2-b446-4e83d9f3123d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-00c0bd1d-e3a0-4ad2-b446-4e83d9f3123d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-01e7ae74-2354-43a3-8055-9f6d3480a13a {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-01e7ae74-2354-43a3-8055-9f6d3480a13a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01e7ae74-2354-43a3-8055-9f6d3480a13a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-01e7ae74-2354-43a3-8055-9f6d3480a13a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-01e7ae74-2354-43a3-8055-9f6d3480a13a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-01e7ae74-2354-43a3-8055-9f6d3480a13a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-01e7ae74-2354-43a3-8055-9f6d3480a13a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-01e7ae74-2354-43a3-8055-9f6d3480a13a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-01e7ae74-2354-43a3-8055-9f6d3480a13a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-01e7ae74-2354-43a3-8055-9f6d3480a13a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-01e7ae74-2354-43a3-8055-9f6d3480a13a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-01e7ae74-2354-43a3-8055-9f6d3480a13a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-01e7ae74-2354-43a3-8055-9f6d3480a13a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-01e7ae74-2354-43a3-8055-9f6d3480a13a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-01e7ae74-2354-43a3-8055-9f6d3480a13a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-01e7ae74-2354-43a3-8055-9f6d3480a13a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-01e7ae74-2354-43a3-8055-9f6d3480a13a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-01e7ae74-2354-43a3-8055-9f6d3480a13a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-01e7ae74-2354-43a3-8055-9f6d3480a13a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-01e7ae74-2354-43a3-8055-9f6d3480a13a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-01e7ae74-2354-43a3-8055-9f6d3480a13a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-01e7ae74-2354-43a3-8055-9f6d3480a13a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-01e7ae74-2354-43a3-8055-9f6d3480a13a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-01e7ae74-2354-43a3-8055-9f6d3480a13a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-01e7ae74-2354-43a3-8055-9f6d3480a13a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-01e7ae74-2354-43a3-8055-9f6d3480a13a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-01e7ae74-2354-43a3-8055-9f6d3480a13a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-01e7ae74-2354-43a3-8055-9f6d3480a13a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-01e7ae74-2354-43a3-8055-9f6d3480a13a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-01e7ae74-2354-43a3-8055-9f6d3480a13a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-01e7ae74-2354-43a3-8055-9f6d3480a13a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-01e7ae74-2354-43a3-8055-9f6d3480a13a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-01e7ae74-2354-43a3-8055-9f6d3480a13a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-01e7ae74-2354-43a3-8055-9f6d3480a13a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-01e7ae74-2354-43a3-8055-9f6d3480a13a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-01e7ae74-2354-43a3-8055-9f6d3480a13a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-01e7ae74-2354-43a3-8055-9f6d3480a13a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-01e7ae74-2354-43a3-8055-9f6d3480a13a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3c10ed94-aea9-41eb-9e52-8b5151e4ae96 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-3c10ed94-aea9-41eb-9e52-8b5151e4ae96"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c10ed94-aea9-41eb-9e52-8b5151e4ae96"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3c10ed94-aea9-41eb-9e52-8b5151e4ae96"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3c10ed94-aea9-41eb-9e52-8b5151e4ae96"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3c10ed94-aea9-41eb-9e52-8b5151e4ae96"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3c10ed94-aea9-41eb-9e52-8b5151e4ae96"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3c10ed94-aea9-41eb-9e52-8b5151e4ae96"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3c10ed94-aea9-41eb-9e52-8b5151e4ae96"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3c10ed94-aea9-41eb-9e52-8b5151e4ae96"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3c10ed94-aea9-41eb-9e52-8b5151e4ae96"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3c10ed94-aea9-41eb-9e52-8b5151e4ae96"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3c10ed94-aea9-41eb-9e52-8b5151e4ae96"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3c10ed94-aea9-41eb-9e52-8b5151e4ae96"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3c10ed94-aea9-41eb-9e52-8b5151e4ae96"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3c10ed94-aea9-41eb-9e52-8b5151e4ae96"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3c10ed94-aea9-41eb-9e52-8b5151e4ae96"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3c10ed94-aea9-41eb-9e52-8b5151e4ae96"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3c10ed94-aea9-41eb-9e52-8b5151e4ae96"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3c10ed94-aea9-41eb-9e52-8b5151e4ae96"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3c10ed94-aea9-41eb-9e52-8b5151e4ae96"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3c10ed94-aea9-41eb-9e52-8b5151e4ae96"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3c10ed94-aea9-41eb-9e52-8b5151e4ae96"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3c10ed94-aea9-41eb-9e52-8b5151e4ae96"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3c10ed94-aea9-41eb-9e52-8b5151e4ae96"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3c10ed94-aea9-41eb-9e52-8b5151e4ae96"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c10ed94-aea9-41eb-9e52-8b5151e4ae96"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3c10ed94-aea9-41eb-9e52-8b5151e4ae96"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3c10ed94-aea9-41eb-9e52-8b5151e4ae96"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3c10ed94-aea9-41eb-9e52-8b5151e4ae96"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3c10ed94-aea9-41eb-9e52-8b5151e4ae96"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3c10ed94-aea9-41eb-9e52-8b5151e4ae96"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3c10ed94-aea9-41eb-9e52-8b5151e4ae96"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3c10ed94-aea9-41eb-9e52-8b5151e4ae96"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3c10ed94-aea9-41eb-9e52-8b5151e4ae96"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3c10ed94-aea9-41eb-9e52-8b5151e4ae96"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3c10ed94-aea9-41eb-9e52-8b5151e4ae96"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3c10ed94-aea9-41eb-9e52-8b5151e4ae96"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-971e621d-1877-45f8-8074-f36031be61e3 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-971e621d-1877-45f8-8074-f36031be61e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-971e621d-1877-45f8-8074-f36031be61e3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-971e621d-1877-45f8-8074-f36031be61e3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-971e621d-1877-45f8-8074-f36031be61e3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-971e621d-1877-45f8-8074-f36031be61e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-971e621d-1877-45f8-8074-f36031be61e3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-971e621d-1877-45f8-8074-f36031be61e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-971e621d-1877-45f8-8074-f36031be61e3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-971e621d-1877-45f8-8074-f36031be61e3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-971e621d-1877-45f8-8074-f36031be61e3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-971e621d-1877-45f8-8074-f36031be61e3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-971e621d-1877-45f8-8074-f36031be61e3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-971e621d-1877-45f8-8074-f36031be61e3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-971e621d-1877-45f8-8074-f36031be61e3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-971e621d-1877-45f8-8074-f36031be61e3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-971e621d-1877-45f8-8074-f36031be61e3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-971e621d-1877-45f8-8074-f36031be61e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-971e621d-1877-45f8-8074-f36031be61e3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-971e621d-1877-45f8-8074-f36031be61e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-971e621d-1877-45f8-8074-f36031be61e3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-971e621d-1877-45f8-8074-f36031be61e3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-971e621d-1877-45f8-8074-f36031be61e3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-971e621d-1877-45f8-8074-f36031be61e3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-971e621d-1877-45f8-8074-f36031be61e3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-971e621d-1877-45f8-8074-f36031be61e3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-971e621d-1877-45f8-8074-f36031be61e3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-971e621d-1877-45f8-8074-f36031be61e3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-971e621d-1877-45f8-8074-f36031be61e3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-971e621d-1877-45f8-8074-f36031be61e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-971e621d-1877-45f8-8074-f36031be61e3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-971e621d-1877-45f8-8074-f36031be61e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-971e621d-1877-45f8-8074-f36031be61e3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-971e621d-1877-45f8-8074-f36031be61e3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-971e621d-1877-45f8-8074-f36031be61e3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-971e621d-1877-45f8-8074-f36031be61e3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-971e621d-1877-45f8-8074-f36031be61e3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-971e621d-1877-45f8-8074-f36031be61e3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-182607b8-33a8-4168-b14c-51e2040e30ff {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-182607b8-33a8-4168-b14c-51e2040e30ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-182607b8-33a8-4168-b14c-51e2040e30ff"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-182607b8-33a8-4168-b14c-51e2040e30ff"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-182607b8-33a8-4168-b14c-51e2040e30ff"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-182607b8-33a8-4168-b14c-51e2040e30ff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-182607b8-33a8-4168-b14c-51e2040e30ff"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-182607b8-33a8-4168-b14c-51e2040e30ff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-182607b8-33a8-4168-b14c-51e2040e30ff"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-182607b8-33a8-4168-b14c-51e2040e30ff"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-182607b8-33a8-4168-b14c-51e2040e30ff"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-182607b8-33a8-4168-b14c-51e2040e30ff"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-182607b8-33a8-4168-b14c-51e2040e30ff"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-182607b8-33a8-4168-b14c-51e2040e30ff"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-182607b8-33a8-4168-b14c-51e2040e30ff"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-182607b8-33a8-4168-b14c-51e2040e30ff"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-182607b8-33a8-4168-b14c-51e2040e30ff"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-182607b8-33a8-4168-b14c-51e2040e30ff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-182607b8-33a8-4168-b14c-51e2040e30ff"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-182607b8-33a8-4168-b14c-51e2040e30ff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-182607b8-33a8-4168-b14c-51e2040e30ff"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-182607b8-33a8-4168-b14c-51e2040e30ff"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-182607b8-33a8-4168-b14c-51e2040e30ff"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-182607b8-33a8-4168-b14c-51e2040e30ff"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-182607b8-33a8-4168-b14c-51e2040e30ff"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-182607b8-33a8-4168-b14c-51e2040e30ff"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-182607b8-33a8-4168-b14c-51e2040e30ff"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-182607b8-33a8-4168-b14c-51e2040e30ff"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-182607b8-33a8-4168-b14c-51e2040e30ff"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-182607b8-33a8-4168-b14c-51e2040e30ff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-182607b8-33a8-4168-b14c-51e2040e30ff"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-182607b8-33a8-4168-b14c-51e2040e30ff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-182607b8-33a8-4168-b14c-51e2040e30ff"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-182607b8-33a8-4168-b14c-51e2040e30ff"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-182607b8-33a8-4168-b14c-51e2040e30ff"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-182607b8-33a8-4168-b14c-51e2040e30ff"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-182607b8-33a8-4168-b14c-51e2040e30ff"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-182607b8-33a8-4168-b14c-51e2040e30ff"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5d364371-d000-4f7f-80d9-d7ee876f2d09 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-5d364371-d000-4f7f-80d9-d7ee876f2d09"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5d364371-d000-4f7f-80d9-d7ee876f2d09"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5d364371-d000-4f7f-80d9-d7ee876f2d09"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5d364371-d000-4f7f-80d9-d7ee876f2d09"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5d364371-d000-4f7f-80d9-d7ee876f2d09"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5d364371-d000-4f7f-80d9-d7ee876f2d09"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5d364371-d000-4f7f-80d9-d7ee876f2d09"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5d364371-d000-4f7f-80d9-d7ee876f2d09"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5d364371-d000-4f7f-80d9-d7ee876f2d09"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5d364371-d000-4f7f-80d9-d7ee876f2d09"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5d364371-d000-4f7f-80d9-d7ee876f2d09"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5d364371-d000-4f7f-80d9-d7ee876f2d09"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5d364371-d000-4f7f-80d9-d7ee876f2d09"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5d364371-d000-4f7f-80d9-d7ee876f2d09"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5d364371-d000-4f7f-80d9-d7ee876f2d09"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5d364371-d000-4f7f-80d9-d7ee876f2d09"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5d364371-d000-4f7f-80d9-d7ee876f2d09"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5d364371-d000-4f7f-80d9-d7ee876f2d09"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5d364371-d000-4f7f-80d9-d7ee876f2d09"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5d364371-d000-4f7f-80d9-d7ee876f2d09"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5d364371-d000-4f7f-80d9-d7ee876f2d09"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5d364371-d000-4f7f-80d9-d7ee876f2d09"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5d364371-d000-4f7f-80d9-d7ee876f2d09"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5d364371-d000-4f7f-80d9-d7ee876f2d09"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5d364371-d000-4f7f-80d9-d7ee876f2d09"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d364371-d000-4f7f-80d9-d7ee876f2d09"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5d364371-d000-4f7f-80d9-d7ee876f2d09"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5d364371-d000-4f7f-80d9-d7ee876f2d09"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5d364371-d000-4f7f-80d9-d7ee876f2d09"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5d364371-d000-4f7f-80d9-d7ee876f2d09"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5d364371-d000-4f7f-80d9-d7ee876f2d09"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5d364371-d000-4f7f-80d9-d7ee876f2d09"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5d364371-d000-4f7f-80d9-d7ee876f2d09"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5d364371-d000-4f7f-80d9-d7ee876f2d09"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5d364371-d000-4f7f-80d9-d7ee876f2d09"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5d364371-d000-4f7f-80d9-d7ee876f2d09"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5d364371-d000-4f7f-80d9-d7ee876f2d09"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-fe99266c-5737-40b0-a27d-b81aaf42d8c7 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-fe99266c-5737-40b0-a27d-b81aaf42d8c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe99266c-5737-40b0-a27d-b81aaf42d8c7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fe99266c-5737-40b0-a27d-b81aaf42d8c7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fe99266c-5737-40b0-a27d-b81aaf42d8c7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fe99266c-5737-40b0-a27d-b81aaf42d8c7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fe99266c-5737-40b0-a27d-b81aaf42d8c7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fe99266c-5737-40b0-a27d-b81aaf42d8c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fe99266c-5737-40b0-a27d-b81aaf42d8c7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fe99266c-5737-40b0-a27d-b81aaf42d8c7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fe99266c-5737-40b0-a27d-b81aaf42d8c7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fe99266c-5737-40b0-a27d-b81aaf42d8c7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fe99266c-5737-40b0-a27d-b81aaf42d8c7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fe99266c-5737-40b0-a27d-b81aaf42d8c7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fe99266c-5737-40b0-a27d-b81aaf42d8c7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fe99266c-5737-40b0-a27d-b81aaf42d8c7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fe99266c-5737-40b0-a27d-b81aaf42d8c7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fe99266c-5737-40b0-a27d-b81aaf42d8c7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fe99266c-5737-40b0-a27d-b81aaf42d8c7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fe99266c-5737-40b0-a27d-b81aaf42d8c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fe99266c-5737-40b0-a27d-b81aaf42d8c7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fe99266c-5737-40b0-a27d-b81aaf42d8c7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fe99266c-5737-40b0-a27d-b81aaf42d8c7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fe99266c-5737-40b0-a27d-b81aaf42d8c7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fe99266c-5737-40b0-a27d-b81aaf42d8c7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fe99266c-5737-40b0-a27d-b81aaf42d8c7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe99266c-5737-40b0-a27d-b81aaf42d8c7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fe99266c-5737-40b0-a27d-b81aaf42d8c7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fe99266c-5737-40b0-a27d-b81aaf42d8c7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fe99266c-5737-40b0-a27d-b81aaf42d8c7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fe99266c-5737-40b0-a27d-b81aaf42d8c7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fe99266c-5737-40b0-a27d-b81aaf42d8c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fe99266c-5737-40b0-a27d-b81aaf42d8c7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fe99266c-5737-40b0-a27d-b81aaf42d8c7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fe99266c-5737-40b0-a27d-b81aaf42d8c7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fe99266c-5737-40b0-a27d-b81aaf42d8c7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fe99266c-5737-40b0-a27d-b81aaf42d8c7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fe99266c-5737-40b0-a27d-b81aaf42d8c7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d152bd53-0a3d-45e2-8ed8-999794500473 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-d152bd53-0a3d-45e2-8ed8-999794500473"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d152bd53-0a3d-45e2-8ed8-999794500473"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d152bd53-0a3d-45e2-8ed8-999794500473"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d152bd53-0a3d-45e2-8ed8-999794500473"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d152bd53-0a3d-45e2-8ed8-999794500473"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d152bd53-0a3d-45e2-8ed8-999794500473"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d152bd53-0a3d-45e2-8ed8-999794500473"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d152bd53-0a3d-45e2-8ed8-999794500473"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d152bd53-0a3d-45e2-8ed8-999794500473"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d152bd53-0a3d-45e2-8ed8-999794500473"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d152bd53-0a3d-45e2-8ed8-999794500473"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d152bd53-0a3d-45e2-8ed8-999794500473"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d152bd53-0a3d-45e2-8ed8-999794500473"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d152bd53-0a3d-45e2-8ed8-999794500473"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d152bd53-0a3d-45e2-8ed8-999794500473"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d152bd53-0a3d-45e2-8ed8-999794500473"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d152bd53-0a3d-45e2-8ed8-999794500473"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d152bd53-0a3d-45e2-8ed8-999794500473"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d152bd53-0a3d-45e2-8ed8-999794500473"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d152bd53-0a3d-45e2-8ed8-999794500473"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d152bd53-0a3d-45e2-8ed8-999794500473"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d152bd53-0a3d-45e2-8ed8-999794500473"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d152bd53-0a3d-45e2-8ed8-999794500473"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d152bd53-0a3d-45e2-8ed8-999794500473"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d152bd53-0a3d-45e2-8ed8-999794500473"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d152bd53-0a3d-45e2-8ed8-999794500473"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d152bd53-0a3d-45e2-8ed8-999794500473"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d152bd53-0a3d-45e2-8ed8-999794500473"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d152bd53-0a3d-45e2-8ed8-999794500473"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d152bd53-0a3d-45e2-8ed8-999794500473"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d152bd53-0a3d-45e2-8ed8-999794500473"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d152bd53-0a3d-45e2-8ed8-999794500473"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d152bd53-0a3d-45e2-8ed8-999794500473"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d152bd53-0a3d-45e2-8ed8-999794500473"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d152bd53-0a3d-45e2-8ed8-999794500473"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d152bd53-0a3d-45e2-8ed8-999794500473"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d152bd53-0a3d-45e2-8ed8-999794500473"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a7965bb9-56bc-4cef-a669-1cc85c18f89b {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-a7965bb9-56bc-4cef-a669-1cc85c18f89b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7965bb9-56bc-4cef-a669-1cc85c18f89b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a7965bb9-56bc-4cef-a669-1cc85c18f89b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a7965bb9-56bc-4cef-a669-1cc85c18f89b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a7965bb9-56bc-4cef-a669-1cc85c18f89b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a7965bb9-56bc-4cef-a669-1cc85c18f89b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a7965bb9-56bc-4cef-a669-1cc85c18f89b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a7965bb9-56bc-4cef-a669-1cc85c18f89b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a7965bb9-56bc-4cef-a669-1cc85c18f89b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a7965bb9-56bc-4cef-a669-1cc85c18f89b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a7965bb9-56bc-4cef-a669-1cc85c18f89b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a7965bb9-56bc-4cef-a669-1cc85c18f89b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a7965bb9-56bc-4cef-a669-1cc85c18f89b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a7965bb9-56bc-4cef-a669-1cc85c18f89b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a7965bb9-56bc-4cef-a669-1cc85c18f89b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a7965bb9-56bc-4cef-a669-1cc85c18f89b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a7965bb9-56bc-4cef-a669-1cc85c18f89b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a7965bb9-56bc-4cef-a669-1cc85c18f89b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a7965bb9-56bc-4cef-a669-1cc85c18f89b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a7965bb9-56bc-4cef-a669-1cc85c18f89b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a7965bb9-56bc-4cef-a669-1cc85c18f89b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a7965bb9-56bc-4cef-a669-1cc85c18f89b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a7965bb9-56bc-4cef-a669-1cc85c18f89b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a7965bb9-56bc-4cef-a669-1cc85c18f89b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a7965bb9-56bc-4cef-a669-1cc85c18f89b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7965bb9-56bc-4cef-a669-1cc85c18f89b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a7965bb9-56bc-4cef-a669-1cc85c18f89b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a7965bb9-56bc-4cef-a669-1cc85c18f89b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a7965bb9-56bc-4cef-a669-1cc85c18f89b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a7965bb9-56bc-4cef-a669-1cc85c18f89b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a7965bb9-56bc-4cef-a669-1cc85c18f89b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a7965bb9-56bc-4cef-a669-1cc85c18f89b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a7965bb9-56bc-4cef-a669-1cc85c18f89b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a7965bb9-56bc-4cef-a669-1cc85c18f89b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a7965bb9-56bc-4cef-a669-1cc85c18f89b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a7965bb9-56bc-4cef-a669-1cc85c18f89b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a7965bb9-56bc-4cef-a669-1cc85c18f89b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-dbf14173-a8bf-40e6-ae99-ace5b963f73a {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-dbf14173-a8bf-40e6-ae99-ace5b963f73a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dbf14173-a8bf-40e6-ae99-ace5b963f73a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dbf14173-a8bf-40e6-ae99-ace5b963f73a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dbf14173-a8bf-40e6-ae99-ace5b963f73a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dbf14173-a8bf-40e6-ae99-ace5b963f73a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dbf14173-a8bf-40e6-ae99-ace5b963f73a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dbf14173-a8bf-40e6-ae99-ace5b963f73a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dbf14173-a8bf-40e6-ae99-ace5b963f73a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dbf14173-a8bf-40e6-ae99-ace5b963f73a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dbf14173-a8bf-40e6-ae99-ace5b963f73a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dbf14173-a8bf-40e6-ae99-ace5b963f73a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dbf14173-a8bf-40e6-ae99-ace5b963f73a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dbf14173-a8bf-40e6-ae99-ace5b963f73a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dbf14173-a8bf-40e6-ae99-ace5b963f73a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dbf14173-a8bf-40e6-ae99-ace5b963f73a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dbf14173-a8bf-40e6-ae99-ace5b963f73a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dbf14173-a8bf-40e6-ae99-ace5b963f73a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dbf14173-a8bf-40e6-ae99-ace5b963f73a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dbf14173-a8bf-40e6-ae99-ace5b963f73a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dbf14173-a8bf-40e6-ae99-ace5b963f73a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dbf14173-a8bf-40e6-ae99-ace5b963f73a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dbf14173-a8bf-40e6-ae99-ace5b963f73a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dbf14173-a8bf-40e6-ae99-ace5b963f73a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dbf14173-a8bf-40e6-ae99-ace5b963f73a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dbf14173-a8bf-40e6-ae99-ace5b963f73a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dbf14173-a8bf-40e6-ae99-ace5b963f73a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dbf14173-a8bf-40e6-ae99-ace5b963f73a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dbf14173-a8bf-40e6-ae99-ace5b963f73a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dbf14173-a8bf-40e6-ae99-ace5b963f73a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dbf14173-a8bf-40e6-ae99-ace5b963f73a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dbf14173-a8bf-40e6-ae99-ace5b963f73a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dbf14173-a8bf-40e6-ae99-ace5b963f73a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dbf14173-a8bf-40e6-ae99-ace5b963f73a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dbf14173-a8bf-40e6-ae99-ace5b963f73a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dbf14173-a8bf-40e6-ae99-ace5b963f73a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dbf14173-a8bf-40e6-ae99-ace5b963f73a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dbf14173-a8bf-40e6-ae99-ace5b963f73a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1bdd01c3-ff03-41e6-a9af-0e5658107cb8 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-1bdd01c3-ff03-41e6-a9af-0e5658107cb8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1bdd01c3-ff03-41e6-a9af-0e5658107cb8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1bdd01c3-ff03-41e6-a9af-0e5658107cb8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1bdd01c3-ff03-41e6-a9af-0e5658107cb8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1bdd01c3-ff03-41e6-a9af-0e5658107cb8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1bdd01c3-ff03-41e6-a9af-0e5658107cb8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1bdd01c3-ff03-41e6-a9af-0e5658107cb8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1bdd01c3-ff03-41e6-a9af-0e5658107cb8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1bdd01c3-ff03-41e6-a9af-0e5658107cb8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1bdd01c3-ff03-41e6-a9af-0e5658107cb8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1bdd01c3-ff03-41e6-a9af-0e5658107cb8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1bdd01c3-ff03-41e6-a9af-0e5658107cb8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1bdd01c3-ff03-41e6-a9af-0e5658107cb8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1bdd01c3-ff03-41e6-a9af-0e5658107cb8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1bdd01c3-ff03-41e6-a9af-0e5658107cb8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1bdd01c3-ff03-41e6-a9af-0e5658107cb8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1bdd01c3-ff03-41e6-a9af-0e5658107cb8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1bdd01c3-ff03-41e6-a9af-0e5658107cb8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1bdd01c3-ff03-41e6-a9af-0e5658107cb8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1bdd01c3-ff03-41e6-a9af-0e5658107cb8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1bdd01c3-ff03-41e6-a9af-0e5658107cb8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1bdd01c3-ff03-41e6-a9af-0e5658107cb8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1bdd01c3-ff03-41e6-a9af-0e5658107cb8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1bdd01c3-ff03-41e6-a9af-0e5658107cb8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1bdd01c3-ff03-41e6-a9af-0e5658107cb8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1bdd01c3-ff03-41e6-a9af-0e5658107cb8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1bdd01c3-ff03-41e6-a9af-0e5658107cb8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1bdd01c3-ff03-41e6-a9af-0e5658107cb8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1bdd01c3-ff03-41e6-a9af-0e5658107cb8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1bdd01c3-ff03-41e6-a9af-0e5658107cb8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1bdd01c3-ff03-41e6-a9af-0e5658107cb8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1bdd01c3-ff03-41e6-a9af-0e5658107cb8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1bdd01c3-ff03-41e6-a9af-0e5658107cb8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1bdd01c3-ff03-41e6-a9af-0e5658107cb8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1bdd01c3-ff03-41e6-a9af-0e5658107cb8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1bdd01c3-ff03-41e6-a9af-0e5658107cb8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1bdd01c3-ff03-41e6-a9af-0e5658107cb8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c8f65b88-da70-4d76-897c-103cfd73c5b8 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-c8f65b88-da70-4d76-897c-103cfd73c5b8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8f65b88-da70-4d76-897c-103cfd73c5b8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c8f65b88-da70-4d76-897c-103cfd73c5b8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c8f65b88-da70-4d76-897c-103cfd73c5b8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c8f65b88-da70-4d76-897c-103cfd73c5b8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c8f65b88-da70-4d76-897c-103cfd73c5b8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c8f65b88-da70-4d76-897c-103cfd73c5b8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c8f65b88-da70-4d76-897c-103cfd73c5b8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8f65b88-da70-4d76-897c-103cfd73c5b8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c8f65b88-da70-4d76-897c-103cfd73c5b8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c8f65b88-da70-4d76-897c-103cfd73c5b8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c8f65b88-da70-4d76-897c-103cfd73c5b8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c8f65b88-da70-4d76-897c-103cfd73c5b8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c8f65b88-da70-4d76-897c-103cfd73c5b8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c8f65b88-da70-4d76-897c-103cfd73c5b8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c8f65b88-da70-4d76-897c-103cfd73c5b8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c8f65b88-da70-4d76-897c-103cfd73c5b8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c8f65b88-da70-4d76-897c-103cfd73c5b8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c8f65b88-da70-4d76-897c-103cfd73c5b8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c8f65b88-da70-4d76-897c-103cfd73c5b8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8f65b88-da70-4d76-897c-103cfd73c5b8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c8f65b88-da70-4d76-897c-103cfd73c5b8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c8f65b88-da70-4d76-897c-103cfd73c5b8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c8f65b88-da70-4d76-897c-103cfd73c5b8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c8f65b88-da70-4d76-897c-103cfd73c5b8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8f65b88-da70-4d76-897c-103cfd73c5b8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c8f65b88-da70-4d76-897c-103cfd73c5b8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c8f65b88-da70-4d76-897c-103cfd73c5b8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c8f65b88-da70-4d76-897c-103cfd73c5b8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c8f65b88-da70-4d76-897c-103cfd73c5b8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c8f65b88-da70-4d76-897c-103cfd73c5b8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c8f65b88-da70-4d76-897c-103cfd73c5b8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8f65b88-da70-4d76-897c-103cfd73c5b8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c8f65b88-da70-4d76-897c-103cfd73c5b8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c8f65b88-da70-4d76-897c-103cfd73c5b8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c8f65b88-da70-4d76-897c-103cfd73c5b8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c8f65b88-da70-4d76-897c-103cfd73c5b8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-dcf7fd04-9806-4c8b-a087-69f9668edd95 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-dcf7fd04-9806-4c8b-a087-69f9668edd95"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dcf7fd04-9806-4c8b-a087-69f9668edd95"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dcf7fd04-9806-4c8b-a087-69f9668edd95"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dcf7fd04-9806-4c8b-a087-69f9668edd95"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dcf7fd04-9806-4c8b-a087-69f9668edd95"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dcf7fd04-9806-4c8b-a087-69f9668edd95"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dcf7fd04-9806-4c8b-a087-69f9668edd95"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dcf7fd04-9806-4c8b-a087-69f9668edd95"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dcf7fd04-9806-4c8b-a087-69f9668edd95"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dcf7fd04-9806-4c8b-a087-69f9668edd95"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dcf7fd04-9806-4c8b-a087-69f9668edd95"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dcf7fd04-9806-4c8b-a087-69f9668edd95"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dcf7fd04-9806-4c8b-a087-69f9668edd95"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dcf7fd04-9806-4c8b-a087-69f9668edd95"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dcf7fd04-9806-4c8b-a087-69f9668edd95"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dcf7fd04-9806-4c8b-a087-69f9668edd95"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dcf7fd04-9806-4c8b-a087-69f9668edd95"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dcf7fd04-9806-4c8b-a087-69f9668edd95"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dcf7fd04-9806-4c8b-a087-69f9668edd95"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dcf7fd04-9806-4c8b-a087-69f9668edd95"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dcf7fd04-9806-4c8b-a087-69f9668edd95"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dcf7fd04-9806-4c8b-a087-69f9668edd95"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dcf7fd04-9806-4c8b-a087-69f9668edd95"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dcf7fd04-9806-4c8b-a087-69f9668edd95"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dcf7fd04-9806-4c8b-a087-69f9668edd95"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dcf7fd04-9806-4c8b-a087-69f9668edd95"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dcf7fd04-9806-4c8b-a087-69f9668edd95"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dcf7fd04-9806-4c8b-a087-69f9668edd95"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dcf7fd04-9806-4c8b-a087-69f9668edd95"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dcf7fd04-9806-4c8b-a087-69f9668edd95"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dcf7fd04-9806-4c8b-a087-69f9668edd95"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dcf7fd04-9806-4c8b-a087-69f9668edd95"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dcf7fd04-9806-4c8b-a087-69f9668edd95"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dcf7fd04-9806-4c8b-a087-69f9668edd95"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dcf7fd04-9806-4c8b-a087-69f9668edd95"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dcf7fd04-9806-4c8b-a087-69f9668edd95"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dcf7fd04-9806-4c8b-a087-69f9668edd95"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-137661bb-25e1-4421-9b1f-0c121aef7a7c {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-137661bb-25e1-4421-9b1f-0c121aef7a7c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-137661bb-25e1-4421-9b1f-0c121aef7a7c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-137661bb-25e1-4421-9b1f-0c121aef7a7c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-137661bb-25e1-4421-9b1f-0c121aef7a7c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-137661bb-25e1-4421-9b1f-0c121aef7a7c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-137661bb-25e1-4421-9b1f-0c121aef7a7c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-137661bb-25e1-4421-9b1f-0c121aef7a7c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-137661bb-25e1-4421-9b1f-0c121aef7a7c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-137661bb-25e1-4421-9b1f-0c121aef7a7c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-137661bb-25e1-4421-9b1f-0c121aef7a7c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-137661bb-25e1-4421-9b1f-0c121aef7a7c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-137661bb-25e1-4421-9b1f-0c121aef7a7c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-137661bb-25e1-4421-9b1f-0c121aef7a7c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-137661bb-25e1-4421-9b1f-0c121aef7a7c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-137661bb-25e1-4421-9b1f-0c121aef7a7c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-137661bb-25e1-4421-9b1f-0c121aef7a7c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-137661bb-25e1-4421-9b1f-0c121aef7a7c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-137661bb-25e1-4421-9b1f-0c121aef7a7c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-137661bb-25e1-4421-9b1f-0c121aef7a7c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-137661bb-25e1-4421-9b1f-0c121aef7a7c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-137661bb-25e1-4421-9b1f-0c121aef7a7c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-137661bb-25e1-4421-9b1f-0c121aef7a7c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-137661bb-25e1-4421-9b1f-0c121aef7a7c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-137661bb-25e1-4421-9b1f-0c121aef7a7c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-137661bb-25e1-4421-9b1f-0c121aef7a7c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-137661bb-25e1-4421-9b1f-0c121aef7a7c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-137661bb-25e1-4421-9b1f-0c121aef7a7c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-137661bb-25e1-4421-9b1f-0c121aef7a7c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-137661bb-25e1-4421-9b1f-0c121aef7a7c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-137661bb-25e1-4421-9b1f-0c121aef7a7c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-137661bb-25e1-4421-9b1f-0c121aef7a7c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-137661bb-25e1-4421-9b1f-0c121aef7a7c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-137661bb-25e1-4421-9b1f-0c121aef7a7c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-137661bb-25e1-4421-9b1f-0c121aef7a7c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-137661bb-25e1-4421-9b1f-0c121aef7a7c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-137661bb-25e1-4421-9b1f-0c121aef7a7c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-137661bb-25e1-4421-9b1f-0c121aef7a7c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-59f477df-375e-4c04-bd3e-0103d3fb88a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59f477df-375e-4c04-bd3e-0103d3fb88a2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-59f477df-375e-4c04-bd3e-0103d3fb88a2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-59f477df-375e-4c04-bd3e-0103d3fb88a2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-59f477df-375e-4c04-bd3e-0103d3fb88a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-59f477df-375e-4c04-bd3e-0103d3fb88a2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-59f477df-375e-4c04-bd3e-0103d3fb88a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-59f477df-375e-4c04-bd3e-0103d3fb88a2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-59f477df-375e-4c04-bd3e-0103d3fb88a2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-59f477df-375e-4c04-bd3e-0103d3fb88a2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-59f477df-375e-4c04-bd3e-0103d3fb88a2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-59f477df-375e-4c04-bd3e-0103d3fb88a2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-59f477df-375e-4c04-bd3e-0103d3fb88a2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-59f477df-375e-4c04-bd3e-0103d3fb88a2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-59f477df-375e-4c04-bd3e-0103d3fb88a2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-59f477df-375e-4c04-bd3e-0103d3fb88a2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-59f477df-375e-4c04-bd3e-0103d3fb88a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-59f477df-375e-4c04-bd3e-0103d3fb88a2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-59f477df-375e-4c04-bd3e-0103d3fb88a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-59f477df-375e-4c04-bd3e-0103d3fb88a2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-59f477df-375e-4c04-bd3e-0103d3fb88a2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-59f477df-375e-4c04-bd3e-0103d3fb88a2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-59f477df-375e-4c04-bd3e-0103d3fb88a2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-59f477df-375e-4c04-bd3e-0103d3fb88a2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-59f477df-375e-4c04-bd3e-0103d3fb88a2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-59f477df-375e-4c04-bd3e-0103d3fb88a2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-59f477df-375e-4c04-bd3e-0103d3fb88a2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-59f477df-375e-4c04-bd3e-0103d3fb88a2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-59f477df-375e-4c04-bd3e-0103d3fb88a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-59f477df-375e-4c04-bd3e-0103d3fb88a2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-59f477df-375e-4c04-bd3e-0103d3fb88a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-59f477df-375e-4c04-bd3e-0103d3fb88a2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-59f477df-375e-4c04-bd3e-0103d3fb88a2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-59f477df-375e-4c04-bd3e-0103d3fb88a2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-59f477df-375e-4c04-bd3e-0103d3fb88a2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-59f477df-375e-4c04-bd3e-0103d3fb88a2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-59f477df-375e-4c04-bd3e-0103d3fb88a2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a704b4ef-b100-488d-864b-479658ef7bd0 {
  display: none;
}
#s-bf7606cd-61c8-4cfb-a07b-9c004dc5fe7f hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-0b72e3cf-f699-4475-832c-87f8fc63314a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0b72e3cf-f699-4475-832c-87f8fc63314a .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-5808164e-5070-4828-857c-6a2d72c92f44 {
  margin-top: 3px;
margin-bottom: 3px;
text-align: center;
}

#s-5808164e-5070-4828-857c-6a2d72c92f44 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5808164e-5070-4828-857c-6a2d72c92f44 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5808164e-5070-4828-857c-6a2d72c92f44 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-91283073-0f67-46e9-84c3-d8d542d539c0 {
  margin-top: 3%;
margin-left: 25%;
margin-bottom: 3%;
margin-right: 25%;
text-align: left;
}

#s-91283073-0f67-46e9-84c3-d8d542d539c0 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-91283073-0f67-46e9-84c3-d8d542d539c0 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-91283073-0f67-46e9-84c3-d8d542d539c0 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-91283073-0f67-46e9-84c3-d8d542d539c0 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-088f738e-a5ee-4842-933d-9117c037e9fc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 1px;
background-color: rgba(66, 183, 42, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-088f738e-a5ee-4842-933d-9117c037e9fc:hover {background-color: rgba(51, 142, 32, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-088f738e-a5ee-4842-933d-9117c037e9fc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-088f738e-a5ee-4842-933d-9117c037e9fc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-088f738e-a5ee-4842-933d-9117c037e9fc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-088f738e-a5ee-4842-933d-9117c037e9fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}

#s-088f738e-a5ee-4842-933d-9117c037e9fc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-847dd083-2013-4df1-8735-acb00dcd73a6 {
  display: none;
}
#s-a345d3e0-3522-4430-a8d5-a84f072ecc60 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-38a3eb2b-a62d-4b3e-af3b-45cb33742b19 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-38a3eb2b-a62d-4b3e-af3b-45cb33742b19 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-a68bf485-6350-43c4-a726-ec7a11280c56 {
  margin-top: 3px;
margin-bottom: 3px;
text-align: center;
}

#s-a68bf485-6350-43c4-a726-ec7a11280c56 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a68bf485-6350-43c4-a726-ec7a11280c56 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a68bf485-6350-43c4-a726-ec7a11280c56 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a2e8fe5c-946a-4142-9b22-7e0f1cbc4c2a {
  margin-top: 3%;
margin-left: 25%;
margin-bottom: 3%;
margin-right: 25%;
text-align: left;
}

#s-a2e8fe5c-946a-4142-9b22-7e0f1cbc4c2a .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-a2e8fe5c-946a-4142-9b22-7e0f1cbc4c2a .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-a2e8fe5c-946a-4142-9b22-7e0f1cbc4c2a .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-a2e8fe5c-946a-4142-9b22-7e0f1cbc4c2a .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-239c7756-2f9e-48d8-aefe-9d7f25f5e616 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 1px;
background-color: rgba(66, 183, 42, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-239c7756-2f9e-48d8-aefe-9d7f25f5e616:hover {background-color: rgba(51, 142, 32, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-239c7756-2f9e-48d8-aefe-9d7f25f5e616:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-239c7756-2f9e-48d8-aefe-9d7f25f5e616 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-239c7756-2f9e-48d8-aefe-9d7f25f5e616.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-239c7756-2f9e-48d8-aefe-9d7f25f5e616.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}

#s-239c7756-2f9e-48d8-aefe-9d7f25f5e616.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-958c2c82-cef9-4c43-abc5-c90dad4941bb {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: -1em;
margin-left: 0px;
margin-bottom: 0em;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-958c2c82-cef9-4c43-abc5-c90dad4941bb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-958c2c82-cef9-4c43-abc5-c90dad4941bb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-958c2c82-cef9-4c43-abc5-c90dad4941bb {
  
}
}@media (max-width: 767px){#s-958c2c82-cef9-4c43-abc5-c90dad4941bb {
  
}
}







#s-958c2c82-cef9-4c43-abc5-c90dad4941bb > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-958c2c82-cef9-4c43-abc5-c90dad4941bb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-dabae0fb-d255-4da9-bd71-8e7192f193f0 {
  padding-top: 100px;
padding-bottom: 100px;
text-align: center;
}

#s-dabae0fb-d255-4da9-bd71-8e7192f193f0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-74c736a0-9854-41e1-af25-03fdddac0c85 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: -1em;
margin-left: 0px;
margin-bottom: 0em;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-74c736a0-9854-41e1-af25-03fdddac0c85 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-74c736a0-9854-41e1-af25-03fdddac0c85 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-74c736a0-9854-41e1-af25-03fdddac0c85 {
  
}
}@media (max-width: 767px){#s-74c736a0-9854-41e1-af25-03fdddac0c85 {
  
}
}







#s-74c736a0-9854-41e1-af25-03fdddac0c85 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-74c736a0-9854-41e1-af25-03fdddac0c85.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ce36d124-4593-4bdf-8089-693b6c7f0b58 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(119, 74, 74, 0);
opacity: 1;
}

@media (min-width: 0px) {
[id="s-ce36d124-4593-4bdf-8089-693b6c7f0b58"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce36d124-4593-4bdf-8089-693b6c7f0b58"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ce36d124-4593-4bdf-8089-693b6c7f0b58"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ce36d124-4593-4bdf-8089-693b6c7f0b58"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ce36d124-4593-4bdf-8089-693b6c7f0b58"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ce36d124-4593-4bdf-8089-693b6c7f0b58"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ce36d124-4593-4bdf-8089-693b6c7f0b58"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ce36d124-4593-4bdf-8089-693b6c7f0b58"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ce36d124-4593-4bdf-8089-693b6c7f0b58"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ce36d124-4593-4bdf-8089-693b6c7f0b58"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ce36d124-4593-4bdf-8089-693b6c7f0b58"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ce36d124-4593-4bdf-8089-693b6c7f0b58"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ce36d124-4593-4bdf-8089-693b6c7f0b58"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ce36d124-4593-4bdf-8089-693b6c7f0b58"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ce36d124-4593-4bdf-8089-693b6c7f0b58"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ce36d124-4593-4bdf-8089-693b6c7f0b58"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ce36d124-4593-4bdf-8089-693b6c7f0b58"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ce36d124-4593-4bdf-8089-693b6c7f0b58"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ce36d124-4593-4bdf-8089-693b6c7f0b58"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ce36d124-4593-4bdf-8089-693b6c7f0b58"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ce36d124-4593-4bdf-8089-693b6c7f0b58"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ce36d124-4593-4bdf-8089-693b6c7f0b58"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ce36d124-4593-4bdf-8089-693b6c7f0b58"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ce36d124-4593-4bdf-8089-693b6c7f0b58"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ce36d124-4593-4bdf-8089-693b6c7f0b58"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce36d124-4593-4bdf-8089-693b6c7f0b58"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ce36d124-4593-4bdf-8089-693b6c7f0b58"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ce36d124-4593-4bdf-8089-693b6c7f0b58"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ce36d124-4593-4bdf-8089-693b6c7f0b58"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ce36d124-4593-4bdf-8089-693b6c7f0b58"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ce36d124-4593-4bdf-8089-693b6c7f0b58"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ce36d124-4593-4bdf-8089-693b6c7f0b58"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ce36d124-4593-4bdf-8089-693b6c7f0b58"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ce36d124-4593-4bdf-8089-693b6c7f0b58"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ce36d124-4593-4bdf-8089-693b6c7f0b58"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ce36d124-4593-4bdf-8089-693b6c7f0b58"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ce36d124-4593-4bdf-8089-693b6c7f0b58"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0f99f773-c295-4655-9046-0c047a652ffb {
  min-height: 50px;
}








#s-0f99f773-c295-4655-9046-0c047a652ffb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f99f773-c295-4655-9046-0c047a652ffb.shg-box.shg-c {
  justify-content: center;
}

#s-38a954bd-ec0c-4849-a285-b444b552e59d {
  margin-top: 3px;
margin-left: 30px;
margin-bottom: 3px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-38a954bd-ec0c-4849-a285-b444b552e59d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-23d2f7b1-2511-4344-95b8-012358b53490 {
  min-height: 50px;
}








#s-23d2f7b1-2511-4344-95b8-012358b53490 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23d2f7b1-2511-4344-95b8-012358b53490.shg-box.shg-c {
  justify-content: center;
}

#s-2e97a5eb-5610-4c31-9e53-06ef63e04b5f {
  margin-left: 15%;
margin-right: 15%;
min-height: 50px;
}








#s-2e97a5eb-5610-4c31-9e53-06ef63e04b5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e97a5eb-5610-4c31-9e53-06ef63e04b5f.shg-box.shg-c {
  justify-content: center;
}

#s-283e461a-c17e-4de1-9681-511723d96a76 {
  margin-top: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-283e461a-c17e-4de1-9681-511723d96a76 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8b7f671d-64a7-46d3-8b5c-d86ed0264ff6 {
  margin-left: 0%;
margin-bottom: 2em;
margin-right: 0%;
}

#s-97b8f3d6-f942-4812-98a9-25b890c8aff9 {
  margin-top: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97b8f3d6-f942-4812-98a9-25b890c8aff9 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5b3a6b10-b69e-4ce3-b3f8-a0e4ad38a8ba {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}




  #s-5b3a6b10-b69e-4ce3-b3f8-a0e4ad38a8ba img.shogun-image {
    
    width: px;
  }


#s-5b3a6b10-b69e-4ce3-b3f8-a0e4ad38a8ba .shogun-image-content {
  
    align-items: center;
  
}

#s-dedfbd1a-186c-4d55-b281-bd0a5f0e6591 {
  margin-left: 15%;
margin-right: 15%;
min-height: 50px;
}








#s-dedfbd1a-186c-4d55-b281-bd0a5f0e6591 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dedfbd1a-186c-4d55-b281-bd0a5f0e6591.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7b9a1c57-4112-49b0-a7c6-725701ea04f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b9a1c57-4112-49b0-a7c6-725701ea04f2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7b9a1c57-4112-49b0-a7c6-725701ea04f2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7b9a1c57-4112-49b0-a7c6-725701ea04f2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7b9a1c57-4112-49b0-a7c6-725701ea04f2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7b9a1c57-4112-49b0-a7c6-725701ea04f2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7b9a1c57-4112-49b0-a7c6-725701ea04f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7b9a1c57-4112-49b0-a7c6-725701ea04f2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7b9a1c57-4112-49b0-a7c6-725701ea04f2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7b9a1c57-4112-49b0-a7c6-725701ea04f2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7b9a1c57-4112-49b0-a7c6-725701ea04f2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7b9a1c57-4112-49b0-a7c6-725701ea04f2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7b9a1c57-4112-49b0-a7c6-725701ea04f2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7b9a1c57-4112-49b0-a7c6-725701ea04f2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7b9a1c57-4112-49b0-a7c6-725701ea04f2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7b9a1c57-4112-49b0-a7c6-725701ea04f2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7b9a1c57-4112-49b0-a7c6-725701ea04f2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7b9a1c57-4112-49b0-a7c6-725701ea04f2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7b9a1c57-4112-49b0-a7c6-725701ea04f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7b9a1c57-4112-49b0-a7c6-725701ea04f2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7b9a1c57-4112-49b0-a7c6-725701ea04f2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7b9a1c57-4112-49b0-a7c6-725701ea04f2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7b9a1c57-4112-49b0-a7c6-725701ea04f2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7b9a1c57-4112-49b0-a7c6-725701ea04f2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7b9a1c57-4112-49b0-a7c6-725701ea04f2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b9a1c57-4112-49b0-a7c6-725701ea04f2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7b9a1c57-4112-49b0-a7c6-725701ea04f2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7b9a1c57-4112-49b0-a7c6-725701ea04f2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7b9a1c57-4112-49b0-a7c6-725701ea04f2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7b9a1c57-4112-49b0-a7c6-725701ea04f2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7b9a1c57-4112-49b0-a7c6-725701ea04f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7b9a1c57-4112-49b0-a7c6-725701ea04f2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7b9a1c57-4112-49b0-a7c6-725701ea04f2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7b9a1c57-4112-49b0-a7c6-725701ea04f2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7b9a1c57-4112-49b0-a7c6-725701ea04f2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7b9a1c57-4112-49b0-a7c6-725701ea04f2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7b9a1c57-4112-49b0-a7c6-725701ea04f2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0d987181-6716-443b-a31f-932a4571351c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(66, 183, 42, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0d987181-6716-443b-a31f-932a4571351c:hover {background-color: rgba(71, 163, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0d987181-6716-443b-a31f-932a4571351c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0d987181-6716-443b-a31f-932a4571351c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-78810473-5e29-4fe6-8787-a02af66a0759 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(66, 183, 42, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-78810473-5e29-4fe6-8787-a02af66a0759:hover {background-color: rgba(71, 163, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-78810473-5e29-4fe6-8787-a02af66a0759:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-78810473-5e29-4fe6-8787-a02af66a0759.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-519400d0-0529-4d30-ac0e-be5ee5569436 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}




  #s-519400d0-0529-4d30-ac0e-be5ee5569436 img.shogun-image {
    
    width: px;
  }


#s-519400d0-0529-4d30-ac0e-be5ee5569436 .shogun-image-content {
  
    align-items: center;
  
}

#s-75dcd812-0ac0-4978-b589-c1dc0a68a9a9 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-75dcd812-0ac0-4978-b589-c1dc0a68a9a9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-75dcd812-0ac0-4978-b589-c1dc0a68a9a9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-75dcd812-0ac0-4978-b589-c1dc0a68a9a9 {
  
}
}@media (max-width: 767px){#s-75dcd812-0ac0-4978-b589-c1dc0a68a9a9 {
  
}
}







#s-75dcd812-0ac0-4978-b589-c1dc0a68a9a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75dcd812-0ac0-4978-b589-c1dc0a68a9a9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fb26c19f-574e-43fa-b283-152a006b523f {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-fb26c19f-574e-43fa-b283-152a006b523f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fb26c19f-574e-43fa-b283-152a006b523f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fb26c19f-574e-43fa-b283-152a006b523f {
  
}
}@media (max-width: 767px){#s-fb26c19f-574e-43fa-b283-152a006b523f {
  
}
}







#s-fb26c19f-574e-43fa-b283-152a006b523f > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-fb26c19f-574e-43fa-b283-152a006b523f.shg-box.shg-c {
  justify-content: center;
}

#s-2bd9df09-60a4-447c-b9f3-0f89692fe6df {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-2bd9df09-60a4-447c-b9f3-0f89692fe6df {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2bd9df09-60a4-447c-b9f3-0f89692fe6df {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2bd9df09-60a4-447c-b9f3-0f89692fe6df {
  
}
}@media (max-width: 767px){#s-2bd9df09-60a4-447c-b9f3-0f89692fe6df {
  
}
}







#s-2bd9df09-60a4-447c-b9f3-0f89692fe6df > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-2bd9df09-60a4-447c-b9f3-0f89692fe6df.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4147d345-faa6-42ba-96b3-236f8b7231fd {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(119, 74, 74, 0);
opacity: 1;
}

@media (min-width: 0px) {
[id="s-4147d345-faa6-42ba-96b3-236f8b7231fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4147d345-faa6-42ba-96b3-236f8b7231fd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4147d345-faa6-42ba-96b3-236f8b7231fd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4147d345-faa6-42ba-96b3-236f8b7231fd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4147d345-faa6-42ba-96b3-236f8b7231fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4147d345-faa6-42ba-96b3-236f8b7231fd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4147d345-faa6-42ba-96b3-236f8b7231fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4147d345-faa6-42ba-96b3-236f8b7231fd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4147d345-faa6-42ba-96b3-236f8b7231fd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4147d345-faa6-42ba-96b3-236f8b7231fd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4147d345-faa6-42ba-96b3-236f8b7231fd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4147d345-faa6-42ba-96b3-236f8b7231fd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4147d345-faa6-42ba-96b3-236f8b7231fd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4147d345-faa6-42ba-96b3-236f8b7231fd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4147d345-faa6-42ba-96b3-236f8b7231fd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4147d345-faa6-42ba-96b3-236f8b7231fd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4147d345-faa6-42ba-96b3-236f8b7231fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4147d345-faa6-42ba-96b3-236f8b7231fd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4147d345-faa6-42ba-96b3-236f8b7231fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4147d345-faa6-42ba-96b3-236f8b7231fd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4147d345-faa6-42ba-96b3-236f8b7231fd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4147d345-faa6-42ba-96b3-236f8b7231fd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4147d345-faa6-42ba-96b3-236f8b7231fd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4147d345-faa6-42ba-96b3-236f8b7231fd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4147d345-faa6-42ba-96b3-236f8b7231fd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4147d345-faa6-42ba-96b3-236f8b7231fd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4147d345-faa6-42ba-96b3-236f8b7231fd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4147d345-faa6-42ba-96b3-236f8b7231fd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4147d345-faa6-42ba-96b3-236f8b7231fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4147d345-faa6-42ba-96b3-236f8b7231fd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4147d345-faa6-42ba-96b3-236f8b7231fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4147d345-faa6-42ba-96b3-236f8b7231fd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4147d345-faa6-42ba-96b3-236f8b7231fd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4147d345-faa6-42ba-96b3-236f8b7231fd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4147d345-faa6-42ba-96b3-236f8b7231fd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4147d345-faa6-42ba-96b3-236f8b7231fd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4147d345-faa6-42ba-96b3-236f8b7231fd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-bd4b0f6f-bb5b-4a7e-bce3-4abe24394213 {
  margin-top: 3em;
margin-left: 30px;
margin-bottom: 3em;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-bd4b0f6f-bb5b-4a7e-bce3-4abe24394213 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bd4b0f6f-bb5b-4a7e-bce3-4abe24394213 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bd4b0f6f-bb5b-4a7e-bce3-4abe24394213 {
  
}
}@media (max-width: 767px){#s-bd4b0f6f-bb5b-4a7e-bce3-4abe24394213 {
  
}
}
#s-bd4b0f6f-bb5b-4a7e-bce3-4abe24394213 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f41977e8-0511-4040-b707-974e29d58a24 {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-f41977e8-0511-4040-b707-974e29d58a24 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f41977e8-0511-4040-b707-974e29d58a24 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f41977e8-0511-4040-b707-974e29d58a24 {
  
}
}@media (max-width: 767px){#s-f41977e8-0511-4040-b707-974e29d58a24 {
  
}
}
#s-4d322acd-799a-400e-9e29-47584e03a57b {
  margin-left: 30px;
margin-right: 30px;
}

#s-4d322acd-799a-400e-9e29-47584e03a57b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-4d322acd-799a-400e-9e29-47584e03a57b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-4d322acd-799a-400e-9e29-47584e03a57b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-4d322acd-799a-400e-9e29-47584e03a57b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-4d322acd-799a-400e-9e29-47584e03a57b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-4d322acd-799a-400e-9e29-47584e03a57b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-f69b7771-5cf6-492a-a2ac-f9edc199297a {
  margin-top: 0em;
margin-left: 0px;
margin-bottom: 1em;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-f69b7771-5cf6-492a-a2ac-f9edc199297a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f69b7771-5cf6-492a-a2ac-f9edc199297a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f69b7771-5cf6-492a-a2ac-f9edc199297a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f69b7771-5cf6-492a-a2ac-f9edc199297a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f69b7771-5cf6-492a-a2ac-f9edc199297a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f69b7771-5cf6-492a-a2ac-f9edc199297a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f69b7771-5cf6-492a-a2ac-f9edc199297a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f69b7771-5cf6-492a-a2ac-f9edc199297a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f69b7771-5cf6-492a-a2ac-f9edc199297a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f69b7771-5cf6-492a-a2ac-f9edc199297a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f69b7771-5cf6-492a-a2ac-f9edc199297a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f69b7771-5cf6-492a-a2ac-f9edc199297a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f69b7771-5cf6-492a-a2ac-f9edc199297a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f69b7771-5cf6-492a-a2ac-f9edc199297a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f69b7771-5cf6-492a-a2ac-f9edc199297a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f69b7771-5cf6-492a-a2ac-f9edc199297a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f69b7771-5cf6-492a-a2ac-f9edc199297a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f69b7771-5cf6-492a-a2ac-f9edc199297a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f69b7771-5cf6-492a-a2ac-f9edc199297a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f69b7771-5cf6-492a-a2ac-f9edc199297a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f69b7771-5cf6-492a-a2ac-f9edc199297a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f69b7771-5cf6-492a-a2ac-f9edc199297a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f69b7771-5cf6-492a-a2ac-f9edc199297a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f69b7771-5cf6-492a-a2ac-f9edc199297a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f69b7771-5cf6-492a-a2ac-f9edc199297a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f69b7771-5cf6-492a-a2ac-f9edc199297a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f69b7771-5cf6-492a-a2ac-f9edc199297a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f69b7771-5cf6-492a-a2ac-f9edc199297a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f69b7771-5cf6-492a-a2ac-f9edc199297a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f69b7771-5cf6-492a-a2ac-f9edc199297a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f69b7771-5cf6-492a-a2ac-f9edc199297a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f69b7771-5cf6-492a-a2ac-f9edc199297a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f69b7771-5cf6-492a-a2ac-f9edc199297a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f69b7771-5cf6-492a-a2ac-f9edc199297a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f69b7771-5cf6-492a-a2ac-f9edc199297a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f69b7771-5cf6-492a-a2ac-f9edc199297a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f69b7771-5cf6-492a-a2ac-f9edc199297a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9c1297e8-6d5b-4c0b-8a70-539f05dc587e {
  margin-top: 3em;
margin-left: 30px;
margin-bottom: 3em;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9c1297e8-6d5b-4c0b-8a70-539f05dc587e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3c30f0f9-69a8-4d97-a214-9e84bb94d2b1 {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-3c30f0f9-69a8-4d97-a214-9e84bb94d2b1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3c30f0f9-69a8-4d97-a214-9e84bb94d2b1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3c30f0f9-69a8-4d97-a214-9e84bb94d2b1 {
  
}
}@media (max-width: 767px){#s-3c30f0f9-69a8-4d97-a214-9e84bb94d2b1 {
  
}
}
#s-1b136538-5f96-4d3c-bb41-4d71c6862daf {
  margin-left: 30px;
margin-right: 30px;
}

#s-1b136538-5f96-4d3c-bb41-4d71c6862daf > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-1b136538-5f96-4d3c-bb41-4d71c6862daf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-1b136538-5f96-4d3c-bb41-4d71c6862daf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-1b136538-5f96-4d3c-bb41-4d71c6862daf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-1b136538-5f96-4d3c-bb41-4d71c6862daf > .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: Avenir Next;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-1b136538-5f96-4d3c-bb41-4d71c6862daf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-896434c3-2157-4bb1-ae4e-5ef53d8c54ed {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
}

#s-ab93b229-49f4-4017-ba79-d2cc5ad2b636 {
  text-align: center;
}




  #s-ab93b229-49f4-4017-ba79-d2cc5ad2b636 img.shogun-image {
    
    width: px;
  }


#s-ab93b229-49f4-4017-ba79-d2cc5ad2b636 .shogun-image-content {
  
    align-items: center;
  
}

#s-884ceccb-9c4a-4f41-9eb7-32d1bec1fd4e {
  margin-top: 20px;
margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-884ceccb-9c4a-4f41-9eb7-32d1bec1fd4e .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9e54e3b1-6822-4042-9552-97b1568479f3 {
  margin-left: 2%;
margin-right: 2%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-9e54e3b1-6822-4042-9552-97b1568479f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e54e3b1-6822-4042-9552-97b1568479f3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0em);
}

[id="s-9e54e3b1-6822-4042-9552-97b1568479f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0em);
}

[id="s-9e54e3b1-6822-4042-9552-97b1568479f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0em);
}

[id="s-9e54e3b1-6822-4042-9552-97b1568479f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0em);
}

[id="s-9e54e3b1-6822-4042-9552-97b1568479f3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0em);
}

[id="s-9e54e3b1-6822-4042-9552-97b1568479f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0em);
}

[id="s-9e54e3b1-6822-4042-9552-97b1568479f3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0em);
}

[id="s-9e54e3b1-6822-4042-9552-97b1568479f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0em);
}

[id="s-9e54e3b1-6822-4042-9552-97b1568479f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0em);
}

[id="s-9e54e3b1-6822-4042-9552-97b1568479f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0em);
}

[id="s-9e54e3b1-6822-4042-9552-97b1568479f3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0em);
}

[id="s-9e54e3b1-6822-4042-9552-97b1568479f3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0em);
}

}

@media (min-width: 992px) {
[id="s-9e54e3b1-6822-4042-9552-97b1568479f3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0em);
}

[id="s-9e54e3b1-6822-4042-9552-97b1568479f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0em);
}

[id="s-9e54e3b1-6822-4042-9552-97b1568479f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0em);
}

[id="s-9e54e3b1-6822-4042-9552-97b1568479f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0em);
}

[id="s-9e54e3b1-6822-4042-9552-97b1568479f3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0em);
}

[id="s-9e54e3b1-6822-4042-9552-97b1568479f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0em);
}

[id="s-9e54e3b1-6822-4042-9552-97b1568479f3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0em);
}

[id="s-9e54e3b1-6822-4042-9552-97b1568479f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0em);
}

[id="s-9e54e3b1-6822-4042-9552-97b1568479f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0em);
}

[id="s-9e54e3b1-6822-4042-9552-97b1568479f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0em);
}

[id="s-9e54e3b1-6822-4042-9552-97b1568479f3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0em);
}

[id="s-9e54e3b1-6822-4042-9552-97b1568479f3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0em);
}

}

@media (min-width: 1200px) {
[id="s-9e54e3b1-6822-4042-9552-97b1568479f3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0em);
}

[id="s-9e54e3b1-6822-4042-9552-97b1568479f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0em);
}

[id="s-9e54e3b1-6822-4042-9552-97b1568479f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0em);
}

[id="s-9e54e3b1-6822-4042-9552-97b1568479f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0em);
}

[id="s-9e54e3b1-6822-4042-9552-97b1568479f3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0em);
}

[id="s-9e54e3b1-6822-4042-9552-97b1568479f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0em);
}

[id="s-9e54e3b1-6822-4042-9552-97b1568479f3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0em);
}

[id="s-9e54e3b1-6822-4042-9552-97b1568479f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0em);
}

[id="s-9e54e3b1-6822-4042-9552-97b1568479f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0em);
}

[id="s-9e54e3b1-6822-4042-9552-97b1568479f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0em);
}

[id="s-9e54e3b1-6822-4042-9552-97b1568479f3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0em);
}

[id="s-9e54e3b1-6822-4042-9552-97b1568479f3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0em);
}

}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-c99c9b8b-4e24-4cbe-b783-0bc4d4d61fee {
  margin-top: 15%;
}

#s-8059e81e-387a-423d-9c6e-ebb7f1f42055 {
  margin-top: 3em;
margin-left: 30px;
margin-bottom: 3em;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8059e81e-387a-423d-9c6e-ebb7f1f42055 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3c6db1ee-9390-4147-820a-bb3a3753297b {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-3c6db1ee-9390-4147-820a-bb3a3753297b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3c6db1ee-9390-4147-820a-bb3a3753297b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3c6db1ee-9390-4147-820a-bb3a3753297b {
  
}
}@media (max-width: 767px){#s-3c6db1ee-9390-4147-820a-bb3a3753297b {
  
}
}
#s-da9fa054-087f-41f9-a569-daa37a544964 {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-da9fa054-087f-41f9-a569-daa37a544964"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da9fa054-087f-41f9-a569-daa37a544964"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-da9fa054-087f-41f9-a569-daa37a544964"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-da9fa054-087f-41f9-a569-daa37a544964"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-da9fa054-087f-41f9-a569-daa37a544964"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-da9fa054-087f-41f9-a569-daa37a544964"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-da9fa054-087f-41f9-a569-daa37a544964"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-da9fa054-087f-41f9-a569-daa37a544964"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-da9fa054-087f-41f9-a569-daa37a544964"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-da9fa054-087f-41f9-a569-daa37a544964"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-da9fa054-087f-41f9-a569-daa37a544964"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-da9fa054-087f-41f9-a569-daa37a544964"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-da9fa054-087f-41f9-a569-daa37a544964"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-da9fa054-087f-41f9-a569-daa37a544964"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-da9fa054-087f-41f9-a569-daa37a544964"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-da9fa054-087f-41f9-a569-daa37a544964"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-da9fa054-087f-41f9-a569-daa37a544964"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-da9fa054-087f-41f9-a569-daa37a544964"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-da9fa054-087f-41f9-a569-daa37a544964"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-da9fa054-087f-41f9-a569-daa37a544964"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-da9fa054-087f-41f9-a569-daa37a544964"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-da9fa054-087f-41f9-a569-daa37a544964"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-da9fa054-087f-41f9-a569-daa37a544964"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-da9fa054-087f-41f9-a569-daa37a544964"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-da9fa054-087f-41f9-a569-daa37a544964"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-da9fa054-087f-41f9-a569-daa37a544964"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-da9fa054-087f-41f9-a569-daa37a544964"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-da9fa054-087f-41f9-a569-daa37a544964"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-da9fa054-087f-41f9-a569-daa37a544964"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-da9fa054-087f-41f9-a569-daa37a544964"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-da9fa054-087f-41f9-a569-daa37a544964"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-da9fa054-087f-41f9-a569-daa37a544964"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-da9fa054-087f-41f9-a569-daa37a544964"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-da9fa054-087f-41f9-a569-daa37a544964"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-da9fa054-087f-41f9-a569-daa37a544964"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-da9fa054-087f-41f9-a569-daa37a544964"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-da9fa054-087f-41f9-a569-daa37a544964"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-bec29fab-7015-4657-ad82-937dcec5b3e3 {
  text-align: center;
}




  #s-bec29fab-7015-4657-ad82-937dcec5b3e3 img.shogun-image {
    
    width: px;
  }


#s-bec29fab-7015-4657-ad82-937dcec5b3e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-a1137e9f-a680-461f-99b2-f3c7dd818f30 {
  margin-top: 2em;
margin-left: 25%;
margin-bottom: 2em;
margin-right: 25%;
max-width: 100%;
text-align: center;
}




  #s-a1137e9f-a680-461f-99b2-f3c7dd818f30 img.shogun-image {
    
    width: px;
  }


#s-a1137e9f-a680-461f-99b2-f3c7dd818f30 .shogun-image-content {
  
    align-items: center;
  
}

#s-8e8d1c91-a968-4b15-9c4f-685538dd36be {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-8e8d1c91-a968-4b15-9c4f-685538dd36be {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8e8d1c91-a968-4b15-9c4f-685538dd36be {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8e8d1c91-a968-4b15-9c4f-685538dd36be {
  
}
}@media (max-width: 767px){#s-8e8d1c91-a968-4b15-9c4f-685538dd36be {
  
}
}
#s-ba7431c8-d4ce-45c0-9683-41a6b3527d1b {
  min-height: 50px;
}








#s-ba7431c8-d4ce-45c0-9683-41a6b3527d1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba7431c8-d4ce-45c0-9683-41a6b3527d1b.shg-box.shg-c {
  justify-content: center;
}

#s-f31ebc55-8679-469b-9926-ae93d26b561c {
  margin-top: 3em;
margin-left: 30px;
margin-bottom: 3em;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f31ebc55-8679-469b-9926-ae93d26b561c {
  display: none;
}
#s-f31ebc55-8679-469b-9926-ae93d26b561c, #wrap-s-f31ebc55-8679-469b-9926-ae93d26b561c { display:none !important; }}@media (max-width: 767px){#s-f31ebc55-8679-469b-9926-ae93d26b561c {
  display: none;
}
#s-f31ebc55-8679-469b-9926-ae93d26b561c, #wrap-s-f31ebc55-8679-469b-9926-ae93d26b561c { display:none !important; }}
#s-f31ebc55-8679-469b-9926-ae93d26b561c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7d2038ce-4f34-4038-b0d4-4083412c7b6d {
  border-style: solid;
margin-left: 50px;
margin-right: 50px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 90%;
}
@media (min-width: 768px) and (max-width: 991px){#s-7d2038ce-4f34-4038-b0d4-4083412c7b6d {
  display: none;
}
#s-7d2038ce-4f34-4038-b0d4-4083412c7b6d, #wrap-s-7d2038ce-4f34-4038-b0d4-4083412c7b6d { display:none !important; }}@media (max-width: 767px){#s-7d2038ce-4f34-4038-b0d4-4083412c7b6d {
  display: none;
}
#s-7d2038ce-4f34-4038-b0d4-4083412c7b6d, #wrap-s-7d2038ce-4f34-4038-b0d4-4083412c7b6d { display:none !important; }}
#s-83468a25-808f-433e-8d60-167357721ccc {
  margin-left: 10%;
margin-right: 10%;
}

#s-ceb3f3b4-f031-4fba-8214-f93151bfdff4 {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-ceb3f3b4-f031-4fba-8214-f93151bfdff4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ceb3f3b4-f031-4fba-8214-f93151bfdff4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ceb3f3b4-f031-4fba-8214-f93151bfdff4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ceb3f3b4-f031-4fba-8214-f93151bfdff4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ceb3f3b4-f031-4fba-8214-f93151bfdff4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ceb3f3b4-f031-4fba-8214-f93151bfdff4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ceb3f3b4-f031-4fba-8214-f93151bfdff4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ceb3f3b4-f031-4fba-8214-f93151bfdff4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ceb3f3b4-f031-4fba-8214-f93151bfdff4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ceb3f3b4-f031-4fba-8214-f93151bfdff4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ceb3f3b4-f031-4fba-8214-f93151bfdff4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ceb3f3b4-f031-4fba-8214-f93151bfdff4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ceb3f3b4-f031-4fba-8214-f93151bfdff4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ceb3f3b4-f031-4fba-8214-f93151bfdff4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ceb3f3b4-f031-4fba-8214-f93151bfdff4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ceb3f3b4-f031-4fba-8214-f93151bfdff4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ceb3f3b4-f031-4fba-8214-f93151bfdff4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ceb3f3b4-f031-4fba-8214-f93151bfdff4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ceb3f3b4-f031-4fba-8214-f93151bfdff4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ceb3f3b4-f031-4fba-8214-f93151bfdff4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ceb3f3b4-f031-4fba-8214-f93151bfdff4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ceb3f3b4-f031-4fba-8214-f93151bfdff4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ceb3f3b4-f031-4fba-8214-f93151bfdff4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ceb3f3b4-f031-4fba-8214-f93151bfdff4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ceb3f3b4-f031-4fba-8214-f93151bfdff4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ceb3f3b4-f031-4fba-8214-f93151bfdff4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ceb3f3b4-f031-4fba-8214-f93151bfdff4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ceb3f3b4-f031-4fba-8214-f93151bfdff4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ceb3f3b4-f031-4fba-8214-f93151bfdff4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ceb3f3b4-f031-4fba-8214-f93151bfdff4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ceb3f3b4-f031-4fba-8214-f93151bfdff4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ceb3f3b4-f031-4fba-8214-f93151bfdff4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ceb3f3b4-f031-4fba-8214-f93151bfdff4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ceb3f3b4-f031-4fba-8214-f93151bfdff4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ceb3f3b4-f031-4fba-8214-f93151bfdff4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ceb3f3b4-f031-4fba-8214-f93151bfdff4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ceb3f3b4-f031-4fba-8214-f93151bfdff4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6c3dc3ff-6514-43ae-8be4-b8c8704a98c8 {
  margin-top: 3em;
margin-left: 30px;
margin-bottom: 3em;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6c3dc3ff-6514-43ae-8be4-b8c8704a98c8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f6e55079-caf5-4e6e-af91-76a19fe06b7a {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-f6e55079-caf5-4e6e-af91-76a19fe06b7a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f6e55079-caf5-4e6e-af91-76a19fe06b7a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f6e55079-caf5-4e6e-af91-76a19fe06b7a {
  
}
}@media (max-width: 767px){#s-f6e55079-caf5-4e6e-af91-76a19fe06b7a {
  
}
}
#s-d46cbb43-a68d-4876-8fe6-aced1c7b4bb1 {
  text-align: center;
}




  #s-d46cbb43-a68d-4876-8fe6-aced1c7b4bb1 img.shogun-image {
    
    width: px;
  }


#s-d46cbb43-a68d-4876-8fe6-aced1c7b4bb1 .shogun-image-content {
  
    align-items: center;
  
}

#s-304e997a-d5b2-479f-9d11-7116bcabedd1 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-304e997a-d5b2-479f-9d11-7116bcabedd1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-304e997a-d5b2-479f-9d11-7116bcabedd1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-304e997a-d5b2-479f-9d11-7116bcabedd1 {
  
}
}@media (max-width: 767px){#s-304e997a-d5b2-479f-9d11-7116bcabedd1 {
  
}
}







#s-304e997a-d5b2-479f-9d11-7116bcabedd1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-304e997a-d5b2-479f-9d11-7116bcabedd1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-33b5dd89-e005-4c5a-a724-5666fea17ff7 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(119, 74, 74, 0);
opacity: 1;
}

@media (min-width: 0px) {
[id="s-33b5dd89-e005-4c5a-a724-5666fea17ff7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33b5dd89-e005-4c5a-a724-5666fea17ff7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-33b5dd89-e005-4c5a-a724-5666fea17ff7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-33b5dd89-e005-4c5a-a724-5666fea17ff7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-33b5dd89-e005-4c5a-a724-5666fea17ff7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-33b5dd89-e005-4c5a-a724-5666fea17ff7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-33b5dd89-e005-4c5a-a724-5666fea17ff7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-33b5dd89-e005-4c5a-a724-5666fea17ff7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-33b5dd89-e005-4c5a-a724-5666fea17ff7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-33b5dd89-e005-4c5a-a724-5666fea17ff7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-33b5dd89-e005-4c5a-a724-5666fea17ff7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-33b5dd89-e005-4c5a-a724-5666fea17ff7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-33b5dd89-e005-4c5a-a724-5666fea17ff7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-33b5dd89-e005-4c5a-a724-5666fea17ff7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-33b5dd89-e005-4c5a-a724-5666fea17ff7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-33b5dd89-e005-4c5a-a724-5666fea17ff7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-33b5dd89-e005-4c5a-a724-5666fea17ff7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-33b5dd89-e005-4c5a-a724-5666fea17ff7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-33b5dd89-e005-4c5a-a724-5666fea17ff7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-33b5dd89-e005-4c5a-a724-5666fea17ff7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-33b5dd89-e005-4c5a-a724-5666fea17ff7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-33b5dd89-e005-4c5a-a724-5666fea17ff7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-33b5dd89-e005-4c5a-a724-5666fea17ff7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-33b5dd89-e005-4c5a-a724-5666fea17ff7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-33b5dd89-e005-4c5a-a724-5666fea17ff7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-33b5dd89-e005-4c5a-a724-5666fea17ff7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-33b5dd89-e005-4c5a-a724-5666fea17ff7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-33b5dd89-e005-4c5a-a724-5666fea17ff7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-33b5dd89-e005-4c5a-a724-5666fea17ff7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-33b5dd89-e005-4c5a-a724-5666fea17ff7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-33b5dd89-e005-4c5a-a724-5666fea17ff7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-33b5dd89-e005-4c5a-a724-5666fea17ff7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-33b5dd89-e005-4c5a-a724-5666fea17ff7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-33b5dd89-e005-4c5a-a724-5666fea17ff7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-33b5dd89-e005-4c5a-a724-5666fea17ff7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-33b5dd89-e005-4c5a-a724-5666fea17ff7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-33b5dd89-e005-4c5a-a724-5666fea17ff7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4c1d5e92-e015-4106-97fe-53dff711aad3 {
  margin-top: 2em;
margin-left: 25%;
margin-bottom: 2em;
margin-right: 25%;
max-width: 100%;
text-align: center;
}




  #s-4c1d5e92-e015-4106-97fe-53dff711aad3 img.shogun-image {
    
    width: px;
  }


#s-4c1d5e92-e015-4106-97fe-53dff711aad3 .shogun-image-content {
  
    align-items: center;
  
}

#s-dc0dfc14-b3a1-4c85-ac14-849f786f99b4 {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-dc0dfc14-b3a1-4c85-ac14-849f786f99b4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dc0dfc14-b3a1-4c85-ac14-849f786f99b4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dc0dfc14-b3a1-4c85-ac14-849f786f99b4 {
  
}
}@media (max-width: 767px){#s-dc0dfc14-b3a1-4c85-ac14-849f786f99b4 {
  
}
}
#s-ad3701d8-b3db-48c3-b272-7baf3ccf2a44 {
  margin-left: 30px;
margin-right: 30px;
}

#s-ad3701d8-b3db-48c3-b272-7baf3ccf2a44 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-ad3701d8-b3db-48c3-b272-7baf3ccf2a44 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-ad3701d8-b3db-48c3-b272-7baf3ccf2a44 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-ad3701d8-b3db-48c3-b272-7baf3ccf2a44 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-ad3701d8-b3db-48c3-b272-7baf3ccf2a44 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Avenir Next;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-ad3701d8-b3db-48c3-b272-7baf3ccf2a44 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-8ba2fbd7-36e4-4f76-a255-4ce20f7f7e3e {
  padding-left: 22px;
padding-right: 22px;
}

#s-8ba2fbd7-36e4-4f76-a255-4ce20f7f7e3e hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-8b8ee80c-2bee-403e-8e79-bd15df1e9eec {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-8b8ee80c-2bee-403e-8e79-bd15df1e9eec {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8b8ee80c-2bee-403e-8e79-bd15df1e9eec {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8b8ee80c-2bee-403e-8e79-bd15df1e9eec {
  
}
}@media (max-width: 767px){#s-8b8ee80c-2bee-403e-8e79-bd15df1e9eec {
  
}
}







#s-8b8ee80c-2bee-403e-8e79-bd15df1e9eec > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-8b8ee80c-2bee-403e-8e79-bd15df1e9eec.shg-box.shg-c {
  justify-content: flex-start;
}

#s-09a73197-262a-4097-8d4f-67901bbb131c {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(119, 74, 74, 0);
opacity: 1;
}

@media (min-width: 0px) {
[id="s-09a73197-262a-4097-8d4f-67901bbb131c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09a73197-262a-4097-8d4f-67901bbb131c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-09a73197-262a-4097-8d4f-67901bbb131c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-09a73197-262a-4097-8d4f-67901bbb131c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-09a73197-262a-4097-8d4f-67901bbb131c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-09a73197-262a-4097-8d4f-67901bbb131c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-09a73197-262a-4097-8d4f-67901bbb131c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-09a73197-262a-4097-8d4f-67901bbb131c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-09a73197-262a-4097-8d4f-67901bbb131c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-09a73197-262a-4097-8d4f-67901bbb131c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-09a73197-262a-4097-8d4f-67901bbb131c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-09a73197-262a-4097-8d4f-67901bbb131c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-09a73197-262a-4097-8d4f-67901bbb131c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-09a73197-262a-4097-8d4f-67901bbb131c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-09a73197-262a-4097-8d4f-67901bbb131c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-09a73197-262a-4097-8d4f-67901bbb131c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-09a73197-262a-4097-8d4f-67901bbb131c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-09a73197-262a-4097-8d4f-67901bbb131c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-09a73197-262a-4097-8d4f-67901bbb131c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-09a73197-262a-4097-8d4f-67901bbb131c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-09a73197-262a-4097-8d4f-67901bbb131c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-09a73197-262a-4097-8d4f-67901bbb131c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-09a73197-262a-4097-8d4f-67901bbb131c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-09a73197-262a-4097-8d4f-67901bbb131c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-09a73197-262a-4097-8d4f-67901bbb131c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-09a73197-262a-4097-8d4f-67901bbb131c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-09a73197-262a-4097-8d4f-67901bbb131c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-09a73197-262a-4097-8d4f-67901bbb131c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-09a73197-262a-4097-8d4f-67901bbb131c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-09a73197-262a-4097-8d4f-67901bbb131c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-09a73197-262a-4097-8d4f-67901bbb131c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-09a73197-262a-4097-8d4f-67901bbb131c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-09a73197-262a-4097-8d4f-67901bbb131c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-09a73197-262a-4097-8d4f-67901bbb131c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-09a73197-262a-4097-8d4f-67901bbb131c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-09a73197-262a-4097-8d4f-67901bbb131c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-09a73197-262a-4097-8d4f-67901bbb131c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-78343763-9c6b-46f4-8971-36d48b803e5a {
  margin-top: 3em;
margin-left: 30px;
margin-bottom: 3em;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-78343763-9c6b-46f4-8971-36d48b803e5a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-32b9323d-d16a-4cc3-9c0f-4f5b055148e9 {
  border-style: solid;
margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 1em;
padding-bottom: 1em;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-32b9323d-d16a-4cc3-9c0f-4f5b055148e9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-32b9323d-d16a-4cc3-9c0f-4f5b055148e9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-32b9323d-d16a-4cc3-9c0f-4f5b055148e9 {
  
}
}@media (max-width: 767px){#s-32b9323d-d16a-4cc3-9c0f-4f5b055148e9 {
  
}
}
@media (min-width: 0px) {
[id="s-d9747188-7a5a-4618-bf9d-f18f59b15786"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9747188-7a5a-4618-bf9d-f18f59b15786"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d9747188-7a5a-4618-bf9d-f18f59b15786"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d9747188-7a5a-4618-bf9d-f18f59b15786"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d9747188-7a5a-4618-bf9d-f18f59b15786"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d9747188-7a5a-4618-bf9d-f18f59b15786"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d9747188-7a5a-4618-bf9d-f18f59b15786"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d9747188-7a5a-4618-bf9d-f18f59b15786"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d9747188-7a5a-4618-bf9d-f18f59b15786"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d9747188-7a5a-4618-bf9d-f18f59b15786"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d9747188-7a5a-4618-bf9d-f18f59b15786"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d9747188-7a5a-4618-bf9d-f18f59b15786"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d9747188-7a5a-4618-bf9d-f18f59b15786"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d9747188-7a5a-4618-bf9d-f18f59b15786"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d9747188-7a5a-4618-bf9d-f18f59b15786"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d9747188-7a5a-4618-bf9d-f18f59b15786"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d9747188-7a5a-4618-bf9d-f18f59b15786"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d9747188-7a5a-4618-bf9d-f18f59b15786"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d9747188-7a5a-4618-bf9d-f18f59b15786"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d9747188-7a5a-4618-bf9d-f18f59b15786"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d9747188-7a5a-4618-bf9d-f18f59b15786"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d9747188-7a5a-4618-bf9d-f18f59b15786"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d9747188-7a5a-4618-bf9d-f18f59b15786"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d9747188-7a5a-4618-bf9d-f18f59b15786"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d9747188-7a5a-4618-bf9d-f18f59b15786"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9747188-7a5a-4618-bf9d-f18f59b15786"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d9747188-7a5a-4618-bf9d-f18f59b15786"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d9747188-7a5a-4618-bf9d-f18f59b15786"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d9747188-7a5a-4618-bf9d-f18f59b15786"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d9747188-7a5a-4618-bf9d-f18f59b15786"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d9747188-7a5a-4618-bf9d-f18f59b15786"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d9747188-7a5a-4618-bf9d-f18f59b15786"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d9747188-7a5a-4618-bf9d-f18f59b15786"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d9747188-7a5a-4618-bf9d-f18f59b15786"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d9747188-7a5a-4618-bf9d-f18f59b15786"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d9747188-7a5a-4618-bf9d-f18f59b15786"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d9747188-7a5a-4618-bf9d-f18f59b15786"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-897d1896-d9b2-4c80-bd1c-dbe1ae033f8d {
  text-align: center;
}




  #s-897d1896-d9b2-4c80-bd1c-dbe1ae033f8d img.shogun-image {
    
    width: px;
  }


#s-897d1896-d9b2-4c80-bd1c-dbe1ae033f8d .shogun-image-content {
  
    align-items: center;
  
}

#s-d24731b1-6005-42f9-8bc7-85531aee730f {
  margin-top: 3em;
margin-left: 30px;
margin-bottom: 3em;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d24731b1-6005-42f9-8bc7-85531aee730f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-67a2a133-7915-4dbc-b487-a502f2f46a43 {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-67a2a133-7915-4dbc-b487-a502f2f46a43 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-67a2a133-7915-4dbc-b487-a502f2f46a43 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-67a2a133-7915-4dbc-b487-a502f2f46a43 {
  
}
}@media (max-width: 767px){#s-67a2a133-7915-4dbc-b487-a502f2f46a43 {
  
}
}
#s-6ef03a7c-5f16-4845-bd6d-db74f43b2785 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
}

#s-6ef03a7c-5f16-4845-bd6d-db74f43b2785 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-6ef03a7c-5f16-4845-bd6d-db74f43b2785 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-6ef03a7c-5f16-4845-bd6d-db74f43b2785 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-6ef03a7c-5f16-4845-bd6d-db74f43b2785 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-6ef03a7c-5f16-4845-bd6d-db74f43b2785 > .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: Avenir Next;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-6ef03a7c-5f16-4845-bd6d-db74f43b2785 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-8ab774c0-b1bf-43fc-a68e-193efdcff83b {
  margin-top: 2em;
min-height: 50px;
}








#s-8ab774c0-b1bf-43fc-a68e-193efdcff83b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ab774c0-b1bf-43fc-a68e-193efdcff83b.shg-box.shg-c {
  justify-content: center;
}

#s-9a8b0290-0215-48cd-9e53-6d07d4111f6b {
  margin-top: -1.5em;
margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9a8b0290-0215-48cd-9e53-6d07d4111f6b .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a0a4b1b7-dd91-4611-a9d4-627d96356858 {
  margin-left: 10%;
margin-right: 10%;
}

#s-aa4d1467-94ab-4b91-8f9f-21316814e28e {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-aa4d1467-94ab-4b91-8f9f-21316814e28e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aa4d1467-94ab-4b91-8f9f-21316814e28e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aa4d1467-94ab-4b91-8f9f-21316814e28e {
  
}
}@media (max-width: 767px){#s-aa4d1467-94ab-4b91-8f9f-21316814e28e {
  
}
}







#s-aa4d1467-94ab-4b91-8f9f-21316814e28e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-aa4d1467-94ab-4b91-8f9f-21316814e28e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-393ac3d4-54b4-4fae-b847-a67fb67793f8 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(119, 74, 74, 0);
opacity: 1;
}

@media (min-width: 0px) {
[id="s-393ac3d4-54b4-4fae-b847-a67fb67793f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-393ac3d4-54b4-4fae-b847-a67fb67793f8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-393ac3d4-54b4-4fae-b847-a67fb67793f8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-393ac3d4-54b4-4fae-b847-a67fb67793f8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-393ac3d4-54b4-4fae-b847-a67fb67793f8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-393ac3d4-54b4-4fae-b847-a67fb67793f8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-393ac3d4-54b4-4fae-b847-a67fb67793f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-393ac3d4-54b4-4fae-b847-a67fb67793f8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-393ac3d4-54b4-4fae-b847-a67fb67793f8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-393ac3d4-54b4-4fae-b847-a67fb67793f8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-393ac3d4-54b4-4fae-b847-a67fb67793f8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-393ac3d4-54b4-4fae-b847-a67fb67793f8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-393ac3d4-54b4-4fae-b847-a67fb67793f8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-393ac3d4-54b4-4fae-b847-a67fb67793f8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-393ac3d4-54b4-4fae-b847-a67fb67793f8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-393ac3d4-54b4-4fae-b847-a67fb67793f8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-393ac3d4-54b4-4fae-b847-a67fb67793f8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-393ac3d4-54b4-4fae-b847-a67fb67793f8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-393ac3d4-54b4-4fae-b847-a67fb67793f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-393ac3d4-54b4-4fae-b847-a67fb67793f8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-393ac3d4-54b4-4fae-b847-a67fb67793f8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-393ac3d4-54b4-4fae-b847-a67fb67793f8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-393ac3d4-54b4-4fae-b847-a67fb67793f8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-393ac3d4-54b4-4fae-b847-a67fb67793f8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-393ac3d4-54b4-4fae-b847-a67fb67793f8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-393ac3d4-54b4-4fae-b847-a67fb67793f8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-393ac3d4-54b4-4fae-b847-a67fb67793f8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-393ac3d4-54b4-4fae-b847-a67fb67793f8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-393ac3d4-54b4-4fae-b847-a67fb67793f8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-393ac3d4-54b4-4fae-b847-a67fb67793f8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-393ac3d4-54b4-4fae-b847-a67fb67793f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-393ac3d4-54b4-4fae-b847-a67fb67793f8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-393ac3d4-54b4-4fae-b847-a67fb67793f8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-393ac3d4-54b4-4fae-b847-a67fb67793f8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-393ac3d4-54b4-4fae-b847-a67fb67793f8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-393ac3d4-54b4-4fae-b847-a67fb67793f8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-393ac3d4-54b4-4fae-b847-a67fb67793f8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f2b09b02-4cf0-4b6b-8e66-495400efdc78 {
  margin-top: 2em;
margin-left: 25%;
margin-bottom: 2em;
margin-right: 25%;
max-width: 100%;
text-align: center;
}




  #s-f2b09b02-4cf0-4b6b-8e66-495400efdc78 img.shogun-image {
    
    width: px;
  }


#s-f2b09b02-4cf0-4b6b-8e66-495400efdc78 .shogun-image-content {
  
    align-items: center;
  
}

#s-7cb0381f-e2cb-4af9-931a-f9eaa58e6d88 {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-7cb0381f-e2cb-4af9-931a-f9eaa58e6d88 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7cb0381f-e2cb-4af9-931a-f9eaa58e6d88 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7cb0381f-e2cb-4af9-931a-f9eaa58e6d88 {
  
}
}@media (max-width: 767px){#s-7cb0381f-e2cb-4af9-931a-f9eaa58e6d88 {
  
}
}
#s-ac3ce85b-c4ab-4bb8-87f7-9ef979619935 {
  margin-left: 30px;
margin-right: 30px;
}

#s-ac3ce85b-c4ab-4bb8-87f7-9ef979619935 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-ac3ce85b-c4ab-4bb8-87f7-9ef979619935 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-ac3ce85b-c4ab-4bb8-87f7-9ef979619935 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-ac3ce85b-c4ab-4bb8-87f7-9ef979619935 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-ac3ce85b-c4ab-4bb8-87f7-9ef979619935 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Avenir Next;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-ac3ce85b-c4ab-4bb8-87f7-9ef979619935 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-00ea9a5e-c350-45ca-a5a0-ae2406f4642f {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}








#s-00ea9a5e-c350-45ca-a5a0-ae2406f4642f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00ea9a5e-c350-45ca-a5a0-ae2406f4642f.shg-box.shg-c {
  justify-content: center;
}

#s-c6db2534-1bbd-4dd2-99d2-7b59f932dc98 {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c6db2534-1bbd-4dd2-99d2-7b59f932dc98 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Avenir Next";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-22f865fc-8f93-4eb2-a94e-4309831bad1c {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-22f865fc-8f93-4eb2-a94e-4309831bad1c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22f865fc-8f93-4eb2-a94e-4309831bad1c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-22f865fc-8f93-4eb2-a94e-4309831bad1c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-22f865fc-8f93-4eb2-a94e-4309831bad1c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-22f865fc-8f93-4eb2-a94e-4309831bad1c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-22f865fc-8f93-4eb2-a94e-4309831bad1c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-22f865fc-8f93-4eb2-a94e-4309831bad1c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-22f865fc-8f93-4eb2-a94e-4309831bad1c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-22f865fc-8f93-4eb2-a94e-4309831bad1c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-22f865fc-8f93-4eb2-a94e-4309831bad1c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-22f865fc-8f93-4eb2-a94e-4309831bad1c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-22f865fc-8f93-4eb2-a94e-4309831bad1c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-22f865fc-8f93-4eb2-a94e-4309831bad1c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-22f865fc-8f93-4eb2-a94e-4309831bad1c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-22f865fc-8f93-4eb2-a94e-4309831bad1c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-22f865fc-8f93-4eb2-a94e-4309831bad1c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-22f865fc-8f93-4eb2-a94e-4309831bad1c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-22f865fc-8f93-4eb2-a94e-4309831bad1c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-22f865fc-8f93-4eb2-a94e-4309831bad1c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-22f865fc-8f93-4eb2-a94e-4309831bad1c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-22f865fc-8f93-4eb2-a94e-4309831bad1c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-22f865fc-8f93-4eb2-a94e-4309831bad1c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-22f865fc-8f93-4eb2-a94e-4309831bad1c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-22f865fc-8f93-4eb2-a94e-4309831bad1c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-22f865fc-8f93-4eb2-a94e-4309831bad1c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-22f865fc-8f93-4eb2-a94e-4309831bad1c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-22f865fc-8f93-4eb2-a94e-4309831bad1c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-22f865fc-8f93-4eb2-a94e-4309831bad1c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-22f865fc-8f93-4eb2-a94e-4309831bad1c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-22f865fc-8f93-4eb2-a94e-4309831bad1c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-22f865fc-8f93-4eb2-a94e-4309831bad1c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-22f865fc-8f93-4eb2-a94e-4309831bad1c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-22f865fc-8f93-4eb2-a94e-4309831bad1c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-22f865fc-8f93-4eb2-a94e-4309831bad1c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-22f865fc-8f93-4eb2-a94e-4309831bad1c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-22f865fc-8f93-4eb2-a94e-4309831bad1c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-22f865fc-8f93-4eb2-a94e-4309831bad1c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c231d677-80a0-4707-a7ef-ccf58931da1a {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-c231d677-80a0-4707-a7ef-ccf58931da1a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c231d677-80a0-4707-a7ef-ccf58931da1a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c231d677-80a0-4707-a7ef-ccf58931da1a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c231d677-80a0-4707-a7ef-ccf58931da1a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c231d677-80a0-4707-a7ef-ccf58931da1a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c231d677-80a0-4707-a7ef-ccf58931da1a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c231d677-80a0-4707-a7ef-ccf58931da1a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c231d677-80a0-4707-a7ef-ccf58931da1a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c231d677-80a0-4707-a7ef-ccf58931da1a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c231d677-80a0-4707-a7ef-ccf58931da1a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c231d677-80a0-4707-a7ef-ccf58931da1a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c231d677-80a0-4707-a7ef-ccf58931da1a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c231d677-80a0-4707-a7ef-ccf58931da1a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c231d677-80a0-4707-a7ef-ccf58931da1a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c231d677-80a0-4707-a7ef-ccf58931da1a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c231d677-80a0-4707-a7ef-ccf58931da1a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c231d677-80a0-4707-a7ef-ccf58931da1a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c231d677-80a0-4707-a7ef-ccf58931da1a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c231d677-80a0-4707-a7ef-ccf58931da1a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c231d677-80a0-4707-a7ef-ccf58931da1a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c231d677-80a0-4707-a7ef-ccf58931da1a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c231d677-80a0-4707-a7ef-ccf58931da1a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c231d677-80a0-4707-a7ef-ccf58931da1a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c231d677-80a0-4707-a7ef-ccf58931da1a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c231d677-80a0-4707-a7ef-ccf58931da1a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c231d677-80a0-4707-a7ef-ccf58931da1a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c231d677-80a0-4707-a7ef-ccf58931da1a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c231d677-80a0-4707-a7ef-ccf58931da1a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c231d677-80a0-4707-a7ef-ccf58931da1a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c231d677-80a0-4707-a7ef-ccf58931da1a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c231d677-80a0-4707-a7ef-ccf58931da1a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c231d677-80a0-4707-a7ef-ccf58931da1a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c231d677-80a0-4707-a7ef-ccf58931da1a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c231d677-80a0-4707-a7ef-ccf58931da1a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c231d677-80a0-4707-a7ef-ccf58931da1a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c231d677-80a0-4707-a7ef-ccf58931da1a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c231d677-80a0-4707-a7ef-ccf58931da1a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-87ac62e9-ec51-4bd8-9ccb-7b132ba202b5 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-87ac62e9-ec51-4bd8-9ccb-7b132ba202b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87ac62e9-ec51-4bd8-9ccb-7b132ba202b5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-87ac62e9-ec51-4bd8-9ccb-7b132ba202b5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-87ac62e9-ec51-4bd8-9ccb-7b132ba202b5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-87ac62e9-ec51-4bd8-9ccb-7b132ba202b5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-87ac62e9-ec51-4bd8-9ccb-7b132ba202b5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-87ac62e9-ec51-4bd8-9ccb-7b132ba202b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-87ac62e9-ec51-4bd8-9ccb-7b132ba202b5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-87ac62e9-ec51-4bd8-9ccb-7b132ba202b5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-87ac62e9-ec51-4bd8-9ccb-7b132ba202b5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-87ac62e9-ec51-4bd8-9ccb-7b132ba202b5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-87ac62e9-ec51-4bd8-9ccb-7b132ba202b5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-87ac62e9-ec51-4bd8-9ccb-7b132ba202b5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-87ac62e9-ec51-4bd8-9ccb-7b132ba202b5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-87ac62e9-ec51-4bd8-9ccb-7b132ba202b5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-87ac62e9-ec51-4bd8-9ccb-7b132ba202b5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-87ac62e9-ec51-4bd8-9ccb-7b132ba202b5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-87ac62e9-ec51-4bd8-9ccb-7b132ba202b5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-87ac62e9-ec51-4bd8-9ccb-7b132ba202b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-87ac62e9-ec51-4bd8-9ccb-7b132ba202b5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-87ac62e9-ec51-4bd8-9ccb-7b132ba202b5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-87ac62e9-ec51-4bd8-9ccb-7b132ba202b5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-87ac62e9-ec51-4bd8-9ccb-7b132ba202b5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-87ac62e9-ec51-4bd8-9ccb-7b132ba202b5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-87ac62e9-ec51-4bd8-9ccb-7b132ba202b5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-87ac62e9-ec51-4bd8-9ccb-7b132ba202b5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-87ac62e9-ec51-4bd8-9ccb-7b132ba202b5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-87ac62e9-ec51-4bd8-9ccb-7b132ba202b5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-87ac62e9-ec51-4bd8-9ccb-7b132ba202b5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-87ac62e9-ec51-4bd8-9ccb-7b132ba202b5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-87ac62e9-ec51-4bd8-9ccb-7b132ba202b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-87ac62e9-ec51-4bd8-9ccb-7b132ba202b5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-87ac62e9-ec51-4bd8-9ccb-7b132ba202b5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-87ac62e9-ec51-4bd8-9ccb-7b132ba202b5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-87ac62e9-ec51-4bd8-9ccb-7b132ba202b5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-87ac62e9-ec51-4bd8-9ccb-7b132ba202b5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-87ac62e9-ec51-4bd8-9ccb-7b132ba202b5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f29c45a2-b42e-461c-89eb-7a08b477cf6a {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-f29c45a2-b42e-461c-89eb-7a08b477cf6a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f29c45a2-b42e-461c-89eb-7a08b477cf6a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f29c45a2-b42e-461c-89eb-7a08b477cf6a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f29c45a2-b42e-461c-89eb-7a08b477cf6a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f29c45a2-b42e-461c-89eb-7a08b477cf6a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f29c45a2-b42e-461c-89eb-7a08b477cf6a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f29c45a2-b42e-461c-89eb-7a08b477cf6a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f29c45a2-b42e-461c-89eb-7a08b477cf6a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f29c45a2-b42e-461c-89eb-7a08b477cf6a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f29c45a2-b42e-461c-89eb-7a08b477cf6a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f29c45a2-b42e-461c-89eb-7a08b477cf6a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f29c45a2-b42e-461c-89eb-7a08b477cf6a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f29c45a2-b42e-461c-89eb-7a08b477cf6a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f29c45a2-b42e-461c-89eb-7a08b477cf6a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f29c45a2-b42e-461c-89eb-7a08b477cf6a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f29c45a2-b42e-461c-89eb-7a08b477cf6a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f29c45a2-b42e-461c-89eb-7a08b477cf6a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f29c45a2-b42e-461c-89eb-7a08b477cf6a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f29c45a2-b42e-461c-89eb-7a08b477cf6a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f29c45a2-b42e-461c-89eb-7a08b477cf6a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f29c45a2-b42e-461c-89eb-7a08b477cf6a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f29c45a2-b42e-461c-89eb-7a08b477cf6a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f29c45a2-b42e-461c-89eb-7a08b477cf6a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f29c45a2-b42e-461c-89eb-7a08b477cf6a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f29c45a2-b42e-461c-89eb-7a08b477cf6a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f29c45a2-b42e-461c-89eb-7a08b477cf6a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f29c45a2-b42e-461c-89eb-7a08b477cf6a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f29c45a2-b42e-461c-89eb-7a08b477cf6a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f29c45a2-b42e-461c-89eb-7a08b477cf6a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f29c45a2-b42e-461c-89eb-7a08b477cf6a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f29c45a2-b42e-461c-89eb-7a08b477cf6a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f29c45a2-b42e-461c-89eb-7a08b477cf6a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f29c45a2-b42e-461c-89eb-7a08b477cf6a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f29c45a2-b42e-461c-89eb-7a08b477cf6a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f29c45a2-b42e-461c-89eb-7a08b477cf6a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f29c45a2-b42e-461c-89eb-7a08b477cf6a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f29c45a2-b42e-461c-89eb-7a08b477cf6a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5be9e47c-309e-4be6-bd77-a240dc324b0c {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-5be9e47c-309e-4be6-bd77-a240dc324b0c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5be9e47c-309e-4be6-bd77-a240dc324b0c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5be9e47c-309e-4be6-bd77-a240dc324b0c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5be9e47c-309e-4be6-bd77-a240dc324b0c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5be9e47c-309e-4be6-bd77-a240dc324b0c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5be9e47c-309e-4be6-bd77-a240dc324b0c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5be9e47c-309e-4be6-bd77-a240dc324b0c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5be9e47c-309e-4be6-bd77-a240dc324b0c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5be9e47c-309e-4be6-bd77-a240dc324b0c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5be9e47c-309e-4be6-bd77-a240dc324b0c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5be9e47c-309e-4be6-bd77-a240dc324b0c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5be9e47c-309e-4be6-bd77-a240dc324b0c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5be9e47c-309e-4be6-bd77-a240dc324b0c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5be9e47c-309e-4be6-bd77-a240dc324b0c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5be9e47c-309e-4be6-bd77-a240dc324b0c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5be9e47c-309e-4be6-bd77-a240dc324b0c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5be9e47c-309e-4be6-bd77-a240dc324b0c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5be9e47c-309e-4be6-bd77-a240dc324b0c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5be9e47c-309e-4be6-bd77-a240dc324b0c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5be9e47c-309e-4be6-bd77-a240dc324b0c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5be9e47c-309e-4be6-bd77-a240dc324b0c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5be9e47c-309e-4be6-bd77-a240dc324b0c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5be9e47c-309e-4be6-bd77-a240dc324b0c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5be9e47c-309e-4be6-bd77-a240dc324b0c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5be9e47c-309e-4be6-bd77-a240dc324b0c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5be9e47c-309e-4be6-bd77-a240dc324b0c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5be9e47c-309e-4be6-bd77-a240dc324b0c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5be9e47c-309e-4be6-bd77-a240dc324b0c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5be9e47c-309e-4be6-bd77-a240dc324b0c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5be9e47c-309e-4be6-bd77-a240dc324b0c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5be9e47c-309e-4be6-bd77-a240dc324b0c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5be9e47c-309e-4be6-bd77-a240dc324b0c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5be9e47c-309e-4be6-bd77-a240dc324b0c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5be9e47c-309e-4be6-bd77-a240dc324b0c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5be9e47c-309e-4be6-bd77-a240dc324b0c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5be9e47c-309e-4be6-bd77-a240dc324b0c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5be9e47c-309e-4be6-bd77-a240dc324b0c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b53cbc48-f776-4d32-8a7f-9954ad8e6fc3 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-b53cbc48-f776-4d32-8a7f-9954ad8e6fc3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b53cbc48-f776-4d32-8a7f-9954ad8e6fc3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b53cbc48-f776-4d32-8a7f-9954ad8e6fc3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b53cbc48-f776-4d32-8a7f-9954ad8e6fc3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b53cbc48-f776-4d32-8a7f-9954ad8e6fc3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b53cbc48-f776-4d32-8a7f-9954ad8e6fc3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b53cbc48-f776-4d32-8a7f-9954ad8e6fc3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b53cbc48-f776-4d32-8a7f-9954ad8e6fc3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b53cbc48-f776-4d32-8a7f-9954ad8e6fc3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b53cbc48-f776-4d32-8a7f-9954ad8e6fc3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b53cbc48-f776-4d32-8a7f-9954ad8e6fc3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b53cbc48-f776-4d32-8a7f-9954ad8e6fc3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b53cbc48-f776-4d32-8a7f-9954ad8e6fc3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b53cbc48-f776-4d32-8a7f-9954ad8e6fc3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b53cbc48-f776-4d32-8a7f-9954ad8e6fc3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b53cbc48-f776-4d32-8a7f-9954ad8e6fc3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b53cbc48-f776-4d32-8a7f-9954ad8e6fc3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b53cbc48-f776-4d32-8a7f-9954ad8e6fc3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b53cbc48-f776-4d32-8a7f-9954ad8e6fc3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b53cbc48-f776-4d32-8a7f-9954ad8e6fc3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b53cbc48-f776-4d32-8a7f-9954ad8e6fc3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b53cbc48-f776-4d32-8a7f-9954ad8e6fc3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b53cbc48-f776-4d32-8a7f-9954ad8e6fc3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b53cbc48-f776-4d32-8a7f-9954ad8e6fc3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b53cbc48-f776-4d32-8a7f-9954ad8e6fc3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b53cbc48-f776-4d32-8a7f-9954ad8e6fc3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b53cbc48-f776-4d32-8a7f-9954ad8e6fc3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b53cbc48-f776-4d32-8a7f-9954ad8e6fc3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b53cbc48-f776-4d32-8a7f-9954ad8e6fc3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b53cbc48-f776-4d32-8a7f-9954ad8e6fc3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b53cbc48-f776-4d32-8a7f-9954ad8e6fc3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b53cbc48-f776-4d32-8a7f-9954ad8e6fc3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b53cbc48-f776-4d32-8a7f-9954ad8e6fc3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b53cbc48-f776-4d32-8a7f-9954ad8e6fc3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b53cbc48-f776-4d32-8a7f-9954ad8e6fc3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b53cbc48-f776-4d32-8a7f-9954ad8e6fc3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b53cbc48-f776-4d32-8a7f-9954ad8e6fc3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d234adb4-645b-4f6b-a7c5-eb0b1c71783d {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-d234adb4-645b-4f6b-a7c5-eb0b1c71783d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d234adb4-645b-4f6b-a7c5-eb0b1c71783d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d234adb4-645b-4f6b-a7c5-eb0b1c71783d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d234adb4-645b-4f6b-a7c5-eb0b1c71783d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d234adb4-645b-4f6b-a7c5-eb0b1c71783d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d234adb4-645b-4f6b-a7c5-eb0b1c71783d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d234adb4-645b-4f6b-a7c5-eb0b1c71783d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d234adb4-645b-4f6b-a7c5-eb0b1c71783d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d234adb4-645b-4f6b-a7c5-eb0b1c71783d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d234adb4-645b-4f6b-a7c5-eb0b1c71783d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d234adb4-645b-4f6b-a7c5-eb0b1c71783d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d234adb4-645b-4f6b-a7c5-eb0b1c71783d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d234adb4-645b-4f6b-a7c5-eb0b1c71783d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d234adb4-645b-4f6b-a7c5-eb0b1c71783d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d234adb4-645b-4f6b-a7c5-eb0b1c71783d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d234adb4-645b-4f6b-a7c5-eb0b1c71783d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d234adb4-645b-4f6b-a7c5-eb0b1c71783d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d234adb4-645b-4f6b-a7c5-eb0b1c71783d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d234adb4-645b-4f6b-a7c5-eb0b1c71783d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d234adb4-645b-4f6b-a7c5-eb0b1c71783d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d234adb4-645b-4f6b-a7c5-eb0b1c71783d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d234adb4-645b-4f6b-a7c5-eb0b1c71783d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d234adb4-645b-4f6b-a7c5-eb0b1c71783d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d234adb4-645b-4f6b-a7c5-eb0b1c71783d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d234adb4-645b-4f6b-a7c5-eb0b1c71783d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d234adb4-645b-4f6b-a7c5-eb0b1c71783d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d234adb4-645b-4f6b-a7c5-eb0b1c71783d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d234adb4-645b-4f6b-a7c5-eb0b1c71783d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d234adb4-645b-4f6b-a7c5-eb0b1c71783d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d234adb4-645b-4f6b-a7c5-eb0b1c71783d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d234adb4-645b-4f6b-a7c5-eb0b1c71783d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d234adb4-645b-4f6b-a7c5-eb0b1c71783d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d234adb4-645b-4f6b-a7c5-eb0b1c71783d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d234adb4-645b-4f6b-a7c5-eb0b1c71783d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d234adb4-645b-4f6b-a7c5-eb0b1c71783d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d234adb4-645b-4f6b-a7c5-eb0b1c71783d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d234adb4-645b-4f6b-a7c5-eb0b1c71783d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5a938d10-9aea-4571-b210-d169b39b63a7 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-5a938d10-9aea-4571-b210-d169b39b63a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a938d10-9aea-4571-b210-d169b39b63a7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5a938d10-9aea-4571-b210-d169b39b63a7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5a938d10-9aea-4571-b210-d169b39b63a7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5a938d10-9aea-4571-b210-d169b39b63a7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5a938d10-9aea-4571-b210-d169b39b63a7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5a938d10-9aea-4571-b210-d169b39b63a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5a938d10-9aea-4571-b210-d169b39b63a7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5a938d10-9aea-4571-b210-d169b39b63a7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5a938d10-9aea-4571-b210-d169b39b63a7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5a938d10-9aea-4571-b210-d169b39b63a7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5a938d10-9aea-4571-b210-d169b39b63a7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5a938d10-9aea-4571-b210-d169b39b63a7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5a938d10-9aea-4571-b210-d169b39b63a7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5a938d10-9aea-4571-b210-d169b39b63a7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5a938d10-9aea-4571-b210-d169b39b63a7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5a938d10-9aea-4571-b210-d169b39b63a7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5a938d10-9aea-4571-b210-d169b39b63a7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5a938d10-9aea-4571-b210-d169b39b63a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5a938d10-9aea-4571-b210-d169b39b63a7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5a938d10-9aea-4571-b210-d169b39b63a7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5a938d10-9aea-4571-b210-d169b39b63a7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5a938d10-9aea-4571-b210-d169b39b63a7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5a938d10-9aea-4571-b210-d169b39b63a7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5a938d10-9aea-4571-b210-d169b39b63a7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a938d10-9aea-4571-b210-d169b39b63a7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5a938d10-9aea-4571-b210-d169b39b63a7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5a938d10-9aea-4571-b210-d169b39b63a7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5a938d10-9aea-4571-b210-d169b39b63a7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5a938d10-9aea-4571-b210-d169b39b63a7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5a938d10-9aea-4571-b210-d169b39b63a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5a938d10-9aea-4571-b210-d169b39b63a7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5a938d10-9aea-4571-b210-d169b39b63a7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5a938d10-9aea-4571-b210-d169b39b63a7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5a938d10-9aea-4571-b210-d169b39b63a7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5a938d10-9aea-4571-b210-d169b39b63a7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5a938d10-9aea-4571-b210-d169b39b63a7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d9176af3-4d49-48b6-88cd-41454fe7dd18 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-d9176af3-4d49-48b6-88cd-41454fe7dd18"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9176af3-4d49-48b6-88cd-41454fe7dd18"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d9176af3-4d49-48b6-88cd-41454fe7dd18"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d9176af3-4d49-48b6-88cd-41454fe7dd18"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d9176af3-4d49-48b6-88cd-41454fe7dd18"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d9176af3-4d49-48b6-88cd-41454fe7dd18"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d9176af3-4d49-48b6-88cd-41454fe7dd18"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d9176af3-4d49-48b6-88cd-41454fe7dd18"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d9176af3-4d49-48b6-88cd-41454fe7dd18"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d9176af3-4d49-48b6-88cd-41454fe7dd18"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d9176af3-4d49-48b6-88cd-41454fe7dd18"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d9176af3-4d49-48b6-88cd-41454fe7dd18"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d9176af3-4d49-48b6-88cd-41454fe7dd18"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d9176af3-4d49-48b6-88cd-41454fe7dd18"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d9176af3-4d49-48b6-88cd-41454fe7dd18"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d9176af3-4d49-48b6-88cd-41454fe7dd18"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d9176af3-4d49-48b6-88cd-41454fe7dd18"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d9176af3-4d49-48b6-88cd-41454fe7dd18"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d9176af3-4d49-48b6-88cd-41454fe7dd18"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d9176af3-4d49-48b6-88cd-41454fe7dd18"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d9176af3-4d49-48b6-88cd-41454fe7dd18"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d9176af3-4d49-48b6-88cd-41454fe7dd18"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d9176af3-4d49-48b6-88cd-41454fe7dd18"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d9176af3-4d49-48b6-88cd-41454fe7dd18"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d9176af3-4d49-48b6-88cd-41454fe7dd18"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9176af3-4d49-48b6-88cd-41454fe7dd18"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d9176af3-4d49-48b6-88cd-41454fe7dd18"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d9176af3-4d49-48b6-88cd-41454fe7dd18"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d9176af3-4d49-48b6-88cd-41454fe7dd18"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d9176af3-4d49-48b6-88cd-41454fe7dd18"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d9176af3-4d49-48b6-88cd-41454fe7dd18"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d9176af3-4d49-48b6-88cd-41454fe7dd18"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d9176af3-4d49-48b6-88cd-41454fe7dd18"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d9176af3-4d49-48b6-88cd-41454fe7dd18"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d9176af3-4d49-48b6-88cd-41454fe7dd18"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d9176af3-4d49-48b6-88cd-41454fe7dd18"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d9176af3-4d49-48b6-88cd-41454fe7dd18"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5c210c15-05b2-4e6c-8e45-7627adf1a7c6 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-5c210c15-05b2-4e6c-8e45-7627adf1a7c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c210c15-05b2-4e6c-8e45-7627adf1a7c6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5c210c15-05b2-4e6c-8e45-7627adf1a7c6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5c210c15-05b2-4e6c-8e45-7627adf1a7c6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5c210c15-05b2-4e6c-8e45-7627adf1a7c6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5c210c15-05b2-4e6c-8e45-7627adf1a7c6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5c210c15-05b2-4e6c-8e45-7627adf1a7c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5c210c15-05b2-4e6c-8e45-7627adf1a7c6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5c210c15-05b2-4e6c-8e45-7627adf1a7c6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5c210c15-05b2-4e6c-8e45-7627adf1a7c6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5c210c15-05b2-4e6c-8e45-7627adf1a7c6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5c210c15-05b2-4e6c-8e45-7627adf1a7c6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5c210c15-05b2-4e6c-8e45-7627adf1a7c6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5c210c15-05b2-4e6c-8e45-7627adf1a7c6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5c210c15-05b2-4e6c-8e45-7627adf1a7c6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5c210c15-05b2-4e6c-8e45-7627adf1a7c6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5c210c15-05b2-4e6c-8e45-7627adf1a7c6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5c210c15-05b2-4e6c-8e45-7627adf1a7c6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5c210c15-05b2-4e6c-8e45-7627adf1a7c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5c210c15-05b2-4e6c-8e45-7627adf1a7c6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5c210c15-05b2-4e6c-8e45-7627adf1a7c6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5c210c15-05b2-4e6c-8e45-7627adf1a7c6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5c210c15-05b2-4e6c-8e45-7627adf1a7c6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5c210c15-05b2-4e6c-8e45-7627adf1a7c6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5c210c15-05b2-4e6c-8e45-7627adf1a7c6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c210c15-05b2-4e6c-8e45-7627adf1a7c6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5c210c15-05b2-4e6c-8e45-7627adf1a7c6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5c210c15-05b2-4e6c-8e45-7627adf1a7c6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5c210c15-05b2-4e6c-8e45-7627adf1a7c6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5c210c15-05b2-4e6c-8e45-7627adf1a7c6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5c210c15-05b2-4e6c-8e45-7627adf1a7c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5c210c15-05b2-4e6c-8e45-7627adf1a7c6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5c210c15-05b2-4e6c-8e45-7627adf1a7c6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5c210c15-05b2-4e6c-8e45-7627adf1a7c6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5c210c15-05b2-4e6c-8e45-7627adf1a7c6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5c210c15-05b2-4e6c-8e45-7627adf1a7c6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5c210c15-05b2-4e6c-8e45-7627adf1a7c6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9897ad21-74d5-4cd7-8ef7-1635578f109e {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-9897ad21-74d5-4cd7-8ef7-1635578f109e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9897ad21-74d5-4cd7-8ef7-1635578f109e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9897ad21-74d5-4cd7-8ef7-1635578f109e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9897ad21-74d5-4cd7-8ef7-1635578f109e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9897ad21-74d5-4cd7-8ef7-1635578f109e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9897ad21-74d5-4cd7-8ef7-1635578f109e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9897ad21-74d5-4cd7-8ef7-1635578f109e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9897ad21-74d5-4cd7-8ef7-1635578f109e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9897ad21-74d5-4cd7-8ef7-1635578f109e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9897ad21-74d5-4cd7-8ef7-1635578f109e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9897ad21-74d5-4cd7-8ef7-1635578f109e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9897ad21-74d5-4cd7-8ef7-1635578f109e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9897ad21-74d5-4cd7-8ef7-1635578f109e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9897ad21-74d5-4cd7-8ef7-1635578f109e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9897ad21-74d5-4cd7-8ef7-1635578f109e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9897ad21-74d5-4cd7-8ef7-1635578f109e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9897ad21-74d5-4cd7-8ef7-1635578f109e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9897ad21-74d5-4cd7-8ef7-1635578f109e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9897ad21-74d5-4cd7-8ef7-1635578f109e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9897ad21-74d5-4cd7-8ef7-1635578f109e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9897ad21-74d5-4cd7-8ef7-1635578f109e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9897ad21-74d5-4cd7-8ef7-1635578f109e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9897ad21-74d5-4cd7-8ef7-1635578f109e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9897ad21-74d5-4cd7-8ef7-1635578f109e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9897ad21-74d5-4cd7-8ef7-1635578f109e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9897ad21-74d5-4cd7-8ef7-1635578f109e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9897ad21-74d5-4cd7-8ef7-1635578f109e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9897ad21-74d5-4cd7-8ef7-1635578f109e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9897ad21-74d5-4cd7-8ef7-1635578f109e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9897ad21-74d5-4cd7-8ef7-1635578f109e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9897ad21-74d5-4cd7-8ef7-1635578f109e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9897ad21-74d5-4cd7-8ef7-1635578f109e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9897ad21-74d5-4cd7-8ef7-1635578f109e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9897ad21-74d5-4cd7-8ef7-1635578f109e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9897ad21-74d5-4cd7-8ef7-1635578f109e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9897ad21-74d5-4cd7-8ef7-1635578f109e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9897ad21-74d5-4cd7-8ef7-1635578f109e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e68f583c-22df-4e41-ac3a-fa0fee5d6516 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-e68f583c-22df-4e41-ac3a-fa0fee5d6516"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e68f583c-22df-4e41-ac3a-fa0fee5d6516"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e68f583c-22df-4e41-ac3a-fa0fee5d6516"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e68f583c-22df-4e41-ac3a-fa0fee5d6516"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e68f583c-22df-4e41-ac3a-fa0fee5d6516"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e68f583c-22df-4e41-ac3a-fa0fee5d6516"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e68f583c-22df-4e41-ac3a-fa0fee5d6516"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e68f583c-22df-4e41-ac3a-fa0fee5d6516"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e68f583c-22df-4e41-ac3a-fa0fee5d6516"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e68f583c-22df-4e41-ac3a-fa0fee5d6516"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e68f583c-22df-4e41-ac3a-fa0fee5d6516"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e68f583c-22df-4e41-ac3a-fa0fee5d6516"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e68f583c-22df-4e41-ac3a-fa0fee5d6516"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e68f583c-22df-4e41-ac3a-fa0fee5d6516"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e68f583c-22df-4e41-ac3a-fa0fee5d6516"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e68f583c-22df-4e41-ac3a-fa0fee5d6516"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e68f583c-22df-4e41-ac3a-fa0fee5d6516"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e68f583c-22df-4e41-ac3a-fa0fee5d6516"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e68f583c-22df-4e41-ac3a-fa0fee5d6516"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e68f583c-22df-4e41-ac3a-fa0fee5d6516"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e68f583c-22df-4e41-ac3a-fa0fee5d6516"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e68f583c-22df-4e41-ac3a-fa0fee5d6516"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e68f583c-22df-4e41-ac3a-fa0fee5d6516"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e68f583c-22df-4e41-ac3a-fa0fee5d6516"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e68f583c-22df-4e41-ac3a-fa0fee5d6516"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e68f583c-22df-4e41-ac3a-fa0fee5d6516"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e68f583c-22df-4e41-ac3a-fa0fee5d6516"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e68f583c-22df-4e41-ac3a-fa0fee5d6516"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e68f583c-22df-4e41-ac3a-fa0fee5d6516"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e68f583c-22df-4e41-ac3a-fa0fee5d6516"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e68f583c-22df-4e41-ac3a-fa0fee5d6516"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e68f583c-22df-4e41-ac3a-fa0fee5d6516"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e68f583c-22df-4e41-ac3a-fa0fee5d6516"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e68f583c-22df-4e41-ac3a-fa0fee5d6516"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e68f583c-22df-4e41-ac3a-fa0fee5d6516"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e68f583c-22df-4e41-ac3a-fa0fee5d6516"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e68f583c-22df-4e41-ac3a-fa0fee5d6516"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-af99a87d-9b0c-43d9-afd9-acdc2de8184b {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-af99a87d-9b0c-43d9-afd9-acdc2de8184b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af99a87d-9b0c-43d9-afd9-acdc2de8184b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-af99a87d-9b0c-43d9-afd9-acdc2de8184b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af99a87d-9b0c-43d9-afd9-acdc2de8184b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af99a87d-9b0c-43d9-afd9-acdc2de8184b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-af99a87d-9b0c-43d9-afd9-acdc2de8184b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-af99a87d-9b0c-43d9-afd9-acdc2de8184b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-af99a87d-9b0c-43d9-afd9-acdc2de8184b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-af99a87d-9b0c-43d9-afd9-acdc2de8184b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-af99a87d-9b0c-43d9-afd9-acdc2de8184b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-af99a87d-9b0c-43d9-afd9-acdc2de8184b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-af99a87d-9b0c-43d9-afd9-acdc2de8184b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-af99a87d-9b0c-43d9-afd9-acdc2de8184b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-af99a87d-9b0c-43d9-afd9-acdc2de8184b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-af99a87d-9b0c-43d9-afd9-acdc2de8184b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af99a87d-9b0c-43d9-afd9-acdc2de8184b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af99a87d-9b0c-43d9-afd9-acdc2de8184b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-af99a87d-9b0c-43d9-afd9-acdc2de8184b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-af99a87d-9b0c-43d9-afd9-acdc2de8184b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-af99a87d-9b0c-43d9-afd9-acdc2de8184b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-af99a87d-9b0c-43d9-afd9-acdc2de8184b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-af99a87d-9b0c-43d9-afd9-acdc2de8184b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-af99a87d-9b0c-43d9-afd9-acdc2de8184b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-af99a87d-9b0c-43d9-afd9-acdc2de8184b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-af99a87d-9b0c-43d9-afd9-acdc2de8184b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-af99a87d-9b0c-43d9-afd9-acdc2de8184b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-af99a87d-9b0c-43d9-afd9-acdc2de8184b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af99a87d-9b0c-43d9-afd9-acdc2de8184b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af99a87d-9b0c-43d9-afd9-acdc2de8184b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-af99a87d-9b0c-43d9-afd9-acdc2de8184b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-af99a87d-9b0c-43d9-afd9-acdc2de8184b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-af99a87d-9b0c-43d9-afd9-acdc2de8184b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-af99a87d-9b0c-43d9-afd9-acdc2de8184b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-af99a87d-9b0c-43d9-afd9-acdc2de8184b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-af99a87d-9b0c-43d9-afd9-acdc2de8184b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-af99a87d-9b0c-43d9-afd9-acdc2de8184b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-af99a87d-9b0c-43d9-afd9-acdc2de8184b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5f3e239f-0c8b-408e-9efb-1d317aad0edf {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-5f3e239f-0c8b-408e-9efb-1d317aad0edf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f3e239f-0c8b-408e-9efb-1d317aad0edf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5f3e239f-0c8b-408e-9efb-1d317aad0edf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5f3e239f-0c8b-408e-9efb-1d317aad0edf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5f3e239f-0c8b-408e-9efb-1d317aad0edf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5f3e239f-0c8b-408e-9efb-1d317aad0edf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5f3e239f-0c8b-408e-9efb-1d317aad0edf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5f3e239f-0c8b-408e-9efb-1d317aad0edf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5f3e239f-0c8b-408e-9efb-1d317aad0edf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5f3e239f-0c8b-408e-9efb-1d317aad0edf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5f3e239f-0c8b-408e-9efb-1d317aad0edf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5f3e239f-0c8b-408e-9efb-1d317aad0edf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5f3e239f-0c8b-408e-9efb-1d317aad0edf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5f3e239f-0c8b-408e-9efb-1d317aad0edf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5f3e239f-0c8b-408e-9efb-1d317aad0edf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5f3e239f-0c8b-408e-9efb-1d317aad0edf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5f3e239f-0c8b-408e-9efb-1d317aad0edf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5f3e239f-0c8b-408e-9efb-1d317aad0edf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5f3e239f-0c8b-408e-9efb-1d317aad0edf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5f3e239f-0c8b-408e-9efb-1d317aad0edf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5f3e239f-0c8b-408e-9efb-1d317aad0edf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5f3e239f-0c8b-408e-9efb-1d317aad0edf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5f3e239f-0c8b-408e-9efb-1d317aad0edf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5f3e239f-0c8b-408e-9efb-1d317aad0edf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5f3e239f-0c8b-408e-9efb-1d317aad0edf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f3e239f-0c8b-408e-9efb-1d317aad0edf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5f3e239f-0c8b-408e-9efb-1d317aad0edf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5f3e239f-0c8b-408e-9efb-1d317aad0edf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5f3e239f-0c8b-408e-9efb-1d317aad0edf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5f3e239f-0c8b-408e-9efb-1d317aad0edf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5f3e239f-0c8b-408e-9efb-1d317aad0edf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5f3e239f-0c8b-408e-9efb-1d317aad0edf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5f3e239f-0c8b-408e-9efb-1d317aad0edf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5f3e239f-0c8b-408e-9efb-1d317aad0edf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5f3e239f-0c8b-408e-9efb-1d317aad0edf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5f3e239f-0c8b-408e-9efb-1d317aad0edf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5f3e239f-0c8b-408e-9efb-1d317aad0edf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-56586a10-48c0-40c8-a701-6935b5248332 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-56586a10-48c0-40c8-a701-6935b5248332"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56586a10-48c0-40c8-a701-6935b5248332"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-56586a10-48c0-40c8-a701-6935b5248332"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-56586a10-48c0-40c8-a701-6935b5248332"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-56586a10-48c0-40c8-a701-6935b5248332"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-56586a10-48c0-40c8-a701-6935b5248332"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-56586a10-48c0-40c8-a701-6935b5248332"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-56586a10-48c0-40c8-a701-6935b5248332"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-56586a10-48c0-40c8-a701-6935b5248332"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-56586a10-48c0-40c8-a701-6935b5248332"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-56586a10-48c0-40c8-a701-6935b5248332"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-56586a10-48c0-40c8-a701-6935b5248332"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-56586a10-48c0-40c8-a701-6935b5248332"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-56586a10-48c0-40c8-a701-6935b5248332"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-56586a10-48c0-40c8-a701-6935b5248332"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-56586a10-48c0-40c8-a701-6935b5248332"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-56586a10-48c0-40c8-a701-6935b5248332"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-56586a10-48c0-40c8-a701-6935b5248332"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-56586a10-48c0-40c8-a701-6935b5248332"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-56586a10-48c0-40c8-a701-6935b5248332"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-56586a10-48c0-40c8-a701-6935b5248332"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-56586a10-48c0-40c8-a701-6935b5248332"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-56586a10-48c0-40c8-a701-6935b5248332"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-56586a10-48c0-40c8-a701-6935b5248332"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-56586a10-48c0-40c8-a701-6935b5248332"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-56586a10-48c0-40c8-a701-6935b5248332"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-56586a10-48c0-40c8-a701-6935b5248332"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-56586a10-48c0-40c8-a701-6935b5248332"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-56586a10-48c0-40c8-a701-6935b5248332"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-56586a10-48c0-40c8-a701-6935b5248332"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-56586a10-48c0-40c8-a701-6935b5248332"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-56586a10-48c0-40c8-a701-6935b5248332"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-56586a10-48c0-40c8-a701-6935b5248332"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-56586a10-48c0-40c8-a701-6935b5248332"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-56586a10-48c0-40c8-a701-6935b5248332"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-56586a10-48c0-40c8-a701-6935b5248332"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-56586a10-48c0-40c8-a701-6935b5248332"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-953d27ab-77ad-4bb4-a3b1-4c26e6830ee0 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-953d27ab-77ad-4bb4-a3b1-4c26e6830ee0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-953d27ab-77ad-4bb4-a3b1-4c26e6830ee0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-953d27ab-77ad-4bb4-a3b1-4c26e6830ee0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-953d27ab-77ad-4bb4-a3b1-4c26e6830ee0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-953d27ab-77ad-4bb4-a3b1-4c26e6830ee0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-953d27ab-77ad-4bb4-a3b1-4c26e6830ee0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-953d27ab-77ad-4bb4-a3b1-4c26e6830ee0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-953d27ab-77ad-4bb4-a3b1-4c26e6830ee0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-953d27ab-77ad-4bb4-a3b1-4c26e6830ee0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-953d27ab-77ad-4bb4-a3b1-4c26e6830ee0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-953d27ab-77ad-4bb4-a3b1-4c26e6830ee0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-953d27ab-77ad-4bb4-a3b1-4c26e6830ee0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-953d27ab-77ad-4bb4-a3b1-4c26e6830ee0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-953d27ab-77ad-4bb4-a3b1-4c26e6830ee0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-953d27ab-77ad-4bb4-a3b1-4c26e6830ee0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-953d27ab-77ad-4bb4-a3b1-4c26e6830ee0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-953d27ab-77ad-4bb4-a3b1-4c26e6830ee0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-953d27ab-77ad-4bb4-a3b1-4c26e6830ee0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-953d27ab-77ad-4bb4-a3b1-4c26e6830ee0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-953d27ab-77ad-4bb4-a3b1-4c26e6830ee0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-953d27ab-77ad-4bb4-a3b1-4c26e6830ee0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-953d27ab-77ad-4bb4-a3b1-4c26e6830ee0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-953d27ab-77ad-4bb4-a3b1-4c26e6830ee0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-953d27ab-77ad-4bb4-a3b1-4c26e6830ee0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-953d27ab-77ad-4bb4-a3b1-4c26e6830ee0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-953d27ab-77ad-4bb4-a3b1-4c26e6830ee0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-953d27ab-77ad-4bb4-a3b1-4c26e6830ee0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-953d27ab-77ad-4bb4-a3b1-4c26e6830ee0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-953d27ab-77ad-4bb4-a3b1-4c26e6830ee0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-953d27ab-77ad-4bb4-a3b1-4c26e6830ee0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-953d27ab-77ad-4bb4-a3b1-4c26e6830ee0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-953d27ab-77ad-4bb4-a3b1-4c26e6830ee0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-953d27ab-77ad-4bb4-a3b1-4c26e6830ee0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-953d27ab-77ad-4bb4-a3b1-4c26e6830ee0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-953d27ab-77ad-4bb4-a3b1-4c26e6830ee0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-953d27ab-77ad-4bb4-a3b1-4c26e6830ee0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-953d27ab-77ad-4bb4-a3b1-4c26e6830ee0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-21995cfd-5c51-4431-a43b-c0d22c9bda1c {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-21995cfd-5c51-4431-a43b-c0d22c9bda1c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21995cfd-5c51-4431-a43b-c0d22c9bda1c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-21995cfd-5c51-4431-a43b-c0d22c9bda1c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-21995cfd-5c51-4431-a43b-c0d22c9bda1c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-21995cfd-5c51-4431-a43b-c0d22c9bda1c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-21995cfd-5c51-4431-a43b-c0d22c9bda1c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-21995cfd-5c51-4431-a43b-c0d22c9bda1c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-21995cfd-5c51-4431-a43b-c0d22c9bda1c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-21995cfd-5c51-4431-a43b-c0d22c9bda1c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-21995cfd-5c51-4431-a43b-c0d22c9bda1c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-21995cfd-5c51-4431-a43b-c0d22c9bda1c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-21995cfd-5c51-4431-a43b-c0d22c9bda1c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-21995cfd-5c51-4431-a43b-c0d22c9bda1c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-21995cfd-5c51-4431-a43b-c0d22c9bda1c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-21995cfd-5c51-4431-a43b-c0d22c9bda1c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-21995cfd-5c51-4431-a43b-c0d22c9bda1c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-21995cfd-5c51-4431-a43b-c0d22c9bda1c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-21995cfd-5c51-4431-a43b-c0d22c9bda1c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-21995cfd-5c51-4431-a43b-c0d22c9bda1c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-21995cfd-5c51-4431-a43b-c0d22c9bda1c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-21995cfd-5c51-4431-a43b-c0d22c9bda1c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-21995cfd-5c51-4431-a43b-c0d22c9bda1c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-21995cfd-5c51-4431-a43b-c0d22c9bda1c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-21995cfd-5c51-4431-a43b-c0d22c9bda1c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-21995cfd-5c51-4431-a43b-c0d22c9bda1c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-21995cfd-5c51-4431-a43b-c0d22c9bda1c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-21995cfd-5c51-4431-a43b-c0d22c9bda1c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-21995cfd-5c51-4431-a43b-c0d22c9bda1c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-21995cfd-5c51-4431-a43b-c0d22c9bda1c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-21995cfd-5c51-4431-a43b-c0d22c9bda1c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-21995cfd-5c51-4431-a43b-c0d22c9bda1c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-21995cfd-5c51-4431-a43b-c0d22c9bda1c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-21995cfd-5c51-4431-a43b-c0d22c9bda1c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-21995cfd-5c51-4431-a43b-c0d22c9bda1c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-21995cfd-5c51-4431-a43b-c0d22c9bda1c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-21995cfd-5c51-4431-a43b-c0d22c9bda1c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-21995cfd-5c51-4431-a43b-c0d22c9bda1c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f5773eaf-ac37-41bd-8d21-37d970c08eb0 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-f5773eaf-ac37-41bd-8d21-37d970c08eb0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5773eaf-ac37-41bd-8d21-37d970c08eb0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f5773eaf-ac37-41bd-8d21-37d970c08eb0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f5773eaf-ac37-41bd-8d21-37d970c08eb0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f5773eaf-ac37-41bd-8d21-37d970c08eb0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f5773eaf-ac37-41bd-8d21-37d970c08eb0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f5773eaf-ac37-41bd-8d21-37d970c08eb0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f5773eaf-ac37-41bd-8d21-37d970c08eb0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f5773eaf-ac37-41bd-8d21-37d970c08eb0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f5773eaf-ac37-41bd-8d21-37d970c08eb0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f5773eaf-ac37-41bd-8d21-37d970c08eb0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f5773eaf-ac37-41bd-8d21-37d970c08eb0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f5773eaf-ac37-41bd-8d21-37d970c08eb0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f5773eaf-ac37-41bd-8d21-37d970c08eb0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f5773eaf-ac37-41bd-8d21-37d970c08eb0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f5773eaf-ac37-41bd-8d21-37d970c08eb0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f5773eaf-ac37-41bd-8d21-37d970c08eb0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f5773eaf-ac37-41bd-8d21-37d970c08eb0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f5773eaf-ac37-41bd-8d21-37d970c08eb0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f5773eaf-ac37-41bd-8d21-37d970c08eb0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f5773eaf-ac37-41bd-8d21-37d970c08eb0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f5773eaf-ac37-41bd-8d21-37d970c08eb0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f5773eaf-ac37-41bd-8d21-37d970c08eb0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f5773eaf-ac37-41bd-8d21-37d970c08eb0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f5773eaf-ac37-41bd-8d21-37d970c08eb0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5773eaf-ac37-41bd-8d21-37d970c08eb0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f5773eaf-ac37-41bd-8d21-37d970c08eb0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f5773eaf-ac37-41bd-8d21-37d970c08eb0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f5773eaf-ac37-41bd-8d21-37d970c08eb0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f5773eaf-ac37-41bd-8d21-37d970c08eb0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f5773eaf-ac37-41bd-8d21-37d970c08eb0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f5773eaf-ac37-41bd-8d21-37d970c08eb0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f5773eaf-ac37-41bd-8d21-37d970c08eb0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f5773eaf-ac37-41bd-8d21-37d970c08eb0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f5773eaf-ac37-41bd-8d21-37d970c08eb0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f5773eaf-ac37-41bd-8d21-37d970c08eb0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f5773eaf-ac37-41bd-8d21-37d970c08eb0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f3394ea7-0a75-420d-81e8-89f326314eca {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-f3394ea7-0a75-420d-81e8-89f326314eca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3394ea7-0a75-420d-81e8-89f326314eca"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f3394ea7-0a75-420d-81e8-89f326314eca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f3394ea7-0a75-420d-81e8-89f326314eca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f3394ea7-0a75-420d-81e8-89f326314eca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f3394ea7-0a75-420d-81e8-89f326314eca"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f3394ea7-0a75-420d-81e8-89f326314eca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f3394ea7-0a75-420d-81e8-89f326314eca"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f3394ea7-0a75-420d-81e8-89f326314eca"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f3394ea7-0a75-420d-81e8-89f326314eca"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f3394ea7-0a75-420d-81e8-89f326314eca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f3394ea7-0a75-420d-81e8-89f326314eca"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f3394ea7-0a75-420d-81e8-89f326314eca"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f3394ea7-0a75-420d-81e8-89f326314eca"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f3394ea7-0a75-420d-81e8-89f326314eca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f3394ea7-0a75-420d-81e8-89f326314eca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f3394ea7-0a75-420d-81e8-89f326314eca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f3394ea7-0a75-420d-81e8-89f326314eca"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f3394ea7-0a75-420d-81e8-89f326314eca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f3394ea7-0a75-420d-81e8-89f326314eca"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f3394ea7-0a75-420d-81e8-89f326314eca"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f3394ea7-0a75-420d-81e8-89f326314eca"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f3394ea7-0a75-420d-81e8-89f326314eca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f3394ea7-0a75-420d-81e8-89f326314eca"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f3394ea7-0a75-420d-81e8-89f326314eca"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3394ea7-0a75-420d-81e8-89f326314eca"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f3394ea7-0a75-420d-81e8-89f326314eca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f3394ea7-0a75-420d-81e8-89f326314eca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f3394ea7-0a75-420d-81e8-89f326314eca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f3394ea7-0a75-420d-81e8-89f326314eca"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f3394ea7-0a75-420d-81e8-89f326314eca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f3394ea7-0a75-420d-81e8-89f326314eca"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f3394ea7-0a75-420d-81e8-89f326314eca"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f3394ea7-0a75-420d-81e8-89f326314eca"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f3394ea7-0a75-420d-81e8-89f326314eca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f3394ea7-0a75-420d-81e8-89f326314eca"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f3394ea7-0a75-420d-81e8-89f326314eca"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d75038f8-249e-4019-800a-d8e51d9489dd hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-08d53529-87b7-404b-83e2-dad20b2d0b1c {
  min-height: 50px;
}








#s-08d53529-87b7-404b-83e2-dad20b2d0b1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08d53529-87b7-404b-83e2-dad20b2d0b1c.shg-box.shg-c {
  justify-content: center;
}

#s-5b01c9a2-1cd4-4ecf-a2f4-72654d7c1f58 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b01c9a2-1cd4-4ecf-a2f4-72654d7c1f58 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-31ffc98d-514e-42b2-90ab-fa392e570cda {
  margin-top: 7px;
margin-bottom: 7px;
}
@media (min-width: 1200px){#s-31ffc98d-514e-42b2-90ab-fa392e570cda {
  display: none;
}
#s-31ffc98d-514e-42b2-90ab-fa392e570cda, #wrap-s-31ffc98d-514e-42b2-90ab-fa392e570cda { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-31ffc98d-514e-42b2-90ab-fa392e570cda {
  display: none;
}
#s-31ffc98d-514e-42b2-90ab-fa392e570cda, #wrap-s-31ffc98d-514e-42b2-90ab-fa392e570cda { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-31ffc98d-514e-42b2-90ab-fa392e570cda {
  
}
}@media (max-width: 767px){#s-31ffc98d-514e-42b2-90ab-fa392e570cda {
  
}
}
#s-31ffc98d-514e-42b2-90ab-fa392e570cda > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-31ffc98d-514e-42b2-90ab-fa392e570cda > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-31ffc98d-514e-42b2-90ab-fa392e570cda > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-31ffc98d-514e-42b2-90ab-fa392e570cda > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-31ffc98d-514e-42b2-90ab-fa392e570cda > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-31ffc98d-514e-42b2-90ab-fa392e570cda > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}@media (min-width: 768px) and (max-width: 991px){#s-31ffc98d-514e-42b2-90ab-fa392e570cda > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-31ffc98d-514e-42b2-90ab-fa392e570cda > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-31ffc98d-514e-42b2-90ab-fa392e570cda > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-31ffc98d-514e-42b2-90ab-fa392e570cda > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-31ffc98d-514e-42b2-90ab-fa392e570cda > .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: ;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-31ffc98d-514e-42b2-90ab-fa392e570cda > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}}@media (max-width: 767px){#s-31ffc98d-514e-42b2-90ab-fa392e570cda > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-31ffc98d-514e-42b2-90ab-fa392e570cda > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-31ffc98d-514e-42b2-90ab-fa392e570cda > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-31ffc98d-514e-42b2-90ab-fa392e570cda > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-31ffc98d-514e-42b2-90ab-fa392e570cda > .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: ;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-31ffc98d-514e-42b2-90ab-fa392e570cda > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}}
#s-6c641ab3-3c80-45e8-b582-8d9550c4e12a {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-6c641ab3-3c80-45e8-b582-8d9550c4e12a {
  display: none;
}
#s-6c641ab3-3c80-45e8-b582-8d9550c4e12a, #wrap-s-6c641ab3-3c80-45e8-b582-8d9550c4e12a { display:none !important; }}@media (max-width: 767px){#s-6c641ab3-3c80-45e8-b582-8d9550c4e12a {
  display: none;
}
#s-6c641ab3-3c80-45e8-b582-8d9550c4e12a, #wrap-s-6c641ab3-3c80-45e8-b582-8d9550c4e12a { display:none !important; }}
@media (min-width: 0px) {
[id="s-6c641ab3-3c80-45e8-b582-8d9550c4e12a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c641ab3-3c80-45e8-b582-8d9550c4e12a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6c641ab3-3c80-45e8-b582-8d9550c4e12a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6c641ab3-3c80-45e8-b582-8d9550c4e12a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6c641ab3-3c80-45e8-b582-8d9550c4e12a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6c641ab3-3c80-45e8-b582-8d9550c4e12a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6c641ab3-3c80-45e8-b582-8d9550c4e12a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6c641ab3-3c80-45e8-b582-8d9550c4e12a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6c641ab3-3c80-45e8-b582-8d9550c4e12a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6c641ab3-3c80-45e8-b582-8d9550c4e12a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6c641ab3-3c80-45e8-b582-8d9550c4e12a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6c641ab3-3c80-45e8-b582-8d9550c4e12a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6c641ab3-3c80-45e8-b582-8d9550c4e12a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6c641ab3-3c80-45e8-b582-8d9550c4e12a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6c641ab3-3c80-45e8-b582-8d9550c4e12a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6c641ab3-3c80-45e8-b582-8d9550c4e12a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6c641ab3-3c80-45e8-b582-8d9550c4e12a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6c641ab3-3c80-45e8-b582-8d9550c4e12a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6c641ab3-3c80-45e8-b582-8d9550c4e12a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6c641ab3-3c80-45e8-b582-8d9550c4e12a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6c641ab3-3c80-45e8-b582-8d9550c4e12a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6c641ab3-3c80-45e8-b582-8d9550c4e12a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6c641ab3-3c80-45e8-b582-8d9550c4e12a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6c641ab3-3c80-45e8-b582-8d9550c4e12a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6c641ab3-3c80-45e8-b582-8d9550c4e12a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c641ab3-3c80-45e8-b582-8d9550c4e12a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6c641ab3-3c80-45e8-b582-8d9550c4e12a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6c641ab3-3c80-45e8-b582-8d9550c4e12a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6c641ab3-3c80-45e8-b582-8d9550c4e12a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6c641ab3-3c80-45e8-b582-8d9550c4e12a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6c641ab3-3c80-45e8-b582-8d9550c4e12a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6c641ab3-3c80-45e8-b582-8d9550c4e12a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6c641ab3-3c80-45e8-b582-8d9550c4e12a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6c641ab3-3c80-45e8-b582-8d9550c4e12a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6c641ab3-3c80-45e8-b582-8d9550c4e12a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6c641ab3-3c80-45e8-b582-8d9550c4e12a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6c641ab3-3c80-45e8-b582-8d9550c4e12a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-1a1f852d-83a7-4d85-8cf3-f64121b3a8bf {
  margin-top: 3em;
margin-left: 30px;
margin-bottom: 3em;
margin-right: 30px;
text-align: center;
}




  #s-1a1f852d-83a7-4d85-8cf3-f64121b3a8bf img.shogun-image {
    
    width: px;
  }


#s-1a1f852d-83a7-4d85-8cf3-f64121b3a8bf .shogun-image-content {
  
    align-items: center;
  
}

#s-0023d70a-72a6-4b08-b519-be885291f2b6 {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-0023d70a-72a6-4b08-b519-be885291f2b6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0023d70a-72a6-4b08-b519-be885291f2b6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0023d70a-72a6-4b08-b519-be885291f2b6 {
  
}
}@media (max-width: 767px){#s-0023d70a-72a6-4b08-b519-be885291f2b6 {
  
}
}
#s-5ca10de5-6d75-4959-9733-6d5352e4a01d {
  margin-left: 30px;
margin-right: 30px;
}

#s-5ca10de5-6d75-4959-9733-6d5352e4a01d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-5ca10de5-6d75-4959-9733-6d5352e4a01d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-5ca10de5-6d75-4959-9733-6d5352e4a01d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-5ca10de5-6d75-4959-9733-6d5352e4a01d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-5ca10de5-6d75-4959-9733-6d5352e4a01d > .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: Lato;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
}

#s-5ca10de5-6d75-4959-9733-6d5352e4a01d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-3399ee57-78b4-4713-a1bd-ccb0b41dd07e {
  text-align: center;
}




  #s-3399ee57-78b4-4713-a1bd-ccb0b41dd07e img.shogun-image {
    
    width: px;
  }


#s-3399ee57-78b4-4713-a1bd-ccb0b41dd07e .shogun-image-content {
  
    align-items: center;
  
}

#s-fdac7e75-8d18-47c4-84a7-01710a8a6401 {
  margin-top: 1em;
min-height: 50px;
}








#s-fdac7e75-8d18-47c4-84a7-01710a8a6401 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdac7e75-8d18-47c4-84a7-01710a8a6401.shg-box.shg-c {
  justify-content: center;
}

#s-bd208f19-1f17-4ad0-8fee-2031a6f7cff7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd208f19-1f17-4ad0-8fee-2031a6f7cff7 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-175a23ba-4cf8-4441-9362-021f5160c14d {
  margin-left: 10%;
margin-right: 10%;
}

#s-82dcf9b3-eb6d-4c49-9abd-116f86793f53 {
  margin-top: 1em;
margin-left: 5%;
margin-bottom: 1em;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-82dcf9b3-eb6d-4c49-9abd-116f86793f53"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82dcf9b3-eb6d-4c49-9abd-116f86793f53"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-82dcf9b3-eb6d-4c49-9abd-116f86793f53"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-82dcf9b3-eb6d-4c49-9abd-116f86793f53"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-82dcf9b3-eb6d-4c49-9abd-116f86793f53"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-82dcf9b3-eb6d-4c49-9abd-116f86793f53"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-82dcf9b3-eb6d-4c49-9abd-116f86793f53"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-82dcf9b3-eb6d-4c49-9abd-116f86793f53"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-82dcf9b3-eb6d-4c49-9abd-116f86793f53"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-82dcf9b3-eb6d-4c49-9abd-116f86793f53"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-82dcf9b3-eb6d-4c49-9abd-116f86793f53"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-82dcf9b3-eb6d-4c49-9abd-116f86793f53"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-82dcf9b3-eb6d-4c49-9abd-116f86793f53"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-82dcf9b3-eb6d-4c49-9abd-116f86793f53"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-82dcf9b3-eb6d-4c49-9abd-116f86793f53"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-82dcf9b3-eb6d-4c49-9abd-116f86793f53"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-82dcf9b3-eb6d-4c49-9abd-116f86793f53"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-82dcf9b3-eb6d-4c49-9abd-116f86793f53"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-82dcf9b3-eb6d-4c49-9abd-116f86793f53"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-82dcf9b3-eb6d-4c49-9abd-116f86793f53"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-82dcf9b3-eb6d-4c49-9abd-116f86793f53"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-82dcf9b3-eb6d-4c49-9abd-116f86793f53"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-82dcf9b3-eb6d-4c49-9abd-116f86793f53"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-82dcf9b3-eb6d-4c49-9abd-116f86793f53"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-82dcf9b3-eb6d-4c49-9abd-116f86793f53"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-82dcf9b3-eb6d-4c49-9abd-116f86793f53"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-82dcf9b3-eb6d-4c49-9abd-116f86793f53"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-82dcf9b3-eb6d-4c49-9abd-116f86793f53"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-82dcf9b3-eb6d-4c49-9abd-116f86793f53"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-82dcf9b3-eb6d-4c49-9abd-116f86793f53"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-82dcf9b3-eb6d-4c49-9abd-116f86793f53"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-82dcf9b3-eb6d-4c49-9abd-116f86793f53"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-82dcf9b3-eb6d-4c49-9abd-116f86793f53"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-82dcf9b3-eb6d-4c49-9abd-116f86793f53"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-82dcf9b3-eb6d-4c49-9abd-116f86793f53"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-82dcf9b3-eb6d-4c49-9abd-116f86793f53"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-82dcf9b3-eb6d-4c49-9abd-116f86793f53"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-9f6df1d3-7b91-4855-a173-8c14c7d84200 {
  display: none;
}
#s-0f6cff9d-9821-4b6b-9d62-c79e6923d464 {
  text-align: left;
}


.shg-c#s-0f6cff9d-9821-4b6b-9d62-c79e6923d464 {
  max-width: 100%;
}

.shg-c#s-0f6cff9d-9821-4b6b-9d62-c79e6923d464 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f6cff9d-9821-4b6b-9d62-c79e6923d464 .shg-image-zoom,
.shg-c#s-0f6cff9d-9821-4b6b-9d62-c79e6923d464 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f6cff9d-9821-4b6b-9d62-c79e6923d464 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0f6cff9d-9821-4b6b-9d62-c79e6923d464 {
  max-width: 100%;
}

.shg-c#s-0f6cff9d-9821-4b6b-9d62-c79e6923d464 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f6cff9d-9821-4b6b-9d62-c79e6923d464 .shg-image-zoom,
.shg-c#s-0f6cff9d-9821-4b6b-9d62-c79e6923d464 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f6cff9d-9821-4b6b-9d62-c79e6923d464 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0f6cff9d-9821-4b6b-9d62-c79e6923d464 {
  max-width: 100%;
}

.shg-c#s-0f6cff9d-9821-4b6b-9d62-c79e6923d464 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f6cff9d-9821-4b6b-9d62-c79e6923d464 .shg-image-zoom,
.shg-c#s-0f6cff9d-9821-4b6b-9d62-c79e6923d464 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f6cff9d-9821-4b6b-9d62-c79e6923d464 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0f6cff9d-9821-4b6b-9d62-c79e6923d464 {
  max-width: 100%;
}

.shg-c#s-0f6cff9d-9821-4b6b-9d62-c79e6923d464 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f6cff9d-9821-4b6b-9d62-c79e6923d464 .shg-image-zoom,
.shg-c#s-0f6cff9d-9821-4b6b-9d62-c79e6923d464 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f6cff9d-9821-4b6b-9d62-c79e6923d464 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0f6cff9d-9821-4b6b-9d62-c79e6923d464 {
  max-width: 100%;
}

.shg-c#s-0f6cff9d-9821-4b6b-9d62-c79e6923d464 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f6cff9d-9821-4b6b-9d62-c79e6923d464 .shg-image-zoom,
.shg-c#s-0f6cff9d-9821-4b6b-9d62-c79e6923d464 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f6cff9d-9821-4b6b-9d62-c79e6923d464 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f918b6e1-249b-4e96-aa04-0f0bbd6d8087 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f918b6e1-249b-4e96-aa04-0f0bbd6d8087 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-742ea470-0192-481a-b80a-95f1d194d41e {
  margin-top: 3px;
margin-bottom: 3px;
text-align: center;
}

#s-742ea470-0192-481a-b80a-95f1d194d41e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-742ea470-0192-481a-b80a-95f1d194d41e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-742ea470-0192-481a-b80a-95f1d194d41e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-57f411fb-1442-479c-afd0-cf789be08fd6 {
  margin-top: 3%;
margin-left: 25%;
margin-bottom: 3%;
margin-right: 25%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-57f411fb-1442-479c-afd0-cf789be08fd6 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-57f411fb-1442-479c-afd0-cf789be08fd6 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-57f411fb-1442-479c-afd0-cf789be08fd6 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-57f411fb-1442-479c-afd0-cf789be08fd6 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-57f411fb-1442-479c-afd0-cf789be08fd6 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-57f411fb-1442-479c-afd0-cf789be08fd6 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 10px;
}


  #s-57f411fb-1442-479c-afd0-cf789be08fd6 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-57f411fb-1442-479c-afd0-cf789be08fd6 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

#s-2cd26c82-f47d-4df2-a456-2ec96942d9a1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 1px;
background-color: rgba(66, 183, 42, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2cd26c82-f47d-4df2-a456-2ec96942d9a1:hover {background-color: rgba(51, 142, 32, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2cd26c82-f47d-4df2-a456-2ec96942d9a1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2cd26c82-f47d-4df2-a456-2ec96942d9a1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2cd26c82-f47d-4df2-a456-2ec96942d9a1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2cd26c82-f47d-4df2-a456-2ec96942d9a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}

#s-2cd26c82-f47d-4df2-a456-2ec96942d9a1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2cd26c82-f47d-4df2-a456-2ec96942d9a1.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-f2356243-7036-4107-95bf-493844101d9c {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-f2356243-7036-4107-95bf-493844101d9c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f2356243-7036-4107-95bf-493844101d9c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f2356243-7036-4107-95bf-493844101d9c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

@media (min-width: 1200px){#s-5ddd311a-ea56-4042-b0c5-9a123f8921ca {
  display: none;
}
#s-5ddd311a-ea56-4042-b0c5-9a123f8921ca, #wrap-s-5ddd311a-ea56-4042-b0c5-9a123f8921ca { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5ddd311a-ea56-4042-b0c5-9a123f8921ca {
  display: none;
}
#s-5ddd311a-ea56-4042-b0c5-9a123f8921ca, #wrap-s-5ddd311a-ea56-4042-b0c5-9a123f8921ca { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5ddd311a-ea56-4042-b0c5-9a123f8921ca {
  display: none;
}
#s-5ddd311a-ea56-4042-b0c5-9a123f8921ca, #wrap-s-5ddd311a-ea56-4042-b0c5-9a123f8921ca { display:none !important; }}
#s-5ddd311a-ea56-4042-b0c5-9a123f8921ca hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-2ae96034-da9f-4a8f-ba07-072b7679b36b {
  display: none;
}
#s-9f9d12f8-0935-4be2-8f2e-8e8bd15a23be {
  text-align: left;
}


.shg-c#s-9f9d12f8-0935-4be2-8f2e-8e8bd15a23be {
  max-width: 100%;
}

.shg-c#s-9f9d12f8-0935-4be2-8f2e-8e8bd15a23be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f9d12f8-0935-4be2-8f2e-8e8bd15a23be .shg-image-zoom,
.shg-c#s-9f9d12f8-0935-4be2-8f2e-8e8bd15a23be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f9d12f8-0935-4be2-8f2e-8e8bd15a23be .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9f9d12f8-0935-4be2-8f2e-8e8bd15a23be {
  max-width: 100%;
}

.shg-c#s-9f9d12f8-0935-4be2-8f2e-8e8bd15a23be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f9d12f8-0935-4be2-8f2e-8e8bd15a23be .shg-image-zoom,
.shg-c#s-9f9d12f8-0935-4be2-8f2e-8e8bd15a23be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f9d12f8-0935-4be2-8f2e-8e8bd15a23be .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9f9d12f8-0935-4be2-8f2e-8e8bd15a23be {
  max-width: 100%;
}

.shg-c#s-9f9d12f8-0935-4be2-8f2e-8e8bd15a23be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f9d12f8-0935-4be2-8f2e-8e8bd15a23be .shg-image-zoom,
.shg-c#s-9f9d12f8-0935-4be2-8f2e-8e8bd15a23be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f9d12f8-0935-4be2-8f2e-8e8bd15a23be .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9f9d12f8-0935-4be2-8f2e-8e8bd15a23be {
  max-width: 100%;
}

.shg-c#s-9f9d12f8-0935-4be2-8f2e-8e8bd15a23be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f9d12f8-0935-4be2-8f2e-8e8bd15a23be .shg-image-zoom,
.shg-c#s-9f9d12f8-0935-4be2-8f2e-8e8bd15a23be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f9d12f8-0935-4be2-8f2e-8e8bd15a23be .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9f9d12f8-0935-4be2-8f2e-8e8bd15a23be {
  max-width: 100%;
}

.shg-c#s-9f9d12f8-0935-4be2-8f2e-8e8bd15a23be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f9d12f8-0935-4be2-8f2e-8e8bd15a23be .shg-image-zoom,
.shg-c#s-9f9d12f8-0935-4be2-8f2e-8e8bd15a23be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f9d12f8-0935-4be2-8f2e-8e8bd15a23be .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7167ae0b-6666-486a-8faa-87b9ec18c4c2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7167ae0b-6666-486a-8faa-87b9ec18c4c2 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-9838d38a-fd63-4bb2-a54d-a6c417e879c4 {
  margin-top: 3px;
margin-bottom: 3px;
text-align: center;
}

#s-9838d38a-fd63-4bb2-a54d-a6c417e879c4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9838d38a-fd63-4bb2-a54d-a6c417e879c4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9838d38a-fd63-4bb2-a54d-a6c417e879c4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-95949571-0f69-4345-b697-77ce433a3cb0 {
  margin-top: 3%;
margin-left: 25%;
margin-bottom: 3%;
margin-right: 25%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-95949571-0f69-4345-b697-77ce433a3cb0 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-95949571-0f69-4345-b697-77ce433a3cb0 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-95949571-0f69-4345-b697-77ce433a3cb0 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-95949571-0f69-4345-b697-77ce433a3cb0 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-95949571-0f69-4345-b697-77ce433a3cb0 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-95949571-0f69-4345-b697-77ce433a3cb0 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 10px;
}


  #s-95949571-0f69-4345-b697-77ce433a3cb0 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-95949571-0f69-4345-b697-77ce433a3cb0 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

#s-fe73b40e-0145-4d38-a136-cb97507d1483 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 1px;
background-color: rgba(66, 183, 42, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-fe73b40e-0145-4d38-a136-cb97507d1483:hover {background-color: rgba(51, 142, 32, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fe73b40e-0145-4d38-a136-cb97507d1483:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fe73b40e-0145-4d38-a136-cb97507d1483 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe73b40e-0145-4d38-a136-cb97507d1483.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe73b40e-0145-4d38-a136-cb97507d1483.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}

#s-fe73b40e-0145-4d38-a136-cb97507d1483.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fe73b40e-0145-4d38-a136-cb97507d1483.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-d1413db3-d939-4d4e-955f-be0637aecc4c {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d1413db3-d939-4d4e-955f-be0637aecc4c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d1413db3-d939-4d4e-955f-be0637aecc4c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d1413db3-d939-4d4e-955f-be0637aecc4c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

@media (min-width: 1200px){#s-02daeb26-5fa9-4634-8378-c36cad7856d5 {
  display: none;
}
#s-02daeb26-5fa9-4634-8378-c36cad7856d5, #wrap-s-02daeb26-5fa9-4634-8378-c36cad7856d5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02daeb26-5fa9-4634-8378-c36cad7856d5 {
  display: none;
}
#s-02daeb26-5fa9-4634-8378-c36cad7856d5, #wrap-s-02daeb26-5fa9-4634-8378-c36cad7856d5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-02daeb26-5fa9-4634-8378-c36cad7856d5 {
  display: none;
}
#s-02daeb26-5fa9-4634-8378-c36cad7856d5, #wrap-s-02daeb26-5fa9-4634-8378-c36cad7856d5 { display:none !important; }}
#s-02daeb26-5fa9-4634-8378-c36cad7856d5 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-a18267e4-232c-4764-a0c7-fa96000d1d13 {
  display: none;
}
#s-a8a55e55-0c73-4808-acf0-ed7683252865 {
  text-align: left;
}


.shg-c#s-a8a55e55-0c73-4808-acf0-ed7683252865 {
  max-width: 100%;
}

.shg-c#s-a8a55e55-0c73-4808-acf0-ed7683252865 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8a55e55-0c73-4808-acf0-ed7683252865 .shg-image-zoom,
.shg-c#s-a8a55e55-0c73-4808-acf0-ed7683252865 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8a55e55-0c73-4808-acf0-ed7683252865 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a8a55e55-0c73-4808-acf0-ed7683252865 {
  max-width: 100%;
}

.shg-c#s-a8a55e55-0c73-4808-acf0-ed7683252865 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8a55e55-0c73-4808-acf0-ed7683252865 .shg-image-zoom,
.shg-c#s-a8a55e55-0c73-4808-acf0-ed7683252865 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8a55e55-0c73-4808-acf0-ed7683252865 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a8a55e55-0c73-4808-acf0-ed7683252865 {
  max-width: 100%;
}

.shg-c#s-a8a55e55-0c73-4808-acf0-ed7683252865 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8a55e55-0c73-4808-acf0-ed7683252865 .shg-image-zoom,
.shg-c#s-a8a55e55-0c73-4808-acf0-ed7683252865 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8a55e55-0c73-4808-acf0-ed7683252865 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a8a55e55-0c73-4808-acf0-ed7683252865 {
  max-width: 100%;
}

.shg-c#s-a8a55e55-0c73-4808-acf0-ed7683252865 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8a55e55-0c73-4808-acf0-ed7683252865 .shg-image-zoom,
.shg-c#s-a8a55e55-0c73-4808-acf0-ed7683252865 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8a55e55-0c73-4808-acf0-ed7683252865 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a8a55e55-0c73-4808-acf0-ed7683252865 {
  max-width: 100%;
}

.shg-c#s-a8a55e55-0c73-4808-acf0-ed7683252865 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8a55e55-0c73-4808-acf0-ed7683252865 .shg-image-zoom,
.shg-c#s-a8a55e55-0c73-4808-acf0-ed7683252865 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8a55e55-0c73-4808-acf0-ed7683252865 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8d8643dd-be19-4530-a7f3-f25b6f1df8ac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8d8643dd-be19-4530-a7f3-f25b6f1df8ac .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-4bdf7889-6671-4fc6-b246-c1e6f2833f95 {
  margin-top: 3px;
margin-bottom: 3px;
text-align: center;
}

#s-4bdf7889-6671-4fc6-b246-c1e6f2833f95 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4bdf7889-6671-4fc6-b246-c1e6f2833f95 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4bdf7889-6671-4fc6-b246-c1e6f2833f95 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6d58d858-d5e0-4f41-8dd3-91c67dd11cc7 {
  margin-top: 3%;
margin-left: 25%;
margin-bottom: 3%;
margin-right: 25%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-6d58d858-d5e0-4f41-8dd3-91c67dd11cc7 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-6d58d858-d5e0-4f41-8dd3-91c67dd11cc7 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-6d58d858-d5e0-4f41-8dd3-91c67dd11cc7 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-6d58d858-d5e0-4f41-8dd3-91c67dd11cc7 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-6d58d858-d5e0-4f41-8dd3-91c67dd11cc7 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-6d58d858-d5e0-4f41-8dd3-91c67dd11cc7 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 10px;
}


  #s-6d58d858-d5e0-4f41-8dd3-91c67dd11cc7 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-6d58d858-d5e0-4f41-8dd3-91c67dd11cc7 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

#s-af1fe1aa-6ee0-40f1-a582-822e1535ddd2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 1px;
background-color: rgba(66, 183, 42, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-af1fe1aa-6ee0-40f1-a582-822e1535ddd2:hover {background-color: rgba(51, 142, 32, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-af1fe1aa-6ee0-40f1-a582-822e1535ddd2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-af1fe1aa-6ee0-40f1-a582-822e1535ddd2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-af1fe1aa-6ee0-40f1-a582-822e1535ddd2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-af1fe1aa-6ee0-40f1-a582-822e1535ddd2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}

#s-af1fe1aa-6ee0-40f1-a582-822e1535ddd2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-af1fe1aa-6ee0-40f1-a582-822e1535ddd2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-dd975a62-86f3-4ce3-9c13-f323dd8d9b68 {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-dd975a62-86f3-4ce3-9c13-f323dd8d9b68:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dd975a62-86f3-4ce3-9c13-f323dd8d9b68:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dd975a62-86f3-4ce3-9c13-f323dd8d9b68.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-257170d8-8b28-4ec5-95fc-1bd384651b99 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-257170d8-8b28-4ec5-95fc-1bd384651b99 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-257170d8-8b28-4ec5-95fc-1bd384651b99 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-257170d8-8b28-4ec5-95fc-1bd384651b99 {
  
}
}@media (max-width: 767px){#s-257170d8-8b28-4ec5-95fc-1bd384651b99 {
  
}
}







#s-257170d8-8b28-4ec5-95fc-1bd384651b99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-257170d8-8b28-4ec5-95fc-1bd384651b99.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9cf28dc5-a930-4d70-83f8-1a736057eda0 {
  margin-top: 0em;
margin-left: 120px;
margin-bottom: 1em;
margin-right: 120px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9cf28dc5-a930-4d70-83f8-1a736057eda0 {
  display: none;
}
#s-9cf28dc5-a930-4d70-83f8-1a736057eda0, #wrap-s-9cf28dc5-a930-4d70-83f8-1a736057eda0 { display:none !important; }}@media (max-width: 767px){#s-9cf28dc5-a930-4d70-83f8-1a736057eda0 {
  display: none;
}
#s-9cf28dc5-a930-4d70-83f8-1a736057eda0, #wrap-s-9cf28dc5-a930-4d70-83f8-1a736057eda0 { display:none !important; }}
#s-9cf28dc5-a930-4d70-83f8-1a736057eda0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-81310b33-304f-4439-893d-de97fb2b0468 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-81310b33-304f-4439-893d-de97fb2b0468 {
  display: none;
}
#s-81310b33-304f-4439-893d-de97fb2b0468, #wrap-s-81310b33-304f-4439-893d-de97fb2b0468 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81310b33-304f-4439-893d-de97fb2b0468 {
  display: none;
}
#s-81310b33-304f-4439-893d-de97fb2b0468, #wrap-s-81310b33-304f-4439-893d-de97fb2b0468 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81310b33-304f-4439-893d-de97fb2b0468 {
  
}
}@media (max-width: 767px){#s-81310b33-304f-4439-893d-de97fb2b0468 {
  
}
}







#s-81310b33-304f-4439-893d-de97fb2b0468 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-81310b33-304f-4439-893d-de97fb2b0468.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b86f2dc2-3c5b-4260-abc5-496d7c8ac1d7 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(119, 74, 74, 0);
opacity: 1;
}

@media (min-width: 0px) {
[id="s-b86f2dc2-3c5b-4260-abc5-496d7c8ac1d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b86f2dc2-3c5b-4260-abc5-496d7c8ac1d7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b86f2dc2-3c5b-4260-abc5-496d7c8ac1d7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b86f2dc2-3c5b-4260-abc5-496d7c8ac1d7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b86f2dc2-3c5b-4260-abc5-496d7c8ac1d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b86f2dc2-3c5b-4260-abc5-496d7c8ac1d7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b86f2dc2-3c5b-4260-abc5-496d7c8ac1d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b86f2dc2-3c5b-4260-abc5-496d7c8ac1d7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b86f2dc2-3c5b-4260-abc5-496d7c8ac1d7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b86f2dc2-3c5b-4260-abc5-496d7c8ac1d7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b86f2dc2-3c5b-4260-abc5-496d7c8ac1d7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b86f2dc2-3c5b-4260-abc5-496d7c8ac1d7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b86f2dc2-3c5b-4260-abc5-496d7c8ac1d7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b86f2dc2-3c5b-4260-abc5-496d7c8ac1d7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b86f2dc2-3c5b-4260-abc5-496d7c8ac1d7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b86f2dc2-3c5b-4260-abc5-496d7c8ac1d7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b86f2dc2-3c5b-4260-abc5-496d7c8ac1d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b86f2dc2-3c5b-4260-abc5-496d7c8ac1d7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b86f2dc2-3c5b-4260-abc5-496d7c8ac1d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b86f2dc2-3c5b-4260-abc5-496d7c8ac1d7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b86f2dc2-3c5b-4260-abc5-496d7c8ac1d7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b86f2dc2-3c5b-4260-abc5-496d7c8ac1d7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b86f2dc2-3c5b-4260-abc5-496d7c8ac1d7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b86f2dc2-3c5b-4260-abc5-496d7c8ac1d7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b86f2dc2-3c5b-4260-abc5-496d7c8ac1d7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b86f2dc2-3c5b-4260-abc5-496d7c8ac1d7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b86f2dc2-3c5b-4260-abc5-496d7c8ac1d7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b86f2dc2-3c5b-4260-abc5-496d7c8ac1d7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b86f2dc2-3c5b-4260-abc5-496d7c8ac1d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b86f2dc2-3c5b-4260-abc5-496d7c8ac1d7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b86f2dc2-3c5b-4260-abc5-496d7c8ac1d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b86f2dc2-3c5b-4260-abc5-496d7c8ac1d7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b86f2dc2-3c5b-4260-abc5-496d7c8ac1d7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b86f2dc2-3c5b-4260-abc5-496d7c8ac1d7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b86f2dc2-3c5b-4260-abc5-496d7c8ac1d7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b86f2dc2-3c5b-4260-abc5-496d7c8ac1d7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b86f2dc2-3c5b-4260-abc5-496d7c8ac1d7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-95b9c58f-f098-4fac-aa6c-b6049000f64b {
  margin-top: 1em;
margin-left: 2em;
margin-bottom: 1em;
margin-right: 2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-95b9c58f-f098-4fac-aa6c-b6049000f64b {
  display: none;
}
#s-95b9c58f-f098-4fac-aa6c-b6049000f64b, #wrap-s-95b9c58f-f098-4fac-aa6c-b6049000f64b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-95b9c58f-f098-4fac-aa6c-b6049000f64b {
  display: none;
}
#s-95b9c58f-f098-4fac-aa6c-b6049000f64b, #wrap-s-95b9c58f-f098-4fac-aa6c-b6049000f64b { display:none !important; }}
#s-95b9c58f-f098-4fac-aa6c-b6049000f64b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Avenir Next";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e43f507c-5a94-4475-9a36-4854f4f4ade5 {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-e43f507c-5a94-4475-9a36-4854f4f4ade5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e43f507c-5a94-4475-9a36-4854f4f4ade5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e43f507c-5a94-4475-9a36-4854f4f4ade5 {
  
}
}@media (max-width: 767px){#s-e43f507c-5a94-4475-9a36-4854f4f4ade5 {
  
}
}
#s-00dea5b7-7027-4818-a8e3-d250abaa0ba6 {
  margin-left: 30px;
margin-right: 30px;
}

#s-00dea5b7-7027-4818-a8e3-d250abaa0ba6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-00dea5b7-7027-4818-a8e3-d250abaa0ba6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-00dea5b7-7027-4818-a8e3-d250abaa0ba6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-00dea5b7-7027-4818-a8e3-d250abaa0ba6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-00dea5b7-7027-4818-a8e3-d250abaa0ba6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Lato;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-00dea5b7-7027-4818-a8e3-d250abaa0ba6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-a78993c8-e04d-4836-a0d1-5094c8f0ab49 {
  margin-top: 1em;
}

#s-93d7b688-9a9e-4e23-91e3-444d6ba833b7 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-93d7b688-9a9e-4e23-91e3-444d6ba833b7 {
  display: none;
}
#s-93d7b688-9a9e-4e23-91e3-444d6ba833b7, #wrap-s-93d7b688-9a9e-4e23-91e3-444d6ba833b7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-93d7b688-9a9e-4e23-91e3-444d6ba833b7 {
  display: none;
}
#s-93d7b688-9a9e-4e23-91e3-444d6ba833b7, #wrap-s-93d7b688-9a9e-4e23-91e3-444d6ba833b7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-93d7b688-9a9e-4e23-91e3-444d6ba833b7 {
  display: none;
}
#s-93d7b688-9a9e-4e23-91e3-444d6ba833b7, #wrap-s-93d7b688-9a9e-4e23-91e3-444d6ba833b7 { display:none !important; }}@media (max-width: 767px){#s-93d7b688-9a9e-4e23-91e3-444d6ba833b7 {
  display: none;
}
#s-93d7b688-9a9e-4e23-91e3-444d6ba833b7, #wrap-s-93d7b688-9a9e-4e23-91e3-444d6ba833b7 { display:none !important; }}







#s-93d7b688-9a9e-4e23-91e3-444d6ba833b7 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-93d7b688-9a9e-4e23-91e3-444d6ba833b7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6190b83d-1580-40fe-a87a-84c1040bf8fa {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(119, 74, 74, 0);
opacity: 1;
}

@media (min-width: 0px) {
[id="s-6190b83d-1580-40fe-a87a-84c1040bf8fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6190b83d-1580-40fe-a87a-84c1040bf8fa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6190b83d-1580-40fe-a87a-84c1040bf8fa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6190b83d-1580-40fe-a87a-84c1040bf8fa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6190b83d-1580-40fe-a87a-84c1040bf8fa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6190b83d-1580-40fe-a87a-84c1040bf8fa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6190b83d-1580-40fe-a87a-84c1040bf8fa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6190b83d-1580-40fe-a87a-84c1040bf8fa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6190b83d-1580-40fe-a87a-84c1040bf8fa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6190b83d-1580-40fe-a87a-84c1040bf8fa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6190b83d-1580-40fe-a87a-84c1040bf8fa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6190b83d-1580-40fe-a87a-84c1040bf8fa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6190b83d-1580-40fe-a87a-84c1040bf8fa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6190b83d-1580-40fe-a87a-84c1040bf8fa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6190b83d-1580-40fe-a87a-84c1040bf8fa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6190b83d-1580-40fe-a87a-84c1040bf8fa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6190b83d-1580-40fe-a87a-84c1040bf8fa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6190b83d-1580-40fe-a87a-84c1040bf8fa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6190b83d-1580-40fe-a87a-84c1040bf8fa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6190b83d-1580-40fe-a87a-84c1040bf8fa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6190b83d-1580-40fe-a87a-84c1040bf8fa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6190b83d-1580-40fe-a87a-84c1040bf8fa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6190b83d-1580-40fe-a87a-84c1040bf8fa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6190b83d-1580-40fe-a87a-84c1040bf8fa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6190b83d-1580-40fe-a87a-84c1040bf8fa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6190b83d-1580-40fe-a87a-84c1040bf8fa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6190b83d-1580-40fe-a87a-84c1040bf8fa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6190b83d-1580-40fe-a87a-84c1040bf8fa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6190b83d-1580-40fe-a87a-84c1040bf8fa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6190b83d-1580-40fe-a87a-84c1040bf8fa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6190b83d-1580-40fe-a87a-84c1040bf8fa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6190b83d-1580-40fe-a87a-84c1040bf8fa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6190b83d-1580-40fe-a87a-84c1040bf8fa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6190b83d-1580-40fe-a87a-84c1040bf8fa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6190b83d-1580-40fe-a87a-84c1040bf8fa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6190b83d-1580-40fe-a87a-84c1040bf8fa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6190b83d-1580-40fe-a87a-84c1040bf8fa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2a54e582-7d59-475f-a1b4-a2603205745a {
  margin-top: 3em;
margin-left: 30px;
margin-bottom: 3em;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-2a54e582-7d59-475f-a1b4-a2603205745a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2a54e582-7d59-475f-a1b4-a2603205745a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2a54e582-7d59-475f-a1b4-a2603205745a {
  
}
}@media (max-width: 767px){#s-2a54e582-7d59-475f-a1b4-a2603205745a {
  
}
}
#s-2a54e582-7d59-475f-a1b4-a2603205745a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e6ecf20b-1fa4-49c9-b6c0-adac0a16059f {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-e6ecf20b-1fa4-49c9-b6c0-adac0a16059f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e6ecf20b-1fa4-49c9-b6c0-adac0a16059f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e6ecf20b-1fa4-49c9-b6c0-adac0a16059f {
  
}
}@media (max-width: 767px){#s-e6ecf20b-1fa4-49c9-b6c0-adac0a16059f {
  
}
}
#s-dbc50070-8cc2-4803-affb-46f5fed541b1 {
  margin-left: 30px;
margin-right: 30px;
}

#s-dbc50070-8cc2-4803-affb-46f5fed541b1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-dbc50070-8cc2-4803-affb-46f5fed541b1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-dbc50070-8cc2-4803-affb-46f5fed541b1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-dbc50070-8cc2-4803-affb-46f5fed541b1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-dbc50070-8cc2-4803-affb-46f5fed541b1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Lato;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-dbc50070-8cc2-4803-affb-46f5fed541b1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-e4a18c87-15cf-43f3-81f3-61111105cee9 {
  margin-top: 1em;
}

#s-001283b2-5fd5-4fe6-ac09-6a0ca8ec742f {
  min-height: 400px;
}








#s-001283b2-5fd5-4fe6-ac09-6a0ca8ec742f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-001283b2-5fd5-4fe6-ac09-6a0ca8ec742f.shg-box.shg-c {
  justify-content: center;
}

#s-c515e080-c5d7-4a78-80a0-e85c546a4d2a {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-c515e080-c5d7-4a78-80a0-e85c546a4d2a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c515e080-c5d7-4a78-80a0-e85c546a4d2a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c515e080-c5d7-4a78-80a0-e85c546a4d2a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c515e080-c5d7-4a78-80a0-e85c546a4d2a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c515e080-c5d7-4a78-80a0-e85c546a4d2a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c515e080-c5d7-4a78-80a0-e85c546a4d2a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c515e080-c5d7-4a78-80a0-e85c546a4d2a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c515e080-c5d7-4a78-80a0-e85c546a4d2a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c515e080-c5d7-4a78-80a0-e85c546a4d2a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c515e080-c5d7-4a78-80a0-e85c546a4d2a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c515e080-c5d7-4a78-80a0-e85c546a4d2a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c515e080-c5d7-4a78-80a0-e85c546a4d2a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c515e080-c5d7-4a78-80a0-e85c546a4d2a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c515e080-c5d7-4a78-80a0-e85c546a4d2a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c515e080-c5d7-4a78-80a0-e85c546a4d2a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c515e080-c5d7-4a78-80a0-e85c546a4d2a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c515e080-c5d7-4a78-80a0-e85c546a4d2a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c515e080-c5d7-4a78-80a0-e85c546a4d2a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c515e080-c5d7-4a78-80a0-e85c546a4d2a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c515e080-c5d7-4a78-80a0-e85c546a4d2a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c515e080-c5d7-4a78-80a0-e85c546a4d2a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c515e080-c5d7-4a78-80a0-e85c546a4d2a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c515e080-c5d7-4a78-80a0-e85c546a4d2a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c515e080-c5d7-4a78-80a0-e85c546a4d2a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c515e080-c5d7-4a78-80a0-e85c546a4d2a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c515e080-c5d7-4a78-80a0-e85c546a4d2a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c515e080-c5d7-4a78-80a0-e85c546a4d2a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c515e080-c5d7-4a78-80a0-e85c546a4d2a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c515e080-c5d7-4a78-80a0-e85c546a4d2a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c515e080-c5d7-4a78-80a0-e85c546a4d2a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c515e080-c5d7-4a78-80a0-e85c546a4d2a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c515e080-c5d7-4a78-80a0-e85c546a4d2a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c515e080-c5d7-4a78-80a0-e85c546a4d2a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c515e080-c5d7-4a78-80a0-e85c546a4d2a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c515e080-c5d7-4a78-80a0-e85c546a4d2a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c515e080-c5d7-4a78-80a0-e85c546a4d2a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c515e080-c5d7-4a78-80a0-e85c546a4d2a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-561e856e-4074-46d3-a212-53028e6ced4e {
  text-align: center;
}




  #s-561e856e-4074-46d3-a212-53028e6ced4e img.shogun-image {
    
    width: px;
  }


#s-561e856e-4074-46d3-a212-53028e6ced4e .shogun-image-content {
  
    align-items: center;
  
}

#s-32c8bedf-45a0-42f8-abbd-90a0f3ab3709 {
  margin-top: 1em;
margin-left: 2em;
margin-bottom: 1em;
margin-right: 2em;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-32c8bedf-45a0-42f8-abbd-90a0f3ab3709 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: "Avenir Next";
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d27fe71c-3bf2-4805-894e-474936d18a69 {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-d27fe71c-3bf2-4805-894e-474936d18a69 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d27fe71c-3bf2-4805-894e-474936d18a69 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d27fe71c-3bf2-4805-894e-474936d18a69 {
  
}
}@media (max-width: 767px){#s-d27fe71c-3bf2-4805-894e-474936d18a69 {
  
}
}
#s-1c2a9765-6751-405c-beeb-5cec3c8e1400 {
  margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-1c2a9765-6751-405c-beeb-5cec3c8e1400 {
  display: none;
}
#s-1c2a9765-6751-405c-beeb-5cec3c8e1400, #wrap-s-1c2a9765-6751-405c-beeb-5cec3c8e1400 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1c2a9765-6751-405c-beeb-5cec3c8e1400 {
  display: none;
}
#s-1c2a9765-6751-405c-beeb-5cec3c8e1400, #wrap-s-1c2a9765-6751-405c-beeb-5cec3c8e1400 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1c2a9765-6751-405c-beeb-5cec3c8e1400 {
  
}
}@media (max-width: 767px){#s-1c2a9765-6751-405c-beeb-5cec3c8e1400 {
  
}
}
#s-1c2a9765-6751-405c-beeb-5cec3c8e1400 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-1c2a9765-6751-405c-beeb-5cec3c8e1400 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-1c2a9765-6751-405c-beeb-5cec3c8e1400 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-1c2a9765-6751-405c-beeb-5cec3c8e1400 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-1c2a9765-6751-405c-beeb-5cec3c8e1400 > .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: Avenir Next;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-1c2a9765-6751-405c-beeb-5cec3c8e1400 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-63b7b961-6956-42a3-95d5-861bd269921c {
  min-height: 50px;
}








#s-63b7b961-6956-42a3-95d5-861bd269921c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63b7b961-6956-42a3-95d5-861bd269921c.shg-box.shg-c {
  justify-content: center;
}

#s-92807b78-f198-4729-b0ed-7044ff95892b {
  min-height: 50px;
}








#s-92807b78-f198-4729-b0ed-7044ff95892b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92807b78-f198-4729-b0ed-7044ff95892b.shg-box.shg-c {
  justify-content: center;
}

#s-c54dcc37-855b-438d-b506-5d884aba4680 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 11px;
padding-bottom: 11px;
}

#s-8ef67261-4235-42ff-8cfa-abb242bc125f {
  margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-8ef67261-4235-42ff-8cfa-abb242bc125f {
  display: none;
}
#s-8ef67261-4235-42ff-8cfa-abb242bc125f, #wrap-s-8ef67261-4235-42ff-8cfa-abb242bc125f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8ef67261-4235-42ff-8cfa-abb242bc125f {
  display: none;
}
#s-8ef67261-4235-42ff-8cfa-abb242bc125f, #wrap-s-8ef67261-4235-42ff-8cfa-abb242bc125f { display:none !important; }}
#s-8ef67261-4235-42ff-8cfa-abb242bc125f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-8ef67261-4235-42ff-8cfa-abb242bc125f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-8ef67261-4235-42ff-8cfa-abb242bc125f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-8ef67261-4235-42ff-8cfa-abb242bc125f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-8ef67261-4235-42ff-8cfa-abb242bc125f > .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: ;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-8ef67261-4235-42ff-8cfa-abb242bc125f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-fb87b49f-f297-4121-94db-359a47ab081b {
  margin-top: 5%;
margin-left: 30%;
margin-bottom: 5%;
margin-right: 30%;
text-align: center;
}




  #s-fb87b49f-f297-4121-94db-359a47ab081b img.shogun-image {
    
    width: px;
  }


#s-fb87b49f-f297-4121-94db-359a47ab081b .shogun-image-content {
  
    align-items: center;
  
}

#s-2c32fa85-0984-4a51-88a2-8b1472b77c06 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
text-align: center;
}




  #s-2c32fa85-0984-4a51-88a2-8b1472b77c06 img.shogun-image {
    
    width: px;
  }


#s-2c32fa85-0984-4a51-88a2-8b1472b77c06 .shogun-image-content {
  
    align-items: center;
  
}

#s-90e79f6c-aab5-4776-96d4-65cbcc2f38f6 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-d473f9e6-491b-4678-a1af-28934989a611 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-4ddbb5ad-79fe-4b9b-a6e8-fe18fee68354 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-abc0c173-be47-4adc-b700-909a0ceeb03f {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-fabaf64c-26a6-4b4f-b358-d08499cd9bc3 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-fabaf64c-26a6-4b4f-b358-d08499cd9bc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fabaf64c-26a6-4b4f-b358-d08499cd9bc3.shg-box.shg-c {
  justify-content: center;
}

#s-69ac7fc2-cbbb-4122-874a-87e3300a6e82 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69ac7fc2-cbbb-4122-874a-87e3300a6e82 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-a59e36d1-540f-43d9-9f46-86659f2dfa33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a59e36d1-540f-43d9-9f46-86659f2dfa33"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a59e36d1-540f-43d9-9f46-86659f2dfa33"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a59e36d1-540f-43d9-9f46-86659f2dfa33"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a59e36d1-540f-43d9-9f46-86659f2dfa33"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a59e36d1-540f-43d9-9f46-86659f2dfa33"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a59e36d1-540f-43d9-9f46-86659f2dfa33"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a59e36d1-540f-43d9-9f46-86659f2dfa33"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a59e36d1-540f-43d9-9f46-86659f2dfa33"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a59e36d1-540f-43d9-9f46-86659f2dfa33"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a59e36d1-540f-43d9-9f46-86659f2dfa33"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a59e36d1-540f-43d9-9f46-86659f2dfa33"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a59e36d1-540f-43d9-9f46-86659f2dfa33"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a59e36d1-540f-43d9-9f46-86659f2dfa33"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a59e36d1-540f-43d9-9f46-86659f2dfa33"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a59e36d1-540f-43d9-9f46-86659f2dfa33"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a59e36d1-540f-43d9-9f46-86659f2dfa33"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a59e36d1-540f-43d9-9f46-86659f2dfa33"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a59e36d1-540f-43d9-9f46-86659f2dfa33"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a59e36d1-540f-43d9-9f46-86659f2dfa33"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a59e36d1-540f-43d9-9f46-86659f2dfa33"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a59e36d1-540f-43d9-9f46-86659f2dfa33"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a59e36d1-540f-43d9-9f46-86659f2dfa33"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a59e36d1-540f-43d9-9f46-86659f2dfa33"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a59e36d1-540f-43d9-9f46-86659f2dfa33"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a59e36d1-540f-43d9-9f46-86659f2dfa33"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a59e36d1-540f-43d9-9f46-86659f2dfa33"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a59e36d1-540f-43d9-9f46-86659f2dfa33"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a59e36d1-540f-43d9-9f46-86659f2dfa33"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a59e36d1-540f-43d9-9f46-86659f2dfa33"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a59e36d1-540f-43d9-9f46-86659f2dfa33"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a59e36d1-540f-43d9-9f46-86659f2dfa33"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a59e36d1-540f-43d9-9f46-86659f2dfa33"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a59e36d1-540f-43d9-9f46-86659f2dfa33"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a59e36d1-540f-43d9-9f46-86659f2dfa33"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a59e36d1-540f-43d9-9f46-86659f2dfa33"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a59e36d1-540f-43d9-9f46-86659f2dfa33"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7ee29dd0-13a2-449b-8234-6bdc8de96937 {
  text-align: center;
}




  #s-7ee29dd0-13a2-449b-8234-6bdc8de96937 img.shogun-image {
    
    width: px;
  }


#s-7ee29dd0-13a2-449b-8234-6bdc8de96937 .shogun-image-content {
  
    align-items: center;
  
}

#s-43e29841-0f8a-4e00-adec-ba36f5194cfe {
  margin-top: 1em;
text-align: center;
}

#s-43e29841-0f8a-4e00-adec-ba36f5194cfe .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e9c023a4-63a4-4a9d-9245-ee3deba3243d {
  text-align: center;
}




  #s-e9c023a4-63a4-4a9d-9245-ee3deba3243d img.shogun-image {
    
    width: px;
  }


#s-e9c023a4-63a4-4a9d-9245-ee3deba3243d .shogun-image-content {
  
    align-items: center;
  
}

#s-99543260-d233-4f44-a71a-e3b3084679d5 {
  margin-top: 1em;
text-align: center;
}

#s-99543260-d233-4f44-a71a-e3b3084679d5 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-289d174d-3747-4db8-ad11-73bb6048e1bc {
  margin-left: 3%;
margin-right: 3%;
padding-top: 30px;
padding-bottom: 30px;
}

#s-72d033b7-1d2a-4665-ac71-ee765fb70540 {
  min-height: 50px;
}








#s-72d033b7-1d2a-4665-ac71-ee765fb70540 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72d033b7-1d2a-4665-ac71-ee765fb70540.shg-box.shg-c {
  justify-content: center;
}

#s-e1bb50d4-3dca-45d8-8a88-5c4940380804 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e1bb50d4-3dca-45d8-8a88-5c4940380804 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cb520c9b-a186-484b-8539-b9421a66826f {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-cb520c9b-a186-484b-8539-b9421a66826f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb520c9b-a186-484b-8539-b9421a66826f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cb520c9b-a186-484b-8539-b9421a66826f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cb520c9b-a186-484b-8539-b9421a66826f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb520c9b-a186-484b-8539-b9421a66826f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cb520c9b-a186-484b-8539-b9421a66826f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cb520c9b-a186-484b-8539-b9421a66826f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cb520c9b-a186-484b-8539-b9421a66826f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cb520c9b-a186-484b-8539-b9421a66826f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cb520c9b-a186-484b-8539-b9421a66826f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cb520c9b-a186-484b-8539-b9421a66826f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cb520c9b-a186-484b-8539-b9421a66826f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cb520c9b-a186-484b-8539-b9421a66826f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cb520c9b-a186-484b-8539-b9421a66826f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cb520c9b-a186-484b-8539-b9421a66826f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cb520c9b-a186-484b-8539-b9421a66826f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb520c9b-a186-484b-8539-b9421a66826f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cb520c9b-a186-484b-8539-b9421a66826f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cb520c9b-a186-484b-8539-b9421a66826f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cb520c9b-a186-484b-8539-b9421a66826f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cb520c9b-a186-484b-8539-b9421a66826f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cb520c9b-a186-484b-8539-b9421a66826f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cb520c9b-a186-484b-8539-b9421a66826f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cb520c9b-a186-484b-8539-b9421a66826f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cb520c9b-a186-484b-8539-b9421a66826f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb520c9b-a186-484b-8539-b9421a66826f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cb520c9b-a186-484b-8539-b9421a66826f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cb520c9b-a186-484b-8539-b9421a66826f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb520c9b-a186-484b-8539-b9421a66826f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cb520c9b-a186-484b-8539-b9421a66826f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cb520c9b-a186-484b-8539-b9421a66826f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cb520c9b-a186-484b-8539-b9421a66826f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cb520c9b-a186-484b-8539-b9421a66826f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cb520c9b-a186-484b-8539-b9421a66826f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cb520c9b-a186-484b-8539-b9421a66826f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cb520c9b-a186-484b-8539-b9421a66826f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cb520c9b-a186-484b-8539-b9421a66826f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0d960d2f-90e4-4ea0-b506-16b9bd8ae0a8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d960d2f-90e4-4ea0-b506-16b9bd8ae0a8 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4beb2648-319c-4b58-847f-f0e01ce50566 {
  margin-left: 5px;
margin-right: 5px;
text-align: center;
}




  #s-4beb2648-319c-4b58-847f-f0e01ce50566 img.shogun-image {
    
    width: px;
  }


#s-4beb2648-319c-4b58-847f-f0e01ce50566 .shogun-image-content {
  
    align-items: center;
  
}

#s-4367d1c5-de47-4544-9d4f-effd62bd1407 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
@media (max-width: 767px){#s-4367d1c5-de47-4544-9d4f-effd62bd1407 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-ee3f82ed-7092-4762-9e88-a891d6e8bf54 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ee3f82ed-7092-4762-9e88-a891d6e8bf54 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0a38d14d-ab8c-487f-b960-38e40e617514 {
  margin-left: 5px;
margin-right: 5px;
text-align: center;
}




  #s-0a38d14d-ab8c-487f-b960-38e40e617514 img.shogun-image {
    
    width: px;
  }


#s-0a38d14d-ab8c-487f-b960-38e40e617514 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e00bec2-fc7c-43bb-ad47-3ca7dfb41800 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
@media (max-width: 767px){#s-2e00bec2-fc7c-43bb-ad47-3ca7dfb41800 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-a5f07613-6cb0-4a73-aa8e-c142e54a839a {
  padding-left: 3%;
padding-right: 3%;
}

#s-a5f07613-6cb0-4a73-aa8e-c142e54a839a hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-aa66f990-d602-4f1a-932f-f7f1eff23072 {
  min-height: 50px;
}








#s-aa66f990-d602-4f1a-932f-f7f1eff23072 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa66f990-d602-4f1a-932f-f7f1eff23072.shg-box.shg-c {
  justify-content: center;
}

#s-93ba154f-5981-47a2-9bac-4f394df1208b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-93ba154f-5981-47a2-9bac-4f394df1208b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b179fc25-5031-4c56-ada7-b6c875db3989 {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-b179fc25-5031-4c56-ada7-b6c875db3989"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b179fc25-5031-4c56-ada7-b6c875db3989"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b179fc25-5031-4c56-ada7-b6c875db3989"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b179fc25-5031-4c56-ada7-b6c875db3989"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b179fc25-5031-4c56-ada7-b6c875db3989"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b179fc25-5031-4c56-ada7-b6c875db3989"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b179fc25-5031-4c56-ada7-b6c875db3989"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b179fc25-5031-4c56-ada7-b6c875db3989"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b179fc25-5031-4c56-ada7-b6c875db3989"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b179fc25-5031-4c56-ada7-b6c875db3989"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b179fc25-5031-4c56-ada7-b6c875db3989"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b179fc25-5031-4c56-ada7-b6c875db3989"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b179fc25-5031-4c56-ada7-b6c875db3989"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b179fc25-5031-4c56-ada7-b6c875db3989"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b179fc25-5031-4c56-ada7-b6c875db3989"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b179fc25-5031-4c56-ada7-b6c875db3989"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b179fc25-5031-4c56-ada7-b6c875db3989"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b179fc25-5031-4c56-ada7-b6c875db3989"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b179fc25-5031-4c56-ada7-b6c875db3989"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b179fc25-5031-4c56-ada7-b6c875db3989"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b179fc25-5031-4c56-ada7-b6c875db3989"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b179fc25-5031-4c56-ada7-b6c875db3989"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b179fc25-5031-4c56-ada7-b6c875db3989"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b179fc25-5031-4c56-ada7-b6c875db3989"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b179fc25-5031-4c56-ada7-b6c875db3989"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b179fc25-5031-4c56-ada7-b6c875db3989"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b179fc25-5031-4c56-ada7-b6c875db3989"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b179fc25-5031-4c56-ada7-b6c875db3989"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b179fc25-5031-4c56-ada7-b6c875db3989"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b179fc25-5031-4c56-ada7-b6c875db3989"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b179fc25-5031-4c56-ada7-b6c875db3989"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b179fc25-5031-4c56-ada7-b6c875db3989"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b179fc25-5031-4c56-ada7-b6c875db3989"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b179fc25-5031-4c56-ada7-b6c875db3989"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b179fc25-5031-4c56-ada7-b6c875db3989"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b179fc25-5031-4c56-ada7-b6c875db3989"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b179fc25-5031-4c56-ada7-b6c875db3989"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c455bc7b-f097-4824-b792-27261ad000df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c455bc7b-f097-4824-b792-27261ad000df .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0903f055-ef9a-41f3-86c1-a824f4bcf831 {
  margin-left: 5px;
margin-right: 5px;
text-align: center;
}




  #s-0903f055-ef9a-41f3-86c1-a824f4bcf831 img.shogun-image {
    
    width: px;
  }


#s-0903f055-ef9a-41f3-86c1-a824f4bcf831 .shogun-image-content {
  
    align-items: center;
  
}

#s-b4845eff-7227-4eef-bcfa-4399d4555ef8 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
@media (max-width: 767px){#s-b4845eff-7227-4eef-bcfa-4399d4555ef8 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-299911fe-30cc-48dc-a5fd-6d2ab7128856 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-299911fe-30cc-48dc-a5fd-6d2ab7128856 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-01c188aa-95dd-47c7-8ab1-c7eac3e2216e {
  margin-left: 5px;
margin-right: 5px;
text-align: center;
}




  #s-01c188aa-95dd-47c7-8ab1-c7eac3e2216e img.shogun-image {
    
    width: px;
  }


#s-01c188aa-95dd-47c7-8ab1-c7eac3e2216e .shogun-image-content {
  
    align-items: center;
  
}

#s-cceff161-aac6-4696-8158-c26b3468a8b1 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
@media (max-width: 767px){#s-cceff161-aac6-4696-8158-c26b3468a8b1 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-7b3d18a7-1b38-4902-b44c-4a28abc198db {
  padding-left: 3%;
padding-right: 3%;
}

#s-7b3d18a7-1b38-4902-b44c-4a28abc198db hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-85cb17b7-337a-4e9f-8c18-e4cc8b0cb7fd {
  min-height: 50px;
}








#s-85cb17b7-337a-4e9f-8c18-e4cc8b0cb7fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85cb17b7-337a-4e9f-8c18-e4cc8b0cb7fd.shg-box.shg-c {
  justify-content: center;
}

#s-79ec75ff-6f1f-460e-8562-fc22c7fbb874 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-79ec75ff-6f1f-460e-8562-fc22c7fbb874 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1decf651-4aaf-477c-b6ff-c0314f7cbe68 {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-1decf651-4aaf-477c-b6ff-c0314f7cbe68"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1decf651-4aaf-477c-b6ff-c0314f7cbe68"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1decf651-4aaf-477c-b6ff-c0314f7cbe68"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1decf651-4aaf-477c-b6ff-c0314f7cbe68"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1decf651-4aaf-477c-b6ff-c0314f7cbe68"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1decf651-4aaf-477c-b6ff-c0314f7cbe68"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1decf651-4aaf-477c-b6ff-c0314f7cbe68"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1decf651-4aaf-477c-b6ff-c0314f7cbe68"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1decf651-4aaf-477c-b6ff-c0314f7cbe68"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1decf651-4aaf-477c-b6ff-c0314f7cbe68"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1decf651-4aaf-477c-b6ff-c0314f7cbe68"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1decf651-4aaf-477c-b6ff-c0314f7cbe68"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1decf651-4aaf-477c-b6ff-c0314f7cbe68"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1decf651-4aaf-477c-b6ff-c0314f7cbe68"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1decf651-4aaf-477c-b6ff-c0314f7cbe68"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1decf651-4aaf-477c-b6ff-c0314f7cbe68"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1decf651-4aaf-477c-b6ff-c0314f7cbe68"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1decf651-4aaf-477c-b6ff-c0314f7cbe68"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1decf651-4aaf-477c-b6ff-c0314f7cbe68"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1decf651-4aaf-477c-b6ff-c0314f7cbe68"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1decf651-4aaf-477c-b6ff-c0314f7cbe68"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1decf651-4aaf-477c-b6ff-c0314f7cbe68"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1decf651-4aaf-477c-b6ff-c0314f7cbe68"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1decf651-4aaf-477c-b6ff-c0314f7cbe68"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1decf651-4aaf-477c-b6ff-c0314f7cbe68"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1decf651-4aaf-477c-b6ff-c0314f7cbe68"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1decf651-4aaf-477c-b6ff-c0314f7cbe68"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1decf651-4aaf-477c-b6ff-c0314f7cbe68"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1decf651-4aaf-477c-b6ff-c0314f7cbe68"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1decf651-4aaf-477c-b6ff-c0314f7cbe68"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1decf651-4aaf-477c-b6ff-c0314f7cbe68"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1decf651-4aaf-477c-b6ff-c0314f7cbe68"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1decf651-4aaf-477c-b6ff-c0314f7cbe68"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1decf651-4aaf-477c-b6ff-c0314f7cbe68"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1decf651-4aaf-477c-b6ff-c0314f7cbe68"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1decf651-4aaf-477c-b6ff-c0314f7cbe68"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1decf651-4aaf-477c-b6ff-c0314f7cbe68"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1bc0129d-4817-4948-92fd-33d0efbcfccc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1bc0129d-4817-4948-92fd-33d0efbcfccc .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4d36b977-c9e3-40f9-aceb-137945de3df8 {
  margin-left: 5px;
margin-right: 5px;
text-align: center;
}




  #s-4d36b977-c9e3-40f9-aceb-137945de3df8 img.shogun-image {
    
    width: px;
  }


#s-4d36b977-c9e3-40f9-aceb-137945de3df8 .shogun-image-content {
  
    align-items: center;
  
}

#s-e109f820-9474-45c4-8223-54f4656be8ed {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
@media (max-width: 767px){#s-e109f820-9474-45c4-8223-54f4656be8ed {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-b9823798-575c-476c-a140-14ab975286cd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b9823798-575c-476c-a140-14ab975286cd .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b4a2a62b-6be4-41f2-b065-c9e59d1ef8e5 {
  margin-left: 5px;
margin-right: 5px;
text-align: center;
}




  #s-b4a2a62b-6be4-41f2-b065-c9e59d1ef8e5 img.shogun-image {
    
    width: px;
  }


#s-b4a2a62b-6be4-41f2-b065-c9e59d1ef8e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e3dfa82-456d-4316-9273-aa2ce84fbebd {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
@media (max-width: 767px){#s-4e3dfa82-456d-4316-9273-aa2ce84fbebd {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-6a41ede5-8db5-4a3f-9c4d-ec437a77d89c {
  min-height: 50px;
}








#s-6a41ede5-8db5-4a3f-9c4d-ec437a77d89c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a41ede5-8db5-4a3f-9c4d-ec437a77d89c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec {
  display: none;
}
#s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec, #wrap-s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec {
  display: none;
}
#s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec, #wrap-s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec { display:none !important; }}
@media (min-width: 0px) {
[id="s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1e1a65f9-2eed-4aa0-bccf-eb3cd3b896ec"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-733e2e76-7007-46d0-ade6-a8e54a7e27f6 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

#s-733e2e76-7007-46d0-ade6-a8e54a7e27f6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-733e2e76-7007-46d0-ade6-a8e54a7e27f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-733e2e76-7007-46d0-ade6-a8e54a7e27f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-733e2e76-7007-46d0-ade6-a8e54a7e27f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-733e2e76-7007-46d0-ade6-a8e54a7e27f6 > .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: Avenir Next;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-733e2e76-7007-46d0-ade6-a8e54a7e27f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-fbc1a2c5-15f2-4ad5-917f-a25669960b44 {
  min-height: 50px;
}








#s-fbc1a2c5-15f2-4ad5-917f-a25669960b44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbc1a2c5-15f2-4ad5-917f-a25669960b44.shg-box.shg-c {
  justify-content: center;
}

#s-0b1d1b44-3fde-4fd9-ba45-9f1f63d91752 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-0b1d1b44-3fde-4fd9-ba45-9f1f63d91752"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b1d1b44-3fde-4fd9-ba45-9f1f63d91752"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0b1d1b44-3fde-4fd9-ba45-9f1f63d91752"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0b1d1b44-3fde-4fd9-ba45-9f1f63d91752"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0b1d1b44-3fde-4fd9-ba45-9f1f63d91752"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0b1d1b44-3fde-4fd9-ba45-9f1f63d91752"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0b1d1b44-3fde-4fd9-ba45-9f1f63d91752"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0b1d1b44-3fde-4fd9-ba45-9f1f63d91752"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0b1d1b44-3fde-4fd9-ba45-9f1f63d91752"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0b1d1b44-3fde-4fd9-ba45-9f1f63d91752"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0b1d1b44-3fde-4fd9-ba45-9f1f63d91752"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0b1d1b44-3fde-4fd9-ba45-9f1f63d91752"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0b1d1b44-3fde-4fd9-ba45-9f1f63d91752"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0b1d1b44-3fde-4fd9-ba45-9f1f63d91752"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0b1d1b44-3fde-4fd9-ba45-9f1f63d91752"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0b1d1b44-3fde-4fd9-ba45-9f1f63d91752"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0b1d1b44-3fde-4fd9-ba45-9f1f63d91752"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0b1d1b44-3fde-4fd9-ba45-9f1f63d91752"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0b1d1b44-3fde-4fd9-ba45-9f1f63d91752"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0b1d1b44-3fde-4fd9-ba45-9f1f63d91752"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0b1d1b44-3fde-4fd9-ba45-9f1f63d91752"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0b1d1b44-3fde-4fd9-ba45-9f1f63d91752"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0b1d1b44-3fde-4fd9-ba45-9f1f63d91752"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0b1d1b44-3fde-4fd9-ba45-9f1f63d91752"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0b1d1b44-3fde-4fd9-ba45-9f1f63d91752"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b1d1b44-3fde-4fd9-ba45-9f1f63d91752"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0b1d1b44-3fde-4fd9-ba45-9f1f63d91752"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0b1d1b44-3fde-4fd9-ba45-9f1f63d91752"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0b1d1b44-3fde-4fd9-ba45-9f1f63d91752"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0b1d1b44-3fde-4fd9-ba45-9f1f63d91752"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0b1d1b44-3fde-4fd9-ba45-9f1f63d91752"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0b1d1b44-3fde-4fd9-ba45-9f1f63d91752"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0b1d1b44-3fde-4fd9-ba45-9f1f63d91752"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0b1d1b44-3fde-4fd9-ba45-9f1f63d91752"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0b1d1b44-3fde-4fd9-ba45-9f1f63d91752"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0b1d1b44-3fde-4fd9-ba45-9f1f63d91752"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0b1d1b44-3fde-4fd9-ba45-9f1f63d91752"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b8de1e0b-030a-474a-beb8-2855972faac5 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-b8de1e0b-030a-474a-beb8-2855972faac5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8de1e0b-030a-474a-beb8-2855972faac5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b8de1e0b-030a-474a-beb8-2855972faac5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b8de1e0b-030a-474a-beb8-2855972faac5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b8de1e0b-030a-474a-beb8-2855972faac5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b8de1e0b-030a-474a-beb8-2855972faac5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b8de1e0b-030a-474a-beb8-2855972faac5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b8de1e0b-030a-474a-beb8-2855972faac5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b8de1e0b-030a-474a-beb8-2855972faac5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b8de1e0b-030a-474a-beb8-2855972faac5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b8de1e0b-030a-474a-beb8-2855972faac5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b8de1e0b-030a-474a-beb8-2855972faac5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b8de1e0b-030a-474a-beb8-2855972faac5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b8de1e0b-030a-474a-beb8-2855972faac5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b8de1e0b-030a-474a-beb8-2855972faac5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b8de1e0b-030a-474a-beb8-2855972faac5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b8de1e0b-030a-474a-beb8-2855972faac5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b8de1e0b-030a-474a-beb8-2855972faac5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b8de1e0b-030a-474a-beb8-2855972faac5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b8de1e0b-030a-474a-beb8-2855972faac5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b8de1e0b-030a-474a-beb8-2855972faac5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b8de1e0b-030a-474a-beb8-2855972faac5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b8de1e0b-030a-474a-beb8-2855972faac5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b8de1e0b-030a-474a-beb8-2855972faac5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b8de1e0b-030a-474a-beb8-2855972faac5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8de1e0b-030a-474a-beb8-2855972faac5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b8de1e0b-030a-474a-beb8-2855972faac5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b8de1e0b-030a-474a-beb8-2855972faac5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b8de1e0b-030a-474a-beb8-2855972faac5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b8de1e0b-030a-474a-beb8-2855972faac5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b8de1e0b-030a-474a-beb8-2855972faac5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b8de1e0b-030a-474a-beb8-2855972faac5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b8de1e0b-030a-474a-beb8-2855972faac5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b8de1e0b-030a-474a-beb8-2855972faac5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b8de1e0b-030a-474a-beb8-2855972faac5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b8de1e0b-030a-474a-beb8-2855972faac5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b8de1e0b-030a-474a-beb8-2855972faac5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e882b247-a0ad-4e5f-817f-acb0cf03e47a {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-e882b247-a0ad-4e5f-817f-acb0cf03e47a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e882b247-a0ad-4e5f-817f-acb0cf03e47a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e882b247-a0ad-4e5f-817f-acb0cf03e47a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e882b247-a0ad-4e5f-817f-acb0cf03e47a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e882b247-a0ad-4e5f-817f-acb0cf03e47a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e882b247-a0ad-4e5f-817f-acb0cf03e47a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e882b247-a0ad-4e5f-817f-acb0cf03e47a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e882b247-a0ad-4e5f-817f-acb0cf03e47a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e882b247-a0ad-4e5f-817f-acb0cf03e47a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e882b247-a0ad-4e5f-817f-acb0cf03e47a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e882b247-a0ad-4e5f-817f-acb0cf03e47a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e882b247-a0ad-4e5f-817f-acb0cf03e47a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e882b247-a0ad-4e5f-817f-acb0cf03e47a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e882b247-a0ad-4e5f-817f-acb0cf03e47a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e882b247-a0ad-4e5f-817f-acb0cf03e47a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e882b247-a0ad-4e5f-817f-acb0cf03e47a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e882b247-a0ad-4e5f-817f-acb0cf03e47a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e882b247-a0ad-4e5f-817f-acb0cf03e47a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e882b247-a0ad-4e5f-817f-acb0cf03e47a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e882b247-a0ad-4e5f-817f-acb0cf03e47a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e882b247-a0ad-4e5f-817f-acb0cf03e47a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e882b247-a0ad-4e5f-817f-acb0cf03e47a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e882b247-a0ad-4e5f-817f-acb0cf03e47a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e882b247-a0ad-4e5f-817f-acb0cf03e47a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e882b247-a0ad-4e5f-817f-acb0cf03e47a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e882b247-a0ad-4e5f-817f-acb0cf03e47a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e882b247-a0ad-4e5f-817f-acb0cf03e47a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e882b247-a0ad-4e5f-817f-acb0cf03e47a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e882b247-a0ad-4e5f-817f-acb0cf03e47a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e882b247-a0ad-4e5f-817f-acb0cf03e47a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e882b247-a0ad-4e5f-817f-acb0cf03e47a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e882b247-a0ad-4e5f-817f-acb0cf03e47a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e882b247-a0ad-4e5f-817f-acb0cf03e47a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e882b247-a0ad-4e5f-817f-acb0cf03e47a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e882b247-a0ad-4e5f-817f-acb0cf03e47a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e882b247-a0ad-4e5f-817f-acb0cf03e47a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e882b247-a0ad-4e5f-817f-acb0cf03e47a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0a5cfd54-92d4-4247-8d2a-0addbd4d6b6e {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-0a5cfd54-92d4-4247-8d2a-0addbd4d6b6e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a5cfd54-92d4-4247-8d2a-0addbd4d6b6e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0a5cfd54-92d4-4247-8d2a-0addbd4d6b6e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0a5cfd54-92d4-4247-8d2a-0addbd4d6b6e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0a5cfd54-92d4-4247-8d2a-0addbd4d6b6e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0a5cfd54-92d4-4247-8d2a-0addbd4d6b6e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0a5cfd54-92d4-4247-8d2a-0addbd4d6b6e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0a5cfd54-92d4-4247-8d2a-0addbd4d6b6e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0a5cfd54-92d4-4247-8d2a-0addbd4d6b6e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0a5cfd54-92d4-4247-8d2a-0addbd4d6b6e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0a5cfd54-92d4-4247-8d2a-0addbd4d6b6e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0a5cfd54-92d4-4247-8d2a-0addbd4d6b6e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0a5cfd54-92d4-4247-8d2a-0addbd4d6b6e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0a5cfd54-92d4-4247-8d2a-0addbd4d6b6e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0a5cfd54-92d4-4247-8d2a-0addbd4d6b6e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0a5cfd54-92d4-4247-8d2a-0addbd4d6b6e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0a5cfd54-92d4-4247-8d2a-0addbd4d6b6e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0a5cfd54-92d4-4247-8d2a-0addbd4d6b6e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0a5cfd54-92d4-4247-8d2a-0addbd4d6b6e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0a5cfd54-92d4-4247-8d2a-0addbd4d6b6e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0a5cfd54-92d4-4247-8d2a-0addbd4d6b6e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0a5cfd54-92d4-4247-8d2a-0addbd4d6b6e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0a5cfd54-92d4-4247-8d2a-0addbd4d6b6e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0a5cfd54-92d4-4247-8d2a-0addbd4d6b6e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0a5cfd54-92d4-4247-8d2a-0addbd4d6b6e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a5cfd54-92d4-4247-8d2a-0addbd4d6b6e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0a5cfd54-92d4-4247-8d2a-0addbd4d6b6e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0a5cfd54-92d4-4247-8d2a-0addbd4d6b6e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0a5cfd54-92d4-4247-8d2a-0addbd4d6b6e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0a5cfd54-92d4-4247-8d2a-0addbd4d6b6e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0a5cfd54-92d4-4247-8d2a-0addbd4d6b6e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0a5cfd54-92d4-4247-8d2a-0addbd4d6b6e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0a5cfd54-92d4-4247-8d2a-0addbd4d6b6e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0a5cfd54-92d4-4247-8d2a-0addbd4d6b6e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0a5cfd54-92d4-4247-8d2a-0addbd4d6b6e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0a5cfd54-92d4-4247-8d2a-0addbd4d6b6e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0a5cfd54-92d4-4247-8d2a-0addbd4d6b6e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1725609f-7ae0-4e3e-a5c6-8c15ff32b1ac {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-1725609f-7ae0-4e3e-a5c6-8c15ff32b1ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1725609f-7ae0-4e3e-a5c6-8c15ff32b1ac"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1725609f-7ae0-4e3e-a5c6-8c15ff32b1ac"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1725609f-7ae0-4e3e-a5c6-8c15ff32b1ac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1725609f-7ae0-4e3e-a5c6-8c15ff32b1ac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1725609f-7ae0-4e3e-a5c6-8c15ff32b1ac"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1725609f-7ae0-4e3e-a5c6-8c15ff32b1ac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1725609f-7ae0-4e3e-a5c6-8c15ff32b1ac"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1725609f-7ae0-4e3e-a5c6-8c15ff32b1ac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1725609f-7ae0-4e3e-a5c6-8c15ff32b1ac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1725609f-7ae0-4e3e-a5c6-8c15ff32b1ac"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1725609f-7ae0-4e3e-a5c6-8c15ff32b1ac"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1725609f-7ae0-4e3e-a5c6-8c15ff32b1ac"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1725609f-7ae0-4e3e-a5c6-8c15ff32b1ac"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1725609f-7ae0-4e3e-a5c6-8c15ff32b1ac"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1725609f-7ae0-4e3e-a5c6-8c15ff32b1ac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1725609f-7ae0-4e3e-a5c6-8c15ff32b1ac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1725609f-7ae0-4e3e-a5c6-8c15ff32b1ac"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1725609f-7ae0-4e3e-a5c6-8c15ff32b1ac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1725609f-7ae0-4e3e-a5c6-8c15ff32b1ac"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1725609f-7ae0-4e3e-a5c6-8c15ff32b1ac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1725609f-7ae0-4e3e-a5c6-8c15ff32b1ac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1725609f-7ae0-4e3e-a5c6-8c15ff32b1ac"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1725609f-7ae0-4e3e-a5c6-8c15ff32b1ac"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1725609f-7ae0-4e3e-a5c6-8c15ff32b1ac"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1725609f-7ae0-4e3e-a5c6-8c15ff32b1ac"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1725609f-7ae0-4e3e-a5c6-8c15ff32b1ac"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1725609f-7ae0-4e3e-a5c6-8c15ff32b1ac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1725609f-7ae0-4e3e-a5c6-8c15ff32b1ac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1725609f-7ae0-4e3e-a5c6-8c15ff32b1ac"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1725609f-7ae0-4e3e-a5c6-8c15ff32b1ac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1725609f-7ae0-4e3e-a5c6-8c15ff32b1ac"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1725609f-7ae0-4e3e-a5c6-8c15ff32b1ac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1725609f-7ae0-4e3e-a5c6-8c15ff32b1ac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1725609f-7ae0-4e3e-a5c6-8c15ff32b1ac"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1725609f-7ae0-4e3e-a5c6-8c15ff32b1ac"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1725609f-7ae0-4e3e-a5c6-8c15ff32b1ac"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-757d5920-d243-4e81-86e5-b34e489b5662 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-757d5920-d243-4e81-86e5-b34e489b5662"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-757d5920-d243-4e81-86e5-b34e489b5662"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-757d5920-d243-4e81-86e5-b34e489b5662"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-757d5920-d243-4e81-86e5-b34e489b5662"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-757d5920-d243-4e81-86e5-b34e489b5662"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-757d5920-d243-4e81-86e5-b34e489b5662"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-757d5920-d243-4e81-86e5-b34e489b5662"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-757d5920-d243-4e81-86e5-b34e489b5662"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-757d5920-d243-4e81-86e5-b34e489b5662"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-757d5920-d243-4e81-86e5-b34e489b5662"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-757d5920-d243-4e81-86e5-b34e489b5662"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-757d5920-d243-4e81-86e5-b34e489b5662"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-757d5920-d243-4e81-86e5-b34e489b5662"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-757d5920-d243-4e81-86e5-b34e489b5662"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-757d5920-d243-4e81-86e5-b34e489b5662"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-757d5920-d243-4e81-86e5-b34e489b5662"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-757d5920-d243-4e81-86e5-b34e489b5662"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-757d5920-d243-4e81-86e5-b34e489b5662"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-757d5920-d243-4e81-86e5-b34e489b5662"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-757d5920-d243-4e81-86e5-b34e489b5662"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-757d5920-d243-4e81-86e5-b34e489b5662"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-757d5920-d243-4e81-86e5-b34e489b5662"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-757d5920-d243-4e81-86e5-b34e489b5662"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-757d5920-d243-4e81-86e5-b34e489b5662"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-757d5920-d243-4e81-86e5-b34e489b5662"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-757d5920-d243-4e81-86e5-b34e489b5662"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-757d5920-d243-4e81-86e5-b34e489b5662"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-757d5920-d243-4e81-86e5-b34e489b5662"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-757d5920-d243-4e81-86e5-b34e489b5662"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-757d5920-d243-4e81-86e5-b34e489b5662"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-757d5920-d243-4e81-86e5-b34e489b5662"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-757d5920-d243-4e81-86e5-b34e489b5662"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-757d5920-d243-4e81-86e5-b34e489b5662"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-757d5920-d243-4e81-86e5-b34e489b5662"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-757d5920-d243-4e81-86e5-b34e489b5662"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-757d5920-d243-4e81-86e5-b34e489b5662"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-757d5920-d243-4e81-86e5-b34e489b5662"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c342fbe1-d2b7-4ce7-9283-6122ff845def {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-c342fbe1-d2b7-4ce7-9283-6122ff845def"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c342fbe1-d2b7-4ce7-9283-6122ff845def"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c342fbe1-d2b7-4ce7-9283-6122ff845def"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c342fbe1-d2b7-4ce7-9283-6122ff845def"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c342fbe1-d2b7-4ce7-9283-6122ff845def"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c342fbe1-d2b7-4ce7-9283-6122ff845def"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c342fbe1-d2b7-4ce7-9283-6122ff845def"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c342fbe1-d2b7-4ce7-9283-6122ff845def"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c342fbe1-d2b7-4ce7-9283-6122ff845def"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c342fbe1-d2b7-4ce7-9283-6122ff845def"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c342fbe1-d2b7-4ce7-9283-6122ff845def"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c342fbe1-d2b7-4ce7-9283-6122ff845def"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c342fbe1-d2b7-4ce7-9283-6122ff845def"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c342fbe1-d2b7-4ce7-9283-6122ff845def"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c342fbe1-d2b7-4ce7-9283-6122ff845def"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c342fbe1-d2b7-4ce7-9283-6122ff845def"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c342fbe1-d2b7-4ce7-9283-6122ff845def"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c342fbe1-d2b7-4ce7-9283-6122ff845def"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c342fbe1-d2b7-4ce7-9283-6122ff845def"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c342fbe1-d2b7-4ce7-9283-6122ff845def"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c342fbe1-d2b7-4ce7-9283-6122ff845def"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c342fbe1-d2b7-4ce7-9283-6122ff845def"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c342fbe1-d2b7-4ce7-9283-6122ff845def"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c342fbe1-d2b7-4ce7-9283-6122ff845def"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c342fbe1-d2b7-4ce7-9283-6122ff845def"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c342fbe1-d2b7-4ce7-9283-6122ff845def"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c342fbe1-d2b7-4ce7-9283-6122ff845def"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c342fbe1-d2b7-4ce7-9283-6122ff845def"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c342fbe1-d2b7-4ce7-9283-6122ff845def"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c342fbe1-d2b7-4ce7-9283-6122ff845def"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c342fbe1-d2b7-4ce7-9283-6122ff845def"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c342fbe1-d2b7-4ce7-9283-6122ff845def"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c342fbe1-d2b7-4ce7-9283-6122ff845def"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c342fbe1-d2b7-4ce7-9283-6122ff845def"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c342fbe1-d2b7-4ce7-9283-6122ff845def"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c342fbe1-d2b7-4ce7-9283-6122ff845def"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c342fbe1-d2b7-4ce7-9283-6122ff845def"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-54e11572-73fb-49a0-b551-067f91f26f36 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-54e11572-73fb-49a0-b551-067f91f26f36"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-54e11572-73fb-49a0-b551-067f91f26f36"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-54e11572-73fb-49a0-b551-067f91f26f36"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-54e11572-73fb-49a0-b551-067f91f26f36"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-54e11572-73fb-49a0-b551-067f91f26f36"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-54e11572-73fb-49a0-b551-067f91f26f36"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-54e11572-73fb-49a0-b551-067f91f26f36"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-54e11572-73fb-49a0-b551-067f91f26f36"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-54e11572-73fb-49a0-b551-067f91f26f36"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-54e11572-73fb-49a0-b551-067f91f26f36"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-54e11572-73fb-49a0-b551-067f91f26f36"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-54e11572-73fb-49a0-b551-067f91f26f36"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-54e11572-73fb-49a0-b551-067f91f26f36"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-54e11572-73fb-49a0-b551-067f91f26f36"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-54e11572-73fb-49a0-b551-067f91f26f36"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-54e11572-73fb-49a0-b551-067f91f26f36"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-54e11572-73fb-49a0-b551-067f91f26f36"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-54e11572-73fb-49a0-b551-067f91f26f36"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-54e11572-73fb-49a0-b551-067f91f26f36"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-54e11572-73fb-49a0-b551-067f91f26f36"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-54e11572-73fb-49a0-b551-067f91f26f36"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-54e11572-73fb-49a0-b551-067f91f26f36"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-54e11572-73fb-49a0-b551-067f91f26f36"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-54e11572-73fb-49a0-b551-067f91f26f36"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-54e11572-73fb-49a0-b551-067f91f26f36"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-54e11572-73fb-49a0-b551-067f91f26f36"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-54e11572-73fb-49a0-b551-067f91f26f36"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-54e11572-73fb-49a0-b551-067f91f26f36"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-54e11572-73fb-49a0-b551-067f91f26f36"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-54e11572-73fb-49a0-b551-067f91f26f36"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-54e11572-73fb-49a0-b551-067f91f26f36"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-54e11572-73fb-49a0-b551-067f91f26f36"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-54e11572-73fb-49a0-b551-067f91f26f36"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-54e11572-73fb-49a0-b551-067f91f26f36"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-54e11572-73fb-49a0-b551-067f91f26f36"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-54e11572-73fb-49a0-b551-067f91f26f36"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-54e11572-73fb-49a0-b551-067f91f26f36"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bfd00f44-1361-4d9a-b487-6220c5734d88 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-bfd00f44-1361-4d9a-b487-6220c5734d88"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bfd00f44-1361-4d9a-b487-6220c5734d88"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bfd00f44-1361-4d9a-b487-6220c5734d88"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bfd00f44-1361-4d9a-b487-6220c5734d88"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bfd00f44-1361-4d9a-b487-6220c5734d88"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bfd00f44-1361-4d9a-b487-6220c5734d88"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bfd00f44-1361-4d9a-b487-6220c5734d88"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bfd00f44-1361-4d9a-b487-6220c5734d88"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bfd00f44-1361-4d9a-b487-6220c5734d88"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bfd00f44-1361-4d9a-b487-6220c5734d88"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bfd00f44-1361-4d9a-b487-6220c5734d88"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bfd00f44-1361-4d9a-b487-6220c5734d88"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bfd00f44-1361-4d9a-b487-6220c5734d88"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bfd00f44-1361-4d9a-b487-6220c5734d88"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bfd00f44-1361-4d9a-b487-6220c5734d88"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bfd00f44-1361-4d9a-b487-6220c5734d88"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bfd00f44-1361-4d9a-b487-6220c5734d88"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bfd00f44-1361-4d9a-b487-6220c5734d88"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bfd00f44-1361-4d9a-b487-6220c5734d88"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bfd00f44-1361-4d9a-b487-6220c5734d88"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bfd00f44-1361-4d9a-b487-6220c5734d88"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bfd00f44-1361-4d9a-b487-6220c5734d88"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bfd00f44-1361-4d9a-b487-6220c5734d88"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bfd00f44-1361-4d9a-b487-6220c5734d88"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bfd00f44-1361-4d9a-b487-6220c5734d88"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bfd00f44-1361-4d9a-b487-6220c5734d88"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bfd00f44-1361-4d9a-b487-6220c5734d88"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bfd00f44-1361-4d9a-b487-6220c5734d88"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bfd00f44-1361-4d9a-b487-6220c5734d88"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bfd00f44-1361-4d9a-b487-6220c5734d88"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bfd00f44-1361-4d9a-b487-6220c5734d88"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bfd00f44-1361-4d9a-b487-6220c5734d88"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bfd00f44-1361-4d9a-b487-6220c5734d88"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bfd00f44-1361-4d9a-b487-6220c5734d88"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bfd00f44-1361-4d9a-b487-6220c5734d88"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bfd00f44-1361-4d9a-b487-6220c5734d88"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bfd00f44-1361-4d9a-b487-6220c5734d88"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-978bdc1e-196d-4cf2-b8c5-a5fa64baffa8 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-978bdc1e-196d-4cf2-b8c5-a5fa64baffa8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-978bdc1e-196d-4cf2-b8c5-a5fa64baffa8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-978bdc1e-196d-4cf2-b8c5-a5fa64baffa8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-978bdc1e-196d-4cf2-b8c5-a5fa64baffa8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-978bdc1e-196d-4cf2-b8c5-a5fa64baffa8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-978bdc1e-196d-4cf2-b8c5-a5fa64baffa8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-978bdc1e-196d-4cf2-b8c5-a5fa64baffa8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-978bdc1e-196d-4cf2-b8c5-a5fa64baffa8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-978bdc1e-196d-4cf2-b8c5-a5fa64baffa8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-978bdc1e-196d-4cf2-b8c5-a5fa64baffa8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-978bdc1e-196d-4cf2-b8c5-a5fa64baffa8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-978bdc1e-196d-4cf2-b8c5-a5fa64baffa8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-978bdc1e-196d-4cf2-b8c5-a5fa64baffa8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-978bdc1e-196d-4cf2-b8c5-a5fa64baffa8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-978bdc1e-196d-4cf2-b8c5-a5fa64baffa8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-978bdc1e-196d-4cf2-b8c5-a5fa64baffa8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-978bdc1e-196d-4cf2-b8c5-a5fa64baffa8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-978bdc1e-196d-4cf2-b8c5-a5fa64baffa8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-978bdc1e-196d-4cf2-b8c5-a5fa64baffa8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-978bdc1e-196d-4cf2-b8c5-a5fa64baffa8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-978bdc1e-196d-4cf2-b8c5-a5fa64baffa8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-978bdc1e-196d-4cf2-b8c5-a5fa64baffa8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-978bdc1e-196d-4cf2-b8c5-a5fa64baffa8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-978bdc1e-196d-4cf2-b8c5-a5fa64baffa8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-978bdc1e-196d-4cf2-b8c5-a5fa64baffa8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-978bdc1e-196d-4cf2-b8c5-a5fa64baffa8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-978bdc1e-196d-4cf2-b8c5-a5fa64baffa8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-978bdc1e-196d-4cf2-b8c5-a5fa64baffa8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-978bdc1e-196d-4cf2-b8c5-a5fa64baffa8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-978bdc1e-196d-4cf2-b8c5-a5fa64baffa8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-978bdc1e-196d-4cf2-b8c5-a5fa64baffa8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-978bdc1e-196d-4cf2-b8c5-a5fa64baffa8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-978bdc1e-196d-4cf2-b8c5-a5fa64baffa8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-978bdc1e-196d-4cf2-b8c5-a5fa64baffa8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-978bdc1e-196d-4cf2-b8c5-a5fa64baffa8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-978bdc1e-196d-4cf2-b8c5-a5fa64baffa8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-978bdc1e-196d-4cf2-b8c5-a5fa64baffa8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5753a1af-b2b4-4717-a71b-2b2f9ea560e8 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-5753a1af-b2b4-4717-a71b-2b2f9ea560e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5753a1af-b2b4-4717-a71b-2b2f9ea560e8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5753a1af-b2b4-4717-a71b-2b2f9ea560e8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5753a1af-b2b4-4717-a71b-2b2f9ea560e8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5753a1af-b2b4-4717-a71b-2b2f9ea560e8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5753a1af-b2b4-4717-a71b-2b2f9ea560e8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5753a1af-b2b4-4717-a71b-2b2f9ea560e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5753a1af-b2b4-4717-a71b-2b2f9ea560e8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5753a1af-b2b4-4717-a71b-2b2f9ea560e8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5753a1af-b2b4-4717-a71b-2b2f9ea560e8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5753a1af-b2b4-4717-a71b-2b2f9ea560e8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5753a1af-b2b4-4717-a71b-2b2f9ea560e8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5753a1af-b2b4-4717-a71b-2b2f9ea560e8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5753a1af-b2b4-4717-a71b-2b2f9ea560e8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5753a1af-b2b4-4717-a71b-2b2f9ea560e8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5753a1af-b2b4-4717-a71b-2b2f9ea560e8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5753a1af-b2b4-4717-a71b-2b2f9ea560e8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5753a1af-b2b4-4717-a71b-2b2f9ea560e8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5753a1af-b2b4-4717-a71b-2b2f9ea560e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5753a1af-b2b4-4717-a71b-2b2f9ea560e8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5753a1af-b2b4-4717-a71b-2b2f9ea560e8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5753a1af-b2b4-4717-a71b-2b2f9ea560e8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5753a1af-b2b4-4717-a71b-2b2f9ea560e8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5753a1af-b2b4-4717-a71b-2b2f9ea560e8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5753a1af-b2b4-4717-a71b-2b2f9ea560e8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5753a1af-b2b4-4717-a71b-2b2f9ea560e8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5753a1af-b2b4-4717-a71b-2b2f9ea560e8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5753a1af-b2b4-4717-a71b-2b2f9ea560e8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5753a1af-b2b4-4717-a71b-2b2f9ea560e8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5753a1af-b2b4-4717-a71b-2b2f9ea560e8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5753a1af-b2b4-4717-a71b-2b2f9ea560e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5753a1af-b2b4-4717-a71b-2b2f9ea560e8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5753a1af-b2b4-4717-a71b-2b2f9ea560e8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5753a1af-b2b4-4717-a71b-2b2f9ea560e8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5753a1af-b2b4-4717-a71b-2b2f9ea560e8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5753a1af-b2b4-4717-a71b-2b2f9ea560e8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5753a1af-b2b4-4717-a71b-2b2f9ea560e8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5591cb9d-b9cd-4327-a51f-1251e6ff48b5 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-5591cb9d-b9cd-4327-a51f-1251e6ff48b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5591cb9d-b9cd-4327-a51f-1251e6ff48b5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5591cb9d-b9cd-4327-a51f-1251e6ff48b5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5591cb9d-b9cd-4327-a51f-1251e6ff48b5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5591cb9d-b9cd-4327-a51f-1251e6ff48b5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5591cb9d-b9cd-4327-a51f-1251e6ff48b5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5591cb9d-b9cd-4327-a51f-1251e6ff48b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5591cb9d-b9cd-4327-a51f-1251e6ff48b5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5591cb9d-b9cd-4327-a51f-1251e6ff48b5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5591cb9d-b9cd-4327-a51f-1251e6ff48b5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5591cb9d-b9cd-4327-a51f-1251e6ff48b5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5591cb9d-b9cd-4327-a51f-1251e6ff48b5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5591cb9d-b9cd-4327-a51f-1251e6ff48b5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5591cb9d-b9cd-4327-a51f-1251e6ff48b5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5591cb9d-b9cd-4327-a51f-1251e6ff48b5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5591cb9d-b9cd-4327-a51f-1251e6ff48b5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5591cb9d-b9cd-4327-a51f-1251e6ff48b5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5591cb9d-b9cd-4327-a51f-1251e6ff48b5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5591cb9d-b9cd-4327-a51f-1251e6ff48b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5591cb9d-b9cd-4327-a51f-1251e6ff48b5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5591cb9d-b9cd-4327-a51f-1251e6ff48b5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5591cb9d-b9cd-4327-a51f-1251e6ff48b5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5591cb9d-b9cd-4327-a51f-1251e6ff48b5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5591cb9d-b9cd-4327-a51f-1251e6ff48b5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5591cb9d-b9cd-4327-a51f-1251e6ff48b5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5591cb9d-b9cd-4327-a51f-1251e6ff48b5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5591cb9d-b9cd-4327-a51f-1251e6ff48b5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5591cb9d-b9cd-4327-a51f-1251e6ff48b5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5591cb9d-b9cd-4327-a51f-1251e6ff48b5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5591cb9d-b9cd-4327-a51f-1251e6ff48b5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5591cb9d-b9cd-4327-a51f-1251e6ff48b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5591cb9d-b9cd-4327-a51f-1251e6ff48b5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5591cb9d-b9cd-4327-a51f-1251e6ff48b5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5591cb9d-b9cd-4327-a51f-1251e6ff48b5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5591cb9d-b9cd-4327-a51f-1251e6ff48b5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5591cb9d-b9cd-4327-a51f-1251e6ff48b5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5591cb9d-b9cd-4327-a51f-1251e6ff48b5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1f1adcfb-f651-4943-858f-31c7208686f2 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-1f1adcfb-f651-4943-858f-31c7208686f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f1adcfb-f651-4943-858f-31c7208686f2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1f1adcfb-f651-4943-858f-31c7208686f2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1f1adcfb-f651-4943-858f-31c7208686f2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1f1adcfb-f651-4943-858f-31c7208686f2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1f1adcfb-f651-4943-858f-31c7208686f2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1f1adcfb-f651-4943-858f-31c7208686f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1f1adcfb-f651-4943-858f-31c7208686f2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1f1adcfb-f651-4943-858f-31c7208686f2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1f1adcfb-f651-4943-858f-31c7208686f2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1f1adcfb-f651-4943-858f-31c7208686f2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1f1adcfb-f651-4943-858f-31c7208686f2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1f1adcfb-f651-4943-858f-31c7208686f2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1f1adcfb-f651-4943-858f-31c7208686f2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1f1adcfb-f651-4943-858f-31c7208686f2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1f1adcfb-f651-4943-858f-31c7208686f2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1f1adcfb-f651-4943-858f-31c7208686f2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1f1adcfb-f651-4943-858f-31c7208686f2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1f1adcfb-f651-4943-858f-31c7208686f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1f1adcfb-f651-4943-858f-31c7208686f2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1f1adcfb-f651-4943-858f-31c7208686f2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1f1adcfb-f651-4943-858f-31c7208686f2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1f1adcfb-f651-4943-858f-31c7208686f2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1f1adcfb-f651-4943-858f-31c7208686f2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1f1adcfb-f651-4943-858f-31c7208686f2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f1adcfb-f651-4943-858f-31c7208686f2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1f1adcfb-f651-4943-858f-31c7208686f2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1f1adcfb-f651-4943-858f-31c7208686f2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1f1adcfb-f651-4943-858f-31c7208686f2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1f1adcfb-f651-4943-858f-31c7208686f2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1f1adcfb-f651-4943-858f-31c7208686f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1f1adcfb-f651-4943-858f-31c7208686f2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1f1adcfb-f651-4943-858f-31c7208686f2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1f1adcfb-f651-4943-858f-31c7208686f2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1f1adcfb-f651-4943-858f-31c7208686f2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1f1adcfb-f651-4943-858f-31c7208686f2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1f1adcfb-f651-4943-858f-31c7208686f2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5ea57974-1415-4dba-90d6-eb5124c003cd {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-5ea57974-1415-4dba-90d6-eb5124c003cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5ea57974-1415-4dba-90d6-eb5124c003cd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5ea57974-1415-4dba-90d6-eb5124c003cd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5ea57974-1415-4dba-90d6-eb5124c003cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5ea57974-1415-4dba-90d6-eb5124c003cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5ea57974-1415-4dba-90d6-eb5124c003cd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5ea57974-1415-4dba-90d6-eb5124c003cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5ea57974-1415-4dba-90d6-eb5124c003cd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5ea57974-1415-4dba-90d6-eb5124c003cd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5ea57974-1415-4dba-90d6-eb5124c003cd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5ea57974-1415-4dba-90d6-eb5124c003cd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5ea57974-1415-4dba-90d6-eb5124c003cd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5ea57974-1415-4dba-90d6-eb5124c003cd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5ea57974-1415-4dba-90d6-eb5124c003cd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5ea57974-1415-4dba-90d6-eb5124c003cd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5ea57974-1415-4dba-90d6-eb5124c003cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5ea57974-1415-4dba-90d6-eb5124c003cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5ea57974-1415-4dba-90d6-eb5124c003cd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5ea57974-1415-4dba-90d6-eb5124c003cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5ea57974-1415-4dba-90d6-eb5124c003cd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5ea57974-1415-4dba-90d6-eb5124c003cd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5ea57974-1415-4dba-90d6-eb5124c003cd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5ea57974-1415-4dba-90d6-eb5124c003cd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5ea57974-1415-4dba-90d6-eb5124c003cd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5ea57974-1415-4dba-90d6-eb5124c003cd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ea57974-1415-4dba-90d6-eb5124c003cd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5ea57974-1415-4dba-90d6-eb5124c003cd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5ea57974-1415-4dba-90d6-eb5124c003cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5ea57974-1415-4dba-90d6-eb5124c003cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5ea57974-1415-4dba-90d6-eb5124c003cd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5ea57974-1415-4dba-90d6-eb5124c003cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5ea57974-1415-4dba-90d6-eb5124c003cd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5ea57974-1415-4dba-90d6-eb5124c003cd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5ea57974-1415-4dba-90d6-eb5124c003cd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5ea57974-1415-4dba-90d6-eb5124c003cd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5ea57974-1415-4dba-90d6-eb5124c003cd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5ea57974-1415-4dba-90d6-eb5124c003cd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-471eede3-ef71-402d-94e6-ce0471a88e63 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-471eede3-ef71-402d-94e6-ce0471a88e63"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-471eede3-ef71-402d-94e6-ce0471a88e63"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-471eede3-ef71-402d-94e6-ce0471a88e63"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-471eede3-ef71-402d-94e6-ce0471a88e63"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-471eede3-ef71-402d-94e6-ce0471a88e63"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-471eede3-ef71-402d-94e6-ce0471a88e63"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-471eede3-ef71-402d-94e6-ce0471a88e63"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-471eede3-ef71-402d-94e6-ce0471a88e63"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-471eede3-ef71-402d-94e6-ce0471a88e63"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-471eede3-ef71-402d-94e6-ce0471a88e63"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-471eede3-ef71-402d-94e6-ce0471a88e63"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-471eede3-ef71-402d-94e6-ce0471a88e63"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-471eede3-ef71-402d-94e6-ce0471a88e63"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-471eede3-ef71-402d-94e6-ce0471a88e63"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-471eede3-ef71-402d-94e6-ce0471a88e63"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-471eede3-ef71-402d-94e6-ce0471a88e63"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-471eede3-ef71-402d-94e6-ce0471a88e63"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-471eede3-ef71-402d-94e6-ce0471a88e63"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-471eede3-ef71-402d-94e6-ce0471a88e63"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-471eede3-ef71-402d-94e6-ce0471a88e63"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-471eede3-ef71-402d-94e6-ce0471a88e63"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-471eede3-ef71-402d-94e6-ce0471a88e63"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-471eede3-ef71-402d-94e6-ce0471a88e63"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-471eede3-ef71-402d-94e6-ce0471a88e63"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-471eede3-ef71-402d-94e6-ce0471a88e63"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-471eede3-ef71-402d-94e6-ce0471a88e63"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-471eede3-ef71-402d-94e6-ce0471a88e63"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-471eede3-ef71-402d-94e6-ce0471a88e63"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-471eede3-ef71-402d-94e6-ce0471a88e63"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-471eede3-ef71-402d-94e6-ce0471a88e63"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-471eede3-ef71-402d-94e6-ce0471a88e63"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-471eede3-ef71-402d-94e6-ce0471a88e63"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-471eede3-ef71-402d-94e6-ce0471a88e63"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-471eede3-ef71-402d-94e6-ce0471a88e63"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-471eede3-ef71-402d-94e6-ce0471a88e63"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-471eede3-ef71-402d-94e6-ce0471a88e63"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-471eede3-ef71-402d-94e6-ce0471a88e63"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1fc295c2-e4c6-41a2-90ed-cd1e0ac1a167 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-1fc295c2-e4c6-41a2-90ed-cd1e0ac1a167"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1fc295c2-e4c6-41a2-90ed-cd1e0ac1a167"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1fc295c2-e4c6-41a2-90ed-cd1e0ac1a167"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1fc295c2-e4c6-41a2-90ed-cd1e0ac1a167"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1fc295c2-e4c6-41a2-90ed-cd1e0ac1a167"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1fc295c2-e4c6-41a2-90ed-cd1e0ac1a167"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1fc295c2-e4c6-41a2-90ed-cd1e0ac1a167"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1fc295c2-e4c6-41a2-90ed-cd1e0ac1a167"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1fc295c2-e4c6-41a2-90ed-cd1e0ac1a167"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1fc295c2-e4c6-41a2-90ed-cd1e0ac1a167"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1fc295c2-e4c6-41a2-90ed-cd1e0ac1a167"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1fc295c2-e4c6-41a2-90ed-cd1e0ac1a167"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1fc295c2-e4c6-41a2-90ed-cd1e0ac1a167"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1fc295c2-e4c6-41a2-90ed-cd1e0ac1a167"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1fc295c2-e4c6-41a2-90ed-cd1e0ac1a167"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1fc295c2-e4c6-41a2-90ed-cd1e0ac1a167"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1fc295c2-e4c6-41a2-90ed-cd1e0ac1a167"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1fc295c2-e4c6-41a2-90ed-cd1e0ac1a167"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1fc295c2-e4c6-41a2-90ed-cd1e0ac1a167"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1fc295c2-e4c6-41a2-90ed-cd1e0ac1a167"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1fc295c2-e4c6-41a2-90ed-cd1e0ac1a167"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1fc295c2-e4c6-41a2-90ed-cd1e0ac1a167"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1fc295c2-e4c6-41a2-90ed-cd1e0ac1a167"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1fc295c2-e4c6-41a2-90ed-cd1e0ac1a167"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1fc295c2-e4c6-41a2-90ed-cd1e0ac1a167"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1fc295c2-e4c6-41a2-90ed-cd1e0ac1a167"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1fc295c2-e4c6-41a2-90ed-cd1e0ac1a167"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1fc295c2-e4c6-41a2-90ed-cd1e0ac1a167"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1fc295c2-e4c6-41a2-90ed-cd1e0ac1a167"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1fc295c2-e4c6-41a2-90ed-cd1e0ac1a167"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1fc295c2-e4c6-41a2-90ed-cd1e0ac1a167"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1fc295c2-e4c6-41a2-90ed-cd1e0ac1a167"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1fc295c2-e4c6-41a2-90ed-cd1e0ac1a167"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1fc295c2-e4c6-41a2-90ed-cd1e0ac1a167"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1fc295c2-e4c6-41a2-90ed-cd1e0ac1a167"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1fc295c2-e4c6-41a2-90ed-cd1e0ac1a167"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1fc295c2-e4c6-41a2-90ed-cd1e0ac1a167"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0b208dcf-8a38-419a-a18a-a8390f510cdb {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-0b208dcf-8a38-419a-a18a-a8390f510cdb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b208dcf-8a38-419a-a18a-a8390f510cdb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0b208dcf-8a38-419a-a18a-a8390f510cdb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0b208dcf-8a38-419a-a18a-a8390f510cdb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0b208dcf-8a38-419a-a18a-a8390f510cdb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0b208dcf-8a38-419a-a18a-a8390f510cdb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0b208dcf-8a38-419a-a18a-a8390f510cdb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0b208dcf-8a38-419a-a18a-a8390f510cdb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0b208dcf-8a38-419a-a18a-a8390f510cdb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0b208dcf-8a38-419a-a18a-a8390f510cdb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0b208dcf-8a38-419a-a18a-a8390f510cdb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0b208dcf-8a38-419a-a18a-a8390f510cdb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0b208dcf-8a38-419a-a18a-a8390f510cdb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0b208dcf-8a38-419a-a18a-a8390f510cdb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0b208dcf-8a38-419a-a18a-a8390f510cdb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0b208dcf-8a38-419a-a18a-a8390f510cdb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0b208dcf-8a38-419a-a18a-a8390f510cdb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0b208dcf-8a38-419a-a18a-a8390f510cdb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0b208dcf-8a38-419a-a18a-a8390f510cdb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0b208dcf-8a38-419a-a18a-a8390f510cdb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0b208dcf-8a38-419a-a18a-a8390f510cdb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0b208dcf-8a38-419a-a18a-a8390f510cdb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0b208dcf-8a38-419a-a18a-a8390f510cdb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0b208dcf-8a38-419a-a18a-a8390f510cdb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0b208dcf-8a38-419a-a18a-a8390f510cdb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b208dcf-8a38-419a-a18a-a8390f510cdb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0b208dcf-8a38-419a-a18a-a8390f510cdb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0b208dcf-8a38-419a-a18a-a8390f510cdb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0b208dcf-8a38-419a-a18a-a8390f510cdb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0b208dcf-8a38-419a-a18a-a8390f510cdb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0b208dcf-8a38-419a-a18a-a8390f510cdb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0b208dcf-8a38-419a-a18a-a8390f510cdb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0b208dcf-8a38-419a-a18a-a8390f510cdb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0b208dcf-8a38-419a-a18a-a8390f510cdb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0b208dcf-8a38-419a-a18a-a8390f510cdb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0b208dcf-8a38-419a-a18a-a8390f510cdb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0b208dcf-8a38-419a-a18a-a8390f510cdb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-cfadf8d4-afbb-4efd-8f45-41a9c6100218 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-cfadf8d4-afbb-4efd-8f45-41a9c6100218"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cfadf8d4-afbb-4efd-8f45-41a9c6100218"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cfadf8d4-afbb-4efd-8f45-41a9c6100218"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cfadf8d4-afbb-4efd-8f45-41a9c6100218"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cfadf8d4-afbb-4efd-8f45-41a9c6100218"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cfadf8d4-afbb-4efd-8f45-41a9c6100218"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cfadf8d4-afbb-4efd-8f45-41a9c6100218"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cfadf8d4-afbb-4efd-8f45-41a9c6100218"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cfadf8d4-afbb-4efd-8f45-41a9c6100218"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cfadf8d4-afbb-4efd-8f45-41a9c6100218"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cfadf8d4-afbb-4efd-8f45-41a9c6100218"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cfadf8d4-afbb-4efd-8f45-41a9c6100218"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cfadf8d4-afbb-4efd-8f45-41a9c6100218"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cfadf8d4-afbb-4efd-8f45-41a9c6100218"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cfadf8d4-afbb-4efd-8f45-41a9c6100218"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cfadf8d4-afbb-4efd-8f45-41a9c6100218"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cfadf8d4-afbb-4efd-8f45-41a9c6100218"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cfadf8d4-afbb-4efd-8f45-41a9c6100218"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cfadf8d4-afbb-4efd-8f45-41a9c6100218"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cfadf8d4-afbb-4efd-8f45-41a9c6100218"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cfadf8d4-afbb-4efd-8f45-41a9c6100218"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cfadf8d4-afbb-4efd-8f45-41a9c6100218"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cfadf8d4-afbb-4efd-8f45-41a9c6100218"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cfadf8d4-afbb-4efd-8f45-41a9c6100218"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cfadf8d4-afbb-4efd-8f45-41a9c6100218"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cfadf8d4-afbb-4efd-8f45-41a9c6100218"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cfadf8d4-afbb-4efd-8f45-41a9c6100218"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cfadf8d4-afbb-4efd-8f45-41a9c6100218"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cfadf8d4-afbb-4efd-8f45-41a9c6100218"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cfadf8d4-afbb-4efd-8f45-41a9c6100218"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cfadf8d4-afbb-4efd-8f45-41a9c6100218"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cfadf8d4-afbb-4efd-8f45-41a9c6100218"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cfadf8d4-afbb-4efd-8f45-41a9c6100218"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cfadf8d4-afbb-4efd-8f45-41a9c6100218"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cfadf8d4-afbb-4efd-8f45-41a9c6100218"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cfadf8d4-afbb-4efd-8f45-41a9c6100218"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cfadf8d4-afbb-4efd-8f45-41a9c6100218"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9620f342-c3e1-4d99-889d-652e83508503 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-9620f342-c3e1-4d99-889d-652e83508503"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9620f342-c3e1-4d99-889d-652e83508503"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9620f342-c3e1-4d99-889d-652e83508503"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9620f342-c3e1-4d99-889d-652e83508503"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9620f342-c3e1-4d99-889d-652e83508503"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9620f342-c3e1-4d99-889d-652e83508503"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9620f342-c3e1-4d99-889d-652e83508503"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9620f342-c3e1-4d99-889d-652e83508503"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9620f342-c3e1-4d99-889d-652e83508503"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9620f342-c3e1-4d99-889d-652e83508503"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9620f342-c3e1-4d99-889d-652e83508503"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9620f342-c3e1-4d99-889d-652e83508503"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9620f342-c3e1-4d99-889d-652e83508503"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9620f342-c3e1-4d99-889d-652e83508503"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9620f342-c3e1-4d99-889d-652e83508503"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9620f342-c3e1-4d99-889d-652e83508503"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9620f342-c3e1-4d99-889d-652e83508503"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9620f342-c3e1-4d99-889d-652e83508503"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9620f342-c3e1-4d99-889d-652e83508503"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9620f342-c3e1-4d99-889d-652e83508503"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9620f342-c3e1-4d99-889d-652e83508503"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9620f342-c3e1-4d99-889d-652e83508503"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9620f342-c3e1-4d99-889d-652e83508503"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9620f342-c3e1-4d99-889d-652e83508503"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9620f342-c3e1-4d99-889d-652e83508503"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9620f342-c3e1-4d99-889d-652e83508503"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9620f342-c3e1-4d99-889d-652e83508503"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9620f342-c3e1-4d99-889d-652e83508503"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9620f342-c3e1-4d99-889d-652e83508503"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9620f342-c3e1-4d99-889d-652e83508503"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9620f342-c3e1-4d99-889d-652e83508503"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9620f342-c3e1-4d99-889d-652e83508503"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9620f342-c3e1-4d99-889d-652e83508503"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9620f342-c3e1-4d99-889d-652e83508503"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9620f342-c3e1-4d99-889d-652e83508503"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9620f342-c3e1-4d99-889d-652e83508503"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9620f342-c3e1-4d99-889d-652e83508503"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-84909d47-bf27-4099-a317-55684e9158e5 {
  display: none;
}
#s-55c54b15-abed-4b1e-933d-ae062ed0b001 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-98ef4811-1fb0-4cd5-96ca-74b5a0fa74df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-98ef4811-1fb0-4cd5-96ca-74b5a0fa74df .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-5f80bd71-1fe2-4db0-bc70-9c9fe0a24d53 {
  margin-top: 3px;
margin-bottom: 3px;
text-align: center;
}

#s-5f80bd71-1fe2-4db0-bc70-9c9fe0a24d53 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5f80bd71-1fe2-4db0-bc70-9c9fe0a24d53 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5f80bd71-1fe2-4db0-bc70-9c9fe0a24d53 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1b2113e1-4f01-4977-8f6f-835e08e391ea {
  margin-top: 3%;
margin-bottom: 3%;
text-align: left;
}

#s-1b2113e1-4f01-4977-8f6f-835e08e391ea .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-1b2113e1-4f01-4977-8f6f-835e08e391ea .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-1b2113e1-4f01-4977-8f6f-835e08e391ea .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-1b2113e1-4f01-4977-8f6f-835e08e391ea .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-a182c618-2b5b-4fd7-aeb5-0905cac6e462 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 1px;
background-color: rgba(66, 183, 42, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a182c618-2b5b-4fd7-aeb5-0905cac6e462:hover {background-color: rgba(51, 142, 32, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a182c618-2b5b-4fd7-aeb5-0905cac6e462:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a182c618-2b5b-4fd7-aeb5-0905cac6e462 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a182c618-2b5b-4fd7-aeb5-0905cac6e462.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a182c618-2b5b-4fd7-aeb5-0905cac6e462.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}

#s-a182c618-2b5b-4fd7-aeb5-0905cac6e462.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ee584417-5304-4917-a333-2d351b0d328b {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

#s-ee584417-5304-4917-a333-2d351b0d328b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-ee584417-5304-4917-a333-2d351b0d328b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-ee584417-5304-4917-a333-2d351b0d328b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-ee584417-5304-4917-a333-2d351b0d328b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-ee584417-5304-4917-a333-2d351b0d328b > .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: Avenir Next;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-ee584417-5304-4917-a333-2d351b0d328b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-e1057671-4d45-4673-858c-66cf419e64d5 {
  min-height: 50px;
}








#s-e1057671-4d45-4673-858c-66cf419e64d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1057671-4d45-4673-858c-66cf419e64d5.shg-box.shg-c {
  justify-content: center;
}

#s-2df20f1a-fa5c-4eaa-81b9-ff85e484da8d {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-2df20f1a-fa5c-4eaa-81b9-ff85e484da8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2df20f1a-fa5c-4eaa-81b9-ff85e484da8d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2df20f1a-fa5c-4eaa-81b9-ff85e484da8d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2df20f1a-fa5c-4eaa-81b9-ff85e484da8d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2df20f1a-fa5c-4eaa-81b9-ff85e484da8d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2df20f1a-fa5c-4eaa-81b9-ff85e484da8d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2df20f1a-fa5c-4eaa-81b9-ff85e484da8d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2df20f1a-fa5c-4eaa-81b9-ff85e484da8d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2df20f1a-fa5c-4eaa-81b9-ff85e484da8d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2df20f1a-fa5c-4eaa-81b9-ff85e484da8d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2df20f1a-fa5c-4eaa-81b9-ff85e484da8d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2df20f1a-fa5c-4eaa-81b9-ff85e484da8d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2df20f1a-fa5c-4eaa-81b9-ff85e484da8d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2df20f1a-fa5c-4eaa-81b9-ff85e484da8d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2df20f1a-fa5c-4eaa-81b9-ff85e484da8d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2df20f1a-fa5c-4eaa-81b9-ff85e484da8d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2df20f1a-fa5c-4eaa-81b9-ff85e484da8d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2df20f1a-fa5c-4eaa-81b9-ff85e484da8d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2df20f1a-fa5c-4eaa-81b9-ff85e484da8d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2df20f1a-fa5c-4eaa-81b9-ff85e484da8d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2df20f1a-fa5c-4eaa-81b9-ff85e484da8d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2df20f1a-fa5c-4eaa-81b9-ff85e484da8d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2df20f1a-fa5c-4eaa-81b9-ff85e484da8d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2df20f1a-fa5c-4eaa-81b9-ff85e484da8d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2df20f1a-fa5c-4eaa-81b9-ff85e484da8d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2df20f1a-fa5c-4eaa-81b9-ff85e484da8d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2df20f1a-fa5c-4eaa-81b9-ff85e484da8d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2df20f1a-fa5c-4eaa-81b9-ff85e484da8d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2df20f1a-fa5c-4eaa-81b9-ff85e484da8d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2df20f1a-fa5c-4eaa-81b9-ff85e484da8d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2df20f1a-fa5c-4eaa-81b9-ff85e484da8d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2df20f1a-fa5c-4eaa-81b9-ff85e484da8d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2df20f1a-fa5c-4eaa-81b9-ff85e484da8d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2df20f1a-fa5c-4eaa-81b9-ff85e484da8d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2df20f1a-fa5c-4eaa-81b9-ff85e484da8d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2df20f1a-fa5c-4eaa-81b9-ff85e484da8d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2df20f1a-fa5c-4eaa-81b9-ff85e484da8d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a5787efa-d3be-49e2-a403-5cfbd975e471 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-a5787efa-d3be-49e2-a403-5cfbd975e471"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5787efa-d3be-49e2-a403-5cfbd975e471"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a5787efa-d3be-49e2-a403-5cfbd975e471"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a5787efa-d3be-49e2-a403-5cfbd975e471"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a5787efa-d3be-49e2-a403-5cfbd975e471"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5787efa-d3be-49e2-a403-5cfbd975e471"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a5787efa-d3be-49e2-a403-5cfbd975e471"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a5787efa-d3be-49e2-a403-5cfbd975e471"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a5787efa-d3be-49e2-a403-5cfbd975e471"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a5787efa-d3be-49e2-a403-5cfbd975e471"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a5787efa-d3be-49e2-a403-5cfbd975e471"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a5787efa-d3be-49e2-a403-5cfbd975e471"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a5787efa-d3be-49e2-a403-5cfbd975e471"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a5787efa-d3be-49e2-a403-5cfbd975e471"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a5787efa-d3be-49e2-a403-5cfbd975e471"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a5787efa-d3be-49e2-a403-5cfbd975e471"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a5787efa-d3be-49e2-a403-5cfbd975e471"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5787efa-d3be-49e2-a403-5cfbd975e471"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a5787efa-d3be-49e2-a403-5cfbd975e471"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a5787efa-d3be-49e2-a403-5cfbd975e471"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a5787efa-d3be-49e2-a403-5cfbd975e471"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a5787efa-d3be-49e2-a403-5cfbd975e471"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a5787efa-d3be-49e2-a403-5cfbd975e471"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a5787efa-d3be-49e2-a403-5cfbd975e471"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a5787efa-d3be-49e2-a403-5cfbd975e471"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5787efa-d3be-49e2-a403-5cfbd975e471"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a5787efa-d3be-49e2-a403-5cfbd975e471"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a5787efa-d3be-49e2-a403-5cfbd975e471"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a5787efa-d3be-49e2-a403-5cfbd975e471"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5787efa-d3be-49e2-a403-5cfbd975e471"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a5787efa-d3be-49e2-a403-5cfbd975e471"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a5787efa-d3be-49e2-a403-5cfbd975e471"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a5787efa-d3be-49e2-a403-5cfbd975e471"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a5787efa-d3be-49e2-a403-5cfbd975e471"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a5787efa-d3be-49e2-a403-5cfbd975e471"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a5787efa-d3be-49e2-a403-5cfbd975e471"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a5787efa-d3be-49e2-a403-5cfbd975e471"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a3e5a205-116d-4e59-b967-8a73956fc6a7 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-a3e5a205-116d-4e59-b967-8a73956fc6a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3e5a205-116d-4e59-b967-8a73956fc6a7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a3e5a205-116d-4e59-b967-8a73956fc6a7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a3e5a205-116d-4e59-b967-8a73956fc6a7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a3e5a205-116d-4e59-b967-8a73956fc6a7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a3e5a205-116d-4e59-b967-8a73956fc6a7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a3e5a205-116d-4e59-b967-8a73956fc6a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a3e5a205-116d-4e59-b967-8a73956fc6a7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a3e5a205-116d-4e59-b967-8a73956fc6a7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a3e5a205-116d-4e59-b967-8a73956fc6a7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a3e5a205-116d-4e59-b967-8a73956fc6a7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a3e5a205-116d-4e59-b967-8a73956fc6a7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a3e5a205-116d-4e59-b967-8a73956fc6a7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a3e5a205-116d-4e59-b967-8a73956fc6a7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a3e5a205-116d-4e59-b967-8a73956fc6a7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a3e5a205-116d-4e59-b967-8a73956fc6a7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a3e5a205-116d-4e59-b967-8a73956fc6a7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a3e5a205-116d-4e59-b967-8a73956fc6a7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a3e5a205-116d-4e59-b967-8a73956fc6a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a3e5a205-116d-4e59-b967-8a73956fc6a7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a3e5a205-116d-4e59-b967-8a73956fc6a7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a3e5a205-116d-4e59-b967-8a73956fc6a7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a3e5a205-116d-4e59-b967-8a73956fc6a7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a3e5a205-116d-4e59-b967-8a73956fc6a7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a3e5a205-116d-4e59-b967-8a73956fc6a7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3e5a205-116d-4e59-b967-8a73956fc6a7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a3e5a205-116d-4e59-b967-8a73956fc6a7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a3e5a205-116d-4e59-b967-8a73956fc6a7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a3e5a205-116d-4e59-b967-8a73956fc6a7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a3e5a205-116d-4e59-b967-8a73956fc6a7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a3e5a205-116d-4e59-b967-8a73956fc6a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a3e5a205-116d-4e59-b967-8a73956fc6a7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a3e5a205-116d-4e59-b967-8a73956fc6a7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a3e5a205-116d-4e59-b967-8a73956fc6a7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a3e5a205-116d-4e59-b967-8a73956fc6a7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a3e5a205-116d-4e59-b967-8a73956fc6a7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a3e5a205-116d-4e59-b967-8a73956fc6a7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3aa56a37-4170-4770-be84-1368a0b94d43 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-3aa56a37-4170-4770-be84-1368a0b94d43"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3aa56a37-4170-4770-be84-1368a0b94d43"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3aa56a37-4170-4770-be84-1368a0b94d43"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3aa56a37-4170-4770-be84-1368a0b94d43"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3aa56a37-4170-4770-be84-1368a0b94d43"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3aa56a37-4170-4770-be84-1368a0b94d43"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3aa56a37-4170-4770-be84-1368a0b94d43"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3aa56a37-4170-4770-be84-1368a0b94d43"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3aa56a37-4170-4770-be84-1368a0b94d43"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3aa56a37-4170-4770-be84-1368a0b94d43"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3aa56a37-4170-4770-be84-1368a0b94d43"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3aa56a37-4170-4770-be84-1368a0b94d43"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3aa56a37-4170-4770-be84-1368a0b94d43"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3aa56a37-4170-4770-be84-1368a0b94d43"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3aa56a37-4170-4770-be84-1368a0b94d43"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3aa56a37-4170-4770-be84-1368a0b94d43"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3aa56a37-4170-4770-be84-1368a0b94d43"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3aa56a37-4170-4770-be84-1368a0b94d43"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3aa56a37-4170-4770-be84-1368a0b94d43"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3aa56a37-4170-4770-be84-1368a0b94d43"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3aa56a37-4170-4770-be84-1368a0b94d43"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3aa56a37-4170-4770-be84-1368a0b94d43"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3aa56a37-4170-4770-be84-1368a0b94d43"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3aa56a37-4170-4770-be84-1368a0b94d43"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3aa56a37-4170-4770-be84-1368a0b94d43"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3aa56a37-4170-4770-be84-1368a0b94d43"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3aa56a37-4170-4770-be84-1368a0b94d43"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3aa56a37-4170-4770-be84-1368a0b94d43"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3aa56a37-4170-4770-be84-1368a0b94d43"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3aa56a37-4170-4770-be84-1368a0b94d43"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3aa56a37-4170-4770-be84-1368a0b94d43"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3aa56a37-4170-4770-be84-1368a0b94d43"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3aa56a37-4170-4770-be84-1368a0b94d43"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3aa56a37-4170-4770-be84-1368a0b94d43"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3aa56a37-4170-4770-be84-1368a0b94d43"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3aa56a37-4170-4770-be84-1368a0b94d43"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3aa56a37-4170-4770-be84-1368a0b94d43"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ae764677-a0d1-430a-9d32-50b3ecaf5424 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-ae764677-a0d1-430a-9d32-50b3ecaf5424"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae764677-a0d1-430a-9d32-50b3ecaf5424"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ae764677-a0d1-430a-9d32-50b3ecaf5424"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ae764677-a0d1-430a-9d32-50b3ecaf5424"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ae764677-a0d1-430a-9d32-50b3ecaf5424"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ae764677-a0d1-430a-9d32-50b3ecaf5424"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ae764677-a0d1-430a-9d32-50b3ecaf5424"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ae764677-a0d1-430a-9d32-50b3ecaf5424"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ae764677-a0d1-430a-9d32-50b3ecaf5424"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ae764677-a0d1-430a-9d32-50b3ecaf5424"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ae764677-a0d1-430a-9d32-50b3ecaf5424"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ae764677-a0d1-430a-9d32-50b3ecaf5424"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ae764677-a0d1-430a-9d32-50b3ecaf5424"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ae764677-a0d1-430a-9d32-50b3ecaf5424"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ae764677-a0d1-430a-9d32-50b3ecaf5424"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ae764677-a0d1-430a-9d32-50b3ecaf5424"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ae764677-a0d1-430a-9d32-50b3ecaf5424"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ae764677-a0d1-430a-9d32-50b3ecaf5424"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ae764677-a0d1-430a-9d32-50b3ecaf5424"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ae764677-a0d1-430a-9d32-50b3ecaf5424"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ae764677-a0d1-430a-9d32-50b3ecaf5424"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ae764677-a0d1-430a-9d32-50b3ecaf5424"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ae764677-a0d1-430a-9d32-50b3ecaf5424"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ae764677-a0d1-430a-9d32-50b3ecaf5424"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ae764677-a0d1-430a-9d32-50b3ecaf5424"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae764677-a0d1-430a-9d32-50b3ecaf5424"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ae764677-a0d1-430a-9d32-50b3ecaf5424"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ae764677-a0d1-430a-9d32-50b3ecaf5424"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ae764677-a0d1-430a-9d32-50b3ecaf5424"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ae764677-a0d1-430a-9d32-50b3ecaf5424"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ae764677-a0d1-430a-9d32-50b3ecaf5424"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ae764677-a0d1-430a-9d32-50b3ecaf5424"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ae764677-a0d1-430a-9d32-50b3ecaf5424"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ae764677-a0d1-430a-9d32-50b3ecaf5424"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ae764677-a0d1-430a-9d32-50b3ecaf5424"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ae764677-a0d1-430a-9d32-50b3ecaf5424"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ae764677-a0d1-430a-9d32-50b3ecaf5424"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b729ddca-cd7a-4868-b71f-1fb11759a148 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-b729ddca-cd7a-4868-b71f-1fb11759a148"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b729ddca-cd7a-4868-b71f-1fb11759a148"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b729ddca-cd7a-4868-b71f-1fb11759a148"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b729ddca-cd7a-4868-b71f-1fb11759a148"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b729ddca-cd7a-4868-b71f-1fb11759a148"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b729ddca-cd7a-4868-b71f-1fb11759a148"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b729ddca-cd7a-4868-b71f-1fb11759a148"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b729ddca-cd7a-4868-b71f-1fb11759a148"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b729ddca-cd7a-4868-b71f-1fb11759a148"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b729ddca-cd7a-4868-b71f-1fb11759a148"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b729ddca-cd7a-4868-b71f-1fb11759a148"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b729ddca-cd7a-4868-b71f-1fb11759a148"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b729ddca-cd7a-4868-b71f-1fb11759a148"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b729ddca-cd7a-4868-b71f-1fb11759a148"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b729ddca-cd7a-4868-b71f-1fb11759a148"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b729ddca-cd7a-4868-b71f-1fb11759a148"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b729ddca-cd7a-4868-b71f-1fb11759a148"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b729ddca-cd7a-4868-b71f-1fb11759a148"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b729ddca-cd7a-4868-b71f-1fb11759a148"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b729ddca-cd7a-4868-b71f-1fb11759a148"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b729ddca-cd7a-4868-b71f-1fb11759a148"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b729ddca-cd7a-4868-b71f-1fb11759a148"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b729ddca-cd7a-4868-b71f-1fb11759a148"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b729ddca-cd7a-4868-b71f-1fb11759a148"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b729ddca-cd7a-4868-b71f-1fb11759a148"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b729ddca-cd7a-4868-b71f-1fb11759a148"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b729ddca-cd7a-4868-b71f-1fb11759a148"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b729ddca-cd7a-4868-b71f-1fb11759a148"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b729ddca-cd7a-4868-b71f-1fb11759a148"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b729ddca-cd7a-4868-b71f-1fb11759a148"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b729ddca-cd7a-4868-b71f-1fb11759a148"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b729ddca-cd7a-4868-b71f-1fb11759a148"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b729ddca-cd7a-4868-b71f-1fb11759a148"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b729ddca-cd7a-4868-b71f-1fb11759a148"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b729ddca-cd7a-4868-b71f-1fb11759a148"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b729ddca-cd7a-4868-b71f-1fb11759a148"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b729ddca-cd7a-4868-b71f-1fb11759a148"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e4bac8ff-5a0e-4e7b-8d0d-2ceed88abe61 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-e4bac8ff-5a0e-4e7b-8d0d-2ceed88abe61"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4bac8ff-5a0e-4e7b-8d0d-2ceed88abe61"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e4bac8ff-5a0e-4e7b-8d0d-2ceed88abe61"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e4bac8ff-5a0e-4e7b-8d0d-2ceed88abe61"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e4bac8ff-5a0e-4e7b-8d0d-2ceed88abe61"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e4bac8ff-5a0e-4e7b-8d0d-2ceed88abe61"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e4bac8ff-5a0e-4e7b-8d0d-2ceed88abe61"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e4bac8ff-5a0e-4e7b-8d0d-2ceed88abe61"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e4bac8ff-5a0e-4e7b-8d0d-2ceed88abe61"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e4bac8ff-5a0e-4e7b-8d0d-2ceed88abe61"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e4bac8ff-5a0e-4e7b-8d0d-2ceed88abe61"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e4bac8ff-5a0e-4e7b-8d0d-2ceed88abe61"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e4bac8ff-5a0e-4e7b-8d0d-2ceed88abe61"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e4bac8ff-5a0e-4e7b-8d0d-2ceed88abe61"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e4bac8ff-5a0e-4e7b-8d0d-2ceed88abe61"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e4bac8ff-5a0e-4e7b-8d0d-2ceed88abe61"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e4bac8ff-5a0e-4e7b-8d0d-2ceed88abe61"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e4bac8ff-5a0e-4e7b-8d0d-2ceed88abe61"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e4bac8ff-5a0e-4e7b-8d0d-2ceed88abe61"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e4bac8ff-5a0e-4e7b-8d0d-2ceed88abe61"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e4bac8ff-5a0e-4e7b-8d0d-2ceed88abe61"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e4bac8ff-5a0e-4e7b-8d0d-2ceed88abe61"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e4bac8ff-5a0e-4e7b-8d0d-2ceed88abe61"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e4bac8ff-5a0e-4e7b-8d0d-2ceed88abe61"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e4bac8ff-5a0e-4e7b-8d0d-2ceed88abe61"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4bac8ff-5a0e-4e7b-8d0d-2ceed88abe61"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e4bac8ff-5a0e-4e7b-8d0d-2ceed88abe61"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e4bac8ff-5a0e-4e7b-8d0d-2ceed88abe61"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e4bac8ff-5a0e-4e7b-8d0d-2ceed88abe61"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e4bac8ff-5a0e-4e7b-8d0d-2ceed88abe61"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e4bac8ff-5a0e-4e7b-8d0d-2ceed88abe61"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e4bac8ff-5a0e-4e7b-8d0d-2ceed88abe61"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e4bac8ff-5a0e-4e7b-8d0d-2ceed88abe61"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e4bac8ff-5a0e-4e7b-8d0d-2ceed88abe61"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e4bac8ff-5a0e-4e7b-8d0d-2ceed88abe61"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e4bac8ff-5a0e-4e7b-8d0d-2ceed88abe61"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e4bac8ff-5a0e-4e7b-8d0d-2ceed88abe61"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5d548b81-7a5a-4993-89fe-b7f779b1d910 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-5d548b81-7a5a-4993-89fe-b7f779b1d910"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5d548b81-7a5a-4993-89fe-b7f779b1d910"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5d548b81-7a5a-4993-89fe-b7f779b1d910"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5d548b81-7a5a-4993-89fe-b7f779b1d910"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5d548b81-7a5a-4993-89fe-b7f779b1d910"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5d548b81-7a5a-4993-89fe-b7f779b1d910"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5d548b81-7a5a-4993-89fe-b7f779b1d910"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5d548b81-7a5a-4993-89fe-b7f779b1d910"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5d548b81-7a5a-4993-89fe-b7f779b1d910"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5d548b81-7a5a-4993-89fe-b7f779b1d910"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5d548b81-7a5a-4993-89fe-b7f779b1d910"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5d548b81-7a5a-4993-89fe-b7f779b1d910"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5d548b81-7a5a-4993-89fe-b7f779b1d910"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5d548b81-7a5a-4993-89fe-b7f779b1d910"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5d548b81-7a5a-4993-89fe-b7f779b1d910"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5d548b81-7a5a-4993-89fe-b7f779b1d910"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5d548b81-7a5a-4993-89fe-b7f779b1d910"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5d548b81-7a5a-4993-89fe-b7f779b1d910"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5d548b81-7a5a-4993-89fe-b7f779b1d910"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5d548b81-7a5a-4993-89fe-b7f779b1d910"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5d548b81-7a5a-4993-89fe-b7f779b1d910"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5d548b81-7a5a-4993-89fe-b7f779b1d910"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5d548b81-7a5a-4993-89fe-b7f779b1d910"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5d548b81-7a5a-4993-89fe-b7f779b1d910"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5d548b81-7a5a-4993-89fe-b7f779b1d910"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d548b81-7a5a-4993-89fe-b7f779b1d910"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5d548b81-7a5a-4993-89fe-b7f779b1d910"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5d548b81-7a5a-4993-89fe-b7f779b1d910"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5d548b81-7a5a-4993-89fe-b7f779b1d910"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5d548b81-7a5a-4993-89fe-b7f779b1d910"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5d548b81-7a5a-4993-89fe-b7f779b1d910"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5d548b81-7a5a-4993-89fe-b7f779b1d910"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5d548b81-7a5a-4993-89fe-b7f779b1d910"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5d548b81-7a5a-4993-89fe-b7f779b1d910"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5d548b81-7a5a-4993-89fe-b7f779b1d910"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5d548b81-7a5a-4993-89fe-b7f779b1d910"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5d548b81-7a5a-4993-89fe-b7f779b1d910"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2fb2b43c-8d1f-4e0e-b281-9f1c03e537cd {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-2fb2b43c-8d1f-4e0e-b281-9f1c03e537cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fb2b43c-8d1f-4e0e-b281-9f1c03e537cd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2fb2b43c-8d1f-4e0e-b281-9f1c03e537cd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2fb2b43c-8d1f-4e0e-b281-9f1c03e537cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2fb2b43c-8d1f-4e0e-b281-9f1c03e537cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2fb2b43c-8d1f-4e0e-b281-9f1c03e537cd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2fb2b43c-8d1f-4e0e-b281-9f1c03e537cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2fb2b43c-8d1f-4e0e-b281-9f1c03e537cd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2fb2b43c-8d1f-4e0e-b281-9f1c03e537cd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2fb2b43c-8d1f-4e0e-b281-9f1c03e537cd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2fb2b43c-8d1f-4e0e-b281-9f1c03e537cd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2fb2b43c-8d1f-4e0e-b281-9f1c03e537cd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2fb2b43c-8d1f-4e0e-b281-9f1c03e537cd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2fb2b43c-8d1f-4e0e-b281-9f1c03e537cd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2fb2b43c-8d1f-4e0e-b281-9f1c03e537cd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2fb2b43c-8d1f-4e0e-b281-9f1c03e537cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2fb2b43c-8d1f-4e0e-b281-9f1c03e537cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2fb2b43c-8d1f-4e0e-b281-9f1c03e537cd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2fb2b43c-8d1f-4e0e-b281-9f1c03e537cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2fb2b43c-8d1f-4e0e-b281-9f1c03e537cd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2fb2b43c-8d1f-4e0e-b281-9f1c03e537cd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2fb2b43c-8d1f-4e0e-b281-9f1c03e537cd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2fb2b43c-8d1f-4e0e-b281-9f1c03e537cd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2fb2b43c-8d1f-4e0e-b281-9f1c03e537cd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2fb2b43c-8d1f-4e0e-b281-9f1c03e537cd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fb2b43c-8d1f-4e0e-b281-9f1c03e537cd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2fb2b43c-8d1f-4e0e-b281-9f1c03e537cd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2fb2b43c-8d1f-4e0e-b281-9f1c03e537cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2fb2b43c-8d1f-4e0e-b281-9f1c03e537cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2fb2b43c-8d1f-4e0e-b281-9f1c03e537cd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2fb2b43c-8d1f-4e0e-b281-9f1c03e537cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2fb2b43c-8d1f-4e0e-b281-9f1c03e537cd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2fb2b43c-8d1f-4e0e-b281-9f1c03e537cd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2fb2b43c-8d1f-4e0e-b281-9f1c03e537cd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2fb2b43c-8d1f-4e0e-b281-9f1c03e537cd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2fb2b43c-8d1f-4e0e-b281-9f1c03e537cd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2fb2b43c-8d1f-4e0e-b281-9f1c03e537cd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9fa2e972-fe64-43f7-a8b8-141c2c15ff77 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-9fa2e972-fe64-43f7-a8b8-141c2c15ff77"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9fa2e972-fe64-43f7-a8b8-141c2c15ff77"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9fa2e972-fe64-43f7-a8b8-141c2c15ff77"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9fa2e972-fe64-43f7-a8b8-141c2c15ff77"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9fa2e972-fe64-43f7-a8b8-141c2c15ff77"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9fa2e972-fe64-43f7-a8b8-141c2c15ff77"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9fa2e972-fe64-43f7-a8b8-141c2c15ff77"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9fa2e972-fe64-43f7-a8b8-141c2c15ff77"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9fa2e972-fe64-43f7-a8b8-141c2c15ff77"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9fa2e972-fe64-43f7-a8b8-141c2c15ff77"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9fa2e972-fe64-43f7-a8b8-141c2c15ff77"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9fa2e972-fe64-43f7-a8b8-141c2c15ff77"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9fa2e972-fe64-43f7-a8b8-141c2c15ff77"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9fa2e972-fe64-43f7-a8b8-141c2c15ff77"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9fa2e972-fe64-43f7-a8b8-141c2c15ff77"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9fa2e972-fe64-43f7-a8b8-141c2c15ff77"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9fa2e972-fe64-43f7-a8b8-141c2c15ff77"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9fa2e972-fe64-43f7-a8b8-141c2c15ff77"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9fa2e972-fe64-43f7-a8b8-141c2c15ff77"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9fa2e972-fe64-43f7-a8b8-141c2c15ff77"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9fa2e972-fe64-43f7-a8b8-141c2c15ff77"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9fa2e972-fe64-43f7-a8b8-141c2c15ff77"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9fa2e972-fe64-43f7-a8b8-141c2c15ff77"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9fa2e972-fe64-43f7-a8b8-141c2c15ff77"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9fa2e972-fe64-43f7-a8b8-141c2c15ff77"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9fa2e972-fe64-43f7-a8b8-141c2c15ff77"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9fa2e972-fe64-43f7-a8b8-141c2c15ff77"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9fa2e972-fe64-43f7-a8b8-141c2c15ff77"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9fa2e972-fe64-43f7-a8b8-141c2c15ff77"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9fa2e972-fe64-43f7-a8b8-141c2c15ff77"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9fa2e972-fe64-43f7-a8b8-141c2c15ff77"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9fa2e972-fe64-43f7-a8b8-141c2c15ff77"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9fa2e972-fe64-43f7-a8b8-141c2c15ff77"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9fa2e972-fe64-43f7-a8b8-141c2c15ff77"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9fa2e972-fe64-43f7-a8b8-141c2c15ff77"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9fa2e972-fe64-43f7-a8b8-141c2c15ff77"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9fa2e972-fe64-43f7-a8b8-141c2c15ff77"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b3ff8062-956f-4aa9-836d-703696ec77a9 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-b3ff8062-956f-4aa9-836d-703696ec77a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3ff8062-956f-4aa9-836d-703696ec77a9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b3ff8062-956f-4aa9-836d-703696ec77a9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b3ff8062-956f-4aa9-836d-703696ec77a9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b3ff8062-956f-4aa9-836d-703696ec77a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b3ff8062-956f-4aa9-836d-703696ec77a9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b3ff8062-956f-4aa9-836d-703696ec77a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b3ff8062-956f-4aa9-836d-703696ec77a9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b3ff8062-956f-4aa9-836d-703696ec77a9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b3ff8062-956f-4aa9-836d-703696ec77a9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b3ff8062-956f-4aa9-836d-703696ec77a9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b3ff8062-956f-4aa9-836d-703696ec77a9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b3ff8062-956f-4aa9-836d-703696ec77a9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b3ff8062-956f-4aa9-836d-703696ec77a9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b3ff8062-956f-4aa9-836d-703696ec77a9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b3ff8062-956f-4aa9-836d-703696ec77a9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b3ff8062-956f-4aa9-836d-703696ec77a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b3ff8062-956f-4aa9-836d-703696ec77a9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b3ff8062-956f-4aa9-836d-703696ec77a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b3ff8062-956f-4aa9-836d-703696ec77a9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b3ff8062-956f-4aa9-836d-703696ec77a9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b3ff8062-956f-4aa9-836d-703696ec77a9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b3ff8062-956f-4aa9-836d-703696ec77a9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b3ff8062-956f-4aa9-836d-703696ec77a9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b3ff8062-956f-4aa9-836d-703696ec77a9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3ff8062-956f-4aa9-836d-703696ec77a9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b3ff8062-956f-4aa9-836d-703696ec77a9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b3ff8062-956f-4aa9-836d-703696ec77a9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b3ff8062-956f-4aa9-836d-703696ec77a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b3ff8062-956f-4aa9-836d-703696ec77a9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b3ff8062-956f-4aa9-836d-703696ec77a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b3ff8062-956f-4aa9-836d-703696ec77a9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b3ff8062-956f-4aa9-836d-703696ec77a9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b3ff8062-956f-4aa9-836d-703696ec77a9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b3ff8062-956f-4aa9-836d-703696ec77a9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b3ff8062-956f-4aa9-836d-703696ec77a9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b3ff8062-956f-4aa9-836d-703696ec77a9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a7906800-734a-41ca-bf0f-65e0871d85ef {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-a7906800-734a-41ca-bf0f-65e0871d85ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7906800-734a-41ca-bf0f-65e0871d85ef"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a7906800-734a-41ca-bf0f-65e0871d85ef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a7906800-734a-41ca-bf0f-65e0871d85ef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a7906800-734a-41ca-bf0f-65e0871d85ef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a7906800-734a-41ca-bf0f-65e0871d85ef"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a7906800-734a-41ca-bf0f-65e0871d85ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a7906800-734a-41ca-bf0f-65e0871d85ef"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a7906800-734a-41ca-bf0f-65e0871d85ef"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a7906800-734a-41ca-bf0f-65e0871d85ef"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a7906800-734a-41ca-bf0f-65e0871d85ef"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a7906800-734a-41ca-bf0f-65e0871d85ef"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a7906800-734a-41ca-bf0f-65e0871d85ef"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a7906800-734a-41ca-bf0f-65e0871d85ef"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a7906800-734a-41ca-bf0f-65e0871d85ef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a7906800-734a-41ca-bf0f-65e0871d85ef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a7906800-734a-41ca-bf0f-65e0871d85ef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a7906800-734a-41ca-bf0f-65e0871d85ef"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a7906800-734a-41ca-bf0f-65e0871d85ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a7906800-734a-41ca-bf0f-65e0871d85ef"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a7906800-734a-41ca-bf0f-65e0871d85ef"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a7906800-734a-41ca-bf0f-65e0871d85ef"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a7906800-734a-41ca-bf0f-65e0871d85ef"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a7906800-734a-41ca-bf0f-65e0871d85ef"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a7906800-734a-41ca-bf0f-65e0871d85ef"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7906800-734a-41ca-bf0f-65e0871d85ef"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a7906800-734a-41ca-bf0f-65e0871d85ef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a7906800-734a-41ca-bf0f-65e0871d85ef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a7906800-734a-41ca-bf0f-65e0871d85ef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a7906800-734a-41ca-bf0f-65e0871d85ef"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a7906800-734a-41ca-bf0f-65e0871d85ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a7906800-734a-41ca-bf0f-65e0871d85ef"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a7906800-734a-41ca-bf0f-65e0871d85ef"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a7906800-734a-41ca-bf0f-65e0871d85ef"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a7906800-734a-41ca-bf0f-65e0871d85ef"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a7906800-734a-41ca-bf0f-65e0871d85ef"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a7906800-734a-41ca-bf0f-65e0871d85ef"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8e4562da-f387-48ea-93e3-89d30af825b7 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-8e4562da-f387-48ea-93e3-89d30af825b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e4562da-f387-48ea-93e3-89d30af825b7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8e4562da-f387-48ea-93e3-89d30af825b7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8e4562da-f387-48ea-93e3-89d30af825b7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8e4562da-f387-48ea-93e3-89d30af825b7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8e4562da-f387-48ea-93e3-89d30af825b7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8e4562da-f387-48ea-93e3-89d30af825b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8e4562da-f387-48ea-93e3-89d30af825b7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8e4562da-f387-48ea-93e3-89d30af825b7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8e4562da-f387-48ea-93e3-89d30af825b7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8e4562da-f387-48ea-93e3-89d30af825b7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8e4562da-f387-48ea-93e3-89d30af825b7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8e4562da-f387-48ea-93e3-89d30af825b7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8e4562da-f387-48ea-93e3-89d30af825b7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8e4562da-f387-48ea-93e3-89d30af825b7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8e4562da-f387-48ea-93e3-89d30af825b7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8e4562da-f387-48ea-93e3-89d30af825b7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8e4562da-f387-48ea-93e3-89d30af825b7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8e4562da-f387-48ea-93e3-89d30af825b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8e4562da-f387-48ea-93e3-89d30af825b7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8e4562da-f387-48ea-93e3-89d30af825b7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8e4562da-f387-48ea-93e3-89d30af825b7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8e4562da-f387-48ea-93e3-89d30af825b7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8e4562da-f387-48ea-93e3-89d30af825b7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8e4562da-f387-48ea-93e3-89d30af825b7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e4562da-f387-48ea-93e3-89d30af825b7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8e4562da-f387-48ea-93e3-89d30af825b7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8e4562da-f387-48ea-93e3-89d30af825b7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8e4562da-f387-48ea-93e3-89d30af825b7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8e4562da-f387-48ea-93e3-89d30af825b7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8e4562da-f387-48ea-93e3-89d30af825b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8e4562da-f387-48ea-93e3-89d30af825b7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8e4562da-f387-48ea-93e3-89d30af825b7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8e4562da-f387-48ea-93e3-89d30af825b7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8e4562da-f387-48ea-93e3-89d30af825b7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8e4562da-f387-48ea-93e3-89d30af825b7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8e4562da-f387-48ea-93e3-89d30af825b7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a5b9b14b-9bcf-46d5-8d2d-b4dbc45342de {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-a5b9b14b-9bcf-46d5-8d2d-b4dbc45342de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5b9b14b-9bcf-46d5-8d2d-b4dbc45342de"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a5b9b14b-9bcf-46d5-8d2d-b4dbc45342de"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a5b9b14b-9bcf-46d5-8d2d-b4dbc45342de"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a5b9b14b-9bcf-46d5-8d2d-b4dbc45342de"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5b9b14b-9bcf-46d5-8d2d-b4dbc45342de"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a5b9b14b-9bcf-46d5-8d2d-b4dbc45342de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a5b9b14b-9bcf-46d5-8d2d-b4dbc45342de"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a5b9b14b-9bcf-46d5-8d2d-b4dbc45342de"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a5b9b14b-9bcf-46d5-8d2d-b4dbc45342de"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a5b9b14b-9bcf-46d5-8d2d-b4dbc45342de"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a5b9b14b-9bcf-46d5-8d2d-b4dbc45342de"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a5b9b14b-9bcf-46d5-8d2d-b4dbc45342de"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a5b9b14b-9bcf-46d5-8d2d-b4dbc45342de"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a5b9b14b-9bcf-46d5-8d2d-b4dbc45342de"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a5b9b14b-9bcf-46d5-8d2d-b4dbc45342de"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a5b9b14b-9bcf-46d5-8d2d-b4dbc45342de"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5b9b14b-9bcf-46d5-8d2d-b4dbc45342de"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a5b9b14b-9bcf-46d5-8d2d-b4dbc45342de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a5b9b14b-9bcf-46d5-8d2d-b4dbc45342de"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a5b9b14b-9bcf-46d5-8d2d-b4dbc45342de"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a5b9b14b-9bcf-46d5-8d2d-b4dbc45342de"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a5b9b14b-9bcf-46d5-8d2d-b4dbc45342de"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a5b9b14b-9bcf-46d5-8d2d-b4dbc45342de"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a5b9b14b-9bcf-46d5-8d2d-b4dbc45342de"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5b9b14b-9bcf-46d5-8d2d-b4dbc45342de"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a5b9b14b-9bcf-46d5-8d2d-b4dbc45342de"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a5b9b14b-9bcf-46d5-8d2d-b4dbc45342de"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a5b9b14b-9bcf-46d5-8d2d-b4dbc45342de"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5b9b14b-9bcf-46d5-8d2d-b4dbc45342de"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a5b9b14b-9bcf-46d5-8d2d-b4dbc45342de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a5b9b14b-9bcf-46d5-8d2d-b4dbc45342de"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a5b9b14b-9bcf-46d5-8d2d-b4dbc45342de"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a5b9b14b-9bcf-46d5-8d2d-b4dbc45342de"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a5b9b14b-9bcf-46d5-8d2d-b4dbc45342de"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a5b9b14b-9bcf-46d5-8d2d-b4dbc45342de"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a5b9b14b-9bcf-46d5-8d2d-b4dbc45342de"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-dd690317-fffb-4ef1-8c08-c2777df703c8 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-dd690317-fffb-4ef1-8c08-c2777df703c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd690317-fffb-4ef1-8c08-c2777df703c8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dd690317-fffb-4ef1-8c08-c2777df703c8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dd690317-fffb-4ef1-8c08-c2777df703c8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dd690317-fffb-4ef1-8c08-c2777df703c8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dd690317-fffb-4ef1-8c08-c2777df703c8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dd690317-fffb-4ef1-8c08-c2777df703c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dd690317-fffb-4ef1-8c08-c2777df703c8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dd690317-fffb-4ef1-8c08-c2777df703c8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dd690317-fffb-4ef1-8c08-c2777df703c8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dd690317-fffb-4ef1-8c08-c2777df703c8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dd690317-fffb-4ef1-8c08-c2777df703c8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dd690317-fffb-4ef1-8c08-c2777df703c8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dd690317-fffb-4ef1-8c08-c2777df703c8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dd690317-fffb-4ef1-8c08-c2777df703c8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dd690317-fffb-4ef1-8c08-c2777df703c8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dd690317-fffb-4ef1-8c08-c2777df703c8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dd690317-fffb-4ef1-8c08-c2777df703c8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dd690317-fffb-4ef1-8c08-c2777df703c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dd690317-fffb-4ef1-8c08-c2777df703c8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dd690317-fffb-4ef1-8c08-c2777df703c8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dd690317-fffb-4ef1-8c08-c2777df703c8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dd690317-fffb-4ef1-8c08-c2777df703c8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dd690317-fffb-4ef1-8c08-c2777df703c8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dd690317-fffb-4ef1-8c08-c2777df703c8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd690317-fffb-4ef1-8c08-c2777df703c8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dd690317-fffb-4ef1-8c08-c2777df703c8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dd690317-fffb-4ef1-8c08-c2777df703c8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dd690317-fffb-4ef1-8c08-c2777df703c8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dd690317-fffb-4ef1-8c08-c2777df703c8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dd690317-fffb-4ef1-8c08-c2777df703c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dd690317-fffb-4ef1-8c08-c2777df703c8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dd690317-fffb-4ef1-8c08-c2777df703c8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dd690317-fffb-4ef1-8c08-c2777df703c8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dd690317-fffb-4ef1-8c08-c2777df703c8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dd690317-fffb-4ef1-8c08-c2777df703c8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dd690317-fffb-4ef1-8c08-c2777df703c8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c89fb9a4-4dcd-40f6-a4ef-105a24b5095d {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-c89fb9a4-4dcd-40f6-a4ef-105a24b5095d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c89fb9a4-4dcd-40f6-a4ef-105a24b5095d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c89fb9a4-4dcd-40f6-a4ef-105a24b5095d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c89fb9a4-4dcd-40f6-a4ef-105a24b5095d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c89fb9a4-4dcd-40f6-a4ef-105a24b5095d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c89fb9a4-4dcd-40f6-a4ef-105a24b5095d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c89fb9a4-4dcd-40f6-a4ef-105a24b5095d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c89fb9a4-4dcd-40f6-a4ef-105a24b5095d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c89fb9a4-4dcd-40f6-a4ef-105a24b5095d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c89fb9a4-4dcd-40f6-a4ef-105a24b5095d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c89fb9a4-4dcd-40f6-a4ef-105a24b5095d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c89fb9a4-4dcd-40f6-a4ef-105a24b5095d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c89fb9a4-4dcd-40f6-a4ef-105a24b5095d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c89fb9a4-4dcd-40f6-a4ef-105a24b5095d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c89fb9a4-4dcd-40f6-a4ef-105a24b5095d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c89fb9a4-4dcd-40f6-a4ef-105a24b5095d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c89fb9a4-4dcd-40f6-a4ef-105a24b5095d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c89fb9a4-4dcd-40f6-a4ef-105a24b5095d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c89fb9a4-4dcd-40f6-a4ef-105a24b5095d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c89fb9a4-4dcd-40f6-a4ef-105a24b5095d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c89fb9a4-4dcd-40f6-a4ef-105a24b5095d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c89fb9a4-4dcd-40f6-a4ef-105a24b5095d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c89fb9a4-4dcd-40f6-a4ef-105a24b5095d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c89fb9a4-4dcd-40f6-a4ef-105a24b5095d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c89fb9a4-4dcd-40f6-a4ef-105a24b5095d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c89fb9a4-4dcd-40f6-a4ef-105a24b5095d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c89fb9a4-4dcd-40f6-a4ef-105a24b5095d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c89fb9a4-4dcd-40f6-a4ef-105a24b5095d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c89fb9a4-4dcd-40f6-a4ef-105a24b5095d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c89fb9a4-4dcd-40f6-a4ef-105a24b5095d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c89fb9a4-4dcd-40f6-a4ef-105a24b5095d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c89fb9a4-4dcd-40f6-a4ef-105a24b5095d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c89fb9a4-4dcd-40f6-a4ef-105a24b5095d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c89fb9a4-4dcd-40f6-a4ef-105a24b5095d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c89fb9a4-4dcd-40f6-a4ef-105a24b5095d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c89fb9a4-4dcd-40f6-a4ef-105a24b5095d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c89fb9a4-4dcd-40f6-a4ef-105a24b5095d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a5d6ec3a-32f8-4190-862d-1b9d73b3b80b {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-a5d6ec3a-32f8-4190-862d-1b9d73b3b80b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5d6ec3a-32f8-4190-862d-1b9d73b3b80b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a5d6ec3a-32f8-4190-862d-1b9d73b3b80b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a5d6ec3a-32f8-4190-862d-1b9d73b3b80b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a5d6ec3a-32f8-4190-862d-1b9d73b3b80b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5d6ec3a-32f8-4190-862d-1b9d73b3b80b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a5d6ec3a-32f8-4190-862d-1b9d73b3b80b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a5d6ec3a-32f8-4190-862d-1b9d73b3b80b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a5d6ec3a-32f8-4190-862d-1b9d73b3b80b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a5d6ec3a-32f8-4190-862d-1b9d73b3b80b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a5d6ec3a-32f8-4190-862d-1b9d73b3b80b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a5d6ec3a-32f8-4190-862d-1b9d73b3b80b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a5d6ec3a-32f8-4190-862d-1b9d73b3b80b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a5d6ec3a-32f8-4190-862d-1b9d73b3b80b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a5d6ec3a-32f8-4190-862d-1b9d73b3b80b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a5d6ec3a-32f8-4190-862d-1b9d73b3b80b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a5d6ec3a-32f8-4190-862d-1b9d73b3b80b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5d6ec3a-32f8-4190-862d-1b9d73b3b80b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a5d6ec3a-32f8-4190-862d-1b9d73b3b80b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a5d6ec3a-32f8-4190-862d-1b9d73b3b80b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a5d6ec3a-32f8-4190-862d-1b9d73b3b80b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a5d6ec3a-32f8-4190-862d-1b9d73b3b80b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a5d6ec3a-32f8-4190-862d-1b9d73b3b80b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a5d6ec3a-32f8-4190-862d-1b9d73b3b80b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a5d6ec3a-32f8-4190-862d-1b9d73b3b80b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5d6ec3a-32f8-4190-862d-1b9d73b3b80b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a5d6ec3a-32f8-4190-862d-1b9d73b3b80b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a5d6ec3a-32f8-4190-862d-1b9d73b3b80b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a5d6ec3a-32f8-4190-862d-1b9d73b3b80b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5d6ec3a-32f8-4190-862d-1b9d73b3b80b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a5d6ec3a-32f8-4190-862d-1b9d73b3b80b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a5d6ec3a-32f8-4190-862d-1b9d73b3b80b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a5d6ec3a-32f8-4190-862d-1b9d73b3b80b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a5d6ec3a-32f8-4190-862d-1b9d73b3b80b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a5d6ec3a-32f8-4190-862d-1b9d73b3b80b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a5d6ec3a-32f8-4190-862d-1b9d73b3b80b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a5d6ec3a-32f8-4190-862d-1b9d73b3b80b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e364e538-1e7f-4032-ac11-b5531f0ab687 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-e364e538-1e7f-4032-ac11-b5531f0ab687"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e364e538-1e7f-4032-ac11-b5531f0ab687"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e364e538-1e7f-4032-ac11-b5531f0ab687"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e364e538-1e7f-4032-ac11-b5531f0ab687"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e364e538-1e7f-4032-ac11-b5531f0ab687"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e364e538-1e7f-4032-ac11-b5531f0ab687"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e364e538-1e7f-4032-ac11-b5531f0ab687"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e364e538-1e7f-4032-ac11-b5531f0ab687"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e364e538-1e7f-4032-ac11-b5531f0ab687"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e364e538-1e7f-4032-ac11-b5531f0ab687"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e364e538-1e7f-4032-ac11-b5531f0ab687"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e364e538-1e7f-4032-ac11-b5531f0ab687"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e364e538-1e7f-4032-ac11-b5531f0ab687"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e364e538-1e7f-4032-ac11-b5531f0ab687"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e364e538-1e7f-4032-ac11-b5531f0ab687"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e364e538-1e7f-4032-ac11-b5531f0ab687"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e364e538-1e7f-4032-ac11-b5531f0ab687"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e364e538-1e7f-4032-ac11-b5531f0ab687"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e364e538-1e7f-4032-ac11-b5531f0ab687"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e364e538-1e7f-4032-ac11-b5531f0ab687"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e364e538-1e7f-4032-ac11-b5531f0ab687"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e364e538-1e7f-4032-ac11-b5531f0ab687"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e364e538-1e7f-4032-ac11-b5531f0ab687"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e364e538-1e7f-4032-ac11-b5531f0ab687"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e364e538-1e7f-4032-ac11-b5531f0ab687"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e364e538-1e7f-4032-ac11-b5531f0ab687"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e364e538-1e7f-4032-ac11-b5531f0ab687"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e364e538-1e7f-4032-ac11-b5531f0ab687"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e364e538-1e7f-4032-ac11-b5531f0ab687"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e364e538-1e7f-4032-ac11-b5531f0ab687"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e364e538-1e7f-4032-ac11-b5531f0ab687"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e364e538-1e7f-4032-ac11-b5531f0ab687"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e364e538-1e7f-4032-ac11-b5531f0ab687"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e364e538-1e7f-4032-ac11-b5531f0ab687"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e364e538-1e7f-4032-ac11-b5531f0ab687"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e364e538-1e7f-4032-ac11-b5531f0ab687"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e364e538-1e7f-4032-ac11-b5531f0ab687"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2c96901a-f5cf-4960-9b07-cf5ceb435a28 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-2c96901a-f5cf-4960-9b07-cf5ceb435a28"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c96901a-f5cf-4960-9b07-cf5ceb435a28"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2c96901a-f5cf-4960-9b07-cf5ceb435a28"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c96901a-f5cf-4960-9b07-cf5ceb435a28"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2c96901a-f5cf-4960-9b07-cf5ceb435a28"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2c96901a-f5cf-4960-9b07-cf5ceb435a28"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2c96901a-f5cf-4960-9b07-cf5ceb435a28"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2c96901a-f5cf-4960-9b07-cf5ceb435a28"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c96901a-f5cf-4960-9b07-cf5ceb435a28"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2c96901a-f5cf-4960-9b07-cf5ceb435a28"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2c96901a-f5cf-4960-9b07-cf5ceb435a28"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2c96901a-f5cf-4960-9b07-cf5ceb435a28"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2c96901a-f5cf-4960-9b07-cf5ceb435a28"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2c96901a-f5cf-4960-9b07-cf5ceb435a28"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2c96901a-f5cf-4960-9b07-cf5ceb435a28"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c96901a-f5cf-4960-9b07-cf5ceb435a28"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2c96901a-f5cf-4960-9b07-cf5ceb435a28"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2c96901a-f5cf-4960-9b07-cf5ceb435a28"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2c96901a-f5cf-4960-9b07-cf5ceb435a28"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2c96901a-f5cf-4960-9b07-cf5ceb435a28"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c96901a-f5cf-4960-9b07-cf5ceb435a28"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2c96901a-f5cf-4960-9b07-cf5ceb435a28"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2c96901a-f5cf-4960-9b07-cf5ceb435a28"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2c96901a-f5cf-4960-9b07-cf5ceb435a28"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2c96901a-f5cf-4960-9b07-cf5ceb435a28"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c96901a-f5cf-4960-9b07-cf5ceb435a28"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2c96901a-f5cf-4960-9b07-cf5ceb435a28"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c96901a-f5cf-4960-9b07-cf5ceb435a28"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2c96901a-f5cf-4960-9b07-cf5ceb435a28"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2c96901a-f5cf-4960-9b07-cf5ceb435a28"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2c96901a-f5cf-4960-9b07-cf5ceb435a28"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2c96901a-f5cf-4960-9b07-cf5ceb435a28"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c96901a-f5cf-4960-9b07-cf5ceb435a28"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2c96901a-f5cf-4960-9b07-cf5ceb435a28"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2c96901a-f5cf-4960-9b07-cf5ceb435a28"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2c96901a-f5cf-4960-9b07-cf5ceb435a28"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2c96901a-f5cf-4960-9b07-cf5ceb435a28"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0726bc37-3254-4a90-8363-1ce28c6e81bf {
  display: none;
}
#s-94b49b9d-82fe-48ed-afc0-426a3917e977 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-6ed272c5-ba73-4ffc-b3c6-9c42771fcb12 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ed272c5-ba73-4ffc-b3c6-9c42771fcb12 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-d15b9b50-7f32-46de-b4ca-79fe6ecf7318 {
  margin-top: 3px;
margin-bottom: 3px;
text-align: center;
}

#s-d15b9b50-7f32-46de-b4ca-79fe6ecf7318 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d15b9b50-7f32-46de-b4ca-79fe6ecf7318 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d15b9b50-7f32-46de-b4ca-79fe6ecf7318 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5ea8b1e4-7c1b-49d5-a0d3-674293b2a6f0 {
  margin-top: 3%;
margin-bottom: 3%;
text-align: left;
}

#s-5ea8b1e4-7c1b-49d5-a0d3-674293b2a6f0 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-5ea8b1e4-7c1b-49d5-a0d3-674293b2a6f0 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-5ea8b1e4-7c1b-49d5-a0d3-674293b2a6f0 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-5ea8b1e4-7c1b-49d5-a0d3-674293b2a6f0 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-eb7144f6-be72-4519-af27-90b88e3b7fcd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 1px;
background-color: rgba(66, 183, 42, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-eb7144f6-be72-4519-af27-90b88e3b7fcd:hover {background-color: rgba(51, 142, 32, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-eb7144f6-be72-4519-af27-90b88e3b7fcd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-eb7144f6-be72-4519-af27-90b88e3b7fcd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eb7144f6-be72-4519-af27-90b88e3b7fcd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eb7144f6-be72-4519-af27-90b88e3b7fcd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}

#s-eb7144f6-be72-4519-af27-90b88e3b7fcd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c5b2cfdb-9bd6-489b-993a-47e7a83701f8 {
  min-height: 50px;
}








#s-c5b2cfdb-9bd6-489b-993a-47e7a83701f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5b2cfdb-9bd6-489b-993a-47e7a83701f8.shg-box.shg-c {
  justify-content: center;
}

#s-0d2f65fe-0ea4-4e4c-9d57-34676b61902b {
  margin-left: 5px;
margin-right: 5px;
text-align: center;
}




  #s-0d2f65fe-0ea4-4e4c-9d57-34676b61902b img.shogun-image {
    
    width: px;
  }


#s-0d2f65fe-0ea4-4e4c-9d57-34676b61902b .shogun-image-content {
  
    align-items: center;
  
}

#s-aa60dff3-dceb-4dc4-9079-9a3d23df0bf4 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-aa60dff3-dceb-4dc4-9079-9a3d23df0bf4 {
  display: none;
}
#s-aa60dff3-dceb-4dc4-9079-9a3d23df0bf4, #wrap-s-aa60dff3-dceb-4dc4-9079-9a3d23df0bf4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aa60dff3-dceb-4dc4-9079-9a3d23df0bf4 {
  display: none;
}
#s-aa60dff3-dceb-4dc4-9079-9a3d23df0bf4, #wrap-s-aa60dff3-dceb-4dc4-9079-9a3d23df0bf4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aa60dff3-dceb-4dc4-9079-9a3d23df0bf4 {
  
}
}@media (max-width: 767px){#s-aa60dff3-dceb-4dc4-9079-9a3d23df0bf4 {
  
}
}







#s-aa60dff3-dceb-4dc4-9079-9a3d23df0bf4 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-aa60dff3-dceb-4dc4-9079-9a3d23df0bf4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-96819af8-5f19-49d1-bacb-0dab3aefd8c8 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(119, 74, 74, 0);
opacity: 1;
}

@media (min-width: 0px) {
[id="s-96819af8-5f19-49d1-bacb-0dab3aefd8c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96819af8-5f19-49d1-bacb-0dab3aefd8c8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-96819af8-5f19-49d1-bacb-0dab3aefd8c8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-96819af8-5f19-49d1-bacb-0dab3aefd8c8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-96819af8-5f19-49d1-bacb-0dab3aefd8c8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-96819af8-5f19-49d1-bacb-0dab3aefd8c8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-96819af8-5f19-49d1-bacb-0dab3aefd8c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-96819af8-5f19-49d1-bacb-0dab3aefd8c8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-96819af8-5f19-49d1-bacb-0dab3aefd8c8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-96819af8-5f19-49d1-bacb-0dab3aefd8c8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-96819af8-5f19-49d1-bacb-0dab3aefd8c8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-96819af8-5f19-49d1-bacb-0dab3aefd8c8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-96819af8-5f19-49d1-bacb-0dab3aefd8c8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-96819af8-5f19-49d1-bacb-0dab3aefd8c8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-96819af8-5f19-49d1-bacb-0dab3aefd8c8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-96819af8-5f19-49d1-bacb-0dab3aefd8c8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-96819af8-5f19-49d1-bacb-0dab3aefd8c8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-96819af8-5f19-49d1-bacb-0dab3aefd8c8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-96819af8-5f19-49d1-bacb-0dab3aefd8c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-96819af8-5f19-49d1-bacb-0dab3aefd8c8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-96819af8-5f19-49d1-bacb-0dab3aefd8c8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-96819af8-5f19-49d1-bacb-0dab3aefd8c8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-96819af8-5f19-49d1-bacb-0dab3aefd8c8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-96819af8-5f19-49d1-bacb-0dab3aefd8c8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-96819af8-5f19-49d1-bacb-0dab3aefd8c8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-96819af8-5f19-49d1-bacb-0dab3aefd8c8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-96819af8-5f19-49d1-bacb-0dab3aefd8c8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-96819af8-5f19-49d1-bacb-0dab3aefd8c8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-96819af8-5f19-49d1-bacb-0dab3aefd8c8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-96819af8-5f19-49d1-bacb-0dab3aefd8c8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-96819af8-5f19-49d1-bacb-0dab3aefd8c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-96819af8-5f19-49d1-bacb-0dab3aefd8c8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-96819af8-5f19-49d1-bacb-0dab3aefd8c8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-96819af8-5f19-49d1-bacb-0dab3aefd8c8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-96819af8-5f19-49d1-bacb-0dab3aefd8c8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-96819af8-5f19-49d1-bacb-0dab3aefd8c8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-96819af8-5f19-49d1-bacb-0dab3aefd8c8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-833a5286-94f9-4e49-85a5-98210f8c2d6c {
  margin-top: 1em;
margin-left: 2em;
margin-bottom: 1em;
margin-right: 2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-833a5286-94f9-4e49-85a5-98210f8c2d6c {
  display: none;
}
#s-833a5286-94f9-4e49-85a5-98210f8c2d6c, #wrap-s-833a5286-94f9-4e49-85a5-98210f8c2d6c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-833a5286-94f9-4e49-85a5-98210f8c2d6c {
  display: none;
}
#s-833a5286-94f9-4e49-85a5-98210f8c2d6c, #wrap-s-833a5286-94f9-4e49-85a5-98210f8c2d6c { display:none !important; }}
#s-833a5286-94f9-4e49-85a5-98210f8c2d6c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Avenir Next";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2c57fa50-fcd3-4b12-94ce-848b471a34e5 {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-2c57fa50-fcd3-4b12-94ce-848b471a34e5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2c57fa50-fcd3-4b12-94ce-848b471a34e5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2c57fa50-fcd3-4b12-94ce-848b471a34e5 {
  
}
}@media (max-width: 767px){#s-2c57fa50-fcd3-4b12-94ce-848b471a34e5 {
  
}
}
#s-ace67908-38d0-4567-a9b3-ce9a169c3714 {
  margin-left: 30px;
margin-right: 30px;
}

#s-ace67908-38d0-4567-a9b3-ce9a169c3714 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-ace67908-38d0-4567-a9b3-ce9a169c3714 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-ace67908-38d0-4567-a9b3-ce9a169c3714 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-ace67908-38d0-4567-a9b3-ce9a169c3714 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-ace67908-38d0-4567-a9b3-ce9a169c3714 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Lato;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-ace67908-38d0-4567-a9b3-ce9a169c3714 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-509c4eee-3c5a-41bb-8f4b-ab3e8afc30ed {
  margin-top: 1em;
}

#s-be3164fd-868e-4846-a56b-32b9ab80b0ac {
  margin-top: 1em;
min-height: 50px;
}








#s-be3164fd-868e-4846-a56b-32b9ab80b0ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be3164fd-868e-4846-a56b-32b9ab80b0ac.shg-box.shg-c {
  justify-content: center;
}

#s-d7cb6293-3cf3-4474-8558-efc42d6b9a0f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7cb6293-3cf3-4474-8558-efc42d6b9a0f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d1ede2d1-b734-43e6-a4ed-1f1b7875350d {
  margin-top: 2em;
margin-left: 10%;
margin-bottom: 2em;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-d1ede2d1-b734-43e6-a4ed-1f1b7875350d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1ede2d1-b734-43e6-a4ed-1f1b7875350d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d1ede2d1-b734-43e6-a4ed-1f1b7875350d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d1ede2d1-b734-43e6-a4ed-1f1b7875350d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d1ede2d1-b734-43e6-a4ed-1f1b7875350d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d1ede2d1-b734-43e6-a4ed-1f1b7875350d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d1ede2d1-b734-43e6-a4ed-1f1b7875350d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d1ede2d1-b734-43e6-a4ed-1f1b7875350d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d1ede2d1-b734-43e6-a4ed-1f1b7875350d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d1ede2d1-b734-43e6-a4ed-1f1b7875350d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d1ede2d1-b734-43e6-a4ed-1f1b7875350d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d1ede2d1-b734-43e6-a4ed-1f1b7875350d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d1ede2d1-b734-43e6-a4ed-1f1b7875350d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d1ede2d1-b734-43e6-a4ed-1f1b7875350d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d1ede2d1-b734-43e6-a4ed-1f1b7875350d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d1ede2d1-b734-43e6-a4ed-1f1b7875350d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d1ede2d1-b734-43e6-a4ed-1f1b7875350d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d1ede2d1-b734-43e6-a4ed-1f1b7875350d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d1ede2d1-b734-43e6-a4ed-1f1b7875350d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d1ede2d1-b734-43e6-a4ed-1f1b7875350d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d1ede2d1-b734-43e6-a4ed-1f1b7875350d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d1ede2d1-b734-43e6-a4ed-1f1b7875350d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d1ede2d1-b734-43e6-a4ed-1f1b7875350d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d1ede2d1-b734-43e6-a4ed-1f1b7875350d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d1ede2d1-b734-43e6-a4ed-1f1b7875350d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1ede2d1-b734-43e6-a4ed-1f1b7875350d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d1ede2d1-b734-43e6-a4ed-1f1b7875350d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d1ede2d1-b734-43e6-a4ed-1f1b7875350d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d1ede2d1-b734-43e6-a4ed-1f1b7875350d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d1ede2d1-b734-43e6-a4ed-1f1b7875350d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d1ede2d1-b734-43e6-a4ed-1f1b7875350d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d1ede2d1-b734-43e6-a4ed-1f1b7875350d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d1ede2d1-b734-43e6-a4ed-1f1b7875350d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d1ede2d1-b734-43e6-a4ed-1f1b7875350d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d1ede2d1-b734-43e6-a4ed-1f1b7875350d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d1ede2d1-b734-43e6-a4ed-1f1b7875350d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d1ede2d1-b734-43e6-a4ed-1f1b7875350d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-26051a27-090a-417b-9e14-0b5e87dcb2f3 {
  margin-left: 25%;
margin-right: 25%;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}




  #s-26051a27-090a-417b-9e14-0b5e87dcb2f3 img.shogun-image {
    
    width: px;
  }


#s-26051a27-090a-417b-9e14-0b5e87dcb2f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-b106c648-9177-4fa0-af8d-8a62d0db5672 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b106c648-9177-4fa0-af8d-8a62d0db5672 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-dbb9abb8-f6c2-4eca-b024-947a7385cd05 {
  margin-top: 2em;
margin-left: 10%;
margin-bottom: 2em;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-dbb9abb8-f6c2-4eca-b024-947a7385cd05"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dbb9abb8-f6c2-4eca-b024-947a7385cd05"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dbb9abb8-f6c2-4eca-b024-947a7385cd05"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dbb9abb8-f6c2-4eca-b024-947a7385cd05"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dbb9abb8-f6c2-4eca-b024-947a7385cd05"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dbb9abb8-f6c2-4eca-b024-947a7385cd05"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dbb9abb8-f6c2-4eca-b024-947a7385cd05"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dbb9abb8-f6c2-4eca-b024-947a7385cd05"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dbb9abb8-f6c2-4eca-b024-947a7385cd05"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dbb9abb8-f6c2-4eca-b024-947a7385cd05"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dbb9abb8-f6c2-4eca-b024-947a7385cd05"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dbb9abb8-f6c2-4eca-b024-947a7385cd05"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dbb9abb8-f6c2-4eca-b024-947a7385cd05"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dbb9abb8-f6c2-4eca-b024-947a7385cd05"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dbb9abb8-f6c2-4eca-b024-947a7385cd05"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dbb9abb8-f6c2-4eca-b024-947a7385cd05"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dbb9abb8-f6c2-4eca-b024-947a7385cd05"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dbb9abb8-f6c2-4eca-b024-947a7385cd05"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dbb9abb8-f6c2-4eca-b024-947a7385cd05"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dbb9abb8-f6c2-4eca-b024-947a7385cd05"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dbb9abb8-f6c2-4eca-b024-947a7385cd05"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dbb9abb8-f6c2-4eca-b024-947a7385cd05"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dbb9abb8-f6c2-4eca-b024-947a7385cd05"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dbb9abb8-f6c2-4eca-b024-947a7385cd05"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dbb9abb8-f6c2-4eca-b024-947a7385cd05"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dbb9abb8-f6c2-4eca-b024-947a7385cd05"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dbb9abb8-f6c2-4eca-b024-947a7385cd05"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dbb9abb8-f6c2-4eca-b024-947a7385cd05"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dbb9abb8-f6c2-4eca-b024-947a7385cd05"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dbb9abb8-f6c2-4eca-b024-947a7385cd05"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dbb9abb8-f6c2-4eca-b024-947a7385cd05"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dbb9abb8-f6c2-4eca-b024-947a7385cd05"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dbb9abb8-f6c2-4eca-b024-947a7385cd05"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dbb9abb8-f6c2-4eca-b024-947a7385cd05"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dbb9abb8-f6c2-4eca-b024-947a7385cd05"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dbb9abb8-f6c2-4eca-b024-947a7385cd05"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dbb9abb8-f6c2-4eca-b024-947a7385cd05"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ad6f7ba1-1e2a-4067-802b-9d64137060cd {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}




  #s-ad6f7ba1-1e2a-4067-802b-9d64137060cd img.shogun-image {
    
    width: px;
  }


#s-ad6f7ba1-1e2a-4067-802b-9d64137060cd .shogun-image-content {
  
    align-items: center;
  
}

#s-56fd0832-20c8-4252-8eec-99f1c24310e0 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-56fd0832-20c8-4252-8eec-99f1c24310e0 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-dd6101f1-737b-4e2b-ba7f-a1f255b6072c {
  margin-top: 2em;
margin-left: 10%;
margin-bottom: 2em;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-dd6101f1-737b-4e2b-ba7f-a1f255b6072c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd6101f1-737b-4e2b-ba7f-a1f255b6072c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dd6101f1-737b-4e2b-ba7f-a1f255b6072c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dd6101f1-737b-4e2b-ba7f-a1f255b6072c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dd6101f1-737b-4e2b-ba7f-a1f255b6072c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dd6101f1-737b-4e2b-ba7f-a1f255b6072c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dd6101f1-737b-4e2b-ba7f-a1f255b6072c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dd6101f1-737b-4e2b-ba7f-a1f255b6072c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dd6101f1-737b-4e2b-ba7f-a1f255b6072c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dd6101f1-737b-4e2b-ba7f-a1f255b6072c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dd6101f1-737b-4e2b-ba7f-a1f255b6072c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dd6101f1-737b-4e2b-ba7f-a1f255b6072c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dd6101f1-737b-4e2b-ba7f-a1f255b6072c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dd6101f1-737b-4e2b-ba7f-a1f255b6072c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dd6101f1-737b-4e2b-ba7f-a1f255b6072c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dd6101f1-737b-4e2b-ba7f-a1f255b6072c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dd6101f1-737b-4e2b-ba7f-a1f255b6072c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dd6101f1-737b-4e2b-ba7f-a1f255b6072c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dd6101f1-737b-4e2b-ba7f-a1f255b6072c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dd6101f1-737b-4e2b-ba7f-a1f255b6072c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dd6101f1-737b-4e2b-ba7f-a1f255b6072c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dd6101f1-737b-4e2b-ba7f-a1f255b6072c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dd6101f1-737b-4e2b-ba7f-a1f255b6072c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dd6101f1-737b-4e2b-ba7f-a1f255b6072c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dd6101f1-737b-4e2b-ba7f-a1f255b6072c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd6101f1-737b-4e2b-ba7f-a1f255b6072c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dd6101f1-737b-4e2b-ba7f-a1f255b6072c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dd6101f1-737b-4e2b-ba7f-a1f255b6072c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dd6101f1-737b-4e2b-ba7f-a1f255b6072c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dd6101f1-737b-4e2b-ba7f-a1f255b6072c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dd6101f1-737b-4e2b-ba7f-a1f255b6072c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dd6101f1-737b-4e2b-ba7f-a1f255b6072c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dd6101f1-737b-4e2b-ba7f-a1f255b6072c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dd6101f1-737b-4e2b-ba7f-a1f255b6072c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dd6101f1-737b-4e2b-ba7f-a1f255b6072c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dd6101f1-737b-4e2b-ba7f-a1f255b6072c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dd6101f1-737b-4e2b-ba7f-a1f255b6072c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b303ce0d-5044-466c-9d94-1981b3eeda53 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}




  #s-b303ce0d-5044-466c-9d94-1981b3eeda53 img.shogun-image {
    
    width: px;
  }


#s-b303ce0d-5044-466c-9d94-1981b3eeda53 .shogun-image-content {
  
    align-items: center;
  
}

#s-cee221c4-785c-4254-84f5-2a88f5732e1d {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cee221c4-785c-4254-84f5-2a88f5732e1d .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-783c03c7-963f-4870-998c-27088f101724 {
  margin-top: 2em;
margin-left: 10%;
margin-bottom: 2em;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-783c03c7-963f-4870-998c-27088f101724"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-783c03c7-963f-4870-998c-27088f101724"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-783c03c7-963f-4870-998c-27088f101724"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-783c03c7-963f-4870-998c-27088f101724"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-783c03c7-963f-4870-998c-27088f101724"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-783c03c7-963f-4870-998c-27088f101724"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-783c03c7-963f-4870-998c-27088f101724"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-783c03c7-963f-4870-998c-27088f101724"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-783c03c7-963f-4870-998c-27088f101724"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-783c03c7-963f-4870-998c-27088f101724"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-783c03c7-963f-4870-998c-27088f101724"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-783c03c7-963f-4870-998c-27088f101724"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-783c03c7-963f-4870-998c-27088f101724"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-783c03c7-963f-4870-998c-27088f101724"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-783c03c7-963f-4870-998c-27088f101724"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-783c03c7-963f-4870-998c-27088f101724"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-783c03c7-963f-4870-998c-27088f101724"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-783c03c7-963f-4870-998c-27088f101724"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-783c03c7-963f-4870-998c-27088f101724"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-783c03c7-963f-4870-998c-27088f101724"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-783c03c7-963f-4870-998c-27088f101724"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-783c03c7-963f-4870-998c-27088f101724"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-783c03c7-963f-4870-998c-27088f101724"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-783c03c7-963f-4870-998c-27088f101724"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-783c03c7-963f-4870-998c-27088f101724"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-783c03c7-963f-4870-998c-27088f101724"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-783c03c7-963f-4870-998c-27088f101724"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-783c03c7-963f-4870-998c-27088f101724"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-783c03c7-963f-4870-998c-27088f101724"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-783c03c7-963f-4870-998c-27088f101724"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-783c03c7-963f-4870-998c-27088f101724"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-783c03c7-963f-4870-998c-27088f101724"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-783c03c7-963f-4870-998c-27088f101724"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-783c03c7-963f-4870-998c-27088f101724"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-783c03c7-963f-4870-998c-27088f101724"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-783c03c7-963f-4870-998c-27088f101724"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-783c03c7-963f-4870-998c-27088f101724"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7420c39c-47d9-497f-8066-32a26e22cdbf {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}




  #s-7420c39c-47d9-497f-8066-32a26e22cdbf img.shogun-image {
    
    width: px;
  }


#s-7420c39c-47d9-497f-8066-32a26e22cdbf .shogun-image-content {
  
    align-items: center;
  
}

#s-7dbf98a3-320e-4ec0-bd69-716c9a868751 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7dbf98a3-320e-4ec0-bd69-716c9a868751 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1cccad23-ccc8-4688-921e-ac90ae2feb30 {
  margin-top: 2em;
margin-left: 10%;
margin-bottom: 2em;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-1cccad23-ccc8-4688-921e-ac90ae2feb30"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1cccad23-ccc8-4688-921e-ac90ae2feb30"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1cccad23-ccc8-4688-921e-ac90ae2feb30"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1cccad23-ccc8-4688-921e-ac90ae2feb30"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1cccad23-ccc8-4688-921e-ac90ae2feb30"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1cccad23-ccc8-4688-921e-ac90ae2feb30"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1cccad23-ccc8-4688-921e-ac90ae2feb30"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1cccad23-ccc8-4688-921e-ac90ae2feb30"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1cccad23-ccc8-4688-921e-ac90ae2feb30"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1cccad23-ccc8-4688-921e-ac90ae2feb30"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1cccad23-ccc8-4688-921e-ac90ae2feb30"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1cccad23-ccc8-4688-921e-ac90ae2feb30"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1cccad23-ccc8-4688-921e-ac90ae2feb30"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1cccad23-ccc8-4688-921e-ac90ae2feb30"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1cccad23-ccc8-4688-921e-ac90ae2feb30"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1cccad23-ccc8-4688-921e-ac90ae2feb30"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1cccad23-ccc8-4688-921e-ac90ae2feb30"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1cccad23-ccc8-4688-921e-ac90ae2feb30"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1cccad23-ccc8-4688-921e-ac90ae2feb30"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1cccad23-ccc8-4688-921e-ac90ae2feb30"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1cccad23-ccc8-4688-921e-ac90ae2feb30"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1cccad23-ccc8-4688-921e-ac90ae2feb30"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1cccad23-ccc8-4688-921e-ac90ae2feb30"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1cccad23-ccc8-4688-921e-ac90ae2feb30"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1cccad23-ccc8-4688-921e-ac90ae2feb30"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1cccad23-ccc8-4688-921e-ac90ae2feb30"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1cccad23-ccc8-4688-921e-ac90ae2feb30"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1cccad23-ccc8-4688-921e-ac90ae2feb30"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1cccad23-ccc8-4688-921e-ac90ae2feb30"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1cccad23-ccc8-4688-921e-ac90ae2feb30"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1cccad23-ccc8-4688-921e-ac90ae2feb30"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1cccad23-ccc8-4688-921e-ac90ae2feb30"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1cccad23-ccc8-4688-921e-ac90ae2feb30"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1cccad23-ccc8-4688-921e-ac90ae2feb30"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1cccad23-ccc8-4688-921e-ac90ae2feb30"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1cccad23-ccc8-4688-921e-ac90ae2feb30"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1cccad23-ccc8-4688-921e-ac90ae2feb30"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5bb8d775-acca-4ed9-a4a0-f72244a91fcb {
  margin-left: 25%;
margin-right: 25%;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}




  #s-5bb8d775-acca-4ed9-a4a0-f72244a91fcb img.shogun-image {
    
    width: px;
  }


#s-5bb8d775-acca-4ed9-a4a0-f72244a91fcb .shogun-image-content {
  
    align-items: center;
  
}

#s-23aa0238-e740-4c23-a433-9b93f0c4a25a {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-23aa0238-e740-4c23-a433-9b93f0c4a25a .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ddcd77ae-70e4-44bc-bfdb-d862bc65fe8e {
  margin-top: 2em;
margin-left: 10%;
margin-bottom: 2em;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-ddcd77ae-70e4-44bc-bfdb-d862bc65fe8e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ddcd77ae-70e4-44bc-bfdb-d862bc65fe8e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ddcd77ae-70e4-44bc-bfdb-d862bc65fe8e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ddcd77ae-70e4-44bc-bfdb-d862bc65fe8e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ddcd77ae-70e4-44bc-bfdb-d862bc65fe8e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ddcd77ae-70e4-44bc-bfdb-d862bc65fe8e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ddcd77ae-70e4-44bc-bfdb-d862bc65fe8e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ddcd77ae-70e4-44bc-bfdb-d862bc65fe8e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ddcd77ae-70e4-44bc-bfdb-d862bc65fe8e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ddcd77ae-70e4-44bc-bfdb-d862bc65fe8e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ddcd77ae-70e4-44bc-bfdb-d862bc65fe8e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ddcd77ae-70e4-44bc-bfdb-d862bc65fe8e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ddcd77ae-70e4-44bc-bfdb-d862bc65fe8e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ddcd77ae-70e4-44bc-bfdb-d862bc65fe8e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ddcd77ae-70e4-44bc-bfdb-d862bc65fe8e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ddcd77ae-70e4-44bc-bfdb-d862bc65fe8e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ddcd77ae-70e4-44bc-bfdb-d862bc65fe8e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ddcd77ae-70e4-44bc-bfdb-d862bc65fe8e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ddcd77ae-70e4-44bc-bfdb-d862bc65fe8e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ddcd77ae-70e4-44bc-bfdb-d862bc65fe8e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ddcd77ae-70e4-44bc-bfdb-d862bc65fe8e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ddcd77ae-70e4-44bc-bfdb-d862bc65fe8e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ddcd77ae-70e4-44bc-bfdb-d862bc65fe8e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ddcd77ae-70e4-44bc-bfdb-d862bc65fe8e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ddcd77ae-70e4-44bc-bfdb-d862bc65fe8e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ddcd77ae-70e4-44bc-bfdb-d862bc65fe8e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ddcd77ae-70e4-44bc-bfdb-d862bc65fe8e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ddcd77ae-70e4-44bc-bfdb-d862bc65fe8e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ddcd77ae-70e4-44bc-bfdb-d862bc65fe8e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ddcd77ae-70e4-44bc-bfdb-d862bc65fe8e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ddcd77ae-70e4-44bc-bfdb-d862bc65fe8e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ddcd77ae-70e4-44bc-bfdb-d862bc65fe8e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ddcd77ae-70e4-44bc-bfdb-d862bc65fe8e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ddcd77ae-70e4-44bc-bfdb-d862bc65fe8e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ddcd77ae-70e4-44bc-bfdb-d862bc65fe8e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ddcd77ae-70e4-44bc-bfdb-d862bc65fe8e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ddcd77ae-70e4-44bc-bfdb-d862bc65fe8e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f57a8c25-2124-4ecc-8934-7d3a6579632f {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}




  #s-f57a8c25-2124-4ecc-8934-7d3a6579632f img.shogun-image {
    
    width: px;
  }


#s-f57a8c25-2124-4ecc-8934-7d3a6579632f .shogun-image-content {
  
    align-items: center;
  
}

#s-16f483f4-b9b9-4ee6-af36-fb7f07e41530 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16f483f4-b9b9-4ee6-af36-fb7f07e41530 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8ff92efb-68d9-491b-8139-a56778aa2d5a {
  margin-top: 2em;
margin-left: 10%;
margin-bottom: 2em;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-8ff92efb-68d9-491b-8139-a56778aa2d5a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ff92efb-68d9-491b-8139-a56778aa2d5a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8ff92efb-68d9-491b-8139-a56778aa2d5a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8ff92efb-68d9-491b-8139-a56778aa2d5a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8ff92efb-68d9-491b-8139-a56778aa2d5a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8ff92efb-68d9-491b-8139-a56778aa2d5a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8ff92efb-68d9-491b-8139-a56778aa2d5a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8ff92efb-68d9-491b-8139-a56778aa2d5a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8ff92efb-68d9-491b-8139-a56778aa2d5a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8ff92efb-68d9-491b-8139-a56778aa2d5a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8ff92efb-68d9-491b-8139-a56778aa2d5a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8ff92efb-68d9-491b-8139-a56778aa2d5a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8ff92efb-68d9-491b-8139-a56778aa2d5a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8ff92efb-68d9-491b-8139-a56778aa2d5a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8ff92efb-68d9-491b-8139-a56778aa2d5a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8ff92efb-68d9-491b-8139-a56778aa2d5a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8ff92efb-68d9-491b-8139-a56778aa2d5a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8ff92efb-68d9-491b-8139-a56778aa2d5a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8ff92efb-68d9-491b-8139-a56778aa2d5a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8ff92efb-68d9-491b-8139-a56778aa2d5a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8ff92efb-68d9-491b-8139-a56778aa2d5a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8ff92efb-68d9-491b-8139-a56778aa2d5a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8ff92efb-68d9-491b-8139-a56778aa2d5a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8ff92efb-68d9-491b-8139-a56778aa2d5a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8ff92efb-68d9-491b-8139-a56778aa2d5a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ff92efb-68d9-491b-8139-a56778aa2d5a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8ff92efb-68d9-491b-8139-a56778aa2d5a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8ff92efb-68d9-491b-8139-a56778aa2d5a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8ff92efb-68d9-491b-8139-a56778aa2d5a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8ff92efb-68d9-491b-8139-a56778aa2d5a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8ff92efb-68d9-491b-8139-a56778aa2d5a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8ff92efb-68d9-491b-8139-a56778aa2d5a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8ff92efb-68d9-491b-8139-a56778aa2d5a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8ff92efb-68d9-491b-8139-a56778aa2d5a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8ff92efb-68d9-491b-8139-a56778aa2d5a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8ff92efb-68d9-491b-8139-a56778aa2d5a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8ff92efb-68d9-491b-8139-a56778aa2d5a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6d106d54-d93e-4a37-bc53-c02c64f2f437 {
  margin-left: 25%;
margin-right: 25%;
padding-top: 15px;
padding-bottom: 15px;
max-width: 200px;
text-align: center;
}




  #s-6d106d54-d93e-4a37-bc53-c02c64f2f437 img.shogun-image {
    
    width: px;
  }


#s-6d106d54-d93e-4a37-bc53-c02c64f2f437 .shogun-image-content {
  
    align-items: center;
  
}

#s-9d1d2501-38ab-4b3a-9925-46e0afa88f76 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9d1d2501-38ab-4b3a-9925-46e0afa88f76 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b03f8936-21b2-49f2-ba99-238c9003523d {
  margin-top: 2em;
margin-left: 10%;
margin-bottom: 2em;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-b03f8936-21b2-49f2-ba99-238c9003523d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b03f8936-21b2-49f2-ba99-238c9003523d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b03f8936-21b2-49f2-ba99-238c9003523d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b03f8936-21b2-49f2-ba99-238c9003523d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b03f8936-21b2-49f2-ba99-238c9003523d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b03f8936-21b2-49f2-ba99-238c9003523d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b03f8936-21b2-49f2-ba99-238c9003523d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b03f8936-21b2-49f2-ba99-238c9003523d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b03f8936-21b2-49f2-ba99-238c9003523d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b03f8936-21b2-49f2-ba99-238c9003523d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b03f8936-21b2-49f2-ba99-238c9003523d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b03f8936-21b2-49f2-ba99-238c9003523d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b03f8936-21b2-49f2-ba99-238c9003523d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b03f8936-21b2-49f2-ba99-238c9003523d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b03f8936-21b2-49f2-ba99-238c9003523d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b03f8936-21b2-49f2-ba99-238c9003523d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b03f8936-21b2-49f2-ba99-238c9003523d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b03f8936-21b2-49f2-ba99-238c9003523d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b03f8936-21b2-49f2-ba99-238c9003523d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b03f8936-21b2-49f2-ba99-238c9003523d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b03f8936-21b2-49f2-ba99-238c9003523d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b03f8936-21b2-49f2-ba99-238c9003523d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b03f8936-21b2-49f2-ba99-238c9003523d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b03f8936-21b2-49f2-ba99-238c9003523d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b03f8936-21b2-49f2-ba99-238c9003523d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b03f8936-21b2-49f2-ba99-238c9003523d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b03f8936-21b2-49f2-ba99-238c9003523d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b03f8936-21b2-49f2-ba99-238c9003523d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b03f8936-21b2-49f2-ba99-238c9003523d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b03f8936-21b2-49f2-ba99-238c9003523d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b03f8936-21b2-49f2-ba99-238c9003523d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b03f8936-21b2-49f2-ba99-238c9003523d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b03f8936-21b2-49f2-ba99-238c9003523d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b03f8936-21b2-49f2-ba99-238c9003523d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b03f8936-21b2-49f2-ba99-238c9003523d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b03f8936-21b2-49f2-ba99-238c9003523d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b03f8936-21b2-49f2-ba99-238c9003523d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-045c3da1-9c22-4ae4-9352-7cee3366a884 {
  margin-left: 25%;
margin-right: 25%;
padding-top: 20px;
padding-bottom: 20px;
max-width: 200px;
text-align: center;
}




  #s-045c3da1-9c22-4ae4-9352-7cee3366a884 img.shogun-image {
    
    width: px;
  }


#s-045c3da1-9c22-4ae4-9352-7cee3366a884 .shogun-image-content {
  
    align-items: center;
  
}

#s-4fa9aca1-2b12-484f-aaa2-9cd7d7df81ec {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4fa9aca1-2b12-484f-aaa2-9cd7d7df81ec .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-44f0d47f-648b-4590-8e4d-b6c864545a75 {
  margin-top: 2em;
margin-left: 10%;
margin-bottom: 2em;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-44f0d47f-648b-4590-8e4d-b6c864545a75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44f0d47f-648b-4590-8e4d-b6c864545a75"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-44f0d47f-648b-4590-8e4d-b6c864545a75"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-44f0d47f-648b-4590-8e4d-b6c864545a75"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-44f0d47f-648b-4590-8e4d-b6c864545a75"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-44f0d47f-648b-4590-8e4d-b6c864545a75"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-44f0d47f-648b-4590-8e4d-b6c864545a75"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-44f0d47f-648b-4590-8e4d-b6c864545a75"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-44f0d47f-648b-4590-8e4d-b6c864545a75"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-44f0d47f-648b-4590-8e4d-b6c864545a75"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-44f0d47f-648b-4590-8e4d-b6c864545a75"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-44f0d47f-648b-4590-8e4d-b6c864545a75"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-44f0d47f-648b-4590-8e4d-b6c864545a75"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-44f0d47f-648b-4590-8e4d-b6c864545a75"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-44f0d47f-648b-4590-8e4d-b6c864545a75"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-44f0d47f-648b-4590-8e4d-b6c864545a75"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-44f0d47f-648b-4590-8e4d-b6c864545a75"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-44f0d47f-648b-4590-8e4d-b6c864545a75"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-44f0d47f-648b-4590-8e4d-b6c864545a75"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-44f0d47f-648b-4590-8e4d-b6c864545a75"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-44f0d47f-648b-4590-8e4d-b6c864545a75"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-44f0d47f-648b-4590-8e4d-b6c864545a75"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-44f0d47f-648b-4590-8e4d-b6c864545a75"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-44f0d47f-648b-4590-8e4d-b6c864545a75"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-44f0d47f-648b-4590-8e4d-b6c864545a75"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-44f0d47f-648b-4590-8e4d-b6c864545a75"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-44f0d47f-648b-4590-8e4d-b6c864545a75"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-44f0d47f-648b-4590-8e4d-b6c864545a75"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-44f0d47f-648b-4590-8e4d-b6c864545a75"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-44f0d47f-648b-4590-8e4d-b6c864545a75"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-44f0d47f-648b-4590-8e4d-b6c864545a75"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-44f0d47f-648b-4590-8e4d-b6c864545a75"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-44f0d47f-648b-4590-8e4d-b6c864545a75"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-44f0d47f-648b-4590-8e4d-b6c864545a75"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-44f0d47f-648b-4590-8e4d-b6c864545a75"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-44f0d47f-648b-4590-8e4d-b6c864545a75"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-44f0d47f-648b-4590-8e4d-b6c864545a75"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7b0119e1-effd-495e-aeca-df5b92f0e292 {
  margin-left: 25%;
margin-right: 25%;
padding-top: 15px;
padding-bottom: 15px;
max-width: 200px;
text-align: center;
}




  #s-7b0119e1-effd-495e-aeca-df5b92f0e292 img.shogun-image {
    
    width: px;
  }


#s-7b0119e1-effd-495e-aeca-df5b92f0e292 .shogun-image-content {
  
    align-items: center;
  
}

#s-a67d6d67-543d-4985-a8c3-69c33bf0f1c1 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a67d6d67-543d-4985-a8c3-69c33bf0f1c1 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-03f16abe-1167-4c70-8d49-0b85970d37e1 {
  margin-top: 2em;
margin-left: 10%;
margin-bottom: 2em;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-03f16abe-1167-4c70-8d49-0b85970d37e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03f16abe-1167-4c70-8d49-0b85970d37e1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-03f16abe-1167-4c70-8d49-0b85970d37e1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-03f16abe-1167-4c70-8d49-0b85970d37e1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-03f16abe-1167-4c70-8d49-0b85970d37e1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-03f16abe-1167-4c70-8d49-0b85970d37e1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-03f16abe-1167-4c70-8d49-0b85970d37e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-03f16abe-1167-4c70-8d49-0b85970d37e1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-03f16abe-1167-4c70-8d49-0b85970d37e1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-03f16abe-1167-4c70-8d49-0b85970d37e1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-03f16abe-1167-4c70-8d49-0b85970d37e1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-03f16abe-1167-4c70-8d49-0b85970d37e1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-03f16abe-1167-4c70-8d49-0b85970d37e1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-03f16abe-1167-4c70-8d49-0b85970d37e1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-03f16abe-1167-4c70-8d49-0b85970d37e1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-03f16abe-1167-4c70-8d49-0b85970d37e1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-03f16abe-1167-4c70-8d49-0b85970d37e1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-03f16abe-1167-4c70-8d49-0b85970d37e1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-03f16abe-1167-4c70-8d49-0b85970d37e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-03f16abe-1167-4c70-8d49-0b85970d37e1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-03f16abe-1167-4c70-8d49-0b85970d37e1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-03f16abe-1167-4c70-8d49-0b85970d37e1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-03f16abe-1167-4c70-8d49-0b85970d37e1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-03f16abe-1167-4c70-8d49-0b85970d37e1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-03f16abe-1167-4c70-8d49-0b85970d37e1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-03f16abe-1167-4c70-8d49-0b85970d37e1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-03f16abe-1167-4c70-8d49-0b85970d37e1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-03f16abe-1167-4c70-8d49-0b85970d37e1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-03f16abe-1167-4c70-8d49-0b85970d37e1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-03f16abe-1167-4c70-8d49-0b85970d37e1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-03f16abe-1167-4c70-8d49-0b85970d37e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-03f16abe-1167-4c70-8d49-0b85970d37e1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-03f16abe-1167-4c70-8d49-0b85970d37e1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-03f16abe-1167-4c70-8d49-0b85970d37e1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-03f16abe-1167-4c70-8d49-0b85970d37e1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-03f16abe-1167-4c70-8d49-0b85970d37e1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-03f16abe-1167-4c70-8d49-0b85970d37e1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ec2ef3c1-1083-41e9-abbe-1ffc079dcc1a {
  margin-left: 25%;
margin-right: 25%;
padding-top: 15px;
padding-bottom: 15px;
max-width: 200px;
text-align: center;
}




  #s-ec2ef3c1-1083-41e9-abbe-1ffc079dcc1a img.shogun-image {
    
    width: px;
  }


#s-ec2ef3c1-1083-41e9-abbe-1ffc079dcc1a .shogun-image-content {
  
    align-items: center;
  
}

#s-d7a82890-8f78-4288-84f5-c1a7e6d6f362 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7a82890-8f78-4288-84f5-c1a7e6d6f362 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-db073e30-babf-446c-a86e-bf43db105b6c {
  margin-top: 1em;
min-height: 50px;
}








#s-db073e30-babf-446c-a86e-bf43db105b6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db073e30-babf-446c-a86e-bf43db105b6c.shg-box.shg-c {
  justify-content: center;
}

#s-a5da11e7-3af6-4624-8624-b9041beb1f58 {
  margin-top: 1em;
margin-bottom: 0em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5da11e7-3af6-4624-8624-b9041beb1f58 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Avenir Next";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-720edb2e-c7b2-4d36-a585-669db3675c75 {
  margin-left: 10%;
margin-right: 10%;
}

#s-be81aa26-54a2-45a0-bc5a-0f5a62e68a4a {
  margin-top: 2em;
margin-bottom: 2em;
text-align: center;
}




  #s-be81aa26-54a2-45a0-bc5a-0f5a62e68a4a img.shogun-image {
    
    width: px;
  }


#s-be81aa26-54a2-45a0-bc5a-0f5a62e68a4a .shogun-image-content {
  
    align-items: center;
  
}

#s-3586f8b0-e6d1-4d04-9e1d-f7965e4406bf {
  text-align: center;
}




  #s-3586f8b0-e6d1-4d04-9e1d-f7965e4406bf img.shogun-image {
    
    width: px;
  }


#s-3586f8b0-e6d1-4d04-9e1d-f7965e4406bf .shogun-image-content {
  
    align-items: center;
  
}

#s-7d736f4d-a709-4ff4-bbe7-48bce4223fa9 {
  min-height: 50px;
}








#s-7d736f4d-a709-4ff4-bbe7-48bce4223fa9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d736f4d-a709-4ff4-bbe7-48bce4223fa9.shg-box.shg-c {
  justify-content: center;
}

#s-65f49d55-c3f3-4775-83ce-307cde5cc232 {
  margin-top: 1em;
margin-bottom: 0em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-65f49d55-c3f3-4775-83ce-307cde5cc232 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Avenir Next";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-02307763-2551-491b-b68c-f824354ecfd8 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-02307763-2551-491b-b68c-f824354ecfd8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-02307763-2551-491b-b68c-f824354ecfd8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-02307763-2551-491b-b68c-f824354ecfd8 {
  
}
}@media (max-width: 767px){#s-02307763-2551-491b-b68c-f824354ecfd8 {
  
}
}







#s-02307763-2551-491b-b68c-f824354ecfd8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-02307763-2551-491b-b68c-f824354ecfd8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-20f637de-54b0-4fa6-a59b-2e72af615bf1 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(119, 74, 74, 0);
opacity: 1;
}

@media (min-width: 0px) {
[id="s-20f637de-54b0-4fa6-a59b-2e72af615bf1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20f637de-54b0-4fa6-a59b-2e72af615bf1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-20f637de-54b0-4fa6-a59b-2e72af615bf1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-20f637de-54b0-4fa6-a59b-2e72af615bf1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-20f637de-54b0-4fa6-a59b-2e72af615bf1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-20f637de-54b0-4fa6-a59b-2e72af615bf1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-20f637de-54b0-4fa6-a59b-2e72af615bf1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-20f637de-54b0-4fa6-a59b-2e72af615bf1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-20f637de-54b0-4fa6-a59b-2e72af615bf1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-20f637de-54b0-4fa6-a59b-2e72af615bf1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-20f637de-54b0-4fa6-a59b-2e72af615bf1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-20f637de-54b0-4fa6-a59b-2e72af615bf1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-20f637de-54b0-4fa6-a59b-2e72af615bf1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-20f637de-54b0-4fa6-a59b-2e72af615bf1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-20f637de-54b0-4fa6-a59b-2e72af615bf1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-20f637de-54b0-4fa6-a59b-2e72af615bf1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-20f637de-54b0-4fa6-a59b-2e72af615bf1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-20f637de-54b0-4fa6-a59b-2e72af615bf1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-20f637de-54b0-4fa6-a59b-2e72af615bf1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-20f637de-54b0-4fa6-a59b-2e72af615bf1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-20f637de-54b0-4fa6-a59b-2e72af615bf1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-20f637de-54b0-4fa6-a59b-2e72af615bf1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-20f637de-54b0-4fa6-a59b-2e72af615bf1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-20f637de-54b0-4fa6-a59b-2e72af615bf1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-20f637de-54b0-4fa6-a59b-2e72af615bf1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-20f637de-54b0-4fa6-a59b-2e72af615bf1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-20f637de-54b0-4fa6-a59b-2e72af615bf1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-20f637de-54b0-4fa6-a59b-2e72af615bf1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-20f637de-54b0-4fa6-a59b-2e72af615bf1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-20f637de-54b0-4fa6-a59b-2e72af615bf1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-20f637de-54b0-4fa6-a59b-2e72af615bf1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-20f637de-54b0-4fa6-a59b-2e72af615bf1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-20f637de-54b0-4fa6-a59b-2e72af615bf1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-20f637de-54b0-4fa6-a59b-2e72af615bf1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-20f637de-54b0-4fa6-a59b-2e72af615bf1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-20f637de-54b0-4fa6-a59b-2e72af615bf1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-20f637de-54b0-4fa6-a59b-2e72af615bf1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-35c22c60-205b-4426-98c0-a8c81a6b6c98 {
  margin-top: 1em;
margin-left: 2em;
margin-bottom: 1em;
margin-right: 2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-35c22c60-205b-4426-98c0-a8c81a6b6c98 {
  display: none;
}
#s-35c22c60-205b-4426-98c0-a8c81a6b6c98, #wrap-s-35c22c60-205b-4426-98c0-a8c81a6b6c98 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-35c22c60-205b-4426-98c0-a8c81a6b6c98 {
  display: none;
}
#s-35c22c60-205b-4426-98c0-a8c81a6b6c98, #wrap-s-35c22c60-205b-4426-98c0-a8c81a6b6c98 { display:none !important; }}
#s-35c22c60-205b-4426-98c0-a8c81a6b6c98 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Avenir Next";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f81c3f3f-5a99-4065-b5a5-f42c2e203f19 {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-f81c3f3f-5a99-4065-b5a5-f42c2e203f19 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f81c3f3f-5a99-4065-b5a5-f42c2e203f19 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f81c3f3f-5a99-4065-b5a5-f42c2e203f19 {
  
}
}@media (max-width: 767px){#s-f81c3f3f-5a99-4065-b5a5-f42c2e203f19 {
  
}
}
#s-bee930ed-a777-44a2-a290-e2a2170cfd30 {
  margin-left: 30px;
margin-right: 30px;
}

#s-bee930ed-a777-44a2-a290-e2a2170cfd30 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-bee930ed-a777-44a2-a290-e2a2170cfd30 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-bee930ed-a777-44a2-a290-e2a2170cfd30 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-bee930ed-a777-44a2-a290-e2a2170cfd30 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-bee930ed-a777-44a2-a290-e2a2170cfd30 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Avenir Next;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-bee930ed-a777-44a2-a290-e2a2170cfd30 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-fa50e34b-1ca3-4ed8-a822-25633aa0541c {
  margin-top: 1em;
min-height: 50px;
}








#s-fa50e34b-1ca3-4ed8-a822-25633aa0541c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa50e34b-1ca3-4ed8-a822-25633aa0541c.shg-box.shg-c {
  justify-content: center;
}

#s-513c9a7f-1a9a-4b7f-b581-7cec31495b57 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-513c9a7f-1a9a-4b7f-b581-7cec31495b57 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6b61b9d5-a205-4e5d-a853-c19be42588f0 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-3eea73a2-d1f8-4b17-a56b-199268a2aaf9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3eea73a2-d1f8-4b17-a56b-199268a2aaf9 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1c2108bc-b039-43d0-a5db-ccc0883495e1 {
  margin-left: 10%;
margin-right: 10%;
}

#s-e2982f57-0a9b-497c-8ece-7d868b250e03 {
  min-height: 400px;
}








#s-e2982f57-0a9b-497c-8ece-7d868b250e03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2982f57-0a9b-497c-8ece-7d868b250e03.shg-box.shg-c {
  justify-content: center;
}

#s-5cb2ef5d-7cc0-4d14-a133-4e5d6c0ea0b9 {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-5cb2ef5d-7cc0-4d14-a133-4e5d6c0ea0b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5cb2ef5d-7cc0-4d14-a133-4e5d6c0ea0b9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5cb2ef5d-7cc0-4d14-a133-4e5d6c0ea0b9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5cb2ef5d-7cc0-4d14-a133-4e5d6c0ea0b9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5cb2ef5d-7cc0-4d14-a133-4e5d6c0ea0b9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5cb2ef5d-7cc0-4d14-a133-4e5d6c0ea0b9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5cb2ef5d-7cc0-4d14-a133-4e5d6c0ea0b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5cb2ef5d-7cc0-4d14-a133-4e5d6c0ea0b9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5cb2ef5d-7cc0-4d14-a133-4e5d6c0ea0b9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5cb2ef5d-7cc0-4d14-a133-4e5d6c0ea0b9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5cb2ef5d-7cc0-4d14-a133-4e5d6c0ea0b9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5cb2ef5d-7cc0-4d14-a133-4e5d6c0ea0b9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5cb2ef5d-7cc0-4d14-a133-4e5d6c0ea0b9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5cb2ef5d-7cc0-4d14-a133-4e5d6c0ea0b9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5cb2ef5d-7cc0-4d14-a133-4e5d6c0ea0b9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5cb2ef5d-7cc0-4d14-a133-4e5d6c0ea0b9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5cb2ef5d-7cc0-4d14-a133-4e5d6c0ea0b9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5cb2ef5d-7cc0-4d14-a133-4e5d6c0ea0b9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5cb2ef5d-7cc0-4d14-a133-4e5d6c0ea0b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5cb2ef5d-7cc0-4d14-a133-4e5d6c0ea0b9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5cb2ef5d-7cc0-4d14-a133-4e5d6c0ea0b9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5cb2ef5d-7cc0-4d14-a133-4e5d6c0ea0b9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5cb2ef5d-7cc0-4d14-a133-4e5d6c0ea0b9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5cb2ef5d-7cc0-4d14-a133-4e5d6c0ea0b9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5cb2ef5d-7cc0-4d14-a133-4e5d6c0ea0b9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5cb2ef5d-7cc0-4d14-a133-4e5d6c0ea0b9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5cb2ef5d-7cc0-4d14-a133-4e5d6c0ea0b9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5cb2ef5d-7cc0-4d14-a133-4e5d6c0ea0b9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5cb2ef5d-7cc0-4d14-a133-4e5d6c0ea0b9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5cb2ef5d-7cc0-4d14-a133-4e5d6c0ea0b9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5cb2ef5d-7cc0-4d14-a133-4e5d6c0ea0b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5cb2ef5d-7cc0-4d14-a133-4e5d6c0ea0b9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5cb2ef5d-7cc0-4d14-a133-4e5d6c0ea0b9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5cb2ef5d-7cc0-4d14-a133-4e5d6c0ea0b9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5cb2ef5d-7cc0-4d14-a133-4e5d6c0ea0b9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5cb2ef5d-7cc0-4d14-a133-4e5d6c0ea0b9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5cb2ef5d-7cc0-4d14-a133-4e5d6c0ea0b9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-9a1f314a-ef23-4422-aeab-7c37c2a72695 {
  text-align: center;
}




  #s-9a1f314a-ef23-4422-aeab-7c37c2a72695 img.shogun-image {
    
    width: px;
  }


#s-9a1f314a-ef23-4422-aeab-7c37c2a72695 .shogun-image-content {
  
    align-items: center;
  
}

#s-94c9a099-c5eb-4c46-8138-b9840eaf4f73 {
  margin-top: 1em;
margin-left: 2em;
margin-bottom: 1em;
margin-right: 2em;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-94c9a099-c5eb-4c46-8138-b9840eaf4f73 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: "Avenir Next";
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3115feb3-2920-42b1-ad82-66c4fdd208aa {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-3115feb3-2920-42b1-ad82-66c4fdd208aa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3115feb3-2920-42b1-ad82-66c4fdd208aa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3115feb3-2920-42b1-ad82-66c4fdd208aa {
  
}
}@media (max-width: 767px){#s-3115feb3-2920-42b1-ad82-66c4fdd208aa {
  
}
}
#s-a596c2ae-42fe-465e-860e-81d055f11841 {
  margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-a596c2ae-42fe-465e-860e-81d055f11841 {
  display: none;
}
#s-a596c2ae-42fe-465e-860e-81d055f11841, #wrap-s-a596c2ae-42fe-465e-860e-81d055f11841 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a596c2ae-42fe-465e-860e-81d055f11841 {
  display: none;
}
#s-a596c2ae-42fe-465e-860e-81d055f11841, #wrap-s-a596c2ae-42fe-465e-860e-81d055f11841 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a596c2ae-42fe-465e-860e-81d055f11841 {
  
}
}@media (max-width: 767px){#s-a596c2ae-42fe-465e-860e-81d055f11841 {
  
}
}
#s-a596c2ae-42fe-465e-860e-81d055f11841 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-a596c2ae-42fe-465e-860e-81d055f11841 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-a596c2ae-42fe-465e-860e-81d055f11841 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-a596c2ae-42fe-465e-860e-81d055f11841 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-a596c2ae-42fe-465e-860e-81d055f11841 > .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: Avenir Next;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-a596c2ae-42fe-465e-860e-81d055f11841 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-3991089c-ad9d-43e8-93f5-d306c1191930 {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-3991089c-ad9d-43e8-93f5-d306c1191930 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3991089c-ad9d-43e8-93f5-d306c1191930 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3991089c-ad9d-43e8-93f5-d306c1191930 {
  
}
}@media (max-width: 767px){#s-3991089c-ad9d-43e8-93f5-d306c1191930 {
  
}
}
#s-a93911ec-49c6-4087-9855-7cfc78f1413f {
  min-height: 400px;
}








#s-a93911ec-49c6-4087-9855-7cfc78f1413f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a93911ec-49c6-4087-9855-7cfc78f1413f.shg-box.shg-c {
  justify-content: center;
}

#s-49bcf453-1b82-476b-a57b-10d8578644c3 {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-49bcf453-1b82-476b-a57b-10d8578644c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-49bcf453-1b82-476b-a57b-10d8578644c3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-49bcf453-1b82-476b-a57b-10d8578644c3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-49bcf453-1b82-476b-a57b-10d8578644c3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-49bcf453-1b82-476b-a57b-10d8578644c3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-49bcf453-1b82-476b-a57b-10d8578644c3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-49bcf453-1b82-476b-a57b-10d8578644c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-49bcf453-1b82-476b-a57b-10d8578644c3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-49bcf453-1b82-476b-a57b-10d8578644c3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-49bcf453-1b82-476b-a57b-10d8578644c3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-49bcf453-1b82-476b-a57b-10d8578644c3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-49bcf453-1b82-476b-a57b-10d8578644c3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-49bcf453-1b82-476b-a57b-10d8578644c3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-49bcf453-1b82-476b-a57b-10d8578644c3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-49bcf453-1b82-476b-a57b-10d8578644c3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-49bcf453-1b82-476b-a57b-10d8578644c3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-49bcf453-1b82-476b-a57b-10d8578644c3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-49bcf453-1b82-476b-a57b-10d8578644c3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-49bcf453-1b82-476b-a57b-10d8578644c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-49bcf453-1b82-476b-a57b-10d8578644c3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-49bcf453-1b82-476b-a57b-10d8578644c3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-49bcf453-1b82-476b-a57b-10d8578644c3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-49bcf453-1b82-476b-a57b-10d8578644c3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-49bcf453-1b82-476b-a57b-10d8578644c3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-49bcf453-1b82-476b-a57b-10d8578644c3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-49bcf453-1b82-476b-a57b-10d8578644c3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-49bcf453-1b82-476b-a57b-10d8578644c3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-49bcf453-1b82-476b-a57b-10d8578644c3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-49bcf453-1b82-476b-a57b-10d8578644c3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-49bcf453-1b82-476b-a57b-10d8578644c3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-49bcf453-1b82-476b-a57b-10d8578644c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-49bcf453-1b82-476b-a57b-10d8578644c3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-49bcf453-1b82-476b-a57b-10d8578644c3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-49bcf453-1b82-476b-a57b-10d8578644c3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-49bcf453-1b82-476b-a57b-10d8578644c3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-49bcf453-1b82-476b-a57b-10d8578644c3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-49bcf453-1b82-476b-a57b-10d8578644c3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d4e19d50-9e30-41fb-8b7c-a32fd88a9521 {
  text-align: center;
}




  #s-d4e19d50-9e30-41fb-8b7c-a32fd88a9521 img.shogun-image {
    
    width: px;
  }


#s-d4e19d50-9e30-41fb-8b7c-a32fd88a9521 .shogun-image-content {
  
    align-items: center;
  
}

#s-a1efd738-963c-4b5a-a46e-12b48045ca58 {
  margin-top: 1em;
margin-left: 2em;
margin-bottom: 1em;
margin-right: 2em;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a1efd738-963c-4b5a-a46e-12b48045ca58 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: "Avenir Next";
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b87732df-bc38-498c-ad07-32652310436c {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-b87732df-bc38-498c-ad07-32652310436c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b87732df-bc38-498c-ad07-32652310436c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b87732df-bc38-498c-ad07-32652310436c {
  
}
}@media (max-width: 767px){#s-b87732df-bc38-498c-ad07-32652310436c {
  
}
}
#s-9c79547b-4219-4fbb-9781-af57b969c2b1 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-9c79547b-4219-4fbb-9781-af57b969c2b1 {
  display: none;
}
#s-9c79547b-4219-4fbb-9781-af57b969c2b1, #wrap-s-9c79547b-4219-4fbb-9781-af57b969c2b1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9c79547b-4219-4fbb-9781-af57b969c2b1 {
  display: none;
}
#s-9c79547b-4219-4fbb-9781-af57b969c2b1, #wrap-s-9c79547b-4219-4fbb-9781-af57b969c2b1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9c79547b-4219-4fbb-9781-af57b969c2b1 {
  
}
}@media (max-width: 767px){#s-9c79547b-4219-4fbb-9781-af57b969c2b1 {
  
}
}







#s-9c79547b-4219-4fbb-9781-af57b969c2b1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-9c79547b-4219-4fbb-9781-af57b969c2b1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-59621f2e-ed6a-4c1c-8e6b-093bebb042ca {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(119, 74, 74, 0);
opacity: 1;
}

@media (min-width: 0px) {
[id="s-59621f2e-ed6a-4c1c-8e6b-093bebb042ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59621f2e-ed6a-4c1c-8e6b-093bebb042ca"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-59621f2e-ed6a-4c1c-8e6b-093bebb042ca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-59621f2e-ed6a-4c1c-8e6b-093bebb042ca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-59621f2e-ed6a-4c1c-8e6b-093bebb042ca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-59621f2e-ed6a-4c1c-8e6b-093bebb042ca"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-59621f2e-ed6a-4c1c-8e6b-093bebb042ca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-59621f2e-ed6a-4c1c-8e6b-093bebb042ca"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-59621f2e-ed6a-4c1c-8e6b-093bebb042ca"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-59621f2e-ed6a-4c1c-8e6b-093bebb042ca"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-59621f2e-ed6a-4c1c-8e6b-093bebb042ca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-59621f2e-ed6a-4c1c-8e6b-093bebb042ca"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-59621f2e-ed6a-4c1c-8e6b-093bebb042ca"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-59621f2e-ed6a-4c1c-8e6b-093bebb042ca"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-59621f2e-ed6a-4c1c-8e6b-093bebb042ca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-59621f2e-ed6a-4c1c-8e6b-093bebb042ca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-59621f2e-ed6a-4c1c-8e6b-093bebb042ca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-59621f2e-ed6a-4c1c-8e6b-093bebb042ca"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-59621f2e-ed6a-4c1c-8e6b-093bebb042ca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-59621f2e-ed6a-4c1c-8e6b-093bebb042ca"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-59621f2e-ed6a-4c1c-8e6b-093bebb042ca"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-59621f2e-ed6a-4c1c-8e6b-093bebb042ca"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-59621f2e-ed6a-4c1c-8e6b-093bebb042ca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-59621f2e-ed6a-4c1c-8e6b-093bebb042ca"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-59621f2e-ed6a-4c1c-8e6b-093bebb042ca"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-59621f2e-ed6a-4c1c-8e6b-093bebb042ca"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-59621f2e-ed6a-4c1c-8e6b-093bebb042ca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-59621f2e-ed6a-4c1c-8e6b-093bebb042ca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-59621f2e-ed6a-4c1c-8e6b-093bebb042ca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-59621f2e-ed6a-4c1c-8e6b-093bebb042ca"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-59621f2e-ed6a-4c1c-8e6b-093bebb042ca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-59621f2e-ed6a-4c1c-8e6b-093bebb042ca"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-59621f2e-ed6a-4c1c-8e6b-093bebb042ca"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-59621f2e-ed6a-4c1c-8e6b-093bebb042ca"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-59621f2e-ed6a-4c1c-8e6b-093bebb042ca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-59621f2e-ed6a-4c1c-8e6b-093bebb042ca"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-59621f2e-ed6a-4c1c-8e6b-093bebb042ca"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e7d4d646-cadc-44cb-b772-4cf6e28314bb {
  margin-top: 1em;
margin-left: 2em;
margin-bottom: 1em;
margin-right: 2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e7d4d646-cadc-44cb-b772-4cf6e28314bb {
  display: none;
}
#s-e7d4d646-cadc-44cb-b772-4cf6e28314bb, #wrap-s-e7d4d646-cadc-44cb-b772-4cf6e28314bb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e7d4d646-cadc-44cb-b772-4cf6e28314bb {
  display: none;
}
#s-e7d4d646-cadc-44cb-b772-4cf6e28314bb, #wrap-s-e7d4d646-cadc-44cb-b772-4cf6e28314bb { display:none !important; }}
#s-e7d4d646-cadc-44cb-b772-4cf6e28314bb .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Avenir Next";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5c9468f8-5316-42f0-9340-00265156cb1e {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-5c9468f8-5316-42f0-9340-00265156cb1e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5c9468f8-5316-42f0-9340-00265156cb1e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5c9468f8-5316-42f0-9340-00265156cb1e {
  
}
}@media (max-width: 767px){#s-5c9468f8-5316-42f0-9340-00265156cb1e {
  
}
}
#s-7ad18636-a973-42ea-96ac-f2c4b70bf30f {
  margin-left: 30px;
margin-right: 30px;
}

#s-7ad18636-a973-42ea-96ac-f2c4b70bf30f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-7ad18636-a973-42ea-96ac-f2c4b70bf30f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-7ad18636-a973-42ea-96ac-f2c4b70bf30f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-7ad18636-a973-42ea-96ac-f2c4b70bf30f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-7ad18636-a973-42ea-96ac-f2c4b70bf30f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Lato;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-7ad18636-a973-42ea-96ac-f2c4b70bf30f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-bf0c8b23-ee6b-432b-955e-5c6df212e595 {
  margin-top: 1em;
}

#s-eb095642-ec1e-4443-808d-9f0be0b75b22 {
  margin-left: 30px;
margin-right: 30px;
}

#s-eb095642-ec1e-4443-808d-9f0be0b75b22 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-eb095642-ec1e-4443-808d-9f0be0b75b22 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-eb095642-ec1e-4443-808d-9f0be0b75b22 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-eb095642-ec1e-4443-808d-9f0be0b75b22 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-eb095642-ec1e-4443-808d-9f0be0b75b22 > .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: Avenir Next;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-eb095642-ec1e-4443-808d-9f0be0b75b22 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-06f2573c-abc7-41bd-b703-c9100be2005f {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-06f2573c-abc7-41bd-b703-c9100be2005f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-06f2573c-abc7-41bd-b703-c9100be2005f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-06f2573c-abc7-41bd-b703-c9100be2005f {
  
}
}@media (max-width: 767px){#s-06f2573c-abc7-41bd-b703-c9100be2005f {
  
}
}







#s-06f2573c-abc7-41bd-b703-c9100be2005f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-06f2573c-abc7-41bd-b703-c9100be2005f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4c1ea8a2-fd8d-4bfd-b018-7903500e5ab1 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(119, 74, 74, 0);
opacity: 1;
}

@media (min-width: 0px) {
[id="s-4c1ea8a2-fd8d-4bfd-b018-7903500e5ab1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c1ea8a2-fd8d-4bfd-b018-7903500e5ab1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4c1ea8a2-fd8d-4bfd-b018-7903500e5ab1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4c1ea8a2-fd8d-4bfd-b018-7903500e5ab1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4c1ea8a2-fd8d-4bfd-b018-7903500e5ab1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4c1ea8a2-fd8d-4bfd-b018-7903500e5ab1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4c1ea8a2-fd8d-4bfd-b018-7903500e5ab1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4c1ea8a2-fd8d-4bfd-b018-7903500e5ab1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4c1ea8a2-fd8d-4bfd-b018-7903500e5ab1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4c1ea8a2-fd8d-4bfd-b018-7903500e5ab1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4c1ea8a2-fd8d-4bfd-b018-7903500e5ab1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4c1ea8a2-fd8d-4bfd-b018-7903500e5ab1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4c1ea8a2-fd8d-4bfd-b018-7903500e5ab1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4c1ea8a2-fd8d-4bfd-b018-7903500e5ab1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4c1ea8a2-fd8d-4bfd-b018-7903500e5ab1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4c1ea8a2-fd8d-4bfd-b018-7903500e5ab1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4c1ea8a2-fd8d-4bfd-b018-7903500e5ab1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4c1ea8a2-fd8d-4bfd-b018-7903500e5ab1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4c1ea8a2-fd8d-4bfd-b018-7903500e5ab1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4c1ea8a2-fd8d-4bfd-b018-7903500e5ab1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4c1ea8a2-fd8d-4bfd-b018-7903500e5ab1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4c1ea8a2-fd8d-4bfd-b018-7903500e5ab1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4c1ea8a2-fd8d-4bfd-b018-7903500e5ab1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4c1ea8a2-fd8d-4bfd-b018-7903500e5ab1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4c1ea8a2-fd8d-4bfd-b018-7903500e5ab1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c1ea8a2-fd8d-4bfd-b018-7903500e5ab1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4c1ea8a2-fd8d-4bfd-b018-7903500e5ab1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4c1ea8a2-fd8d-4bfd-b018-7903500e5ab1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4c1ea8a2-fd8d-4bfd-b018-7903500e5ab1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4c1ea8a2-fd8d-4bfd-b018-7903500e5ab1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4c1ea8a2-fd8d-4bfd-b018-7903500e5ab1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4c1ea8a2-fd8d-4bfd-b018-7903500e5ab1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4c1ea8a2-fd8d-4bfd-b018-7903500e5ab1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4c1ea8a2-fd8d-4bfd-b018-7903500e5ab1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4c1ea8a2-fd8d-4bfd-b018-7903500e5ab1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4c1ea8a2-fd8d-4bfd-b018-7903500e5ab1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4c1ea8a2-fd8d-4bfd-b018-7903500e5ab1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b44407b6-ca06-4956-a34c-76092bbbde09 {
  margin-top: 1em;
margin-left: 2em;
margin-bottom: 1em;
margin-right: 2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-b44407b6-ca06-4956-a34c-76092bbbde09 {
  display: none;
}
#s-b44407b6-ca06-4956-a34c-76092bbbde09, #wrap-s-b44407b6-ca06-4956-a34c-76092bbbde09 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b44407b6-ca06-4956-a34c-76092bbbde09 {
  display: none;
}
#s-b44407b6-ca06-4956-a34c-76092bbbde09, #wrap-s-b44407b6-ca06-4956-a34c-76092bbbde09 { display:none !important; }}
#s-b44407b6-ca06-4956-a34c-76092bbbde09 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Avenir Next";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0671a365-befc-49c4-aba4-b8659f27a91b {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-0671a365-befc-49c4-aba4-b8659f27a91b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0671a365-befc-49c4-aba4-b8659f27a91b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0671a365-befc-49c4-aba4-b8659f27a91b {
  
}
}@media (max-width: 767px){#s-0671a365-befc-49c4-aba4-b8659f27a91b {
  
}
}
#s-d557f4de-acd7-4386-bdff-2a1017a0ae38 {
  margin-left: 30px;
margin-right: 30px;
}

#s-d557f4de-acd7-4386-bdff-2a1017a0ae38 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-d557f4de-acd7-4386-bdff-2a1017a0ae38 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-d557f4de-acd7-4386-bdff-2a1017a0ae38 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-d557f4de-acd7-4386-bdff-2a1017a0ae38 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-d557f4de-acd7-4386-bdff-2a1017a0ae38 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Avenir Next;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-d557f4de-acd7-4386-bdff-2a1017a0ae38 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-af1c3e8a-1f2d-4241-af6f-c7b75e48d83d {
  margin-top: 1em;
margin-bottom: 0em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af1c3e8a-1f2d-4241-af6f-c7b75e48d83d .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Avenir Next";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9388163f-30ff-40ae-a29a-afb8fc2db64c {
  margin-top: 2em;
margin-left: 0px;
margin-bottom: 2em;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9388163f-30ff-40ae-a29a-afb8fc2db64c {
  display: none;
}
#s-9388163f-30ff-40ae-a29a-afb8fc2db64c, #wrap-s-9388163f-30ff-40ae-a29a-afb8fc2db64c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9388163f-30ff-40ae-a29a-afb8fc2db64c {
  display: none;
}
#s-9388163f-30ff-40ae-a29a-afb8fc2db64c, #wrap-s-9388163f-30ff-40ae-a29a-afb8fc2db64c { display:none !important; }}
@media (min-width: 0px) {
[id="s-9388163f-30ff-40ae-a29a-afb8fc2db64c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9388163f-30ff-40ae-a29a-afb8fc2db64c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9388163f-30ff-40ae-a29a-afb8fc2db64c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9388163f-30ff-40ae-a29a-afb8fc2db64c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9388163f-30ff-40ae-a29a-afb8fc2db64c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9388163f-30ff-40ae-a29a-afb8fc2db64c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9388163f-30ff-40ae-a29a-afb8fc2db64c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9388163f-30ff-40ae-a29a-afb8fc2db64c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9388163f-30ff-40ae-a29a-afb8fc2db64c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9388163f-30ff-40ae-a29a-afb8fc2db64c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9388163f-30ff-40ae-a29a-afb8fc2db64c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9388163f-30ff-40ae-a29a-afb8fc2db64c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9388163f-30ff-40ae-a29a-afb8fc2db64c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9388163f-30ff-40ae-a29a-afb8fc2db64c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9388163f-30ff-40ae-a29a-afb8fc2db64c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9388163f-30ff-40ae-a29a-afb8fc2db64c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9388163f-30ff-40ae-a29a-afb8fc2db64c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9388163f-30ff-40ae-a29a-afb8fc2db64c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9388163f-30ff-40ae-a29a-afb8fc2db64c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9388163f-30ff-40ae-a29a-afb8fc2db64c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9388163f-30ff-40ae-a29a-afb8fc2db64c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9388163f-30ff-40ae-a29a-afb8fc2db64c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9388163f-30ff-40ae-a29a-afb8fc2db64c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9388163f-30ff-40ae-a29a-afb8fc2db64c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9388163f-30ff-40ae-a29a-afb8fc2db64c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9388163f-30ff-40ae-a29a-afb8fc2db64c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9388163f-30ff-40ae-a29a-afb8fc2db64c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9388163f-30ff-40ae-a29a-afb8fc2db64c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9388163f-30ff-40ae-a29a-afb8fc2db64c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9388163f-30ff-40ae-a29a-afb8fc2db64c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9388163f-30ff-40ae-a29a-afb8fc2db64c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9388163f-30ff-40ae-a29a-afb8fc2db64c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9388163f-30ff-40ae-a29a-afb8fc2db64c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9388163f-30ff-40ae-a29a-afb8fc2db64c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9388163f-30ff-40ae-a29a-afb8fc2db64c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9388163f-30ff-40ae-a29a-afb8fc2db64c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9388163f-30ff-40ae-a29a-afb8fc2db64c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-9388163f-30ff-40ae-a29a-afb8fc2db64c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6287b60a-ce5e-4f22-9f06-5a5c1ba88d7c {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-6287b60a-ce5e-4f22-9f06-5a5c1ba88d7c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6287b60a-ce5e-4f22-9f06-5a5c1ba88d7c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6287b60a-ce5e-4f22-9f06-5a5c1ba88d7c {
  
}
}@media (max-width: 767px){#s-6287b60a-ce5e-4f22-9f06-5a5c1ba88d7c {
  
}
}
#s-89b19e3e-52f5-4df5-811a-9d62ffe51d9e {
  margin-left: 30px;
margin-right: 30px;
}

#s-89b19e3e-52f5-4df5-811a-9d62ffe51d9e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-89b19e3e-52f5-4df5-811a-9d62ffe51d9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-89b19e3e-52f5-4df5-811a-9d62ffe51d9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-89b19e3e-52f5-4df5-811a-9d62ffe51d9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-89b19e3e-52f5-4df5-811a-9d62ffe51d9e > .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: Avenir Next;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-89b19e3e-52f5-4df5-811a-9d62ffe51d9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-8a500dff-4292-4660-ae8b-c776370fdc36 {
  text-align: center;
}




  #s-8a500dff-4292-4660-ae8b-c776370fdc36 img.shogun-image {
    
    width: px;
  }


#s-8a500dff-4292-4660-ae8b-c776370fdc36 .shogun-image-content {
  
    align-items: center;
  
}

#s-d0530b35-65eb-4057-a60f-dc156513068f {
  margin-top: 1em;
margin-bottom: 0em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d0530b35-65eb-4057-a60f-dc156513068f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Avenir Next";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8111f5ea-631d-4571-b6f7-ff50d6a60763 {
  min-height: 400px;
}








#s-8111f5ea-631d-4571-b6f7-ff50d6a60763 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8111f5ea-631d-4571-b6f7-ff50d6a60763.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7a24db92-846d-402a-a434-6e3e4e7fa649"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a24db92-846d-402a-a434-6e3e4e7fa649"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7a24db92-846d-402a-a434-6e3e4e7fa649"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7a24db92-846d-402a-a434-6e3e4e7fa649"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7a24db92-846d-402a-a434-6e3e4e7fa649"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7a24db92-846d-402a-a434-6e3e4e7fa649"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7a24db92-846d-402a-a434-6e3e4e7fa649"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7a24db92-846d-402a-a434-6e3e4e7fa649"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7a24db92-846d-402a-a434-6e3e4e7fa649"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7a24db92-846d-402a-a434-6e3e4e7fa649"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7a24db92-846d-402a-a434-6e3e4e7fa649"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7a24db92-846d-402a-a434-6e3e4e7fa649"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7a24db92-846d-402a-a434-6e3e4e7fa649"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7a24db92-846d-402a-a434-6e3e4e7fa649"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7a24db92-846d-402a-a434-6e3e4e7fa649"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7a24db92-846d-402a-a434-6e3e4e7fa649"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7a24db92-846d-402a-a434-6e3e4e7fa649"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7a24db92-846d-402a-a434-6e3e4e7fa649"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7a24db92-846d-402a-a434-6e3e4e7fa649"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7a24db92-846d-402a-a434-6e3e4e7fa649"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7a24db92-846d-402a-a434-6e3e4e7fa649"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7a24db92-846d-402a-a434-6e3e4e7fa649"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7a24db92-846d-402a-a434-6e3e4e7fa649"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7a24db92-846d-402a-a434-6e3e4e7fa649"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7a24db92-846d-402a-a434-6e3e4e7fa649"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a24db92-846d-402a-a434-6e3e4e7fa649"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7a24db92-846d-402a-a434-6e3e4e7fa649"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7a24db92-846d-402a-a434-6e3e4e7fa649"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7a24db92-846d-402a-a434-6e3e4e7fa649"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7a24db92-846d-402a-a434-6e3e4e7fa649"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7a24db92-846d-402a-a434-6e3e4e7fa649"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7a24db92-846d-402a-a434-6e3e4e7fa649"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7a24db92-846d-402a-a434-6e3e4e7fa649"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7a24db92-846d-402a-a434-6e3e4e7fa649"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7a24db92-846d-402a-a434-6e3e4e7fa649"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7a24db92-846d-402a-a434-6e3e4e7fa649"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7a24db92-846d-402a-a434-6e3e4e7fa649"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-7a24db92-846d-402a-a434-6e3e4e7fa649"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-962fb501-2349-4ba0-87ce-a273ede34483 {
  margin-top: 1em;
margin-left: 2em;
margin-bottom: 1em;
margin-right: 2em;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-962fb501-2349-4ba0-87ce-a273ede34483 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: "Avenir Next";
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b48c6b6b-790c-4ea0-ba12-b7ad347ab811 {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-b48c6b6b-790c-4ea0-ba12-b7ad347ab811 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b48c6b6b-790c-4ea0-ba12-b7ad347ab811 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b48c6b6b-790c-4ea0-ba12-b7ad347ab811 {
  
}
}@media (max-width: 767px){#s-b48c6b6b-790c-4ea0-ba12-b7ad347ab811 {
  
}
}
#s-26e4a9bf-f11f-4e4e-9c99-c460b73643e8 {
  margin-left: 30px;
margin-right: 30px;
}

#s-26e4a9bf-f11f-4e4e-9c99-c460b73643e8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-26e4a9bf-f11f-4e4e-9c99-c460b73643e8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-26e4a9bf-f11f-4e4e-9c99-c460b73643e8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-26e4a9bf-f11f-4e4e-9c99-c460b73643e8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-26e4a9bf-f11f-4e4e-9c99-c460b73643e8 > .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: Avenir Next;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-26e4a9bf-f11f-4e4e-9c99-c460b73643e8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-fdd4c1d6-7419-4a6e-bff8-503d62a3350e {
  text-align: center;
}




  #s-fdd4c1d6-7419-4a6e-bff8-503d62a3350e img.shogun-image {
    
    width: px;
  }


#s-fdd4c1d6-7419-4a6e-bff8-503d62a3350e .shogun-image-content {
  
    align-items: center;
  
}

#s-8914b978-c5ed-4c8d-b4cf-81011969b24e {
  border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}

#s-eb01d5df-3d5e-4a7a-8237-4c6159b25f37 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-eb01d5df-3d5e-4a7a-8237-4c6159b25f37 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eb01d5df-3d5e-4a7a-8237-4c6159b25f37 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-eb01d5df-3d5e-4a7a-8237-4c6159b25f37 {
  
}
}@media (max-width: 767px){#s-eb01d5df-3d5e-4a7a-8237-4c6159b25f37 {
  
}
}







#s-eb01d5df-3d5e-4a7a-8237-4c6159b25f37 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-eb01d5df-3d5e-4a7a-8237-4c6159b25f37.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fa30712e-67d5-43bc-90b8-77175cb0da48 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(119, 74, 74, 0);
opacity: 1;
}
@media (min-width: 1200px){#s-fa30712e-67d5-43bc-90b8-77175cb0da48 {
  display: none;
}
#s-fa30712e-67d5-43bc-90b8-77175cb0da48, #wrap-s-fa30712e-67d5-43bc-90b8-77175cb0da48 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fa30712e-67d5-43bc-90b8-77175cb0da48 {
  display: none;
}
#s-fa30712e-67d5-43bc-90b8-77175cb0da48, #wrap-s-fa30712e-67d5-43bc-90b8-77175cb0da48 { display:none !important; }}
@media (min-width: 0px) {
[id="s-fa30712e-67d5-43bc-90b8-77175cb0da48"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa30712e-67d5-43bc-90b8-77175cb0da48"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fa30712e-67d5-43bc-90b8-77175cb0da48"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fa30712e-67d5-43bc-90b8-77175cb0da48"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fa30712e-67d5-43bc-90b8-77175cb0da48"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fa30712e-67d5-43bc-90b8-77175cb0da48"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fa30712e-67d5-43bc-90b8-77175cb0da48"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fa30712e-67d5-43bc-90b8-77175cb0da48"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fa30712e-67d5-43bc-90b8-77175cb0da48"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fa30712e-67d5-43bc-90b8-77175cb0da48"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fa30712e-67d5-43bc-90b8-77175cb0da48"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fa30712e-67d5-43bc-90b8-77175cb0da48"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fa30712e-67d5-43bc-90b8-77175cb0da48"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fa30712e-67d5-43bc-90b8-77175cb0da48"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fa30712e-67d5-43bc-90b8-77175cb0da48"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fa30712e-67d5-43bc-90b8-77175cb0da48"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fa30712e-67d5-43bc-90b8-77175cb0da48"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fa30712e-67d5-43bc-90b8-77175cb0da48"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fa30712e-67d5-43bc-90b8-77175cb0da48"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fa30712e-67d5-43bc-90b8-77175cb0da48"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fa30712e-67d5-43bc-90b8-77175cb0da48"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fa30712e-67d5-43bc-90b8-77175cb0da48"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fa30712e-67d5-43bc-90b8-77175cb0da48"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fa30712e-67d5-43bc-90b8-77175cb0da48"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fa30712e-67d5-43bc-90b8-77175cb0da48"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa30712e-67d5-43bc-90b8-77175cb0da48"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fa30712e-67d5-43bc-90b8-77175cb0da48"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fa30712e-67d5-43bc-90b8-77175cb0da48"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fa30712e-67d5-43bc-90b8-77175cb0da48"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fa30712e-67d5-43bc-90b8-77175cb0da48"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fa30712e-67d5-43bc-90b8-77175cb0da48"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fa30712e-67d5-43bc-90b8-77175cb0da48"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fa30712e-67d5-43bc-90b8-77175cb0da48"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fa30712e-67d5-43bc-90b8-77175cb0da48"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fa30712e-67d5-43bc-90b8-77175cb0da48"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fa30712e-67d5-43bc-90b8-77175cb0da48"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fa30712e-67d5-43bc-90b8-77175cb0da48"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-40661c4e-89c3-4c75-87b5-45c1e339d1ee {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-40661c4e-89c3-4c75-87b5-45c1e339d1ee .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Avenir Next";
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-39c8bc08-0aaf-49d1-b69a-3290a3bd3d66 {
  border-style: solid;
margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 1em;
padding-bottom: 1em;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-39c8bc08-0aaf-49d1-b69a-3290a3bd3d66 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-39c8bc08-0aaf-49d1-b69a-3290a3bd3d66 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-39c8bc08-0aaf-49d1-b69a-3290a3bd3d66 {
  
}
}@media (max-width: 767px){#s-39c8bc08-0aaf-49d1-b69a-3290a3bd3d66 {
  
}
}
#s-bc22440b-3a0a-43fb-bf4c-94e83428684d {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-bc22440b-3a0a-43fb-bf4c-94e83428684d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bc22440b-3a0a-43fb-bf4c-94e83428684d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bc22440b-3a0a-43fb-bf4c-94e83428684d {
  
}
}@media (max-width: 767px){#s-bc22440b-3a0a-43fb-bf4c-94e83428684d {
  
}
}







#s-bc22440b-3a0a-43fb-bf4c-94e83428684d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-bc22440b-3a0a-43fb-bf4c-94e83428684d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2ed64097-295a-4b19-a0f2-b69481155f8a {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(119, 74, 74, 0);
opacity: 1;
}

@media (min-width: 0px) {
[id="s-2ed64097-295a-4b19-a0f2-b69481155f8a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ed64097-295a-4b19-a0f2-b69481155f8a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2ed64097-295a-4b19-a0f2-b69481155f8a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2ed64097-295a-4b19-a0f2-b69481155f8a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2ed64097-295a-4b19-a0f2-b69481155f8a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2ed64097-295a-4b19-a0f2-b69481155f8a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2ed64097-295a-4b19-a0f2-b69481155f8a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2ed64097-295a-4b19-a0f2-b69481155f8a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2ed64097-295a-4b19-a0f2-b69481155f8a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2ed64097-295a-4b19-a0f2-b69481155f8a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2ed64097-295a-4b19-a0f2-b69481155f8a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2ed64097-295a-4b19-a0f2-b69481155f8a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2ed64097-295a-4b19-a0f2-b69481155f8a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2ed64097-295a-4b19-a0f2-b69481155f8a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2ed64097-295a-4b19-a0f2-b69481155f8a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2ed64097-295a-4b19-a0f2-b69481155f8a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2ed64097-295a-4b19-a0f2-b69481155f8a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2ed64097-295a-4b19-a0f2-b69481155f8a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2ed64097-295a-4b19-a0f2-b69481155f8a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2ed64097-295a-4b19-a0f2-b69481155f8a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2ed64097-295a-4b19-a0f2-b69481155f8a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2ed64097-295a-4b19-a0f2-b69481155f8a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2ed64097-295a-4b19-a0f2-b69481155f8a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2ed64097-295a-4b19-a0f2-b69481155f8a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2ed64097-295a-4b19-a0f2-b69481155f8a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ed64097-295a-4b19-a0f2-b69481155f8a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2ed64097-295a-4b19-a0f2-b69481155f8a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2ed64097-295a-4b19-a0f2-b69481155f8a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2ed64097-295a-4b19-a0f2-b69481155f8a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2ed64097-295a-4b19-a0f2-b69481155f8a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2ed64097-295a-4b19-a0f2-b69481155f8a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2ed64097-295a-4b19-a0f2-b69481155f8a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2ed64097-295a-4b19-a0f2-b69481155f8a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2ed64097-295a-4b19-a0f2-b69481155f8a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2ed64097-295a-4b19-a0f2-b69481155f8a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2ed64097-295a-4b19-a0f2-b69481155f8a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2ed64097-295a-4b19-a0f2-b69481155f8a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e60bbc91-e525-445c-8d42-084cda8c08fd {
  margin-top: 1em;
margin-left: 2em;
margin-bottom: 1em;
margin-right: 2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e60bbc91-e525-445c-8d42-084cda8c08fd {
  display: none;
}
#s-e60bbc91-e525-445c-8d42-084cda8c08fd, #wrap-s-e60bbc91-e525-445c-8d42-084cda8c08fd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e60bbc91-e525-445c-8d42-084cda8c08fd {
  display: none;
}
#s-e60bbc91-e525-445c-8d42-084cda8c08fd, #wrap-s-e60bbc91-e525-445c-8d42-084cda8c08fd { display:none !important; }}
#s-e60bbc91-e525-445c-8d42-084cda8c08fd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Avenir Next";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b31f8789-4a89-4e74-bf34-0c5a06cd803f {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-b31f8789-4a89-4e74-bf34-0c5a06cd803f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b31f8789-4a89-4e74-bf34-0c5a06cd803f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b31f8789-4a89-4e74-bf34-0c5a06cd803f {
  
}
}@media (max-width: 767px){#s-b31f8789-4a89-4e74-bf34-0c5a06cd803f {
  
}
}
#s-c26f64fd-3dac-42f1-93d7-760df2d71ba0 {
  margin-left: 30px;
margin-right: 30px;
}

#s-c26f64fd-3dac-42f1-93d7-760df2d71ba0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-c26f64fd-3dac-42f1-93d7-760df2d71ba0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-c26f64fd-3dac-42f1-93d7-760df2d71ba0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-c26f64fd-3dac-42f1-93d7-760df2d71ba0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-c26f64fd-3dac-42f1-93d7-760df2d71ba0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Avenir Next;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-c26f64fd-3dac-42f1-93d7-760df2d71ba0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-a884ee01-e72c-4d31-836c-31a37386c101 {
  margin-left: 15%;
margin-right: 20%;
min-height: 50px;
}








#s-a884ee01-e72c-4d31-836c-31a37386c101 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a884ee01-e72c-4d31-836c-31a37386c101.shg-box.shg-c {
  justify-content: center;
}

#s-f89b7597-7d4a-47aa-a7fc-85e54ab171c9 {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f89b7597-7d4a-47aa-a7fc-85e54ab171c9 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Avenir Next";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-68f3c541-8bfa-4b39-88c1-7be86bb41801 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-68f3c541-8bfa-4b39-88c1-7be86bb41801"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68f3c541-8bfa-4b39-88c1-7be86bb41801"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-68f3c541-8bfa-4b39-88c1-7be86bb41801"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-68f3c541-8bfa-4b39-88c1-7be86bb41801"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-68f3c541-8bfa-4b39-88c1-7be86bb41801"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-68f3c541-8bfa-4b39-88c1-7be86bb41801"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-68f3c541-8bfa-4b39-88c1-7be86bb41801"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-68f3c541-8bfa-4b39-88c1-7be86bb41801"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-68f3c541-8bfa-4b39-88c1-7be86bb41801"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-68f3c541-8bfa-4b39-88c1-7be86bb41801"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-68f3c541-8bfa-4b39-88c1-7be86bb41801"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-68f3c541-8bfa-4b39-88c1-7be86bb41801"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-68f3c541-8bfa-4b39-88c1-7be86bb41801"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-68f3c541-8bfa-4b39-88c1-7be86bb41801"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-68f3c541-8bfa-4b39-88c1-7be86bb41801"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-68f3c541-8bfa-4b39-88c1-7be86bb41801"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-68f3c541-8bfa-4b39-88c1-7be86bb41801"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-68f3c541-8bfa-4b39-88c1-7be86bb41801"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-68f3c541-8bfa-4b39-88c1-7be86bb41801"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-68f3c541-8bfa-4b39-88c1-7be86bb41801"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-68f3c541-8bfa-4b39-88c1-7be86bb41801"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-68f3c541-8bfa-4b39-88c1-7be86bb41801"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-68f3c541-8bfa-4b39-88c1-7be86bb41801"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-68f3c541-8bfa-4b39-88c1-7be86bb41801"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-68f3c541-8bfa-4b39-88c1-7be86bb41801"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-68f3c541-8bfa-4b39-88c1-7be86bb41801"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-68f3c541-8bfa-4b39-88c1-7be86bb41801"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-68f3c541-8bfa-4b39-88c1-7be86bb41801"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-68f3c541-8bfa-4b39-88c1-7be86bb41801"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-68f3c541-8bfa-4b39-88c1-7be86bb41801"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-68f3c541-8bfa-4b39-88c1-7be86bb41801"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-68f3c541-8bfa-4b39-88c1-7be86bb41801"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-68f3c541-8bfa-4b39-88c1-7be86bb41801"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-68f3c541-8bfa-4b39-88c1-7be86bb41801"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-68f3c541-8bfa-4b39-88c1-7be86bb41801"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-68f3c541-8bfa-4b39-88c1-7be86bb41801"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-68f3c541-8bfa-4b39-88c1-7be86bb41801"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-48c70dbe-4ae9-4db7-940b-929c25c45b39 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-48c70dbe-4ae9-4db7-940b-929c25c45b39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48c70dbe-4ae9-4db7-940b-929c25c45b39"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-48c70dbe-4ae9-4db7-940b-929c25c45b39"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-48c70dbe-4ae9-4db7-940b-929c25c45b39"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-48c70dbe-4ae9-4db7-940b-929c25c45b39"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-48c70dbe-4ae9-4db7-940b-929c25c45b39"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-48c70dbe-4ae9-4db7-940b-929c25c45b39"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-48c70dbe-4ae9-4db7-940b-929c25c45b39"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-48c70dbe-4ae9-4db7-940b-929c25c45b39"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-48c70dbe-4ae9-4db7-940b-929c25c45b39"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-48c70dbe-4ae9-4db7-940b-929c25c45b39"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-48c70dbe-4ae9-4db7-940b-929c25c45b39"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-48c70dbe-4ae9-4db7-940b-929c25c45b39"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-48c70dbe-4ae9-4db7-940b-929c25c45b39"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-48c70dbe-4ae9-4db7-940b-929c25c45b39"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-48c70dbe-4ae9-4db7-940b-929c25c45b39"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-48c70dbe-4ae9-4db7-940b-929c25c45b39"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-48c70dbe-4ae9-4db7-940b-929c25c45b39"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-48c70dbe-4ae9-4db7-940b-929c25c45b39"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-48c70dbe-4ae9-4db7-940b-929c25c45b39"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-48c70dbe-4ae9-4db7-940b-929c25c45b39"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-48c70dbe-4ae9-4db7-940b-929c25c45b39"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-48c70dbe-4ae9-4db7-940b-929c25c45b39"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-48c70dbe-4ae9-4db7-940b-929c25c45b39"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-48c70dbe-4ae9-4db7-940b-929c25c45b39"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-48c70dbe-4ae9-4db7-940b-929c25c45b39"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-48c70dbe-4ae9-4db7-940b-929c25c45b39"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-48c70dbe-4ae9-4db7-940b-929c25c45b39"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-48c70dbe-4ae9-4db7-940b-929c25c45b39"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-48c70dbe-4ae9-4db7-940b-929c25c45b39"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-48c70dbe-4ae9-4db7-940b-929c25c45b39"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-48c70dbe-4ae9-4db7-940b-929c25c45b39"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-48c70dbe-4ae9-4db7-940b-929c25c45b39"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-48c70dbe-4ae9-4db7-940b-929c25c45b39"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-48c70dbe-4ae9-4db7-940b-929c25c45b39"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-48c70dbe-4ae9-4db7-940b-929c25c45b39"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-48c70dbe-4ae9-4db7-940b-929c25c45b39"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d2421afc-5f9c-4a7c-879a-abbde037d4ab {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-d2421afc-5f9c-4a7c-879a-abbde037d4ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2421afc-5f9c-4a7c-879a-abbde037d4ab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d2421afc-5f9c-4a7c-879a-abbde037d4ab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d2421afc-5f9c-4a7c-879a-abbde037d4ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d2421afc-5f9c-4a7c-879a-abbde037d4ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d2421afc-5f9c-4a7c-879a-abbde037d4ab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d2421afc-5f9c-4a7c-879a-abbde037d4ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d2421afc-5f9c-4a7c-879a-abbde037d4ab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d2421afc-5f9c-4a7c-879a-abbde037d4ab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d2421afc-5f9c-4a7c-879a-abbde037d4ab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d2421afc-5f9c-4a7c-879a-abbde037d4ab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d2421afc-5f9c-4a7c-879a-abbde037d4ab"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d2421afc-5f9c-4a7c-879a-abbde037d4ab"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d2421afc-5f9c-4a7c-879a-abbde037d4ab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d2421afc-5f9c-4a7c-879a-abbde037d4ab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d2421afc-5f9c-4a7c-879a-abbde037d4ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d2421afc-5f9c-4a7c-879a-abbde037d4ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d2421afc-5f9c-4a7c-879a-abbde037d4ab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d2421afc-5f9c-4a7c-879a-abbde037d4ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d2421afc-5f9c-4a7c-879a-abbde037d4ab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d2421afc-5f9c-4a7c-879a-abbde037d4ab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d2421afc-5f9c-4a7c-879a-abbde037d4ab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d2421afc-5f9c-4a7c-879a-abbde037d4ab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d2421afc-5f9c-4a7c-879a-abbde037d4ab"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d2421afc-5f9c-4a7c-879a-abbde037d4ab"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2421afc-5f9c-4a7c-879a-abbde037d4ab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d2421afc-5f9c-4a7c-879a-abbde037d4ab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d2421afc-5f9c-4a7c-879a-abbde037d4ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d2421afc-5f9c-4a7c-879a-abbde037d4ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d2421afc-5f9c-4a7c-879a-abbde037d4ab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d2421afc-5f9c-4a7c-879a-abbde037d4ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d2421afc-5f9c-4a7c-879a-abbde037d4ab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d2421afc-5f9c-4a7c-879a-abbde037d4ab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d2421afc-5f9c-4a7c-879a-abbde037d4ab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d2421afc-5f9c-4a7c-879a-abbde037d4ab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d2421afc-5f9c-4a7c-879a-abbde037d4ab"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d2421afc-5f9c-4a7c-879a-abbde037d4ab"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-fcb2aaf4-0e4e-4c1a-90ed-cf6eb932c8d9 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-fcb2aaf4-0e4e-4c1a-90ed-cf6eb932c8d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fcb2aaf4-0e4e-4c1a-90ed-cf6eb932c8d9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fcb2aaf4-0e4e-4c1a-90ed-cf6eb932c8d9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fcb2aaf4-0e4e-4c1a-90ed-cf6eb932c8d9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fcb2aaf4-0e4e-4c1a-90ed-cf6eb932c8d9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fcb2aaf4-0e4e-4c1a-90ed-cf6eb932c8d9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fcb2aaf4-0e4e-4c1a-90ed-cf6eb932c8d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fcb2aaf4-0e4e-4c1a-90ed-cf6eb932c8d9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fcb2aaf4-0e4e-4c1a-90ed-cf6eb932c8d9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fcb2aaf4-0e4e-4c1a-90ed-cf6eb932c8d9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fcb2aaf4-0e4e-4c1a-90ed-cf6eb932c8d9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fcb2aaf4-0e4e-4c1a-90ed-cf6eb932c8d9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fcb2aaf4-0e4e-4c1a-90ed-cf6eb932c8d9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fcb2aaf4-0e4e-4c1a-90ed-cf6eb932c8d9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fcb2aaf4-0e4e-4c1a-90ed-cf6eb932c8d9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fcb2aaf4-0e4e-4c1a-90ed-cf6eb932c8d9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fcb2aaf4-0e4e-4c1a-90ed-cf6eb932c8d9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fcb2aaf4-0e4e-4c1a-90ed-cf6eb932c8d9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fcb2aaf4-0e4e-4c1a-90ed-cf6eb932c8d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fcb2aaf4-0e4e-4c1a-90ed-cf6eb932c8d9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fcb2aaf4-0e4e-4c1a-90ed-cf6eb932c8d9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fcb2aaf4-0e4e-4c1a-90ed-cf6eb932c8d9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fcb2aaf4-0e4e-4c1a-90ed-cf6eb932c8d9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fcb2aaf4-0e4e-4c1a-90ed-cf6eb932c8d9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fcb2aaf4-0e4e-4c1a-90ed-cf6eb932c8d9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fcb2aaf4-0e4e-4c1a-90ed-cf6eb932c8d9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fcb2aaf4-0e4e-4c1a-90ed-cf6eb932c8d9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fcb2aaf4-0e4e-4c1a-90ed-cf6eb932c8d9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fcb2aaf4-0e4e-4c1a-90ed-cf6eb932c8d9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fcb2aaf4-0e4e-4c1a-90ed-cf6eb932c8d9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fcb2aaf4-0e4e-4c1a-90ed-cf6eb932c8d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fcb2aaf4-0e4e-4c1a-90ed-cf6eb932c8d9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fcb2aaf4-0e4e-4c1a-90ed-cf6eb932c8d9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fcb2aaf4-0e4e-4c1a-90ed-cf6eb932c8d9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fcb2aaf4-0e4e-4c1a-90ed-cf6eb932c8d9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fcb2aaf4-0e4e-4c1a-90ed-cf6eb932c8d9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fcb2aaf4-0e4e-4c1a-90ed-cf6eb932c8d9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-66bcddac-07dc-4a87-af21-4fc64f25f1e2 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-66bcddac-07dc-4a87-af21-4fc64f25f1e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66bcddac-07dc-4a87-af21-4fc64f25f1e2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-66bcddac-07dc-4a87-af21-4fc64f25f1e2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-66bcddac-07dc-4a87-af21-4fc64f25f1e2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-66bcddac-07dc-4a87-af21-4fc64f25f1e2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-66bcddac-07dc-4a87-af21-4fc64f25f1e2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-66bcddac-07dc-4a87-af21-4fc64f25f1e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-66bcddac-07dc-4a87-af21-4fc64f25f1e2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-66bcddac-07dc-4a87-af21-4fc64f25f1e2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-66bcddac-07dc-4a87-af21-4fc64f25f1e2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-66bcddac-07dc-4a87-af21-4fc64f25f1e2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-66bcddac-07dc-4a87-af21-4fc64f25f1e2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-66bcddac-07dc-4a87-af21-4fc64f25f1e2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-66bcddac-07dc-4a87-af21-4fc64f25f1e2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-66bcddac-07dc-4a87-af21-4fc64f25f1e2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-66bcddac-07dc-4a87-af21-4fc64f25f1e2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-66bcddac-07dc-4a87-af21-4fc64f25f1e2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-66bcddac-07dc-4a87-af21-4fc64f25f1e2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-66bcddac-07dc-4a87-af21-4fc64f25f1e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-66bcddac-07dc-4a87-af21-4fc64f25f1e2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-66bcddac-07dc-4a87-af21-4fc64f25f1e2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-66bcddac-07dc-4a87-af21-4fc64f25f1e2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-66bcddac-07dc-4a87-af21-4fc64f25f1e2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-66bcddac-07dc-4a87-af21-4fc64f25f1e2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-66bcddac-07dc-4a87-af21-4fc64f25f1e2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-66bcddac-07dc-4a87-af21-4fc64f25f1e2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-66bcddac-07dc-4a87-af21-4fc64f25f1e2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-66bcddac-07dc-4a87-af21-4fc64f25f1e2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-66bcddac-07dc-4a87-af21-4fc64f25f1e2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-66bcddac-07dc-4a87-af21-4fc64f25f1e2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-66bcddac-07dc-4a87-af21-4fc64f25f1e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-66bcddac-07dc-4a87-af21-4fc64f25f1e2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-66bcddac-07dc-4a87-af21-4fc64f25f1e2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-66bcddac-07dc-4a87-af21-4fc64f25f1e2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-66bcddac-07dc-4a87-af21-4fc64f25f1e2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-66bcddac-07dc-4a87-af21-4fc64f25f1e2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-66bcddac-07dc-4a87-af21-4fc64f25f1e2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-950d22da-a7fc-4379-af1a-12bac7105c8f {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-950d22da-a7fc-4379-af1a-12bac7105c8f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-950d22da-a7fc-4379-af1a-12bac7105c8f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-950d22da-a7fc-4379-af1a-12bac7105c8f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-950d22da-a7fc-4379-af1a-12bac7105c8f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-950d22da-a7fc-4379-af1a-12bac7105c8f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-950d22da-a7fc-4379-af1a-12bac7105c8f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-950d22da-a7fc-4379-af1a-12bac7105c8f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-950d22da-a7fc-4379-af1a-12bac7105c8f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-950d22da-a7fc-4379-af1a-12bac7105c8f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-950d22da-a7fc-4379-af1a-12bac7105c8f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-950d22da-a7fc-4379-af1a-12bac7105c8f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-950d22da-a7fc-4379-af1a-12bac7105c8f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-950d22da-a7fc-4379-af1a-12bac7105c8f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-950d22da-a7fc-4379-af1a-12bac7105c8f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-950d22da-a7fc-4379-af1a-12bac7105c8f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-950d22da-a7fc-4379-af1a-12bac7105c8f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-950d22da-a7fc-4379-af1a-12bac7105c8f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-950d22da-a7fc-4379-af1a-12bac7105c8f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-950d22da-a7fc-4379-af1a-12bac7105c8f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-950d22da-a7fc-4379-af1a-12bac7105c8f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-950d22da-a7fc-4379-af1a-12bac7105c8f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-950d22da-a7fc-4379-af1a-12bac7105c8f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-950d22da-a7fc-4379-af1a-12bac7105c8f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-950d22da-a7fc-4379-af1a-12bac7105c8f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-950d22da-a7fc-4379-af1a-12bac7105c8f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-950d22da-a7fc-4379-af1a-12bac7105c8f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-950d22da-a7fc-4379-af1a-12bac7105c8f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-950d22da-a7fc-4379-af1a-12bac7105c8f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-950d22da-a7fc-4379-af1a-12bac7105c8f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-950d22da-a7fc-4379-af1a-12bac7105c8f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-950d22da-a7fc-4379-af1a-12bac7105c8f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-950d22da-a7fc-4379-af1a-12bac7105c8f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-950d22da-a7fc-4379-af1a-12bac7105c8f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-950d22da-a7fc-4379-af1a-12bac7105c8f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-950d22da-a7fc-4379-af1a-12bac7105c8f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-950d22da-a7fc-4379-af1a-12bac7105c8f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-950d22da-a7fc-4379-af1a-12bac7105c8f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-39f14ad1-5ec9-48bd-a46f-e4e586fabcc8 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-39f14ad1-5ec9-48bd-a46f-e4e586fabcc8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39f14ad1-5ec9-48bd-a46f-e4e586fabcc8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-39f14ad1-5ec9-48bd-a46f-e4e586fabcc8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-39f14ad1-5ec9-48bd-a46f-e4e586fabcc8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-39f14ad1-5ec9-48bd-a46f-e4e586fabcc8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39f14ad1-5ec9-48bd-a46f-e4e586fabcc8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-39f14ad1-5ec9-48bd-a46f-e4e586fabcc8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-39f14ad1-5ec9-48bd-a46f-e4e586fabcc8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-39f14ad1-5ec9-48bd-a46f-e4e586fabcc8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-39f14ad1-5ec9-48bd-a46f-e4e586fabcc8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-39f14ad1-5ec9-48bd-a46f-e4e586fabcc8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-39f14ad1-5ec9-48bd-a46f-e4e586fabcc8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-39f14ad1-5ec9-48bd-a46f-e4e586fabcc8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-39f14ad1-5ec9-48bd-a46f-e4e586fabcc8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-39f14ad1-5ec9-48bd-a46f-e4e586fabcc8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-39f14ad1-5ec9-48bd-a46f-e4e586fabcc8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-39f14ad1-5ec9-48bd-a46f-e4e586fabcc8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39f14ad1-5ec9-48bd-a46f-e4e586fabcc8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-39f14ad1-5ec9-48bd-a46f-e4e586fabcc8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-39f14ad1-5ec9-48bd-a46f-e4e586fabcc8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-39f14ad1-5ec9-48bd-a46f-e4e586fabcc8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-39f14ad1-5ec9-48bd-a46f-e4e586fabcc8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-39f14ad1-5ec9-48bd-a46f-e4e586fabcc8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-39f14ad1-5ec9-48bd-a46f-e4e586fabcc8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-39f14ad1-5ec9-48bd-a46f-e4e586fabcc8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-39f14ad1-5ec9-48bd-a46f-e4e586fabcc8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-39f14ad1-5ec9-48bd-a46f-e4e586fabcc8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-39f14ad1-5ec9-48bd-a46f-e4e586fabcc8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-39f14ad1-5ec9-48bd-a46f-e4e586fabcc8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39f14ad1-5ec9-48bd-a46f-e4e586fabcc8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-39f14ad1-5ec9-48bd-a46f-e4e586fabcc8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-39f14ad1-5ec9-48bd-a46f-e4e586fabcc8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-39f14ad1-5ec9-48bd-a46f-e4e586fabcc8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-39f14ad1-5ec9-48bd-a46f-e4e586fabcc8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-39f14ad1-5ec9-48bd-a46f-e4e586fabcc8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-39f14ad1-5ec9-48bd-a46f-e4e586fabcc8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-39f14ad1-5ec9-48bd-a46f-e4e586fabcc8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-552375c3-57bd-4e0e-9a4e-8ea5e5643c7e {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-552375c3-57bd-4e0e-9a4e-8ea5e5643c7e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-552375c3-57bd-4e0e-9a4e-8ea5e5643c7e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-552375c3-57bd-4e0e-9a4e-8ea5e5643c7e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-552375c3-57bd-4e0e-9a4e-8ea5e5643c7e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-552375c3-57bd-4e0e-9a4e-8ea5e5643c7e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-552375c3-57bd-4e0e-9a4e-8ea5e5643c7e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-552375c3-57bd-4e0e-9a4e-8ea5e5643c7e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-552375c3-57bd-4e0e-9a4e-8ea5e5643c7e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-552375c3-57bd-4e0e-9a4e-8ea5e5643c7e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-552375c3-57bd-4e0e-9a4e-8ea5e5643c7e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-552375c3-57bd-4e0e-9a4e-8ea5e5643c7e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-552375c3-57bd-4e0e-9a4e-8ea5e5643c7e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-552375c3-57bd-4e0e-9a4e-8ea5e5643c7e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-552375c3-57bd-4e0e-9a4e-8ea5e5643c7e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-552375c3-57bd-4e0e-9a4e-8ea5e5643c7e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-552375c3-57bd-4e0e-9a4e-8ea5e5643c7e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-552375c3-57bd-4e0e-9a4e-8ea5e5643c7e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-552375c3-57bd-4e0e-9a4e-8ea5e5643c7e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-552375c3-57bd-4e0e-9a4e-8ea5e5643c7e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-552375c3-57bd-4e0e-9a4e-8ea5e5643c7e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-552375c3-57bd-4e0e-9a4e-8ea5e5643c7e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-552375c3-57bd-4e0e-9a4e-8ea5e5643c7e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-552375c3-57bd-4e0e-9a4e-8ea5e5643c7e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-552375c3-57bd-4e0e-9a4e-8ea5e5643c7e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-552375c3-57bd-4e0e-9a4e-8ea5e5643c7e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-552375c3-57bd-4e0e-9a4e-8ea5e5643c7e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-552375c3-57bd-4e0e-9a4e-8ea5e5643c7e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-552375c3-57bd-4e0e-9a4e-8ea5e5643c7e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-552375c3-57bd-4e0e-9a4e-8ea5e5643c7e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-552375c3-57bd-4e0e-9a4e-8ea5e5643c7e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-552375c3-57bd-4e0e-9a4e-8ea5e5643c7e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-552375c3-57bd-4e0e-9a4e-8ea5e5643c7e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-552375c3-57bd-4e0e-9a4e-8ea5e5643c7e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-552375c3-57bd-4e0e-9a4e-8ea5e5643c7e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-552375c3-57bd-4e0e-9a4e-8ea5e5643c7e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-552375c3-57bd-4e0e-9a4e-8ea5e5643c7e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-552375c3-57bd-4e0e-9a4e-8ea5e5643c7e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-51658333-c9f5-4931-9038-eb6089b7c3c4 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-51658333-c9f5-4931-9038-eb6089b7c3c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51658333-c9f5-4931-9038-eb6089b7c3c4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-51658333-c9f5-4931-9038-eb6089b7c3c4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-51658333-c9f5-4931-9038-eb6089b7c3c4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-51658333-c9f5-4931-9038-eb6089b7c3c4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-51658333-c9f5-4931-9038-eb6089b7c3c4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-51658333-c9f5-4931-9038-eb6089b7c3c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-51658333-c9f5-4931-9038-eb6089b7c3c4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-51658333-c9f5-4931-9038-eb6089b7c3c4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-51658333-c9f5-4931-9038-eb6089b7c3c4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-51658333-c9f5-4931-9038-eb6089b7c3c4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-51658333-c9f5-4931-9038-eb6089b7c3c4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-51658333-c9f5-4931-9038-eb6089b7c3c4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-51658333-c9f5-4931-9038-eb6089b7c3c4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-51658333-c9f5-4931-9038-eb6089b7c3c4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-51658333-c9f5-4931-9038-eb6089b7c3c4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-51658333-c9f5-4931-9038-eb6089b7c3c4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-51658333-c9f5-4931-9038-eb6089b7c3c4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-51658333-c9f5-4931-9038-eb6089b7c3c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-51658333-c9f5-4931-9038-eb6089b7c3c4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-51658333-c9f5-4931-9038-eb6089b7c3c4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-51658333-c9f5-4931-9038-eb6089b7c3c4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-51658333-c9f5-4931-9038-eb6089b7c3c4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-51658333-c9f5-4931-9038-eb6089b7c3c4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-51658333-c9f5-4931-9038-eb6089b7c3c4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-51658333-c9f5-4931-9038-eb6089b7c3c4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-51658333-c9f5-4931-9038-eb6089b7c3c4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-51658333-c9f5-4931-9038-eb6089b7c3c4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-51658333-c9f5-4931-9038-eb6089b7c3c4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-51658333-c9f5-4931-9038-eb6089b7c3c4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-51658333-c9f5-4931-9038-eb6089b7c3c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-51658333-c9f5-4931-9038-eb6089b7c3c4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-51658333-c9f5-4931-9038-eb6089b7c3c4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-51658333-c9f5-4931-9038-eb6089b7c3c4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-51658333-c9f5-4931-9038-eb6089b7c3c4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-51658333-c9f5-4931-9038-eb6089b7c3c4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-51658333-c9f5-4931-9038-eb6089b7c3c4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5bfdfb1f-d246-4b46-9766-8aa1033dd561 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-5bfdfb1f-d246-4b46-9766-8aa1033dd561"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5bfdfb1f-d246-4b46-9766-8aa1033dd561"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5bfdfb1f-d246-4b46-9766-8aa1033dd561"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5bfdfb1f-d246-4b46-9766-8aa1033dd561"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5bfdfb1f-d246-4b46-9766-8aa1033dd561"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5bfdfb1f-d246-4b46-9766-8aa1033dd561"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5bfdfb1f-d246-4b46-9766-8aa1033dd561"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5bfdfb1f-d246-4b46-9766-8aa1033dd561"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5bfdfb1f-d246-4b46-9766-8aa1033dd561"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5bfdfb1f-d246-4b46-9766-8aa1033dd561"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5bfdfb1f-d246-4b46-9766-8aa1033dd561"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5bfdfb1f-d246-4b46-9766-8aa1033dd561"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5bfdfb1f-d246-4b46-9766-8aa1033dd561"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5bfdfb1f-d246-4b46-9766-8aa1033dd561"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5bfdfb1f-d246-4b46-9766-8aa1033dd561"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5bfdfb1f-d246-4b46-9766-8aa1033dd561"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5bfdfb1f-d246-4b46-9766-8aa1033dd561"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5bfdfb1f-d246-4b46-9766-8aa1033dd561"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5bfdfb1f-d246-4b46-9766-8aa1033dd561"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5bfdfb1f-d246-4b46-9766-8aa1033dd561"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5bfdfb1f-d246-4b46-9766-8aa1033dd561"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5bfdfb1f-d246-4b46-9766-8aa1033dd561"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5bfdfb1f-d246-4b46-9766-8aa1033dd561"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5bfdfb1f-d246-4b46-9766-8aa1033dd561"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5bfdfb1f-d246-4b46-9766-8aa1033dd561"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5bfdfb1f-d246-4b46-9766-8aa1033dd561"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5bfdfb1f-d246-4b46-9766-8aa1033dd561"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5bfdfb1f-d246-4b46-9766-8aa1033dd561"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5bfdfb1f-d246-4b46-9766-8aa1033dd561"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5bfdfb1f-d246-4b46-9766-8aa1033dd561"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5bfdfb1f-d246-4b46-9766-8aa1033dd561"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5bfdfb1f-d246-4b46-9766-8aa1033dd561"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5bfdfb1f-d246-4b46-9766-8aa1033dd561"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5bfdfb1f-d246-4b46-9766-8aa1033dd561"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5bfdfb1f-d246-4b46-9766-8aa1033dd561"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5bfdfb1f-d246-4b46-9766-8aa1033dd561"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5bfdfb1f-d246-4b46-9766-8aa1033dd561"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-701acc83-c2cd-4a7a-9ed7-d2cc8bdefdd4 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-701acc83-c2cd-4a7a-9ed7-d2cc8bdefdd4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-701acc83-c2cd-4a7a-9ed7-d2cc8bdefdd4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-701acc83-c2cd-4a7a-9ed7-d2cc8bdefdd4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-701acc83-c2cd-4a7a-9ed7-d2cc8bdefdd4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-701acc83-c2cd-4a7a-9ed7-d2cc8bdefdd4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-701acc83-c2cd-4a7a-9ed7-d2cc8bdefdd4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-701acc83-c2cd-4a7a-9ed7-d2cc8bdefdd4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-701acc83-c2cd-4a7a-9ed7-d2cc8bdefdd4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-701acc83-c2cd-4a7a-9ed7-d2cc8bdefdd4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-701acc83-c2cd-4a7a-9ed7-d2cc8bdefdd4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-701acc83-c2cd-4a7a-9ed7-d2cc8bdefdd4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-701acc83-c2cd-4a7a-9ed7-d2cc8bdefdd4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-701acc83-c2cd-4a7a-9ed7-d2cc8bdefdd4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-701acc83-c2cd-4a7a-9ed7-d2cc8bdefdd4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-701acc83-c2cd-4a7a-9ed7-d2cc8bdefdd4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-701acc83-c2cd-4a7a-9ed7-d2cc8bdefdd4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-701acc83-c2cd-4a7a-9ed7-d2cc8bdefdd4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-701acc83-c2cd-4a7a-9ed7-d2cc8bdefdd4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-701acc83-c2cd-4a7a-9ed7-d2cc8bdefdd4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-701acc83-c2cd-4a7a-9ed7-d2cc8bdefdd4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-701acc83-c2cd-4a7a-9ed7-d2cc8bdefdd4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-701acc83-c2cd-4a7a-9ed7-d2cc8bdefdd4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-701acc83-c2cd-4a7a-9ed7-d2cc8bdefdd4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-701acc83-c2cd-4a7a-9ed7-d2cc8bdefdd4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-701acc83-c2cd-4a7a-9ed7-d2cc8bdefdd4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-701acc83-c2cd-4a7a-9ed7-d2cc8bdefdd4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-701acc83-c2cd-4a7a-9ed7-d2cc8bdefdd4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-701acc83-c2cd-4a7a-9ed7-d2cc8bdefdd4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-701acc83-c2cd-4a7a-9ed7-d2cc8bdefdd4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-701acc83-c2cd-4a7a-9ed7-d2cc8bdefdd4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-701acc83-c2cd-4a7a-9ed7-d2cc8bdefdd4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-701acc83-c2cd-4a7a-9ed7-d2cc8bdefdd4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-701acc83-c2cd-4a7a-9ed7-d2cc8bdefdd4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-701acc83-c2cd-4a7a-9ed7-d2cc8bdefdd4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-701acc83-c2cd-4a7a-9ed7-d2cc8bdefdd4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-701acc83-c2cd-4a7a-9ed7-d2cc8bdefdd4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-701acc83-c2cd-4a7a-9ed7-d2cc8bdefdd4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-49197d91-88d9-4b89-8498-d2fb213bfede {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-49197d91-88d9-4b89-8498-d2fb213bfede"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-49197d91-88d9-4b89-8498-d2fb213bfede"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-49197d91-88d9-4b89-8498-d2fb213bfede"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-49197d91-88d9-4b89-8498-d2fb213bfede"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-49197d91-88d9-4b89-8498-d2fb213bfede"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-49197d91-88d9-4b89-8498-d2fb213bfede"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-49197d91-88d9-4b89-8498-d2fb213bfede"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-49197d91-88d9-4b89-8498-d2fb213bfede"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-49197d91-88d9-4b89-8498-d2fb213bfede"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-49197d91-88d9-4b89-8498-d2fb213bfede"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-49197d91-88d9-4b89-8498-d2fb213bfede"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-49197d91-88d9-4b89-8498-d2fb213bfede"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-49197d91-88d9-4b89-8498-d2fb213bfede"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-49197d91-88d9-4b89-8498-d2fb213bfede"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-49197d91-88d9-4b89-8498-d2fb213bfede"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-49197d91-88d9-4b89-8498-d2fb213bfede"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-49197d91-88d9-4b89-8498-d2fb213bfede"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-49197d91-88d9-4b89-8498-d2fb213bfede"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-49197d91-88d9-4b89-8498-d2fb213bfede"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-49197d91-88d9-4b89-8498-d2fb213bfede"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-49197d91-88d9-4b89-8498-d2fb213bfede"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-49197d91-88d9-4b89-8498-d2fb213bfede"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-49197d91-88d9-4b89-8498-d2fb213bfede"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-49197d91-88d9-4b89-8498-d2fb213bfede"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-49197d91-88d9-4b89-8498-d2fb213bfede"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-49197d91-88d9-4b89-8498-d2fb213bfede"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-49197d91-88d9-4b89-8498-d2fb213bfede"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-49197d91-88d9-4b89-8498-d2fb213bfede"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-49197d91-88d9-4b89-8498-d2fb213bfede"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-49197d91-88d9-4b89-8498-d2fb213bfede"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-49197d91-88d9-4b89-8498-d2fb213bfede"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-49197d91-88d9-4b89-8498-d2fb213bfede"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-49197d91-88d9-4b89-8498-d2fb213bfede"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-49197d91-88d9-4b89-8498-d2fb213bfede"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-49197d91-88d9-4b89-8498-d2fb213bfede"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-49197d91-88d9-4b89-8498-d2fb213bfede"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-49197d91-88d9-4b89-8498-d2fb213bfede"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5b3221fa-26f2-4e49-90ae-12ca54b070d7 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-5b3221fa-26f2-4e49-90ae-12ca54b070d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b3221fa-26f2-4e49-90ae-12ca54b070d7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5b3221fa-26f2-4e49-90ae-12ca54b070d7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5b3221fa-26f2-4e49-90ae-12ca54b070d7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5b3221fa-26f2-4e49-90ae-12ca54b070d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5b3221fa-26f2-4e49-90ae-12ca54b070d7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5b3221fa-26f2-4e49-90ae-12ca54b070d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5b3221fa-26f2-4e49-90ae-12ca54b070d7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5b3221fa-26f2-4e49-90ae-12ca54b070d7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5b3221fa-26f2-4e49-90ae-12ca54b070d7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5b3221fa-26f2-4e49-90ae-12ca54b070d7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5b3221fa-26f2-4e49-90ae-12ca54b070d7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5b3221fa-26f2-4e49-90ae-12ca54b070d7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5b3221fa-26f2-4e49-90ae-12ca54b070d7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5b3221fa-26f2-4e49-90ae-12ca54b070d7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5b3221fa-26f2-4e49-90ae-12ca54b070d7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5b3221fa-26f2-4e49-90ae-12ca54b070d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5b3221fa-26f2-4e49-90ae-12ca54b070d7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5b3221fa-26f2-4e49-90ae-12ca54b070d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5b3221fa-26f2-4e49-90ae-12ca54b070d7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5b3221fa-26f2-4e49-90ae-12ca54b070d7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5b3221fa-26f2-4e49-90ae-12ca54b070d7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5b3221fa-26f2-4e49-90ae-12ca54b070d7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5b3221fa-26f2-4e49-90ae-12ca54b070d7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5b3221fa-26f2-4e49-90ae-12ca54b070d7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b3221fa-26f2-4e49-90ae-12ca54b070d7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5b3221fa-26f2-4e49-90ae-12ca54b070d7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5b3221fa-26f2-4e49-90ae-12ca54b070d7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5b3221fa-26f2-4e49-90ae-12ca54b070d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5b3221fa-26f2-4e49-90ae-12ca54b070d7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5b3221fa-26f2-4e49-90ae-12ca54b070d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5b3221fa-26f2-4e49-90ae-12ca54b070d7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5b3221fa-26f2-4e49-90ae-12ca54b070d7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5b3221fa-26f2-4e49-90ae-12ca54b070d7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5b3221fa-26f2-4e49-90ae-12ca54b070d7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5b3221fa-26f2-4e49-90ae-12ca54b070d7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5b3221fa-26f2-4e49-90ae-12ca54b070d7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-78890ca6-b965-4b26-bb55-421a441a067e {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-78890ca6-b965-4b26-bb55-421a441a067e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78890ca6-b965-4b26-bb55-421a441a067e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-78890ca6-b965-4b26-bb55-421a441a067e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-78890ca6-b965-4b26-bb55-421a441a067e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-78890ca6-b965-4b26-bb55-421a441a067e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-78890ca6-b965-4b26-bb55-421a441a067e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-78890ca6-b965-4b26-bb55-421a441a067e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-78890ca6-b965-4b26-bb55-421a441a067e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-78890ca6-b965-4b26-bb55-421a441a067e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-78890ca6-b965-4b26-bb55-421a441a067e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-78890ca6-b965-4b26-bb55-421a441a067e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-78890ca6-b965-4b26-bb55-421a441a067e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-78890ca6-b965-4b26-bb55-421a441a067e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-78890ca6-b965-4b26-bb55-421a441a067e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-78890ca6-b965-4b26-bb55-421a441a067e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-78890ca6-b965-4b26-bb55-421a441a067e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-78890ca6-b965-4b26-bb55-421a441a067e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-78890ca6-b965-4b26-bb55-421a441a067e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-78890ca6-b965-4b26-bb55-421a441a067e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-78890ca6-b965-4b26-bb55-421a441a067e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-78890ca6-b965-4b26-bb55-421a441a067e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-78890ca6-b965-4b26-bb55-421a441a067e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-78890ca6-b965-4b26-bb55-421a441a067e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-78890ca6-b965-4b26-bb55-421a441a067e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-78890ca6-b965-4b26-bb55-421a441a067e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-78890ca6-b965-4b26-bb55-421a441a067e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-78890ca6-b965-4b26-bb55-421a441a067e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-78890ca6-b965-4b26-bb55-421a441a067e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-78890ca6-b965-4b26-bb55-421a441a067e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-78890ca6-b965-4b26-bb55-421a441a067e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-78890ca6-b965-4b26-bb55-421a441a067e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-78890ca6-b965-4b26-bb55-421a441a067e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-78890ca6-b965-4b26-bb55-421a441a067e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-78890ca6-b965-4b26-bb55-421a441a067e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-78890ca6-b965-4b26-bb55-421a441a067e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-78890ca6-b965-4b26-bb55-421a441a067e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-78890ca6-b965-4b26-bb55-421a441a067e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c06b4ec7-df43-4830-b2b1-95ed09495b4d {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-c06b4ec7-df43-4830-b2b1-95ed09495b4d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c06b4ec7-df43-4830-b2b1-95ed09495b4d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c06b4ec7-df43-4830-b2b1-95ed09495b4d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c06b4ec7-df43-4830-b2b1-95ed09495b4d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c06b4ec7-df43-4830-b2b1-95ed09495b4d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c06b4ec7-df43-4830-b2b1-95ed09495b4d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c06b4ec7-df43-4830-b2b1-95ed09495b4d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c06b4ec7-df43-4830-b2b1-95ed09495b4d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c06b4ec7-df43-4830-b2b1-95ed09495b4d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c06b4ec7-df43-4830-b2b1-95ed09495b4d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c06b4ec7-df43-4830-b2b1-95ed09495b4d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c06b4ec7-df43-4830-b2b1-95ed09495b4d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c06b4ec7-df43-4830-b2b1-95ed09495b4d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c06b4ec7-df43-4830-b2b1-95ed09495b4d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c06b4ec7-df43-4830-b2b1-95ed09495b4d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c06b4ec7-df43-4830-b2b1-95ed09495b4d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c06b4ec7-df43-4830-b2b1-95ed09495b4d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c06b4ec7-df43-4830-b2b1-95ed09495b4d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c06b4ec7-df43-4830-b2b1-95ed09495b4d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c06b4ec7-df43-4830-b2b1-95ed09495b4d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c06b4ec7-df43-4830-b2b1-95ed09495b4d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c06b4ec7-df43-4830-b2b1-95ed09495b4d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c06b4ec7-df43-4830-b2b1-95ed09495b4d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c06b4ec7-df43-4830-b2b1-95ed09495b4d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c06b4ec7-df43-4830-b2b1-95ed09495b4d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c06b4ec7-df43-4830-b2b1-95ed09495b4d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c06b4ec7-df43-4830-b2b1-95ed09495b4d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c06b4ec7-df43-4830-b2b1-95ed09495b4d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c06b4ec7-df43-4830-b2b1-95ed09495b4d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c06b4ec7-df43-4830-b2b1-95ed09495b4d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c06b4ec7-df43-4830-b2b1-95ed09495b4d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c06b4ec7-df43-4830-b2b1-95ed09495b4d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c06b4ec7-df43-4830-b2b1-95ed09495b4d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c06b4ec7-df43-4830-b2b1-95ed09495b4d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c06b4ec7-df43-4830-b2b1-95ed09495b4d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c06b4ec7-df43-4830-b2b1-95ed09495b4d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c06b4ec7-df43-4830-b2b1-95ed09495b4d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2002768b-2634-432f-8b5a-f1ff47adb9d8 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-2002768b-2634-432f-8b5a-f1ff47adb9d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2002768b-2634-432f-8b5a-f1ff47adb9d8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2002768b-2634-432f-8b5a-f1ff47adb9d8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2002768b-2634-432f-8b5a-f1ff47adb9d8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2002768b-2634-432f-8b5a-f1ff47adb9d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2002768b-2634-432f-8b5a-f1ff47adb9d8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2002768b-2634-432f-8b5a-f1ff47adb9d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2002768b-2634-432f-8b5a-f1ff47adb9d8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2002768b-2634-432f-8b5a-f1ff47adb9d8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2002768b-2634-432f-8b5a-f1ff47adb9d8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2002768b-2634-432f-8b5a-f1ff47adb9d8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2002768b-2634-432f-8b5a-f1ff47adb9d8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2002768b-2634-432f-8b5a-f1ff47adb9d8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2002768b-2634-432f-8b5a-f1ff47adb9d8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2002768b-2634-432f-8b5a-f1ff47adb9d8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2002768b-2634-432f-8b5a-f1ff47adb9d8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2002768b-2634-432f-8b5a-f1ff47adb9d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2002768b-2634-432f-8b5a-f1ff47adb9d8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2002768b-2634-432f-8b5a-f1ff47adb9d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2002768b-2634-432f-8b5a-f1ff47adb9d8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2002768b-2634-432f-8b5a-f1ff47adb9d8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2002768b-2634-432f-8b5a-f1ff47adb9d8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2002768b-2634-432f-8b5a-f1ff47adb9d8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2002768b-2634-432f-8b5a-f1ff47adb9d8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2002768b-2634-432f-8b5a-f1ff47adb9d8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2002768b-2634-432f-8b5a-f1ff47adb9d8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2002768b-2634-432f-8b5a-f1ff47adb9d8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2002768b-2634-432f-8b5a-f1ff47adb9d8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2002768b-2634-432f-8b5a-f1ff47adb9d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2002768b-2634-432f-8b5a-f1ff47adb9d8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2002768b-2634-432f-8b5a-f1ff47adb9d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2002768b-2634-432f-8b5a-f1ff47adb9d8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2002768b-2634-432f-8b5a-f1ff47adb9d8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2002768b-2634-432f-8b5a-f1ff47adb9d8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2002768b-2634-432f-8b5a-f1ff47adb9d8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2002768b-2634-432f-8b5a-f1ff47adb9d8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2002768b-2634-432f-8b5a-f1ff47adb9d8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b470fb4f-f141-48ff-8cc1-de4f57eaff8b {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-b470fb4f-f141-48ff-8cc1-de4f57eaff8b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b470fb4f-f141-48ff-8cc1-de4f57eaff8b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b470fb4f-f141-48ff-8cc1-de4f57eaff8b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b470fb4f-f141-48ff-8cc1-de4f57eaff8b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b470fb4f-f141-48ff-8cc1-de4f57eaff8b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b470fb4f-f141-48ff-8cc1-de4f57eaff8b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b470fb4f-f141-48ff-8cc1-de4f57eaff8b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b470fb4f-f141-48ff-8cc1-de4f57eaff8b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b470fb4f-f141-48ff-8cc1-de4f57eaff8b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b470fb4f-f141-48ff-8cc1-de4f57eaff8b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b470fb4f-f141-48ff-8cc1-de4f57eaff8b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b470fb4f-f141-48ff-8cc1-de4f57eaff8b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b470fb4f-f141-48ff-8cc1-de4f57eaff8b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b470fb4f-f141-48ff-8cc1-de4f57eaff8b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b470fb4f-f141-48ff-8cc1-de4f57eaff8b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b470fb4f-f141-48ff-8cc1-de4f57eaff8b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b470fb4f-f141-48ff-8cc1-de4f57eaff8b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b470fb4f-f141-48ff-8cc1-de4f57eaff8b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b470fb4f-f141-48ff-8cc1-de4f57eaff8b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b470fb4f-f141-48ff-8cc1-de4f57eaff8b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b470fb4f-f141-48ff-8cc1-de4f57eaff8b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b470fb4f-f141-48ff-8cc1-de4f57eaff8b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b470fb4f-f141-48ff-8cc1-de4f57eaff8b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b470fb4f-f141-48ff-8cc1-de4f57eaff8b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b470fb4f-f141-48ff-8cc1-de4f57eaff8b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b470fb4f-f141-48ff-8cc1-de4f57eaff8b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b470fb4f-f141-48ff-8cc1-de4f57eaff8b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b470fb4f-f141-48ff-8cc1-de4f57eaff8b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b470fb4f-f141-48ff-8cc1-de4f57eaff8b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b470fb4f-f141-48ff-8cc1-de4f57eaff8b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b470fb4f-f141-48ff-8cc1-de4f57eaff8b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b470fb4f-f141-48ff-8cc1-de4f57eaff8b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b470fb4f-f141-48ff-8cc1-de4f57eaff8b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b470fb4f-f141-48ff-8cc1-de4f57eaff8b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b470fb4f-f141-48ff-8cc1-de4f57eaff8b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b470fb4f-f141-48ff-8cc1-de4f57eaff8b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b470fb4f-f141-48ff-8cc1-de4f57eaff8b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-def1e0bd-21c6-47cc-a426-00aee1eb991e {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-def1e0bd-21c6-47cc-a426-00aee1eb991e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-def1e0bd-21c6-47cc-a426-00aee1eb991e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-def1e0bd-21c6-47cc-a426-00aee1eb991e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-def1e0bd-21c6-47cc-a426-00aee1eb991e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-def1e0bd-21c6-47cc-a426-00aee1eb991e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-def1e0bd-21c6-47cc-a426-00aee1eb991e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-def1e0bd-21c6-47cc-a426-00aee1eb991e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-def1e0bd-21c6-47cc-a426-00aee1eb991e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-def1e0bd-21c6-47cc-a426-00aee1eb991e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-def1e0bd-21c6-47cc-a426-00aee1eb991e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-def1e0bd-21c6-47cc-a426-00aee1eb991e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-def1e0bd-21c6-47cc-a426-00aee1eb991e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-def1e0bd-21c6-47cc-a426-00aee1eb991e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-def1e0bd-21c6-47cc-a426-00aee1eb991e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-def1e0bd-21c6-47cc-a426-00aee1eb991e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-def1e0bd-21c6-47cc-a426-00aee1eb991e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-def1e0bd-21c6-47cc-a426-00aee1eb991e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-def1e0bd-21c6-47cc-a426-00aee1eb991e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-def1e0bd-21c6-47cc-a426-00aee1eb991e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-def1e0bd-21c6-47cc-a426-00aee1eb991e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-def1e0bd-21c6-47cc-a426-00aee1eb991e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-def1e0bd-21c6-47cc-a426-00aee1eb991e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-def1e0bd-21c6-47cc-a426-00aee1eb991e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-def1e0bd-21c6-47cc-a426-00aee1eb991e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-def1e0bd-21c6-47cc-a426-00aee1eb991e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-def1e0bd-21c6-47cc-a426-00aee1eb991e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-def1e0bd-21c6-47cc-a426-00aee1eb991e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-def1e0bd-21c6-47cc-a426-00aee1eb991e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-def1e0bd-21c6-47cc-a426-00aee1eb991e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-def1e0bd-21c6-47cc-a426-00aee1eb991e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-def1e0bd-21c6-47cc-a426-00aee1eb991e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-def1e0bd-21c6-47cc-a426-00aee1eb991e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-def1e0bd-21c6-47cc-a426-00aee1eb991e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-def1e0bd-21c6-47cc-a426-00aee1eb991e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-def1e0bd-21c6-47cc-a426-00aee1eb991e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-def1e0bd-21c6-47cc-a426-00aee1eb991e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-def1e0bd-21c6-47cc-a426-00aee1eb991e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-cb85f0e5-c0ea-4b2d-ac5d-abb96f476e6f {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-cb85f0e5-c0ea-4b2d-ac5d-abb96f476e6f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb85f0e5-c0ea-4b2d-ac5d-abb96f476e6f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cb85f0e5-c0ea-4b2d-ac5d-abb96f476e6f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cb85f0e5-c0ea-4b2d-ac5d-abb96f476e6f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb85f0e5-c0ea-4b2d-ac5d-abb96f476e6f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cb85f0e5-c0ea-4b2d-ac5d-abb96f476e6f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cb85f0e5-c0ea-4b2d-ac5d-abb96f476e6f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cb85f0e5-c0ea-4b2d-ac5d-abb96f476e6f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cb85f0e5-c0ea-4b2d-ac5d-abb96f476e6f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cb85f0e5-c0ea-4b2d-ac5d-abb96f476e6f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cb85f0e5-c0ea-4b2d-ac5d-abb96f476e6f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cb85f0e5-c0ea-4b2d-ac5d-abb96f476e6f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cb85f0e5-c0ea-4b2d-ac5d-abb96f476e6f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cb85f0e5-c0ea-4b2d-ac5d-abb96f476e6f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cb85f0e5-c0ea-4b2d-ac5d-abb96f476e6f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cb85f0e5-c0ea-4b2d-ac5d-abb96f476e6f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb85f0e5-c0ea-4b2d-ac5d-abb96f476e6f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cb85f0e5-c0ea-4b2d-ac5d-abb96f476e6f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cb85f0e5-c0ea-4b2d-ac5d-abb96f476e6f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cb85f0e5-c0ea-4b2d-ac5d-abb96f476e6f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cb85f0e5-c0ea-4b2d-ac5d-abb96f476e6f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cb85f0e5-c0ea-4b2d-ac5d-abb96f476e6f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cb85f0e5-c0ea-4b2d-ac5d-abb96f476e6f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cb85f0e5-c0ea-4b2d-ac5d-abb96f476e6f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cb85f0e5-c0ea-4b2d-ac5d-abb96f476e6f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb85f0e5-c0ea-4b2d-ac5d-abb96f476e6f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cb85f0e5-c0ea-4b2d-ac5d-abb96f476e6f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cb85f0e5-c0ea-4b2d-ac5d-abb96f476e6f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb85f0e5-c0ea-4b2d-ac5d-abb96f476e6f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cb85f0e5-c0ea-4b2d-ac5d-abb96f476e6f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cb85f0e5-c0ea-4b2d-ac5d-abb96f476e6f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cb85f0e5-c0ea-4b2d-ac5d-abb96f476e6f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cb85f0e5-c0ea-4b2d-ac5d-abb96f476e6f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cb85f0e5-c0ea-4b2d-ac5d-abb96f476e6f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cb85f0e5-c0ea-4b2d-ac5d-abb96f476e6f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cb85f0e5-c0ea-4b2d-ac5d-abb96f476e6f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cb85f0e5-c0ea-4b2d-ac5d-abb96f476e6f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a8e180f9-625e-4baf-b333-478fe89f7328 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-5240da50-0bcc-4bec-967c-a10ee42d6278 {
  min-height: 50px;
}








#s-5240da50-0bcc-4bec-967c-a10ee42d6278 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5240da50-0bcc-4bec-967c-a10ee42d6278.shg-box.shg-c {
  justify-content: center;
}

#s-b079ded3-3191-47ee-a160-0590b1d2261d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b079ded3-3191-47ee-a160-0590b1d2261d .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-48610af5-520e-4431-b828-fc178d5c10c2 {
  margin-bottom: 5%;
}

#s-db338b37-e1a5-4a5d-b3be-59ed38aca88c hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-554b7beb-b408-4b58-9aa9-0d89d9d215dd {
  margin-left: 2%;
margin-right: 2%;
}

#s-34dec434-232a-4198-99d4-69150a32439e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-34dec434-232a-4198-99d4-69150a32439e {
  display: none;
}
#s-34dec434-232a-4198-99d4-69150a32439e, #wrap-s-34dec434-232a-4198-99d4-69150a32439e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-34dec434-232a-4198-99d4-69150a32439e {
  display: none;
}
#s-34dec434-232a-4198-99d4-69150a32439e, #wrap-s-34dec434-232a-4198-99d4-69150a32439e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-34dec434-232a-4198-99d4-69150a32439e {
  
}
}







#s-34dec434-232a-4198-99d4-69150a32439e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34dec434-232a-4198-99d4-69150a32439e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-173c4b90-e33e-48f2-b982-d0a16765035e {
  display: none;
}
#s-173c4b90-e33e-48f2-b982-d0a16765035e, #wrap-s-173c4b90-e33e-48f2-b982-d0a16765035e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-173c4b90-e33e-48f2-b982-d0a16765035e {
  display: none;
}
#s-173c4b90-e33e-48f2-b982-d0a16765035e, #wrap-s-173c4b90-e33e-48f2-b982-d0a16765035e { display:none !important; }}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-9892212c-cc57-49ae-a1c1-f1543ff52dbe {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-9892212c-cc57-49ae-a1c1-f1543ff52dbe {
  display: none;
}
#s-9892212c-cc57-49ae-a1c1-f1543ff52dbe, #wrap-s-9892212c-cc57-49ae-a1c1-f1543ff52dbe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9892212c-cc57-49ae-a1c1-f1543ff52dbe {
  display: none;
}
#s-9892212c-cc57-49ae-a1c1-f1543ff52dbe, #wrap-s-9892212c-cc57-49ae-a1c1-f1543ff52dbe { display:none !important; }}
#s-9892212c-cc57-49ae-a1c1-f1543ff52dbe .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-9892212c-cc57-49ae-a1c1-f1543ff52dbe .shg-sld-nav-button.shg-sld-left,
#s-9892212c-cc57-49ae-a1c1-f1543ff52dbe .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-647c905f-6d27-460e-8808-12fbc19a5409 {
  text-align: center;
}




  #s-647c905f-6d27-460e-8808-12fbc19a5409 img.shogun-image {
    
    width: px;
  }


#s-647c905f-6d27-460e-8808-12fbc19a5409 .shogun-image-content {
  
    align-items: center;
  
}

#s-d8cd52cc-f3cc-4b10-ae39-d032034c93ed {
  text-align: center;
}




  #s-d8cd52cc-f3cc-4b10-ae39-d032034c93ed img.shogun-image {
    
    width: px;
  }


#s-d8cd52cc-f3cc-4b10-ae39-d032034c93ed .shogun-image-content {
  
    align-items: center;
  
}

#s-05551d78-55a8-4404-81ba-5dfef1b88bac {
  text-align: center;
}




  #s-05551d78-55a8-4404-81ba-5dfef1b88bac img.shogun-image {
    
    width: px;
  }


#s-05551d78-55a8-4404-81ba-5dfef1b88bac .shogun-image-content {
  
    align-items: center;
  
}

#s-9f89cac5-4532-4c1f-9ccb-2da38f1c3f16 {
  text-align: center;
}




  #s-9f89cac5-4532-4c1f-9ccb-2da38f1c3f16 img.shogun-image {
    
    width: px;
  }


#s-9f89cac5-4532-4c1f-9ccb-2da38f1c3f16 .shogun-image-content {
  
    align-items: center;
  
}

#s-4fe546e3-87cf-4053-b061-79062d60848d {
  text-align: center;
}




  #s-4fe546e3-87cf-4053-b061-79062d60848d img.shogun-image {
    
    width: px;
  }


#s-4fe546e3-87cf-4053-b061-79062d60848d .shogun-image-content {
  
    align-items: center;
  
}

#s-354e55b6-1662-46c1-bb16-ce2be1e23b0e {
  text-align: center;
}




  #s-354e55b6-1662-46c1-bb16-ce2be1e23b0e img.shogun-image {
    
    width: px;
  }


#s-354e55b6-1662-46c1-bb16-ce2be1e23b0e .shogun-image-content {
  
    align-items: center;
  
}

#s-8c8422fe-0c56-4805-8c60-2887599773ca {
  text-align: center;
}




  #s-8c8422fe-0c56-4805-8c60-2887599773ca img.shogun-image {
    
    width: px;
  }


#s-8c8422fe-0c56-4805-8c60-2887599773ca .shogun-image-content {
  
    align-items: center;
  
}

#s-fb4ed5c1-49df-4614-bed7-df49f20b962e {
  text-align: center;
}




  #s-fb4ed5c1-49df-4614-bed7-df49f20b962e img.shogun-image {
    
    width: px;
  }


#s-fb4ed5c1-49df-4614-bed7-df49f20b962e .shogun-image-content {
  
    align-items: center;
  
}

#s-1d3d954d-eb85-465a-9ca9-fe5041470e95 {
  text-align: center;
}




  #s-1d3d954d-eb85-465a-9ca9-fe5041470e95 img.shogun-image {
    
    width: px;
  }


#s-1d3d954d-eb85-465a-9ca9-fe5041470e95 .shogun-image-content {
  
    align-items: center;
  
}

#s-c658f0d0-e852-443d-883b-66d94428cbb1 {
  text-align: center;
}




  #s-c658f0d0-e852-443d-883b-66d94428cbb1 img.shogun-image {
    
    width: px;
  }


#s-c658f0d0-e852-443d-883b-66d94428cbb1 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef1de597-b534-4710-b68b-2588c4bee5e2 {
  text-align: center;
}




  #s-ef1de597-b534-4710-b68b-2588c4bee5e2 img.shogun-image {
    
    width: px;
  }


#s-ef1de597-b534-4710-b68b-2588c4bee5e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-07296afb-94da-4087-8aa7-28610dabbb17 {
  text-align: center;
}




  #s-07296afb-94da-4087-8aa7-28610dabbb17 img.shogun-image {
    
    width: px;
  }


#s-07296afb-94da-4087-8aa7-28610dabbb17 .shogun-image-content {
  
    align-items: center;
  
}

#s-fdc0784e-40bf-4c64-b50f-13454a4b4018 {
  text-align: center;
}




  #s-fdc0784e-40bf-4c64-b50f-13454a4b4018 img.shogun-image {
    
    width: px;
  }


#s-fdc0784e-40bf-4c64-b50f-13454a4b4018 .shogun-image-content {
  
    align-items: center;
  
}

#s-f1383d05-857b-406f-a72e-a24352e53f76 {
  margin-bottom: 20px;
min-height: 50px;
}








#s-f1383d05-857b-406f-a72e-a24352e53f76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1383d05-857b-406f-a72e-a24352e53f76.shg-box.shg-c {
  justify-content: center;
}

#s-87e5f41a-267a-4ca2-823d-3bb932e47c1d {
  margin-top: 0em;
margin-left: 15%;
margin-bottom: 0em;
margin-right: 15%;
max-width: 100%;
text-align: center;
}
@media (min-width: 1200px){#s-87e5f41a-267a-4ca2-823d-3bb932e47c1d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-87e5f41a-267a-4ca2-823d-3bb932e47c1d {
  display: none;
}
#s-87e5f41a-267a-4ca2-823d-3bb932e47c1d, #wrap-s-87e5f41a-267a-4ca2-823d-3bb932e47c1d { display:none !important; }}@media (max-width: 767px){#s-87e5f41a-267a-4ca2-823d-3bb932e47c1d {
  display: none;
}
#s-87e5f41a-267a-4ca2-823d-3bb932e47c1d, #wrap-s-87e5f41a-267a-4ca2-823d-3bb932e47c1d { display:none !important; }}



  #s-87e5f41a-267a-4ca2-823d-3bb932e47c1d img.shogun-image {
    
    width: px;
  }


#s-87e5f41a-267a-4ca2-823d-3bb932e47c1d .shogun-image-content {
  
    align-items: center;
  
}

#s-4e58d193-e823-47b4-bdd1-0511a112920d {
  margin-top: 10px;
margin-left: 15%;
margin-bottom: 10px;
margin-right: 15%;
padding-top: 10px;
padding-bottom: 10px;
max-width: 100%;
}
@media (min-width: 768px) and (max-width: 991px){#s-4e58d193-e823-47b4-bdd1-0511a112920d {
  display: none;
}
#s-4e58d193-e823-47b4-bdd1-0511a112920d, #wrap-s-4e58d193-e823-47b4-bdd1-0511a112920d { display:none !important; }}@media (max-width: 767px){#s-4e58d193-e823-47b4-bdd1-0511a112920d {
  display: none;
}
#s-4e58d193-e823-47b4-bdd1-0511a112920d, #wrap-s-4e58d193-e823-47b4-bdd1-0511a112920d { display:none !important; }}
#s-4e58d193-e823-47b4-bdd1-0511a112920d .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-4e58d193-e823-47b4-bdd1-0511a112920d .shg-sld-nav-button.shg-sld-left,
#s-4e58d193-e823-47b4-bdd1-0511a112920d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-39ffa79e-5c4d-4916-9b64-3e5ecafe862a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

[id="s-39ffa79e-5c4d-4916-9b64-3e5ecafe862a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39ffa79e-5c4d-4916-9b64-3e5ecafe862a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.833333333333332px);
}

[id="s-39ffa79e-5c4d-4916-9b64-3e5ecafe862a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.833333333333332px);
}

[id="s-39ffa79e-5c4d-4916-9b64-3e5ecafe862a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.833333333333332px);
}

[id="s-39ffa79e-5c4d-4916-9b64-3e5ecafe862a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.833333333333332px);
}

[id="s-39ffa79e-5c4d-4916-9b64-3e5ecafe862a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.833333333333332px);
}

[id="s-39ffa79e-5c4d-4916-9b64-3e5ecafe862a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.833333333333332px);
}

[id="s-39ffa79e-5c4d-4916-9b64-3e5ecafe862a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.833333333333332px);
}

[id="s-39ffa79e-5c4d-4916-9b64-3e5ecafe862a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.833333333333332px);
}

[id="s-39ffa79e-5c4d-4916-9b64-3e5ecafe862a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.833333333333332px);
}

[id="s-39ffa79e-5c4d-4916-9b64-3e5ecafe862a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.833333333333332px);
}

[id="s-39ffa79e-5c4d-4916-9b64-3e5ecafe862a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.833333333333332px);
}

[id="s-39ffa79e-5c4d-4916-9b64-3e5ecafe862a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.833333333333332px);
}

}

@media (min-width: 992px) {
[id="s-39ffa79e-5c4d-4916-9b64-3e5ecafe862a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.833333333333332px);
}

[id="s-39ffa79e-5c4d-4916-9b64-3e5ecafe862a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.833333333333332px);
}

[id="s-39ffa79e-5c4d-4916-9b64-3e5ecafe862a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.833333333333332px);
}

[id="s-39ffa79e-5c4d-4916-9b64-3e5ecafe862a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.833333333333332px);
}

[id="s-39ffa79e-5c4d-4916-9b64-3e5ecafe862a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.833333333333332px);
}

[id="s-39ffa79e-5c4d-4916-9b64-3e5ecafe862a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.833333333333332px);
}

[id="s-39ffa79e-5c4d-4916-9b64-3e5ecafe862a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.833333333333332px);
}

[id="s-39ffa79e-5c4d-4916-9b64-3e5ecafe862a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.833333333333332px);
}

[id="s-39ffa79e-5c4d-4916-9b64-3e5ecafe862a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.833333333333332px);
}

[id="s-39ffa79e-5c4d-4916-9b64-3e5ecafe862a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.833333333333332px);
}

[id="s-39ffa79e-5c4d-4916-9b64-3e5ecafe862a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.833333333333332px);
}

[id="s-39ffa79e-5c4d-4916-9b64-3e5ecafe862a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.833333333333332px);
}

}

@media (min-width: 1200px) {
[id="s-39ffa79e-5c4d-4916-9b64-3e5ecafe862a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.833333333333332px);
}

[id="s-39ffa79e-5c4d-4916-9b64-3e5ecafe862a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.833333333333332px);
}

[id="s-39ffa79e-5c4d-4916-9b64-3e5ecafe862a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.833333333333332px);
}

[id="s-39ffa79e-5c4d-4916-9b64-3e5ecafe862a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.833333333333332px);
}

[id="s-39ffa79e-5c4d-4916-9b64-3e5ecafe862a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.833333333333332px);
}

[id="s-39ffa79e-5c4d-4916-9b64-3e5ecafe862a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.833333333333332px);
}

[id="s-39ffa79e-5c4d-4916-9b64-3e5ecafe862a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.833333333333332px);
}

[id="s-39ffa79e-5c4d-4916-9b64-3e5ecafe862a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.833333333333332px);
}

[id="s-39ffa79e-5c4d-4916-9b64-3e5ecafe862a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.833333333333332px);
}

[id="s-39ffa79e-5c4d-4916-9b64-3e5ecafe862a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.833333333333332px);
}

[id="s-39ffa79e-5c4d-4916-9b64-3e5ecafe862a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.833333333333332px);
}

[id="s-39ffa79e-5c4d-4916-9b64-3e5ecafe862a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.833333333333332px);
}

}

#s-31938abc-c282-42ec-b11d-7ddb33bc548a {
  text-align: center;
}




  #s-31938abc-c282-42ec-b11d-7ddb33bc548a img.shogun-image {
    
    width: px;
  }


#s-31938abc-c282-42ec-b11d-7ddb33bc548a .shogun-image-content {
  
    align-items: center;
  
}

#s-ce815cc2-955a-4e57-86af-7570a12b4031 {
  text-align: center;
}




  #s-ce815cc2-955a-4e57-86af-7570a12b4031 img.shogun-image {
    
    width: px;
  }


#s-ce815cc2-955a-4e57-86af-7570a12b4031 .shogun-image-content {
  
    align-items: center;
  
}

#s-190681ec-e36e-4cf8-8c10-5f9c0b05e8fd {
  text-align: center;
}




  #s-190681ec-e36e-4cf8-8c10-5f9c0b05e8fd img.shogun-image {
    
    width: px;
  }


#s-190681ec-e36e-4cf8-8c10-5f9c0b05e8fd .shogun-image-content {
  
    align-items: center;
  
}

#s-708be94a-a70b-421a-90ff-5980cfcf7798 {
  text-align: center;
}




  #s-708be94a-a70b-421a-90ff-5980cfcf7798 img.shogun-image {
    
    width: px;
  }


#s-708be94a-a70b-421a-90ff-5980cfcf7798 .shogun-image-content {
  
    align-items: center;
  
}

#s-6b90bdd5-e90c-45e7-87c0-a03b7b4579f9 {
  text-align: center;
}




  #s-6b90bdd5-e90c-45e7-87c0-a03b7b4579f9 img.shogun-image {
    
    width: px;
  }


#s-6b90bdd5-e90c-45e7-87c0-a03b7b4579f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-17ababd4-b6ba-44f3-9d76-043242d70531 {
  text-align: center;
}




  #s-17ababd4-b6ba-44f3-9d76-043242d70531 img.shogun-image {
    
    width: px;
  }


#s-17ababd4-b6ba-44f3-9d76-043242d70531 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-fbf687eb-3713-4c43-948e-4e7ea71d8d52"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

[id="s-fbf687eb-3713-4c43-948e-4e7ea71d8d52"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fbf687eb-3713-4c43-948e-4e7ea71d8d52"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.833333333333332px);
}

[id="s-fbf687eb-3713-4c43-948e-4e7ea71d8d52"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.833333333333332px);
}

[id="s-fbf687eb-3713-4c43-948e-4e7ea71d8d52"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.833333333333332px);
}

[id="s-fbf687eb-3713-4c43-948e-4e7ea71d8d52"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.833333333333332px);
}

[id="s-fbf687eb-3713-4c43-948e-4e7ea71d8d52"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.833333333333332px);
}

[id="s-fbf687eb-3713-4c43-948e-4e7ea71d8d52"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.833333333333332px);
}

[id="s-fbf687eb-3713-4c43-948e-4e7ea71d8d52"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.833333333333332px);
}

[id="s-fbf687eb-3713-4c43-948e-4e7ea71d8d52"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.833333333333332px);
}

[id="s-fbf687eb-3713-4c43-948e-4e7ea71d8d52"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.833333333333332px);
}

[id="s-fbf687eb-3713-4c43-948e-4e7ea71d8d52"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.833333333333332px);
}

[id="s-fbf687eb-3713-4c43-948e-4e7ea71d8d52"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.833333333333332px);
}

[id="s-fbf687eb-3713-4c43-948e-4e7ea71d8d52"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.833333333333332px);
}

}

@media (min-width: 992px) {
[id="s-fbf687eb-3713-4c43-948e-4e7ea71d8d52"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.833333333333332px);
}

[id="s-fbf687eb-3713-4c43-948e-4e7ea71d8d52"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.833333333333332px);
}

[id="s-fbf687eb-3713-4c43-948e-4e7ea71d8d52"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.833333333333332px);
}

[id="s-fbf687eb-3713-4c43-948e-4e7ea71d8d52"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.833333333333332px);
}

[id="s-fbf687eb-3713-4c43-948e-4e7ea71d8d52"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.833333333333332px);
}

[id="s-fbf687eb-3713-4c43-948e-4e7ea71d8d52"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.833333333333332px);
}

[id="s-fbf687eb-3713-4c43-948e-4e7ea71d8d52"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.833333333333332px);
}

[id="s-fbf687eb-3713-4c43-948e-4e7ea71d8d52"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.833333333333332px);
}

[id="s-fbf687eb-3713-4c43-948e-4e7ea71d8d52"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.833333333333332px);
}

[id="s-fbf687eb-3713-4c43-948e-4e7ea71d8d52"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.833333333333332px);
}

[id="s-fbf687eb-3713-4c43-948e-4e7ea71d8d52"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.833333333333332px);
}

[id="s-fbf687eb-3713-4c43-948e-4e7ea71d8d52"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.833333333333332px);
}

}

@media (min-width: 1200px) {
[id="s-fbf687eb-3713-4c43-948e-4e7ea71d8d52"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.833333333333332px);
}

[id="s-fbf687eb-3713-4c43-948e-4e7ea71d8d52"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.833333333333332px);
}

[id="s-fbf687eb-3713-4c43-948e-4e7ea71d8d52"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.833333333333332px);
}

[id="s-fbf687eb-3713-4c43-948e-4e7ea71d8d52"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.833333333333332px);
}

[id="s-fbf687eb-3713-4c43-948e-4e7ea71d8d52"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.833333333333332px);
}

[id="s-fbf687eb-3713-4c43-948e-4e7ea71d8d52"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.833333333333332px);
}

[id="s-fbf687eb-3713-4c43-948e-4e7ea71d8d52"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.833333333333332px);
}

[id="s-fbf687eb-3713-4c43-948e-4e7ea71d8d52"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.833333333333332px);
}

[id="s-fbf687eb-3713-4c43-948e-4e7ea71d8d52"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.833333333333332px);
}

[id="s-fbf687eb-3713-4c43-948e-4e7ea71d8d52"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.833333333333332px);
}

[id="s-fbf687eb-3713-4c43-948e-4e7ea71d8d52"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.833333333333332px);
}

[id="s-fbf687eb-3713-4c43-948e-4e7ea71d8d52"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.833333333333332px);
}

}

#s-d01036ae-0783-4f8e-adcf-b674d8e1cc30 {
  text-align: center;
}




  #s-d01036ae-0783-4f8e-adcf-b674d8e1cc30 img.shogun-image {
    
    width: px;
  }


#s-d01036ae-0783-4f8e-adcf-b674d8e1cc30 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e889203-2988-4f65-ae8d-4e88b31128cf {
  text-align: center;
}




  #s-2e889203-2988-4f65-ae8d-4e88b31128cf img.shogun-image {
    
    width: px;
  }


#s-2e889203-2988-4f65-ae8d-4e88b31128cf .shogun-image-content {
  
    align-items: center;
  
}

#s-0efcb57b-26ef-40fa-99e2-b05ae6b2425c {
  text-align: center;
}




  #s-0efcb57b-26ef-40fa-99e2-b05ae6b2425c img.shogun-image {
    
    width: px;
  }


#s-0efcb57b-26ef-40fa-99e2-b05ae6b2425c .shogun-image-content {
  
    align-items: center;
  
}

#s-a8075f00-7227-46bd-9df6-aedc39717192 {
  text-align: center;
}




  #s-a8075f00-7227-46bd-9df6-aedc39717192 img.shogun-image {
    
    width: px;
  }


#s-a8075f00-7227-46bd-9df6-aedc39717192 .shogun-image-content {
  
    align-items: center;
  
}

#s-f79f5b0f-096a-41fc-bfbb-c6345d899059 {
  text-align: center;
}




  #s-f79f5b0f-096a-41fc-bfbb-c6345d899059 img.shogun-image {
    
    width: px;
  }


#s-f79f5b0f-096a-41fc-bfbb-c6345d899059 .shogun-image-content {
  
    align-items: center;
  
}

#s-31993964-b42a-4799-b54f-590ea824aabf {
  text-align: center;
}




  #s-31993964-b42a-4799-b54f-590ea824aabf img.shogun-image {
    
    width: px;
  }


#s-31993964-b42a-4799-b54f-590ea824aabf .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-54eb0538-5c0e-4321-aef4-ad844f1d7870"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

[id="s-54eb0538-5c0e-4321-aef4-ad844f1d7870"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-54eb0538-5c0e-4321-aef4-ad844f1d7870"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.833333333333332px);
}

[id="s-54eb0538-5c0e-4321-aef4-ad844f1d7870"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.833333333333332px);
}

[id="s-54eb0538-5c0e-4321-aef4-ad844f1d7870"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.833333333333332px);
}

[id="s-54eb0538-5c0e-4321-aef4-ad844f1d7870"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.833333333333332px);
}

[id="s-54eb0538-5c0e-4321-aef4-ad844f1d7870"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.833333333333332px);
}

[id="s-54eb0538-5c0e-4321-aef4-ad844f1d7870"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.833333333333332px);
}

[id="s-54eb0538-5c0e-4321-aef4-ad844f1d7870"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.833333333333332px);
}

[id="s-54eb0538-5c0e-4321-aef4-ad844f1d7870"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.833333333333332px);
}

[id="s-54eb0538-5c0e-4321-aef4-ad844f1d7870"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.833333333333332px);
}

[id="s-54eb0538-5c0e-4321-aef4-ad844f1d7870"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.833333333333332px);
}

[id="s-54eb0538-5c0e-4321-aef4-ad844f1d7870"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.833333333333332px);
}

[id="s-54eb0538-5c0e-4321-aef4-ad844f1d7870"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.833333333333332px);
}

}

@media (min-width: 992px) {
[id="s-54eb0538-5c0e-4321-aef4-ad844f1d7870"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.833333333333332px);
}

[id="s-54eb0538-5c0e-4321-aef4-ad844f1d7870"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.833333333333332px);
}

[id="s-54eb0538-5c0e-4321-aef4-ad844f1d7870"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.833333333333332px);
}

[id="s-54eb0538-5c0e-4321-aef4-ad844f1d7870"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.833333333333332px);
}

[id="s-54eb0538-5c0e-4321-aef4-ad844f1d7870"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.833333333333332px);
}

[id="s-54eb0538-5c0e-4321-aef4-ad844f1d7870"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.833333333333332px);
}

[id="s-54eb0538-5c0e-4321-aef4-ad844f1d7870"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.833333333333332px);
}

[id="s-54eb0538-5c0e-4321-aef4-ad844f1d7870"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.833333333333332px);
}

[id="s-54eb0538-5c0e-4321-aef4-ad844f1d7870"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.833333333333332px);
}

[id="s-54eb0538-5c0e-4321-aef4-ad844f1d7870"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.833333333333332px);
}

[id="s-54eb0538-5c0e-4321-aef4-ad844f1d7870"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.833333333333332px);
}

[id="s-54eb0538-5c0e-4321-aef4-ad844f1d7870"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.833333333333332px);
}

}

@media (min-width: 1200px) {
[id="s-54eb0538-5c0e-4321-aef4-ad844f1d7870"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.833333333333332px);
}

[id="s-54eb0538-5c0e-4321-aef4-ad844f1d7870"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.833333333333332px);
}

[id="s-54eb0538-5c0e-4321-aef4-ad844f1d7870"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.833333333333332px);
}

[id="s-54eb0538-5c0e-4321-aef4-ad844f1d7870"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.833333333333332px);
}

[id="s-54eb0538-5c0e-4321-aef4-ad844f1d7870"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.833333333333332px);
}

[id="s-54eb0538-5c0e-4321-aef4-ad844f1d7870"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.833333333333332px);
}

[id="s-54eb0538-5c0e-4321-aef4-ad844f1d7870"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.833333333333332px);
}

[id="s-54eb0538-5c0e-4321-aef4-ad844f1d7870"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.833333333333332px);
}

[id="s-54eb0538-5c0e-4321-aef4-ad844f1d7870"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.833333333333332px);
}

[id="s-54eb0538-5c0e-4321-aef4-ad844f1d7870"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.833333333333332px);
}

[id="s-54eb0538-5c0e-4321-aef4-ad844f1d7870"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.833333333333332px);
}

[id="s-54eb0538-5c0e-4321-aef4-ad844f1d7870"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.833333333333332px);
}

}

#s-2a0995fc-f52a-414a-b7fe-6b53a1b23bef {
  text-align: center;
}




  #s-2a0995fc-f52a-414a-b7fe-6b53a1b23bef img.shogun-image {
    
    width: px;
  }


#s-2a0995fc-f52a-414a-b7fe-6b53a1b23bef .shogun-image-content {
  
    align-items: center;
  
}

#s-642af2f4-96bd-46ac-acc3-aa67760dec4b {
  text-align: center;
}




  #s-642af2f4-96bd-46ac-acc3-aa67760dec4b img.shogun-image {
    
    width: px;
  }


#s-642af2f4-96bd-46ac-acc3-aa67760dec4b .shogun-image-content {
  
    align-items: center;
  
}

#s-dde3515c-d0b5-41e9-ab1f-744556d7c9ac {
  text-align: center;
}




  #s-dde3515c-d0b5-41e9-ab1f-744556d7c9ac img.shogun-image {
    
    width: px;
  }


#s-dde3515c-d0b5-41e9-ab1f-744556d7c9ac .shogun-image-content {
  
    align-items: center;
  
}

#s-a783df44-706f-4c2e-9b7c-58f6f2a017bd {
  text-align: center;
}




  #s-a783df44-706f-4c2e-9b7c-58f6f2a017bd img.shogun-image {
    
    width: px;
  }


#s-a783df44-706f-4c2e-9b7c-58f6f2a017bd .shogun-image-content {
  
    align-items: center;
  
}

#s-7f1c750b-0be2-42be-a0ee-837d2dfeb6d0 {
  text-align: center;
}




  #s-7f1c750b-0be2-42be-a0ee-837d2dfeb6d0 img.shogun-image {
    
    width: px;
  }


#s-7f1c750b-0be2-42be-a0ee-837d2dfeb6d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-02ffa634-67dd-44a1-b44f-00c5ccd82d6d {
  text-align: center;
}




  #s-02ffa634-67dd-44a1-b44f-00c5ccd82d6d img.shogun-image {
    
    width: px;
  }


#s-02ffa634-67dd-44a1-b44f-00c5ccd82d6d .shogun-image-content {
  
    align-items: center;
  
}

#s-853dfa97-f7c4-4776-a66f-396947119c8a {
  text-align: center;
}




  #s-853dfa97-f7c4-4776-a66f-396947119c8a img.shogun-image {
    
    width: px;
  }


#s-853dfa97-f7c4-4776-a66f-396947119c8a .shogun-image-content {
  
    align-items: center;
  
}

#s-006756f7-78eb-4856-9417-aca99714049e {
  text-align: center;
}




  #s-006756f7-78eb-4856-9417-aca99714049e img.shogun-image {
    
    width: px;
  }


#s-006756f7-78eb-4856-9417-aca99714049e .shogun-image-content {
  
    align-items: center;
  
}

#s-361cdb4d-01b8-4709-aa9e-9bb98e52e356 {
  text-align: center;
}




  #s-361cdb4d-01b8-4709-aa9e-9bb98e52e356 img.shogun-image {
    
    width: px;
  }


#s-361cdb4d-01b8-4709-aa9e-9bb98e52e356 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f6f83ee-910e-4f4c-8ed7-17a2442c67ab {
  text-align: center;
}




  #s-1f6f83ee-910e-4f4c-8ed7-17a2442c67ab img.shogun-image {
    
    width: px;
  }


#s-1f6f83ee-910e-4f4c-8ed7-17a2442c67ab .shogun-image-content {
  
    align-items: center;
  
}

#s-268efe38-fc4a-41d6-a4ee-9217149474cf {
  text-align: center;
}




  #s-268efe38-fc4a-41d6-a4ee-9217149474cf img.shogun-image {
    
    width: px;
  }


#s-268efe38-fc4a-41d6-a4ee-9217149474cf .shogun-image-content {
  
    align-items: center;
  
}

#s-0347d635-fd2e-442b-9074-e19a4a391208 {
  text-align: center;
}




  #s-0347d635-fd2e-442b-9074-e19a4a391208 img.shogun-image {
    
    width: px;
  }


#s-0347d635-fd2e-442b-9074-e19a4a391208 .shogun-image-content {
  
    align-items: center;
  
}

#s-1782e8c2-644e-4c49-af5f-580451632b06 {
  text-align: center;
}




  #s-1782e8c2-644e-4c49-af5f-580451632b06 img.shogun-image {
    
    width: px;
  }


#s-1782e8c2-644e-4c49-af5f-580451632b06 .shogun-image-content {
  
    align-items: center;
  
}

#s-edc05506-adf0-4089-8e24-f448eff00e90 {
  text-align: center;
}




  #s-edc05506-adf0-4089-8e24-f448eff00e90 img.shogun-image {
    
    width: px;
  }


#s-edc05506-adf0-4089-8e24-f448eff00e90 .shogun-image-content {
  
    align-items: center;
  
}

#s-4edc71ef-4b89-425e-842a-fb471a319daa {
  text-align: center;
}




  #s-4edc71ef-4b89-425e-842a-fb471a319daa img.shogun-image {
    
    width: px;
  }


#s-4edc71ef-4b89-425e-842a-fb471a319daa .shogun-image-content {
  
    align-items: center;
  
}

#s-c55a62c7-7947-4484-9218-12679c550a58 {
  text-align: center;
}




  #s-c55a62c7-7947-4484-9218-12679c550a58 img.shogun-image {
    
    width: px;
  }


#s-c55a62c7-7947-4484-9218-12679c550a58 .shogun-image-content {
  
    align-items: center;
  
}

#s-cb8b40a5-6bc5-49e5-85ba-d6114c20149c {
  max-width: 200px;
text-align: center;
}




  #s-cb8b40a5-6bc5-49e5-85ba-d6114c20149c img.shogun-image {
    
    width: px;
  }


#s-cb8b40a5-6bc5-49e5-85ba-d6114c20149c .shogun-image-content {
  
    align-items: center;
  
}

/*
  $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: inline-block;
}
