.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-99b82c98-0f05-42bb-a714-ecc463a804b2 {
  min-height: 50px;
}








#s-99b82c98-0f05-42bb-a714-ecc463a804b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99b82c98-0f05-42bb-a714-ecc463a804b2.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-24e93b28-be03-49a3-b124-a16650bb24b7 {
  background-color: rgba(34, 164, 247, 1);
}

#s-02e99b72-2ecb-434e-a1cf-fb6f93e8293c {
  min-height: 50px;
}








#s-02e99b72-2ecb-434e-a1cf-fb6f93e8293c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02e99b72-2ecb-434e-a1cf-fb6f93e8293c.shg-box.shg-c {
  justify-content: center;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  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-3352b786-5be4-4c27-bb93-dbeb8563a476 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
}

#s-3352b786-5be4-4c27-bb93-dbeb8563a476 .shogun-tabs {
  justify-content: flex-start;
}


  #s-3352b786-5be4-4c27-bb93-dbeb8563a476 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-3352b786-5be4-4c27-bb93-dbeb8563a476 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-3352b786-5be4-4c27-bb93-dbeb8563a476 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #50b3da;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-3352b786-5be4-4c27-bb93-dbeb8563a476 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-3352b786-5be4-4c27-bb93-dbeb8563a476 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-3352b786-5be4-4c27-bb93-dbeb8563a476 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-0d7df68f-5d6e-49a0-9bdf-22c902b732f6 {
  min-height: 50px;
}








#s-0d7df68f-5d6e-49a0-9bdf-22c902b732f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d7df68f-5d6e-49a0-9bdf-22c902b732f6.shg-box.shg-c {
  justify-content: center;
}

#s-37fdceee-ef78-4d6d-ad87-c7462a806c9a {
  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-a02d884d-3b8f-4c9f-94be-f4eea6a1a394 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a02d884d-3b8f-4c9f-94be-f4eea6a1a394"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-0a608e7d-7730-4a00-9b37-b8b272da2177 {
  background-color: rgba(244, 244, 244, 1);
}

#s-8900f974-a528-40d8-ada3-d507a1a059f6 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-8900f974-a528-40d8-ada3-d507a1a059f6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-bb55c3f2-ee7a-4c33-96a1-7e3f88189ac6 {
  background-color: rgba(244, 244, 244, 1);
}

#s-c4b26918-ed17-4c5a-a392-d28574460af5 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c4b26918-ed17-4c5a-a392-d28574460af5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-66e04daa-a01f-4894-a498-d3d552aab579 {
  background-color: rgba(244, 244, 244, 1);
}

#s-99a63ab8-5242-4371-ac06-647a2516a977 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-99a63ab8-5242-4371-ac06-647a2516a977"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-d84ba8e5-be6e-43ab-b4fe-032e6c495a23 {
  background-color: rgba(244, 244, 244, 1);
}

#s-4cc2e437-ada1-4aa1-8076-6feacd53a739 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4cc2e437-ada1-4aa1-8076-6feacd53a739"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-9ec7c1f2-fed9-4179-a5f5-7cfb56926d1d {
  background-color: rgba(244, 244, 244, 1);
}

#s-2c21747a-2fa1-4587-8fa5-f58b143545ec {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2c21747a-2fa1-4587-8fa5-f58b143545ec"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-a5eb76e2-6c47-4363-af1e-84a6cf6454f7 {
  background-color: rgba(244, 244, 244, 1);
}

#s-9ec566de-a28a-4eff-a487-24e1cc28f16e {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9ec566de-a28a-4eff-a487-24e1cc28f16e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-ec710077-687a-4220-8297-2233ca8812f2 {
  background-color: rgba(244, 244, 244, 1);
}

#s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-dc2a4825-2da0-4ed8-b1e6-4483ab970cc5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-468ed084-c0fb-49d4-ad11-b7304d38a849 {
  background-color: rgba(244, 244, 244, 1);
}

#s-83d37532-7edd-4863-8b8b-fd38ce73a8cb {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-83d37532-7edd-4863-8b8b-fd38ce73a8cb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-805dfaf5-d2b6-4d26-b5e5-b753fa0d64c8 {
  background-color: rgba(244, 244, 244, 1);
}

#s-469efdea-c663-4453-8175-66bf98f76f7d {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-469efdea-c663-4453-8175-66bf98f76f7d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-ee3dcc9e-c7c0-4f4b-87a5-c60194d226fe {
  background-color: rgba(244, 244, 244, 1);
}

#s-782dcb24-6d33-4cc1-880e-a54766ff2e80 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-782dcb24-6d33-4cc1-880e-a54766ff2e80"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-eeab8000-a1f0-459d-8239-18397a9bced7 {
  background-color: rgba(244, 244, 244, 1);
}

#s-386a61d0-3b91-4abd-903b-b5aad35ab283 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-386a61d0-3b91-4abd-903b-b5aad35ab283"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-ca7fa2c9-82ff-4ca5-b43b-f058430f2b4a {
  background-color: rgba(244, 244, 244, 1);
}

#s-2fd502aa-afb6-43a6-b6f8-765b268ce48d {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2fd502aa-afb6-43a6-b6f8-765b268ce48d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-63fb2d7d-d98d-4a4a-b523-2b73ee5384b0 {
  background-color: rgba(244, 244, 244, 1);
}

#s-64678dbe-0457-4e4f-ab67-64b6abbf70ef {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-64678dbe-0457-4e4f-ab67-64b6abbf70ef"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-a4f73432-bc74-4e5e-8495-8fb8add1de40 {
  background-color: rgba(244, 244, 244, 1);
}

