.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-105a74c6-b777-4f94-ba0e-fcbdb050c4b5 {
  min-height: 50px;
}








#s-105a74c6-b777-4f94-ba0e-fcbdb050c4b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-105a74c6-b777-4f94-ba0e-fcbdb050c4b5.shg-box.shg-c {
  justify-content: 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-950be8e1-7498-4727-b8da-e1ee5d7d31a0 {
  margin-top: 10px;
margin-bottom: 10px;
}

.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-54a58aee-a28d-4e51-862f-57d108317d97 .shogun-tabs {
  justify-content: flex-start;
}


  #s-54a58aee-a28d-4e51-862f-57d108317d97 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-54a58aee-a28d-4e51-862f-57d108317d97 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-54a58aee-a28d-4e51-862f-57d108317d97 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #50b3da;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-54a58aee-a28d-4e51-862f-57d108317d97 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-54a58aee-a28d-4e51-862f-57d108317d97 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-54a58aee-a28d-4e51-862f-57d108317d97 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-659a4712-aff8-48b2-9231-5b99452031f6 {
  min-height: 50px;
}








#s-659a4712-aff8-48b2-9231-5b99452031f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-659a4712-aff8-48b2-9231-5b99452031f6.shg-box.shg-c {
  justify-content: center;
}

.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-b30b1a8e-6741-478a-a83b-80674bab7c48 {
  min-height: 50px;
}








#s-b30b1a8e-6741-478a-a83b-80674bab7c48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b30b1a8e-6741-478a-a83b-80674bab7c48.shg-box.shg-c {
  justify-content: center;
}

#s-29364fc6-4ba7-46cc-9973-39836195173c {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
background-color: rgba(16, 58, 119, 1);
}

#s-1cc0aa93-f740-430f-8247-fdbade6d65d6 {
  min-height: 50px;
}








#s-1cc0aa93-f740-430f-8247-fdbade6d65d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cc0aa93-f740-430f-8247-fdbade6d65d6.shg-box.shg-c {
  justify-content: center;
}

#s-35923346-9d32-4896-af59-54052713fc0b {
  background-color: rgba(244, 244, 244, 1);
}

.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-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-5ed9b352-f691-44a2-99d5-15b5e6ebc2f3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-1f8f6fbb-5e4c-48af-83e5-39e8746b1f1a {
  background-color: rgba(244, 244, 244, 1);
}

#s-20962b32-0431-4a4e-85d4-0e7852b7bc89 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-20962b32-0431-4a4e-85d4-0e7852b7bc89"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-1caf6767-acb8-4e59-9923-68ca065233ab {
  background-color: rgba(244, 244, 244, 1);
}

#s-38d24e7e-487a-4308-afb3-a3d344862445 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-38d24e7e-487a-4308-afb3-a3d344862445"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-e14525fb-943e-489b-8f62-49f52a78d333 {
  background-color: rgba(244, 244, 244, 1);
}

#s-2ae60d83-3969-4f03-8e11-24455d8544f0 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2ae60d83-3969-4f03-8e11-24455d8544f0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-7eddb4d9-8f82-49b3-ae4f-bcd4e264b287 {
  background-color: rgba(244, 244, 244, 1);
}

#s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b5a32347-23a8-42c4-a8c3-edec0bd72ffc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-aea7eb1e-cc10-41c5-b2b7-cb68e6ba7cef {
  background-color: rgba(244, 244, 244, 1);
}

#s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6ea3978d-fc70-4ebd-9ebb-8a52c71b5ddc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-973c85b0-295b-40ef-ad73-ad1735991367 {
  background-color: rgba(244, 244, 244, 1);
}

#s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-32c4fe3e-5c2f-4fdd-b516-b20b4e361dd8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-e27dac11-b51e-497a-ba29-5c9f01bd41df {
  background-color: rgba(244, 244, 244, 1);
}