#s-feeda768-14ce-4a34-81a0-be8d3ca858d9 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-feeda768-14ce-4a34-81a0-be8d3ca858d9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-50519b75-eae1-4f9c-83cd-5e05e7278b4d {
  background-color: rgba(244, 244, 244, 1);
}

#s-3dfc17ae-e79e-4203-8791-1deb6123bd35 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-3dfc17ae-e79e-4203-8791-1deb6123bd35"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-264bfe20-cbb3-436a-98a4-1fe7c7bfd872 {
  background-color: rgba(244, 244, 244, 1);
}

#s-88a08b10-99fd-4f85-973b-739db34f39a9 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-88a08b10-99fd-4f85-973b-739db34f39a9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-dffcaefe-17e1-47f2-999d-19d299d80a7c {
  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-741214a0-ac1f-4088-9801-479f7cf05d6e {
  text-align: center;
}




  #s-741214a0-ac1f-4088-9801-479f7cf05d6e img.shogun-image {
    
    width: px;
  }


#s-741214a0-ac1f-4088-9801-479f7cf05d6e .shogun-image-content {
  
    align-items: center;
  
}

#s-63b32fc2-7b87-448d-9673-740894694843 {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-63b32fc2-7b87-448d-9673-740894694843 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63b32fc2-7b87-448d-9673-740894694843.shg-box.shg-c {
  justify-content: center;
}

#s-2f8297f1-7e7f-41c3-bfb4-d836ab2be39b {
  margin-bottom: 20px;
text-align: center;
}




  #s-2f8297f1-7e7f-41c3-bfb4-d836ab2be39b img.shogun-image {
    
    width: px;
  }


#s-2f8297f1-7e7f-41c3-bfb4-d836ab2be39b .shogun-image-content {
  
    align-items: center;
  
}

#s-347de15b-c15c-427c-a822-63ac8c29225d {
  min-height: 50px;
}








#s-347de15b-c15c-427c-a822-63ac8c29225d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-347de15b-c15c-427c-a822-63ac8c29225d.shg-box.shg-c {
  justify-content: center;
}

#s-a152d5b5-ec28-4885-a3b4-ae2ea7d7af5e {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-a152d5b5-ec28-4885-a3b4-ae2ea7d7af5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a152d5b5-ec28-4885-a3b4-ae2ea7d7af5e.shg-box.shg-c {
  justify-content: center;
}

#s-cdf6d3bc-786d-48ae-a681-47caa10b0d01 {
  min-height: 50px;
}








#s-cdf6d3bc-786d-48ae-a681-47caa10b0d01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdf6d3bc-786d-48ae-a681-47caa10b0d01.shg-box.shg-c {
  justify-content: center;
}

#s-b0cd43f7-23bb-4723-80ff-828eef1d0e61 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-29c3ce2c-635d-483d-bbd8-1d5c7b4a99e3 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}





#s-29c3ce2c-635d-483d-bbd8-1d5c7b4a99e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-a889f340-ca83-4925-a207-0ce784c1e32f {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-a889f340-ca83-4925-a207-0ce784c1e32f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a889f340-ca83-4925-a207-0ce784c1e32f.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-83a5d224-8b2d-4b4c-970c-56ad4e66206e {
  min-height: 50px;
}








#s-83a5d224-8b2d-4b4c-970c-56ad4e66206e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83a5d224-8b2d-4b4c-970c-56ad4e66206e.shg-box.shg-c {
  justify-content: center;
}

#s-150d24b5-6478-49a0-8ea7-976e2adf0230 {
  margin-top: 12px;
margin-left: 0px;
margin-bottom: 12px;
margin-right: 0px;
text-align: center;
}




  #s-150d24b5-6478-49a0-8ea7-976e2adf0230 img.shogun-image {
    
    width: px;
  }


#s-150d24b5-6478-49a0-8ea7-976e2adf0230 .shogun-image-content {
  
    align-items: center;
  
}

#s-34663955-cab4-4a11-bf7b-f242ae2da505 {
  min-height: 50px;
}








#s-34663955-cab4-4a11-bf7b-f242ae2da505 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34663955-cab4-4a11-bf7b-f242ae2da505.shg-box.shg-c {
  justify-content: center;
}

#s-7e0f70fc-f2c5-4a41-bea8-66f1d3b0c55f {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
text-align: center;
}




  #s-7e0f70fc-f2c5-4a41-bea8-66f1d3b0c55f img.shogun-image {
    
    width: px;
  }


#s-7e0f70fc-f2c5-4a41-bea8-66f1d3b0c55f .shogun-image-content {
  
    align-items: center;
  
}

#s-5b4b1de7-1341-4725-a2be-5aae45bf496f {
  min-height: 50px;
}