#s-1a8c9470-f611-41c9-95e7-f21bd9106efa {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1a8c9470-f611-41c9-95e7-f21bd9106efa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-25cb3ec8-773f-499c-ac4c-a9e0741f73e8 {
  background-color: rgba(244, 244, 244, 1);
}

#s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ce6e4ab0-28bf-4024-9fba-371befd5e1f0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-8f652329-8639-47ae-b3da-4538d049b2ee {
  background-color: rgba(244, 244, 244, 1);
}

#s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-bf7f5e24-0722-4be7-b0c6-6c44dad7e924"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-941e7713-713e-4ebb-b116-8b19bb2b3543 {
  background-color: rgba(244, 244, 244, 1);
}

#s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d6c72eaa-c0db-4b07-bb8d-61db9b4ddbf4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-60cb4358-5d74-42b6-b784-ed3e429a9066 {
  background-color: rgba(244, 244, 244, 1);
}

#s-3453a8da-1a61-4b54-8f29-532c2e08d7e3 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-3453a8da-1a61-4b54-8f29-532c2e08d7e3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-7d9be63c-b869-494e-bd9e-aca01e9e911c {
  background-color: rgba(244, 244, 244, 1);
}

#s-edc6f19d-679b-4d2f-81c3-ce37658d16ae {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-edc6f19d-679b-4d2f-81c3-ce37658d16ae"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-5492ca57-359a-43c5-ac6e-58fb6b662e85 {
  background-color: rgba(244, 244, 244, 1);
}

#s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a3dc9f8f-e1fd-49b8-86bf-b7ca2cf7092e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-d40401d9-b669-4c47-a354-170a94cc85e0 {
  background-color: rgba(244, 244, 244, 1);
}

#s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-413e7f71-df77-4bb1-b2b7-83ff3b82b7c3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-6287cf6e-7b15-44d2-929d-b70decad7302 {
  background-color: rgba(244, 244, 244, 1);
}

#s-a9b95c20-d066-4f35-b65a-de29664fa380 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a9b95c20-d066-4f35-b65a-de29664fa380"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-a0d5b966-9229-4540-826e-8fb7a2339abf {
  background-color: rgba(244, 244, 244, 1);
}

#s-f2ff0844-5358-4b17-b625-c7c5bd61231a {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f2ff0844-5358-4b17-b625-c7c5bd61231a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-76aed79b-0a9b-4635-b4fc-672faac933a7 {
  background-color: rgba(244, 244, 244, 1);
}

#s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ac8bfbcd-24fb-4833-9903-96cd2d6b1390"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-078a9d8d-5340-49fe-a205-1402d704e6a4 {
  background-color: rgba(244, 244, 244, 1);
}

#s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-dd3fd320-4ca8-4960-86f8-fe97d7ce92e0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-e936699c-a1ef-46be-a6d0-f3571a442e38 {
  background-color: rgba(244, 244, 244, 1);
}

.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-887ceff6-4a67-48d0-81da-27ae74d35b1a {
  text-align: center;
}




  #s-887ceff6-4a67-48d0-81da-27ae74d35b1a img.shogun-image {
    
    width: px;
  }


#s-887ceff6-4a67-48d0-81da-27ae74d35b1a .shogun-image-content {
  
    align-items: center;
  
}

#s-6732bef9-30aa-403b-9b06-83e164819c55 {
  min-height: 50px;
}








#s-6732bef9-30aa-403b-9b06-83e164819c55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6732bef9-30aa-403b-9b06-83e164819c55.shg-box.shg-c {
  justify-content: center;
}

#s-52c716fd-65d7-469b-90f1-e578acbc847c {
  text-align: center;
}





#s-52c716fd-65d7-469b-90f1-e578acbc847c .shogun-image-content {
  
    align-items: center;
  
}

#s-cee55158-c042-43a3-aee2-2ab8c30ec5a7 {
  min-height: 50px;
}