#s-5b4b1de7-1341-4725-a2be-5aae45bf496f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b4b1de7-1341-4725-a2be-5aae45bf496f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6c3e5da9-4c79-4d0e-948a-efb358ca7815"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c3e5da9-4c79-4d0e-948a-efb358ca7815"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6c3e5da9-4c79-4d0e-948a-efb358ca7815"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6c3e5da9-4c79-4d0e-948a-efb358ca7815"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6c3e5da9-4c79-4d0e-948a-efb358ca7815"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6c3e5da9-4c79-4d0e-948a-efb358ca7815"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6c3e5da9-4c79-4d0e-948a-efb358ca7815"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6c3e5da9-4c79-4d0e-948a-efb358ca7815"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6c3e5da9-4c79-4d0e-948a-efb358ca7815"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6c3e5da9-4c79-4d0e-948a-efb358ca7815"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6c3e5da9-4c79-4d0e-948a-efb358ca7815"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6c3e5da9-4c79-4d0e-948a-efb358ca7815"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6c3e5da9-4c79-4d0e-948a-efb358ca7815"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6c3e5da9-4c79-4d0e-948a-efb358ca7815"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6c3e5da9-4c79-4d0e-948a-efb358ca7815"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6c3e5da9-4c79-4d0e-948a-efb358ca7815"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6c3e5da9-4c79-4d0e-948a-efb358ca7815"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6c3e5da9-4c79-4d0e-948a-efb358ca7815"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6c3e5da9-4c79-4d0e-948a-efb358ca7815"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6c3e5da9-4c79-4d0e-948a-efb358ca7815"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6c3e5da9-4c79-4d0e-948a-efb358ca7815"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6c3e5da9-4c79-4d0e-948a-efb358ca7815"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6c3e5da9-4c79-4d0e-948a-efb358ca7815"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6c3e5da9-4c79-4d0e-948a-efb358ca7815"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6c3e5da9-4c79-4d0e-948a-efb358ca7815"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c3e5da9-4c79-4d0e-948a-efb358ca7815"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6c3e5da9-4c79-4d0e-948a-efb358ca7815"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6c3e5da9-4c79-4d0e-948a-efb358ca7815"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6c3e5da9-4c79-4d0e-948a-efb358ca7815"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6c3e5da9-4c79-4d0e-948a-efb358ca7815"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6c3e5da9-4c79-4d0e-948a-efb358ca7815"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6c3e5da9-4c79-4d0e-948a-efb358ca7815"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6c3e5da9-4c79-4d0e-948a-efb358ca7815"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6c3e5da9-4c79-4d0e-948a-efb358ca7815"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6c3e5da9-4c79-4d0e-948a-efb358ca7815"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6c3e5da9-4c79-4d0e-948a-efb358ca7815"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6c3e5da9-4c79-4d0e-948a-efb358ca7815"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-43ede3cb-2d29-438d-9934-b81266cb212f {
  text-align: center;
}




  #s-43ede3cb-2d29-438d-9934-b81266cb212f img.shogun-image {
    
    width: px;
  }


#s-43ede3cb-2d29-438d-9934-b81266cb212f .shogun-image-content {
  
    align-items: center;
  
}

#s-05903296-62f6-44a3-b9b0-5000dc301c2a {
  text-align: center;
}




  #s-05903296-62f6-44a3-b9b0-5000dc301c2a img.shogun-image {
    
    width: px;
  }


#s-05903296-62f6-44a3-b9b0-5000dc301c2a .shogun-image-content {
  
    align-items: center;
  
}

#s-b77f31b8-eefa-433c-980b-e0e212b316e6 {
  text-align: center;
}




  #s-b77f31b8-eefa-433c-980b-e0e212b316e6 img.shogun-image {
    
    width: px;
  }


#s-b77f31b8-eefa-433c-980b-e0e212b316e6 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-b29eeff2-79bd-404b-ad41-3dffd784000a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b29eeff2-79bd-404b-ad41-3dffd784000a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b29eeff2-79bd-404b-ad41-3dffd784000a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b29eeff2-79bd-404b-ad41-3dffd784000a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b29eeff2-79bd-404b-ad41-3dffd784000a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b29eeff2-79bd-404b-ad41-3dffd784000a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b29eeff2-79bd-404b-ad41-3dffd784000a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b29eeff2-79bd-404b-ad41-3dffd784000a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b29eeff2-79bd-404b-ad41-3dffd784000a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b29eeff2-79bd-404b-ad41-3dffd784000a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b29eeff2-79bd-404b-ad41-3dffd784000a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b29eeff2-79bd-404b-ad41-3dffd784000a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b29eeff2-79bd-404b-ad41-3dffd784000a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b29eeff2-79bd-404b-ad41-3dffd784000a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b29eeff2-79bd-404b-ad41-3dffd784000a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b29eeff2-79bd-404b-ad41-3dffd784000a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b29eeff2-79bd-404b-ad41-3dffd784000a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b29eeff2-79bd-404b-ad41-3dffd784000a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b29eeff2-79bd-404b-ad41-3dffd784000a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b29eeff2-79bd-404b-ad41-3dffd784000a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b29eeff2-79bd-404b-ad41-3dffd784000a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b29eeff2-79bd-404b-ad41-3dffd784000a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b29eeff2-79bd-404b-ad41-3dffd784000a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b29eeff2-79bd-404b-ad41-3dffd784000a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b29eeff2-79bd-404b-ad41-3dffd784000a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b29eeff2-79bd-404b-ad41-3dffd784000a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b29eeff2-79bd-404b-ad41-3dffd784000a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b29eeff2-79bd-404b-ad41-3dffd784000a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b29eeff2-79bd-404b-ad41-3dffd784000a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b29eeff2-79bd-404b-ad41-3dffd784000a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b29eeff2-79bd-404b-ad41-3dffd784000a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b29eeff2-79bd-404b-ad41-3dffd784000a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b29eeff2-79bd-404b-ad41-3dffd784000a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b29eeff2-79bd-404b-ad41-3dffd784000a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b29eeff2-79bd-404b-ad41-3dffd784000a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b29eeff2-79bd-404b-ad41-3dffd784000a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b29eeff2-79bd-404b-ad41-3dffd784000a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-dfceb8fc-15d9-44fd-b482-7e3b77fda1dd {
  text-align: center;
}




  #s-dfceb8fc-15d9-44fd-b482-7e3b77fda1dd img.shogun-image {
    
    width: px;
  }