#s-cee55158-c042-43a3-aee2-2ab8c30ec5a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cee55158-c042-43a3-aee2-2ab8c30ec5a7.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-36c38229-b728-4a17-8255-5c9539f74622"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36c38229-b728-4a17-8255-5c9539f74622"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-36c38229-b728-4a17-8255-5c9539f74622"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-36c38229-b728-4a17-8255-5c9539f74622"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-36c38229-b728-4a17-8255-5c9539f74622"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-36c38229-b728-4a17-8255-5c9539f74622"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-36c38229-b728-4a17-8255-5c9539f74622"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-36c38229-b728-4a17-8255-5c9539f74622"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-36c38229-b728-4a17-8255-5c9539f74622"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-36c38229-b728-4a17-8255-5c9539f74622"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-36c38229-b728-4a17-8255-5c9539f74622"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-36c38229-b728-4a17-8255-5c9539f74622"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-36c38229-b728-4a17-8255-5c9539f74622"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-36c38229-b728-4a17-8255-5c9539f74622"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-36c38229-b728-4a17-8255-5c9539f74622"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-36c38229-b728-4a17-8255-5c9539f74622"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-36c38229-b728-4a17-8255-5c9539f74622"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-36c38229-b728-4a17-8255-5c9539f74622"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-36c38229-b728-4a17-8255-5c9539f74622"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-36c38229-b728-4a17-8255-5c9539f74622"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-36c38229-b728-4a17-8255-5c9539f74622"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-36c38229-b728-4a17-8255-5c9539f74622"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-36c38229-b728-4a17-8255-5c9539f74622"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-36c38229-b728-4a17-8255-5c9539f74622"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-36c38229-b728-4a17-8255-5c9539f74622"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-36c38229-b728-4a17-8255-5c9539f74622"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-36c38229-b728-4a17-8255-5c9539f74622"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-36c38229-b728-4a17-8255-5c9539f74622"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-36c38229-b728-4a17-8255-5c9539f74622"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-36c38229-b728-4a17-8255-5c9539f74622"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-36c38229-b728-4a17-8255-5c9539f74622"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-36c38229-b728-4a17-8255-5c9539f74622"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-36c38229-b728-4a17-8255-5c9539f74622"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-36c38229-b728-4a17-8255-5c9539f74622"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-36c38229-b728-4a17-8255-5c9539f74622"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-36c38229-b728-4a17-8255-5c9539f74622"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-36c38229-b728-4a17-8255-5c9539f74622"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c19e6880-13d0-412c-8293-a4bd9c64ba1a {
  text-align: center;
}




  #s-c19e6880-13d0-412c-8293-a4bd9c64ba1a img.shogun-image {
    
    width: px;
  }


#s-c19e6880-13d0-412c-8293-a4bd9c64ba1a .shogun-image-content {
  
    align-items: center;
  
}

#s-1e274ad8-dd00-43f6-9164-8fb526c89389 {
  text-align: center;
}




  #s-1e274ad8-dd00-43f6-9164-8fb526c89389 img.shogun-image {
    
    width: px;
  }


#s-1e274ad8-dd00-43f6-9164-8fb526c89389 .shogun-image-content {
  
    align-items: center;
  
}

#s-637381d8-8c4d-4728-916b-688f0a543cf2 {
  text-align: center;
}




  #s-637381d8-8c4d-4728-916b-688f0a543cf2 img.shogun-image {
    
    width: px;
  }


#s-637381d8-8c4d-4728-916b-688f0a543cf2 .shogun-image-content {
  
    align-items: center;
  
}