#s-dfceb8fc-15d9-44fd-b482-7e3b77fda1dd .shogun-image-content {
  
    align-items: center;
  
}

#s-7bc55906-f488-44de-910f-6e7191a4426a {
  text-align: center;
}




  #s-7bc55906-f488-44de-910f-6e7191a4426a img.shogun-image {
    
    width: px;
  }


#s-7bc55906-f488-44de-910f-6e7191a4426a .shogun-image-content {
  
    align-items: center;
  
}

#s-c33f4e3d-3d16-4b1f-9613-0fedaa83fea8 {
  text-align: center;
}




  #s-c33f4e3d-3d16-4b1f-9613-0fedaa83fea8 img.shogun-image {
    
    width: px;
  }


#s-c33f4e3d-3d16-4b1f-9613-0fedaa83fea8 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ba780a4-8f38-4ac4-884f-878ad149d0cc {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-5ba780a4-8f38-4ac4-884f-878ad149d0cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ba780a4-8f38-4ac4-884f-878ad149d0cc.shg-box.shg-c {
  justify-content: center;
}

#s-503de620-f344-40e7-a9d8-c6b366e59efa {
  margin-bottom: 20px;
margin-right: 0px;
text-align: center;
}




  #s-503de620-f344-40e7-a9d8-c6b366e59efa img.shogun-image {
    
    width: px;
  }


#s-503de620-f344-40e7-a9d8-c6b366e59efa .shogun-image-content {
  
    align-items: center;
  
}

#s-98c1cf1f-cd18-42e6-a7f6-7de1a7f65f8d {
  min-height: 50px;
}








#s-98c1cf1f-cd18-42e6-a7f6-7de1a7f65f8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98c1cf1f-cd18-42e6-a7f6-7de1a7f65f8d.shg-box.shg-c {
  justify-content: center;
}

#s-568d7cad-e03b-47aa-903f-24f9eb6cf8f8 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-568d7cad-e03b-47aa-903f-24f9eb6cf8f8 img.shogun-image {
    
    width: px;
  }


#s-568d7cad-e03b-47aa-903f-24f9eb6cf8f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-47c8d720-14d4-4f61-b9ad-ccdf1f8fc695 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d881cf95-7200-4b91-a734-cc18dccee2f7 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}




  #s-d881cf95-7200-4b91-a734-cc18dccee2f7 img.shogun-image {
    
    width: px;
  }


#s-d881cf95-7200-4b91-a734-cc18dccee2f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a9d433e-09e5-4d3f-994a-8cb14c43cb43 {
  min-height: 50px;
}








#s-8a9d433e-09e5-4d3f-994a-8cb14c43cb43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a9d433e-09e5-4d3f-994a-8cb14c43cb43.shg-box.shg-c {
  justify-content: center;
}

#s-24de1e0c-e88d-4fd5-8d38-5aa687d3a84e {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}




  #s-24de1e0c-e88d-4fd5-8d38-5aa687d3a84e img.shogun-image {
    
    width: px;
  }


#s-24de1e0c-e88d-4fd5-8d38-5aa687d3a84e .shogun-image-content {
  
    align-items: center;
  
}

#s-dc914285-94c2-455f-b133-0c872d8f628b {
  min-height: 50px;
}








#s-dc914285-94c2-455f-b133-0c872d8f628b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc914285-94c2-455f-b133-0c872d8f628b.shg-box.shg-c {
  justify-content: center;
}

#s-990981ff-e459-46ef-adec-373a54ce3b2d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b1bb6ba7-2011-4014-bfca-9bef09f1127e {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}




  #s-b1bb6ba7-2011-4014-bfca-9bef09f1127e img.shogun-image {
    
    width: px;
  }


#s-b1bb6ba7-2011-4014-bfca-9bef09f1127e .shogun-image-content {
  
    align-items: center;
  
}

#s-5cc91778-cc76-411b-b8b3-7a032196d8f8 {
  min-height: 50px;
}








#s-5cc91778-cc76-411b-b8b3-7a032196d8f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5cc91778-cc76-411b-b8b3-7a032196d8f8.shg-box.shg-c {
  justify-content: center;
}

#s-ab806344-4fd3-480e-8670-babe7a17fe55 {
  margin-top: 12px;
margin-bottom: 12px;
}

#s-7107c496-c46f-4612-b50e-441c772f2afd {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}




  #s-7107c496-c46f-4612-b50e-441c772f2afd img.shogun-image {
    
    width: px;
  }


#s-7107c496-c46f-4612-b50e-441c772f2afd .shogun-image-content {
  
    align-items: center;
  
}

#s-fec0d75f-f9ba-4e2e-a4c3-44b87e65ada3 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-fec0d75f-f9ba-4e2e-a4c3-44b87e65ada3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fec0d75f-f9ba-4e2e-a4c3-44b87e65ada3.shg-box.shg-c {
  justify-content: center;
}

#s-0a46b7a2-ed8a-41ac-a158-500f2e27e533 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}




  #s-0a46b7a2-ed8a-41ac-a158-500f2e27e533 img.shogun-image {
    
    width: px;
  }


#s-0a46b7a2-ed8a-41ac-a158-500f2e27e533 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe4b8638-f2ed-4e95-8d49-fff997ecfc7e {
  min-height: 50px;
}








#s-fe4b8638-f2ed-4e95-8d49-fff997ecfc7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe4b8638-f2ed-4e95-8d49-fff997ecfc7e.shg-box.shg-c {
  justify-content: center;
}