#s-62f83088-7c9e-440d-856a-0a158b1b51b9 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-29e5597e-de19-47c9-a691-237c1c4b5c6c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29e5597e-de19-47c9-a691-237c1c4b5c6c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-29e5597e-de19-47c9-a691-237c1c4b5c6c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-29e5597e-de19-47c9-a691-237c1c4b5c6c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-29e5597e-de19-47c9-a691-237c1c4b5c6c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-29e5597e-de19-47c9-a691-237c1c4b5c6c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-29e5597e-de19-47c9-a691-237c1c4b5c6c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-29e5597e-de19-47c9-a691-237c1c4b5c6c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-29e5597e-de19-47c9-a691-237c1c4b5c6c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-29e5597e-de19-47c9-a691-237c1c4b5c6c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-29e5597e-de19-47c9-a691-237c1c4b5c6c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-29e5597e-de19-47c9-a691-237c1c4b5c6c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-29e5597e-de19-47c9-a691-237c1c4b5c6c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-29e5597e-de19-47c9-a691-237c1c4b5c6c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-29e5597e-de19-47c9-a691-237c1c4b5c6c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-29e5597e-de19-47c9-a691-237c1c4b5c6c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-29e5597e-de19-47c9-a691-237c1c4b5c6c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-29e5597e-de19-47c9-a691-237c1c4b5c6c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-29e5597e-de19-47c9-a691-237c1c4b5c6c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-29e5597e-de19-47c9-a691-237c1c4b5c6c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-29e5597e-de19-47c9-a691-237c1c4b5c6c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-29e5597e-de19-47c9-a691-237c1c4b5c6c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-29e5597e-de19-47c9-a691-237c1c4b5c6c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-29e5597e-de19-47c9-a691-237c1c4b5c6c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-29e5597e-de19-47c9-a691-237c1c4b5c6c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-29e5597e-de19-47c9-a691-237c1c4b5c6c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-29e5597e-de19-47c9-a691-237c1c4b5c6c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-29e5597e-de19-47c9-a691-237c1c4b5c6c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-29e5597e-de19-47c9-a691-237c1c4b5c6c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-29e5597e-de19-47c9-a691-237c1c4b5c6c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-29e5597e-de19-47c9-a691-237c1c4b5c6c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-29e5597e-de19-47c9-a691-237c1c4b5c6c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-29e5597e-de19-47c9-a691-237c1c4b5c6c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-29e5597e-de19-47c9-a691-237c1c4b5c6c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-29e5597e-de19-47c9-a691-237c1c4b5c6c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-29e5597e-de19-47c9-a691-237c1c4b5c6c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-29e5597e-de19-47c9-a691-237c1c4b5c6c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ce16dfa4-4ff8-46c3-b5e9-1a3b95bb375d {
  text-align: center;
}




  #s-ce16dfa4-4ff8-46c3-b5e9-1a3b95bb375d img.shogun-image {
    
    width: px;
  }


#s-ce16dfa4-4ff8-46c3-b5e9-1a3b95bb375d .shogun-image-content {
  
    align-items: center;
  
}

#s-5cbe593a-5c34-40aa-8c27-780d1064fa9e {
  text-align: center;
}




  #s-5cbe593a-5c34-40aa-8c27-780d1064fa9e img.shogun-image {
    
    width: px;
  }


#s-5cbe593a-5c34-40aa-8c27-780d1064fa9e .shogun-image-content {
  
    align-items: center;
  
}

#s-efd2ab93-4d48-4294-b4aa-e6ec00b531b8 {
  text-align: center;
}




  #s-efd2ab93-4d48-4294-b4aa-e6ec00b531b8 img.shogun-image {
    
    width: px;
  }


#s-efd2ab93-4d48-4294-b4aa-e6ec00b531b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-bf5c2480-8561-4776-8c23-e7bff37e9c29 {
  text-align: center;
}




  #s-bf5c2480-8561-4776-8c23-e7bff37e9c29 img.shogun-image {
    
    width: px;
  }


#s-bf5c2480-8561-4776-8c23-e7bff37e9c29 .shogun-image-content {
  
    align-items: center;
  
}

#s-4422b0a7-1438-489d-b002-ab441e92faf6 {
  min-height: 50px;
}








#s-4422b0a7-1438-489d-b002-ab441e92faf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4422b0a7-1438-489d-b002-ab441e92faf6.shg-box.shg-c {
  justify-content: center;
}

#s-2d085895-887b-4255-83ad-ccc821e27513 {
  min-height: 50px;
}








#s-2d085895-887b-4255-83ad-ccc821e27513 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d085895-887b-4255-83ad-ccc821e27513.shg-box.shg-c {
  justify-content: center;
}

#s-7e15298f-2fb3-413b-88ce-2bc3e00813f7 {
  margin-top: 10px;
margin-bottom: 10px;
background-color: rgba(16, 58, 119, 1);
}

#s-d523e19b-ed18-4516-a120-e21657c075f2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8da8112f-fcb1-416d-b214-c08cbce19a05 {
  text-align: center;
}




  #s-8da8112f-fcb1-416d-b214-c08cbce19a05 img.shogun-image {
    
    width: px;
  }


#s-8da8112f-fcb1-416d-b214-c08cbce19a05 .shogun-image-content {
  
    align-items: center;
  
}

#s-ce681f3f-f1ab-4097-a653-5abdd2542aea {
  min-height: 50px;
}








#s-ce681f3f-f1ab-4097-a653-5abdd2542aea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce681f3f-f1ab-4097-a653-5abdd2542aea.shg-box.shg-c {
  justify-content: center;
}

#s-9c9c13e0-e6e4-4ac3-be19-e65382188f51 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8b352a82-bcb7-4f42-b0b7-440d5df38a2a {
  text-align: center;
}





#s-8b352a82-bcb7-4f42-b0b7-440d5df38a2a .shogun-image-content {
  
    align-items: center;
  
}

#s-8cd1884d-c802-4cf7-bbb2-da9e38c790df {
  text-align: center;
}





#s-8cd1884d-c802-4cf7-bbb2-da9e38c790df .shogun-image-content {
  
    align-items: center;
  
}

#s-c5527755-5f47-42ee-84c5-438155a4233f {
  min-height: 50px;
}








#s-c5527755-5f47-42ee-84c5-438155a4233f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5527755-5f47-42ee-84c5-438155a4233f.shg-box.shg-c {
  justify-content: center;
}

#s-933ae3a4-75a3-4f84-9ceb-506c229b1f72 {
  min-height: 50px;
}








#s-933ae3a4-75a3-4f84-9ceb-506c229b1f72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-933ae3a4-75a3-4f84-9ceb-506c229b1f72.shg-box.shg-c {
  justify-content: center;
}

#s-2479d792-d2fb-49ca-b181-077c069afaf2 {
  margin-top: 10px;
margin-bottom: 10px;
background-color: rgba(16, 58, 119, 1);
}

#s-3e1c5c65-cfcd-4438-971f-c77a232b018a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5e817c74-b3e5-4ac2-9bf1-54173d8f50f1 {
  text-align: center;
}




  #s-5e817c74-b3e5-4ac2-9bf1-54173d8f50f1 img.shogun-image {
    
    width: px;
  }