#s-846331d7-b300-48f0-9ed7-83c6b8a866e2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-72994fa7-9411-4192-8e4f-bbf17ad6ebef {
  text-align: center;
}




  #s-72994fa7-9411-4192-8e4f-bbf17ad6ebef img.shogun-image {
    
    width: px;
  }


#s-72994fa7-9411-4192-8e4f-bbf17ad6ebef .shogun-image-content {
  
    align-items: center;
  
}

#s-fdf12a14-9b17-4645-b05c-e251b3cbb715 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-fdf12a14-9b17-4645-b05c-e251b3cbb715 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdf12a14-9b17-4645-b05c-e251b3cbb715.shg-box.shg-c {
  justify-content: center;
}

#s-77ba81cd-0fe9-4c51-83bb-927d7a91b882 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-4b99e3b4-0220-49ab-9eeb-0358370fe504 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-9e7098ec-7982-4ee5-abbd-ec838ba18f59 {
  min-height: 50px;
}








#s-9e7098ec-7982-4ee5-abbd-ec838ba18f59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e7098ec-7982-4ee5-abbd-ec838ba18f59.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7f4f0e69-d5da-40c9-ba6f-4dd2a7cb7ba0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f4f0e69-d5da-40c9-ba6f-4dd2a7cb7ba0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-7f4f0e69-d5da-40c9-ba6f-4dd2a7cb7ba0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-7f4f0e69-d5da-40c9-ba6f-4dd2a7cb7ba0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-7f4f0e69-d5da-40c9-ba6f-4dd2a7cb7ba0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-7f4f0e69-d5da-40c9-ba6f-4dd2a7cb7ba0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-7f4f0e69-d5da-40c9-ba6f-4dd2a7cb7ba0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-7f4f0e69-d5da-40c9-ba6f-4dd2a7cb7ba0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-7f4f0e69-d5da-40c9-ba6f-4dd2a7cb7ba0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-7f4f0e69-d5da-40c9-ba6f-4dd2a7cb7ba0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-7f4f0e69-d5da-40c9-ba6f-4dd2a7cb7ba0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-7f4f0e69-d5da-40c9-ba6f-4dd2a7cb7ba0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-7f4f0e69-d5da-40c9-ba6f-4dd2a7cb7ba0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-7f4f0e69-d5da-40c9-ba6f-4dd2a7cb7ba0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-7f4f0e69-d5da-40c9-ba6f-4dd2a7cb7ba0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-7f4f0e69-d5da-40c9-ba6f-4dd2a7cb7ba0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-7f4f0e69-d5da-40c9-ba6f-4dd2a7cb7ba0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-7f4f0e69-d5da-40c9-ba6f-4dd2a7cb7ba0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-7f4f0e69-d5da-40c9-ba6f-4dd2a7cb7ba0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-7f4f0e69-d5da-40c9-ba6f-4dd2a7cb7ba0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-7f4f0e69-d5da-40c9-ba6f-4dd2a7cb7ba0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-7f4f0e69-d5da-40c9-ba6f-4dd2a7cb7ba0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-7f4f0e69-d5da-40c9-ba6f-4dd2a7cb7ba0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-7f4f0e69-d5da-40c9-ba6f-4dd2a7cb7ba0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-7f4f0e69-d5da-40c9-ba6f-4dd2a7cb7ba0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-7f4f0e69-d5da-40c9-ba6f-4dd2a7cb7ba0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-7f4f0e69-d5da-40c9-ba6f-4dd2a7cb7ba0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-7f4f0e69-d5da-40c9-ba6f-4dd2a7cb7ba0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-7f4f0e69-d5da-40c9-ba6f-4dd2a7cb7ba0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-7f4f0e69-d5da-40c9-ba6f-4dd2a7cb7ba0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-7f4f0e69-d5da-40c9-ba6f-4dd2a7cb7ba0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-7f4f0e69-d5da-40c9-ba6f-4dd2a7cb7ba0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-7f4f0e69-d5da-40c9-ba6f-4dd2a7cb7ba0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-7f4f0e69-d5da-40c9-ba6f-4dd2a7cb7ba0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-7f4f0e69-d5da-40c9-ba6f-4dd2a7cb7ba0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-7f4f0e69-d5da-40c9-ba6f-4dd2a7cb7ba0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-7f4f0e69-d5da-40c9-ba6f-4dd2a7cb7ba0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-f3462d17-acd0-4997-8bde-2035751555da {
  text-align: center;
}




  #s-f3462d17-acd0-4997-8bde-2035751555da img.shogun-image {
    
    width: px;
  }


#s-f3462d17-acd0-4997-8bde-2035751555da .shogun-image-content {
  
    align-items: center;
  
}

#s-588ae544-66d8-436e-a80b-10db698bd147 {
  text-align: center;
}




  #s-588ae544-66d8-436e-a80b-10db698bd147 img.shogun-image {
    
    width: px;
  }


#s-588ae544-66d8-436e-a80b-10db698bd147 .shogun-image-content {
  
    align-items: center;
  
}

#s-80861129-742f-4f4a-9245-f92eccd454b2 {
  min-height: 50px;
}








#s-80861129-742f-4f4a-9245-f92eccd454b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80861129-742f-4f4a-9245-f92eccd454b2.shg-box.shg-c {
  justify-content: center;
}

#s-11458bb2-4d15-4df9-9f34-873127b25563 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}




  #s-11458bb2-4d15-4df9-9f34-873127b25563 img.shogun-image {
    
    width: px;
  }


#s-11458bb2-4d15-4df9-9f34-873127b25563 .shogun-image-content {
  
    align-items: center;
  
}

#s-fdffb89c-ac14-4953-a824-5ffa4c26bf0e {
  min-height: 50px;
}