#s-5e817c74-b3e5-4ac2-9bf1-54173d8f50f1 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-8e7b5270-6c55-42d5-aa66-350a2afb28d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e7b5270-6c55-42d5-aa66-350a2afb28d7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8e7b5270-6c55-42d5-aa66-350a2afb28d7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8e7b5270-6c55-42d5-aa66-350a2afb28d7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8e7b5270-6c55-42d5-aa66-350a2afb28d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8e7b5270-6c55-42d5-aa66-350a2afb28d7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8e7b5270-6c55-42d5-aa66-350a2afb28d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8e7b5270-6c55-42d5-aa66-350a2afb28d7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8e7b5270-6c55-42d5-aa66-350a2afb28d7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8e7b5270-6c55-42d5-aa66-350a2afb28d7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8e7b5270-6c55-42d5-aa66-350a2afb28d7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8e7b5270-6c55-42d5-aa66-350a2afb28d7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8e7b5270-6c55-42d5-aa66-350a2afb28d7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8e7b5270-6c55-42d5-aa66-350a2afb28d7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8e7b5270-6c55-42d5-aa66-350a2afb28d7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8e7b5270-6c55-42d5-aa66-350a2afb28d7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8e7b5270-6c55-42d5-aa66-350a2afb28d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8e7b5270-6c55-42d5-aa66-350a2afb28d7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8e7b5270-6c55-42d5-aa66-350a2afb28d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8e7b5270-6c55-42d5-aa66-350a2afb28d7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8e7b5270-6c55-42d5-aa66-350a2afb28d7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8e7b5270-6c55-42d5-aa66-350a2afb28d7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8e7b5270-6c55-42d5-aa66-350a2afb28d7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8e7b5270-6c55-42d5-aa66-350a2afb28d7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8e7b5270-6c55-42d5-aa66-350a2afb28d7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e7b5270-6c55-42d5-aa66-350a2afb28d7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8e7b5270-6c55-42d5-aa66-350a2afb28d7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8e7b5270-6c55-42d5-aa66-350a2afb28d7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8e7b5270-6c55-42d5-aa66-350a2afb28d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8e7b5270-6c55-42d5-aa66-350a2afb28d7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8e7b5270-6c55-42d5-aa66-350a2afb28d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8e7b5270-6c55-42d5-aa66-350a2afb28d7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8e7b5270-6c55-42d5-aa66-350a2afb28d7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8e7b5270-6c55-42d5-aa66-350a2afb28d7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8e7b5270-6c55-42d5-aa66-350a2afb28d7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8e7b5270-6c55-42d5-aa66-350a2afb28d7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8e7b5270-6c55-42d5-aa66-350a2afb28d7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ab1322c4-8970-476c-aea8-39217ef372e6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6d4ed22b-4481-42cb-8b4a-9f08611f95da {
  text-align: center;
}




  #s-6d4ed22b-4481-42cb-8b4a-9f08611f95da img.shogun-image {
    
    width: px;
  }


#s-6d4ed22b-4481-42cb-8b4a-9f08611f95da .shogun-image-content {
  
    align-items: center;
  
}

#s-ae0e8384-cb2b-4e9f-8f18-145bda564024 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6a9d6b21-5d4d-4f48-8862-b46ccedbb084 {
  text-align: center;
}




  #s-6a9d6b21-5d4d-4f48-8862-b46ccedbb084 img.shogun-image {
    
    width: px;
  }


#s-6a9d6b21-5d4d-4f48-8862-b46ccedbb084 .shogun-image-content {
  
    align-items: center;
  
}

#s-1db855c2-01c4-4a32-9d93-cdc259184169 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-02678fba-dbef-48d7-b4a8-9a7f5d40b3e6 {
  text-align: center;
}




  #s-02678fba-dbef-48d7-b4a8-9a7f5d40b3e6 img.shogun-image {
    
    width: px;
  }


#s-02678fba-dbef-48d7-b4a8-9a7f5d40b3e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-d6fc49b1-5d62-47c7-9445-b40d71d00768 {
  min-height: 50px;
}








#s-d6fc49b1-5d62-47c7-9445-b40d71d00768 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6fc49b1-5d62-47c7-9445-b40d71d00768.shg-box.shg-c {
  justify-content: center;
}

#s-fce1fd3d-1a26-486b-89e8-76225e535fcd {
  min-height: 50px;
}








#s-fce1fd3d-1a26-486b-89e8-76225e535fcd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fce1fd3d-1a26-486b-89e8-76225e535fcd.shg-box.shg-c {
  justify-content: center;
}

#s-1f2b785e-bee6-47ce-9881-9d8ed8101d2c {
  margin-top: 10px;
margin-bottom: 10px;
background-color: rgba(16, 58, 119, 1);
}

#s-841aabb6-203f-417c-b20f-b9f5b23fe3b4 {
  margin-top: 10px;
margin-bottom: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-45804cd4-fe72-4791-9f83-1e5c4332fe0d {
  text-align: center;
}





#s-45804cd4-fe72-4791-9f83-1e5c4332fe0d .shogun-image-content {
  
    align-items: center;
  
}

#s-01483e75-a435-45d6-8a72-815d0fdd98e3 {
  min-height: 50px;
}








#s-01483e75-a435-45d6-8a72-815d0fdd98e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01483e75-a435-45d6-8a72-815d0fdd98e3.shg-box.shg-c {
  justify-content: center;
}

#s-d2c2725f-99fe-488f-ae1d-f9cc32edc17b {
  min-height: 50px;
}








#s-d2c2725f-99fe-488f-ae1d-f9cc32edc17b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2c2725f-99fe-488f-ae1d-f9cc32edc17b.shg-box.shg-c {
  justify-content: center;
}

#s-566bad04-9f28-42cb-bed3-809673626299 {
  margin-top: 10px;
margin-bottom: 10px;
background-color: rgba(16, 58, 119, 1);
}

#s-594dc515-6a3b-4633-bdc0-fb2915523762 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3a4061b7-f6f9-43f5-87ec-1c440f521826 {
  text-align: center;
}





#s-3a4061b7-f6f9-43f5-87ec-1c440f521826 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e2f812d-4139-4439-b6d3-74d9cf77dc5b {
  min-height: 50px;
}








#s-4e2f812d-4139-4439-b6d3-74d9cf77dc5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e2f812d-4139-4439-b6d3-74d9cf77dc5b.shg-box.shg-c {
  justify-content: center;
}

#s-54b76fc9-5af9-47f2-aa2d-ea1b9381e6d2 {
  min-height: 50px;
}








#s-54b76fc9-5af9-47f2-aa2d-ea1b9381e6d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54b76fc9-5af9-47f2-aa2d-ea1b9381e6d2.shg-box.shg-c {
  justify-content: center;
}

#s-dab94eba-8734-4ecc-9e39-785ac07a9160 {
  min-height: 50px;
}








#s-dab94eba-8734-4ecc-9e39-785ac07a9160 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dab94eba-8734-4ecc-9e39-785ac07a9160.shg-box.shg-c {
  justify-content: center;
}

#s-b5c404d8-332f-47f9-9274-5c39a949da01 {
  margin-top: 10px;
margin-bottom: 10px;
background-color: rgba(16, 58, 119, 1);
}

#s-22a838e8-6597-4308-a7ff-b1453e91495e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5c1d7562-92b5-45fc-bb56-e2e50ed5dd56 {
  text-align: center;
}





#s-5c1d7562-92b5-45fc-bb56-e2e50ed5dd56 .shogun-image-content {
  
    align-items: center;
  
}

#s-d03b2b16-99b6-4660-b843-23fb71bf7972 {
  margin-top: 10px;
margin-bottom: 10px;
background-color: rgba(16, 58, 119, 1);
}