#s-fdffb89c-ac14-4953-a824-5ffa4c26bf0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdffb89c-ac14-4953-a824-5ffa4c26bf0e.shg-box.shg-c {
  justify-content: center;
}

#s-9fd6ec3f-0027-4ed5-b47b-24f9d7e77e1e {
  min-height: 50px;
}








#s-9fd6ec3f-0027-4ed5-b47b-24f9d7e77e1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fd6ec3f-0027-4ed5-b47b-24f9d7e77e1e.shg-box.shg-c {
  justify-content: center;
}

#s-29b259bc-43fc-4c4d-9586-6963a8bdf35e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-642ea1f8-11fb-4451-985c-a368a6e0dd23 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}




  #s-642ea1f8-11fb-4451-985c-a368a6e0dd23 img.shogun-image {
    
    width: px;
  }


#s-642ea1f8-11fb-4451-985c-a368a6e0dd23 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e5f5d4f-12b3-45da-8ca0-37cea20b1fd6 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}




  #s-9e5f5d4f-12b3-45da-8ca0-37cea20b1fd6 img.shogun-image {
    
    width: px;
  }


#s-9e5f5d4f-12b3-45da-8ca0-37cea20b1fd6 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e2b0fa9-4459-43a6-ad28-f5211d01aa71 {
  min-height: 50px;
}








#s-9e2b0fa9-4459-43a6-ad28-f5211d01aa71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e2b0fa9-4459-43a6-ad28-f5211d01aa71.shg-box.shg-c {
  justify-content: center;
}

#s-ad019458-8033-468d-b559-db48ecac3dfa {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7007fe13-1fd1-4562-a455-f987b18d5f38 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}




  #s-7007fe13-1fd1-4562-a455-f987b18d5f38 img.shogun-image {
    
    width: px;
  }


#s-7007fe13-1fd1-4562-a455-f987b18d5f38 .shogun-image-content {
  
    align-items: center;
  
}

#s-eccaf185-af48-497e-82cb-18f6eb8f67c9 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}




  #s-eccaf185-af48-497e-82cb-18f6eb8f67c9 img.shogun-image {
    
    width: px;
  }


#s-eccaf185-af48-497e-82cb-18f6eb8f67c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-0bceb2d9-51de-4f5d-a151-278555cfc47c {
  min-height: 50px;
}








#s-0bceb2d9-51de-4f5d-a151-278555cfc47c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bceb2d9-51de-4f5d-a151-278555cfc47c.shg-box.shg-c {
  justify-content: center;
}

#s-f74c6aef-9f5d-407e-84af-a4447a7e8ba5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-45f89535-001a-4e7a-bd7c-4868dad80966 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: none;
}




  #s-45f89535-001a-4e7a-bd7c-4868dad80966 img.shogun-image {
    
    width: px;
  }


#s-45f89535-001a-4e7a-bd7c-4868dad80966 .shogun-image-content {
  
    align-items: center;
  
}

#s-3ca3d682-b6b2-435b-8344-19df4776f86a {
  min-height: 50px;
}








#s-3ca3d682-b6b2-435b-8344-19df4776f86a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ca3d682-b6b2-435b-8344-19df4776f86a.shg-box.shg-c {
  justify-content: center;
}

#s-888610be-ebd6-4801-9ea5-9409f3852eb4 {
  text-align: center;
}




  #s-888610be-ebd6-4801-9ea5-9409f3852eb4 img.shogun-image {
    
    width: px;
  }


#s-888610be-ebd6-4801-9ea5-9409f3852eb4 .shogun-image-content {
  
    align-items: center;
  
}

#s-c4184d35-f737-4326-82ef-0741e94caf67 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}




  #s-c4184d35-f737-4326-82ef-0741e94caf67 img.shogun-image {
    
    width: px;
  }


#s-c4184d35-f737-4326-82ef-0741e94caf67 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d191e23-64fb-422e-a09c-7df459dcbc2b {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-7d191e23-64fb-422e-a09c-7df459dcbc2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d191e23-64fb-422e-a09c-7df459dcbc2b.shg-box.shg-c {
  justify-content: center;
}

#s-94aed00f-842f-47df-8908-dd4358167764 {
  text-align: center;
}




  #s-94aed00f-842f-47df-8908-dd4358167764 img.shogun-image {
    
    width: px;
  }


#s-94aed00f-842f-47df-8908-dd4358167764 .shogun-image-content {
  
    align-items: center;
  
}

#s-525ad475-a6d3-47e7-aa77-076e0b3aac26 {
  min-height: 50px;
}








#s-525ad475-a6d3-47e7-aa77-076e0b3aac26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-525ad475-a6d3-47e7-aa77-076e0b3aac26.shg-box.shg-c {
  justify-content: center;
}

#s-fa823b2b-bed6-44eb-a5af-1e909fe74462 {
  margin-top: 10px;
}

#s-b9750db0-3c89-4067-b946-08f9c74bc983 {
  text-align: center;
}




  #s-b9750db0-3c89-4067-b946-08f9c74bc983 img.shogun-image {
    
    width: px;
  }


#s-b9750db0-3c89-4067-b946-08f9c74bc983 .shogun-image-content {
  
    align-items: center;
  
}

#s-f058b9b5-64c7-46b1-baef-f227c6623bce {
  min-height: 50px;
}








#s-f058b9b5-64c7-46b1-baef-f227c6623bce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f058b9b5-64c7-46b1-baef-f227c6623bce.shg-box.shg-c {
  justify-content: center;
}

#s-070f6e7b-0e1f-4892-80f6-77e53faa438b {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}




  #s-070f6e7b-0e1f-4892-80f6-77e53faa438b img.shogun-image {
    
    width: px;
  }


#s-070f6e7b-0e1f-4892-80f6-77e53faa438b .shogun-image-content {
  
    align-items: center;
  
}

#s-d58d190a-817a-4ee2-a818-54066938f4d5 {
  min-height: 50px;
}








#s-d58d190a-817a-4ee2-a818-54066938f4d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d58d190a-817a-4ee2-a818-54066938f4d5.shg-box.shg-c {
  justify-content: center;
}

#s-5eab7c5a-0290-463f-920a-dff53bf3ed3d {
  text-align: center;
}




  #s-5eab7c5a-0290-463f-920a-dff53bf3ed3d img.shogun-image {
    
    width: px;
  }


#s-5eab7c5a-0290-463f-920a-dff53bf3ed3d .shogun-image-content {
  
    align-items: center;
  
}

#s-391de387-909b-49a0-afda-bfd8cdf8caee {
  min-height: 50px;
}








#s-391de387-909b-49a0-afda-bfd8cdf8caee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-391de387-909b-49a0-afda-bfd8cdf8caee.shg-box.shg-c {
  justify-content: center;
}

#s-cd63094a-4213-4c28-9788-bb5acd688969 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}




  #s-cd63094a-4213-4c28-9788-bb5acd688969 img.shogun-image {
    
    width: px;
  }


#s-cd63094a-4213-4c28-9788-bb5acd688969 .shogun-image-content {
  
    align-items: center;
  
}

#s-1e76aaab-197f-4b23-8120-f8ef8a3f512d {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-1e76aaab-197f-4b23-8120-f8ef8a3f512d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e76aaab-197f-4b23-8120-f8ef8a3f512d.shg-box.shg-c {
  justify-content: center;
}

#s-19f705d1-6000-4763-b56b-f54a144e3483 {
  text-align: center;
}




  #s-19f705d1-6000-4763-b56b-f54a144e3483 img.shogun-image {
    
    width: px;
  }


#s-19f705d1-6000-4763-b56b-f54a144e3483 .shogun-image-content {
  
    align-items: center;
  
}

#s-1de31fe6-994a-4075-aa40-472e35eee4ab {
  min-height: 50px;
}








#s-1de31fe6-994a-4075-aa40-472e35eee4ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1de31fe6-994a-4075-aa40-472e35eee4ab.shg-box.shg-c {
  justify-content: center;
}

#s-a7dfd030-00c3-49a1-aebb-aed5611fed62 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-ff6e6600-40dd-4470-b1fc-a5277679fb9c {
  text-align: center;
}




  #s-ff6e6600-40dd-4470-b1fc-a5277679fb9c img.shogun-image {
    
    width: px;
  }


#s-ff6e6600-40dd-4470-b1fc-a5277679fb9c .shogun-image-content {
  
    align-items: center;
  
}

#s-84824356-4f7d-46d4-be76-d0c2113ecdf6 {
  min-height: 50px;
}








#s-84824356-4f7d-46d4-be76-d0c2113ecdf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84824356-4f7d-46d4-be76-d0c2113ecdf6.shg-box.shg-c {
  justify-content: center;
}

#s-ab56d882-d632-431f-aa8a-e1bb0e712b94 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-80f299a1-c5c6-40ff-a6ed-544b9ba85f3e {
  min-height: 50px;
}








#s-80f299a1-c5c6-40ff-a6ed-544b9ba85f3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80f299a1-c5c6-40ff-a6ed-544b9ba85f3e.shg-box.shg-c {
  justify-content: center;
}

#s-a44e9d1a-395d-4e55-ac6b-db5aa94b1310 {
  text-align: center;
}




  #s-a44e9d1a-395d-4e55-ac6b-db5aa94b1310 img.shogun-image {
    
    width: px;
  }


#s-a44e9d1a-395d-4e55-ac6b-db5aa94b1310 .shogun-image-content {
  
    align-items: center;
  
}

#s-5f2a456e-9e5b-4874-8943-b00564104a32 {
  min-height: 50px;
}








#s-5f2a456e-9e5b-4874-8943-b00564104a32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f2a456e-9e5b-4874-8943-b00564104a32.shg-box.shg-c {
  justify-content: center;
}

#s-1e306b08-8847-4f62-bac4-1ee4ea9f3844 {
  text-align: center;
}




  #s-1e306b08-8847-4f62-bac4-1ee4ea9f3844 img.shogun-image {
    
    width: px;
  }


#s-1e306b08-8847-4f62-bac4-1ee4ea9f3844 .shogun-image-content {
  
    align-items: center;
  
}

#s-23d4f289-5f72-40de-82a8-e54486c5080b {
  min-height: 50px;
}








#s-23d4f289-5f72-40de-82a8-e54486c5080b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23d4f289-5f72-40de-82a8-e54486c5080b.shg-box.shg-c {
  justify-content: center;
}

#s-4ee85e2c-5a11-4f1f-af8c-ebb0f66cfc5f {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-ee87e099-72c4-49f7-a7c7-10ac17579f7a {
  min-height: 50px;
}








#s-ee87e099-72c4-49f7-a7c7-10ac17579f7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee87e099-72c4-49f7-a7c7-10ac17579f7a.shg-box.shg-c {
  justify-content: center;
}

#s-ab57b936-2e91-425a-8fe7-7f2c2e767e18 {
  text-align: center;
}




  #s-ab57b936-2e91-425a-8fe7-7f2c2e767e18 img.shogun-image {
    
    width: px;
  }