@media (min-width: 0px) {
[id="s-1f741389-ed84-48b0-9137-f7e7156c991f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f741389-ed84-48b0-9137-f7e7156c991f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1f741389-ed84-48b0-9137-f7e7156c991f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1f741389-ed84-48b0-9137-f7e7156c991f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1f741389-ed84-48b0-9137-f7e7156c991f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1f741389-ed84-48b0-9137-f7e7156c991f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1f741389-ed84-48b0-9137-f7e7156c991f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1f741389-ed84-48b0-9137-f7e7156c991f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1f741389-ed84-48b0-9137-f7e7156c991f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1f741389-ed84-48b0-9137-f7e7156c991f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1f741389-ed84-48b0-9137-f7e7156c991f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1f741389-ed84-48b0-9137-f7e7156c991f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1f741389-ed84-48b0-9137-f7e7156c991f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1f741389-ed84-48b0-9137-f7e7156c991f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1f741389-ed84-48b0-9137-f7e7156c991f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1f741389-ed84-48b0-9137-f7e7156c991f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1f741389-ed84-48b0-9137-f7e7156c991f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1f741389-ed84-48b0-9137-f7e7156c991f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1f741389-ed84-48b0-9137-f7e7156c991f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1f741389-ed84-48b0-9137-f7e7156c991f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1f741389-ed84-48b0-9137-f7e7156c991f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1f741389-ed84-48b0-9137-f7e7156c991f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1f741389-ed84-48b0-9137-f7e7156c991f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1f741389-ed84-48b0-9137-f7e7156c991f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1f741389-ed84-48b0-9137-f7e7156c991f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f741389-ed84-48b0-9137-f7e7156c991f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1f741389-ed84-48b0-9137-f7e7156c991f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1f741389-ed84-48b0-9137-f7e7156c991f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1f741389-ed84-48b0-9137-f7e7156c991f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1f741389-ed84-48b0-9137-f7e7156c991f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1f741389-ed84-48b0-9137-f7e7156c991f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1f741389-ed84-48b0-9137-f7e7156c991f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1f741389-ed84-48b0-9137-f7e7156c991f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1f741389-ed84-48b0-9137-f7e7156c991f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1f741389-ed84-48b0-9137-f7e7156c991f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1f741389-ed84-48b0-9137-f7e7156c991f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1f741389-ed84-48b0-9137-f7e7156c991f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2cd45d49-7168-48f9-8078-d02d57fdc2c6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a2f530da-a13c-49d4-87c5-e85620b9ea3a {
  text-align: center;
}




  #s-a2f530da-a13c-49d4-87c5-e85620b9ea3a img.shogun-image {
    
    width: px;
  }


#s-a2f530da-a13c-49d4-87c5-e85620b9ea3a .shogun-image-content {
  
    align-items: center;
  
}

#s-f0b05a9d-8b62-4106-9b8a-5612dc54c882 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c0435a80-406b-4c4e-8595-786b22b94f50 {
  text-align: center;
}




  #s-c0435a80-406b-4c4e-8595-786b22b94f50 img.shogun-image {
    
    width: px;
  }


#s-c0435a80-406b-4c4e-8595-786b22b94f50 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e7ffe84-eef5-4a2c-ab4a-7bd207030698 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-80e1dc28-418c-4d18-a7dd-365dc181c7ff {
  text-align: center;
}




  #s-80e1dc28-418c-4d18-a7dd-365dc181c7ff img.shogun-image {
    
    width: px;
  }


#s-80e1dc28-418c-4d18-a7dd-365dc181c7ff .shogun-image-content {
  
    align-items: center;
  
}

#s-be58eba3-a88f-49bf-9ae2-4cf5a4cb70e4 {
  margin-top: 10px;
margin-bottom: 10px;
background-color: rgba(16, 58, 119, 1);
}

#s-52a8f7c3-d262-4a0d-ab55-fdb8d0cab60a {
  text-align: center;
}





#s-52a8f7c3-d262-4a0d-ab55-fdb8d0cab60a .shogun-image-content {
  
    align-items: center;
  
}

#s-cb341832-cd4b-4f64-ac86-2971c3dc808e {
  min-height: 50px;
}








#s-cb341832-cd4b-4f64-ac86-2971c3dc808e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb341832-cd4b-4f64-ac86-2971c3dc808e.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

#s-0e1ca747-a545-4a0f-8cce-28fe1f3801aa {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(34, 164, 247, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-0e1ca747-a545-4a0f-8cce-28fe1f3801aa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0e1ca747-a545-4a0f-8cce-28fe1f3801aa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0e1ca747-a545-4a0f-8cce-28fe1f3801aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 26px;
  
  
  
  display:  block ;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

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