#s-ab57b936-2e91-425a-8fe7-7f2c2e767e18 .shogun-image-content {
  
    align-items: center;
  
}

#s-0637e5bc-4f93-4043-bfad-de945b7b4459 {
  min-height: 50px;
}








#s-0637e5bc-4f93-4043-bfad-de945b7b4459 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0637e5bc-4f93-4043-bfad-de945b7b4459.shg-box.shg-c {
  justify-content: center;
}

#s-8d847283-e956-47de-9f1f-30f3880b6d05 {
  text-align: center;
}




  #s-8d847283-e956-47de-9f1f-30f3880b6d05 img.shogun-image {
    
    width: px;
  }


#s-8d847283-e956-47de-9f1f-30f3880b6d05 .shogun-image-content {
  
    align-items: center;
  
}

#s-2165928b-37ae-48c9-8d17-f84352a5d274 {
  min-height: 50px;
}








#s-2165928b-37ae-48c9-8d17-f84352a5d274 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2165928b-37ae-48c9-8d17-f84352a5d274.shg-box.shg-c {
  justify-content: center;
}

#s-86e3e5af-0e8a-42d9-93c4-a7278a8cb670 {
  text-align: center;
}




  #s-86e3e5af-0e8a-42d9-93c4-a7278a8cb670 img.shogun-image {
    
    width: px;
  }


#s-86e3e5af-0e8a-42d9-93c4-a7278a8cb670 .shogun-image-content {
  
    align-items: center;
  
}

#s-20eaeed0-9c74-4e30-8aea-573e37b7af04 {
  min-height: 50px;
}








#s-20eaeed0-9c74-4e30-8aea-573e37b7af04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20eaeed0-9c74-4e30-8aea-573e37b7af04.shg-box.shg-c {
  justify-content: center;
}

#s-7318128d-8520-4b48-b590-0e6bb2bd9e79 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-e3341e4e-f3bb-48d8-99f9-513d9c1b3002 {
  min-height: 50px;
}








#s-e3341e4e-f3bb-48d8-99f9-513d9c1b3002 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3341e4e-f3bb-48d8-99f9-513d9c1b3002.shg-box.shg-c {
  justify-content: center;
}

#s-7e6c0ee0-3513-413d-b76e-ee153d7013f6 {
  text-align: center;
}




  #s-7e6c0ee0-3513-413d-b76e-ee153d7013f6 img.shogun-image {
    
    width: px;
  }


#s-7e6c0ee0-3513-413d-b76e-ee153d7013f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-a3f26009-afd0-490a-95bf-8379dde58ac7 {
  min-height: 50px;
}








#s-a3f26009-afd0-490a-95bf-8379dde58ac7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3f26009-afd0-490a-95bf-8379dde58ac7.shg-box.shg-c {
  justify-content: center;
}

#s-a173c008-e1b4-4296-8190-6014f2e0de44 {
  text-align: center;
}




  #s-a173c008-e1b4-4296-8190-6014f2e0de44 img.shogun-image {
    
    width: px;
  }


#s-a173c008-e1b4-4296-8190-6014f2e0de44 .shogun-image-content {
  
    align-items: center;
  
}

#s-42a07ec2-a666-426c-9549-3112fddbc8c1 {
  min-height: 50px;
}








#s-42a07ec2-a666-426c-9549-3112fddbc8c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42a07ec2-a666-426c-9549-3112fddbc8c1.shg-box.shg-c {
  justify-content: center;
}

#s-18ddf1c6-7e64-490b-a4e4-708d43ed43b7 {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-eba38735-8f7f-41b2-9b84-ccdef6496560 {
  text-align: center;
}





#s-eba38735-8f7f-41b2-9b84-ccdef6496560 .shogun-image-content {
  
    align-items: center;
  
}

#s-e0783d03-2bd5-4836-bc65-209e688e4a16 {
  min-height: 50px;
}








#s-e0783d03-2bd5-4836-bc65-209e688e4a16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0783d03-2bd5-4836-bc65-209e688e4a16.shg-box.shg-c {
  justify-content: center;
}

#s-dbf85f28-7788-460d-aafa-7b71f18f2a7b {
  text-align: center;
}





#s-dbf85f28-7788-460d-aafa-7b71f18f2a7b .shogun-image-content {
  
    align-items: center;
  
}

#s-467d82f8-346e-42bd-bb05-6123df90ac51 {
  min-height: 50px;
}








#s-467d82f8-346e-42bd-bb05-6123df90ac51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-467d82f8-346e-42bd-bb05-6123df90ac51.shg-box.shg-c {
  justify-content: center;
}

#s-166b0988-1ded-475b-9628-a4c8ec1fff32 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}




  #s-166b0988-1ded-475b-9628-a4c8ec1fff32 img.shogun-image {
    
    width: px;
  }


#s-166b0988-1ded-475b-9628-a4c8ec1fff32 .shogun-image-content {
  
    align-items: center;
  
}

#s-72b41dc4-8a30-4055-8962-1771aa5f8e4d {
  text-align: center;
}




  #s-72b41dc4-8a30-4055-8962-1771aa5f8e4d img.shogun-image {
    
    width: px;
  }


#s-72b41dc4-8a30-4055-8962-1771aa5f8e4d .shogun-image-content {
  
    align-items: center;
  
}

#s-c1f67ab2-9814-4e3a-92ab-b70d996eb261 {
  min-height: 50px;
}








#s-c1f67ab2-9814-4e3a-92ab-b70d996eb261 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1f67ab2-9814-4e3a-92ab-b70d996eb261.shg-box.shg-c {
  justify-content: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

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