.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-72362a5e-1de2-42f8-a8dd-7a964ca67a08 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
background-color: rgba(211, 106, 106, 0);
}
@media (max-width: 767px){#s-72362a5e-1de2-42f8-a8dd-7a964ca67a08 {
  margin-left: 35px;
margin-right: 35px;
}
}







#s-72362a5e-1de2-42f8-a8dd-7a964ca67a08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72362a5e-1de2-42f8-a8dd-7a964ca67a08.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-33be961c-c091-4352-84e1-c4ebfe15a554 {
  padding-top: 50px;
text-align: center;
}
@media (max-width: 767px){#s-33be961c-c091-4352-84e1-c4ebfe15a554 {
  margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 10px;
}
}
#s-33be961c-c091-4352-84e1-c4ebfe15a554 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 50px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-33be961c-c091-4352-84e1-c4ebfe15a554 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 24px;
  line-height: 1.4em;
  letter-spacing: ;
  text-align: center;
}


}
.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

#s-35038a3f-041a-48b2-8b8d-cbc937016939 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 80px;
max-width: 800px;
}
@media (max-width: 767px){#s-35038a3f-041a-48b2-8b8d-cbc937016939 {
  margin-left: 30px;
margin-right: 30px;
padding-bottom: 10px;
}
}
#s-fa168568-42ed-4dc9-90f1-a3e0a146a41f {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-fa168568-42ed-4dc9-90f1-a3e0a146a41f {
  display: none;
}
#s-fa168568-42ed-4dc9-90f1-a3e0a146a41f, #wrap-s-fa168568-42ed-4dc9-90f1-a3e0a146a41f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fa168568-42ed-4dc9-90f1-a3e0a146a41f {
  display: none;
}
#s-fa168568-42ed-4dc9-90f1-a3e0a146a41f, #wrap-s-fa168568-42ed-4dc9-90f1-a3e0a146a41f { display:none !important; }}
#s-925e5a9d-3820-4c34-b5b2-606da6ba7660 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-925e5a9d-3820-4c34-b5b2-606da6ba7660 {
  display: none;
}
#s-925e5a9d-3820-4c34-b5b2-606da6ba7660, #wrap-s-925e5a9d-3820-4c34-b5b2-606da6ba7660 { display:none !important; }}@media (max-width: 767px){#s-925e5a9d-3820-4c34-b5b2-606da6ba7660 {
  display: none;
}
#s-925e5a9d-3820-4c34-b5b2-606da6ba7660, #wrap-s-925e5a9d-3820-4c34-b5b2-606da6ba7660 { display:none !important; }}







#s-925e5a9d-3820-4c34-b5b2-606da6ba7660 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-925e5a9d-3820-4c34-b5b2-606da6ba7660.shg-box.shg-c {
  justify-content: center;
}

.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-8a7d8c0c-2289-4e0b-be85-50c05463e1c8 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-8a7d8c0c-2289-4e0b-be85-50c05463e1c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a7d8c0c-2289-4e0b-be85-50c05463e1c8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8a7d8c0c-2289-4e0b-be85-50c05463e1c8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8a7d8c0c-2289-4e0b-be85-50c05463e1c8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8a7d8c0c-2289-4e0b-be85-50c05463e1c8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8a7d8c0c-2289-4e0b-be85-50c05463e1c8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8a7d8c0c-2289-4e0b-be85-50c05463e1c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8a7d8c0c-2289-4e0b-be85-50c05463e1c8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8a7d8c0c-2289-4e0b-be85-50c05463e1c8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8a7d8c0c-2289-4e0b-be85-50c05463e1c8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8a7d8c0c-2289-4e0b-be85-50c05463e1c8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8a7d8c0c-2289-4e0b-be85-50c05463e1c8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8a7d8c0c-2289-4e0b-be85-50c05463e1c8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-8a7d8c0c-2289-4e0b-be85-50c05463e1c8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8a7d8c0c-2289-4e0b-be85-50c05463e1c8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8a7d8c0c-2289-4e0b-be85-50c05463e1c8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8a7d8c0c-2289-4e0b-be85-50c05463e1c8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8a7d8c0c-2289-4e0b-be85-50c05463e1c8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8a7d8c0c-2289-4e0b-be85-50c05463e1c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8a7d8c0c-2289-4e0b-be85-50c05463e1c8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8a7d8c0c-2289-4e0b-be85-50c05463e1c8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8a7d8c0c-2289-4e0b-be85-50c05463e1c8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8a7d8c0c-2289-4e0b-be85-50c05463e1c8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8a7d8c0c-2289-4e0b-be85-50c05463e1c8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8a7d8c0c-2289-4e0b-be85-50c05463e1c8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a7d8c0c-2289-4e0b-be85-50c05463e1c8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8a7d8c0c-2289-4e0b-be85-50c05463e1c8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8a7d8c0c-2289-4e0b-be85-50c05463e1c8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8a7d8c0c-2289-4e0b-be85-50c05463e1c8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8a7d8c0c-2289-4e0b-be85-50c05463e1c8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8a7d8c0c-2289-4e0b-be85-50c05463e1c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8a7d8c0c-2289-4e0b-be85-50c05463e1c8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8a7d8c0c-2289-4e0b-be85-50c05463e1c8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8a7d8c0c-2289-4e0b-be85-50c05463e1c8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8a7d8c0c-2289-4e0b-be85-50c05463e1c8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8a7d8c0c-2289-4e0b-be85-50c05463e1c8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8a7d8c0c-2289-4e0b-be85-50c05463e1c8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-08667b14-a12c-4ef8-9c4f-5f71f298b8f7 {
  min-height: 50px;
background-color: rgba(244, 246, 248, 1);
}








#s-08667b14-a12c-4ef8-9c4f-5f71f298b8f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08667b14-a12c-4ef8-9c4f-5f71f298b8f7.shg-box.shg-c {
  justify-content: center;
}

#s-dfeea0d2-f2ec-477c-a94a-e6ba595a5cac {
  margin-top: 20px;
margin-bottom: 20px;
}

.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-1da15fd1-d573-4bee-917e-20933f94e565 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}




  #s-1da15fd1-d573-4bee-917e-20933f94e565 img.shogun-image {
    
    width: px;
  }


#s-1da15fd1-d573-4bee-917e-20933f94e565 .shogun-image-content {
  
    align-items: center;
  
}

#s-0abca9a8-75f8-4123-b0c5-b1500383a86a {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}

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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

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

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

#s-2af49779-e21d-4c4b-8521-7f111bda0831 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 120, 212, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2af49779-e21d-4c4b-8521-7f111bda0831:hover {background-color: rgba(0, 93, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2af49779-e21d-4c4b-8521-7f111bda0831:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2af49779-e21d-4c4b-8521-7f111bda0831.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-4e188606-0f5c-42c5-9817-e82cd2ff7a94"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-4e188606-0f5c-42c5-9817-e82cd2ff7a94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4e188606-0f5c-42c5-9817-e82cd2ff7a94"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4e188606-0f5c-42c5-9817-e82cd2ff7a94"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4e188606-0f5c-42c5-9817-e82cd2ff7a94"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4e188606-0f5c-42c5-9817-e82cd2ff7a94"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4e188606-0f5c-42c5-9817-e82cd2ff7a94"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4e188606-0f5c-42c5-9817-e82cd2ff7a94"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4e188606-0f5c-42c5-9817-e82cd2ff7a94"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4e188606-0f5c-42c5-9817-e82cd2ff7a94"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4e188606-0f5c-42c5-9817-e82cd2ff7a94"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4e188606-0f5c-42c5-9817-e82cd2ff7a94"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4e188606-0f5c-42c5-9817-e82cd2ff7a94"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4e188606-0f5c-42c5-9817-e82cd2ff7a94"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4e188606-0f5c-42c5-9817-e82cd2ff7a94"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4e188606-0f5c-42c5-9817-e82cd2ff7a94"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4e188606-0f5c-42c5-9817-e82cd2ff7a94"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4e188606-0f5c-42c5-9817-e82cd2ff7a94"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4e188606-0f5c-42c5-9817-e82cd2ff7a94"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4e188606-0f5c-42c5-9817-e82cd2ff7a94"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4e188606-0f5c-42c5-9817-e82cd2ff7a94"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4e188606-0f5c-42c5-9817-e82cd2ff7a94"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4e188606-0f5c-42c5-9817-e82cd2ff7a94"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4e188606-0f5c-42c5-9817-e82cd2ff7a94"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4e188606-0f5c-42c5-9817-e82cd2ff7a94"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4e188606-0f5c-42c5-9817-e82cd2ff7a94"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e188606-0f5c-42c5-9817-e82cd2ff7a94"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4e188606-0f5c-42c5-9817-e82cd2ff7a94"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4e188606-0f5c-42c5-9817-e82cd2ff7a94"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4e188606-0f5c-42c5-9817-e82cd2ff7a94"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4e188606-0f5c-42c5-9817-e82cd2ff7a94"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4e188606-0f5c-42c5-9817-e82cd2ff7a94"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4e188606-0f5c-42c5-9817-e82cd2ff7a94"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4e188606-0f5c-42c5-9817-e82cd2ff7a94"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4e188606-0f5c-42c5-9817-e82cd2ff7a94"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4e188606-0f5c-42c5-9817-e82cd2ff7a94"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4e188606-0f5c-42c5-9817-e82cd2ff7a94"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4e188606-0f5c-42c5-9817-e82cd2ff7a94"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a7e0c50d-9859-4299-82cc-ac5733aa974f {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-a7e0c50d-9859-4299-82cc-ac5733aa974f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7e0c50d-9859-4299-82cc-ac5733aa974f.shg-box.shg-c {
  justify-content: center;
}

#s-491c4ed6-fa3e-4ed4-8ec5-2cc03d74d11e {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-491c4ed6-fa3e-4ed4-8ec5-2cc03d74d11e .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3cf57153-13cb-4985-a7a6-5a94ddd64b54 {
  margin-top: 10px;
margin-bottom: 40px;
min-height: 80px;
}

#s-e30fd917-1f1e-4083-8b2a-adccf4013d06 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 120, 212, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e30fd917-1f1e-4083-8b2a-adccf4013d06:hover {background-color: rgba(0, 93, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e30fd917-1f1e-4083-8b2a-adccf4013d06:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e30fd917-1f1e-4083-8b2a-adccf4013d06.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-f9b75fcd-44d2-492d-a53f-a5ef8304f4ef {
  margin-bottom: 20px;
}

#s-8841a3e5-1a16-44ac-9ffe-ad77e9eb4ac0 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-8841a3e5-1a16-44ac-9ffe-ad77e9eb4ac0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8841a3e5-1a16-44ac-9ffe-ad77e9eb4ac0.shg-box.shg-c {
  justify-content: center;
}

#s-caa653d7-c101-4e79-947a-01c402b9bd3d {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-caa653d7-c101-4e79-947a-01c402b9bd3d .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-427175fb-bd49-47f2-a11e-947bbb16d3c2 {
  margin-top: 10px;
margin-bottom: 40px;
min-height: 80px;
}

#s-6fc2ec01-1857-404d-ad87-38dc0623f954 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 120, 212, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6fc2ec01-1857-404d-ad87-38dc0623f954:hover {background-color: rgba(0, 93, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6fc2ec01-1857-404d-ad87-38dc0623f954:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6fc2ec01-1857-404d-ad87-38dc0623f954.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-38e1f203-e975-406c-8629-4164effada1d {
  margin-bottom: 20px;
}

#s-9a00ac72-d00a-4584-ac89-72e9580e5781 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-9a00ac72-d00a-4584-ac89-72e9580e5781 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a00ac72-d00a-4584-ac89-72e9580e5781.shg-box.shg-c {
  justify-content: center;
}

#s-700a3007-868e-45c2-b7c7-d04115983bcd {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-700a3007-868e-45c2-b7c7-d04115983bcd .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5b752e0d-88e6-4034-9f51-afef721d9f42 {
  margin-top: 10px;
margin-bottom: 40px;
min-height: 80px;
}

#s-013443d4-5859-4a03-905c-92cf67281705 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 120, 212, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-013443d4-5859-4a03-905c-92cf67281705:hover {background-color: rgba(0, 93, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-013443d4-5859-4a03-905c-92cf67281705:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-013443d4-5859-4a03-905c-92cf67281705.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-48a39e33-9f8d-4916-8b84-41ab2ea3d2a7 {
  margin-bottom: 20px;
}

#s-e816779a-51d3-4945-94b2-6792a6f6ea16 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-e816779a-51d3-4945-94b2-6792a6f6ea16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e816779a-51d3-4945-94b2-6792a6f6ea16.shg-box.shg-c {
  justify-content: center;
}

#s-559b1293-568d-4ee4-b64e-0d6df1c4dbfb {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-559b1293-568d-4ee4-b64e-0d6df1c4dbfb .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e6e115e3-5a9c-4dc5-8e34-a052f058b1ff {
  margin-top: 10px;
margin-bottom: 40px;
min-height: 80px;
}

#s-ed311290-32f4-4db5-b19b-5aead3f5bb10 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 120, 212, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ed311290-32f4-4db5-b19b-5aead3f5bb10:hover {background-color: rgba(0, 93, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ed311290-32f4-4db5-b19b-5aead3f5bb10:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ed311290-32f4-4db5-b19b-5aead3f5bb10.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-ba0b846a-3cbf-42cf-aadb-d7632ec16c8f {
  margin-bottom: 20px;
}

.shg-sld-content {
  width: 100%;
  position: relative;
}

.shg-sld-slides {
  word-break: break-word;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-0d7d4e03-4c1f-49c9-a513-d4484bce9526 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-0d7d4e03-4c1f-49c9-a513-d4484bce9526 {
  display: none;
}
#s-0d7d4e03-4c1f-49c9-a513-d4484bce9526, #wrap-s-0d7d4e03-4c1f-49c9-a513-d4484bce9526 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0d7d4e03-4c1f-49c9-a513-d4484bce9526 {
  display: none;
}
#s-0d7d4e03-4c1f-49c9-a513-d4484bce9526, #wrap-s-0d7d4e03-4c1f-49c9-a513-d4484bce9526 { display:none !important; }}@media (max-width: 767px){#s-0d7d4e03-4c1f-49c9-a513-d4484bce9526 {
  margin-left: 35px;
margin-right: 35px;
}
}
#s-922b65b7-d0bc-4085-82f0-17e4c4d4ccc4 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-922b65b7-d0bc-4085-82f0-17e4c4d4ccc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-922b65b7-d0bc-4085-82f0-17e4c4d4ccc4.shg-box.shg-c {
  justify-content: center;
}

#s-d3bb9de7-5b83-4f9b-bcb6-eeb764ce42fe {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d3bb9de7-5b83-4f9b-bcb6-eeb764ce42fe .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fbe4a780-982e-44a4-a74e-b1f56c078fe4 {
  margin-top: 10px;
margin-bottom: 40px;
min-height: 80px;
}
@media (max-width: 767px){#s-fbe4a780-982e-44a4-a74e-b1f56c078fe4 {
  margin-bottom: 10px;
}
}
#s-9bf0ee14-ee25-4509-8c63-6c4f774edef0 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 120, 212, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9bf0ee14-ee25-4509-8c63-6c4f774edef0:hover {background-color: rgba(0, 93, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9bf0ee14-ee25-4509-8c63-6c4f774edef0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9bf0ee14-ee25-4509-8c63-6c4f774edef0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-3d68b854-a257-4321-8d25-1473f33deed3 {
  margin-bottom: 20px;
}

#s-34857a4c-4d2e-42ce-a764-6d18030698d5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-34857a4c-4d2e-42ce-a764-6d18030698d5 {
  display: none;
}
#s-34857a4c-4d2e-42ce-a764-6d18030698d5, #wrap-s-34857a4c-4d2e-42ce-a764-6d18030698d5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-34857a4c-4d2e-42ce-a764-6d18030698d5 {
  display: none;
}
#s-34857a4c-4d2e-42ce-a764-6d18030698d5, #wrap-s-34857a4c-4d2e-42ce-a764-6d18030698d5 { display:none !important; }}







#s-34857a4c-4d2e-42ce-a764-6d18030698d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34857a4c-4d2e-42ce-a764-6d18030698d5.shg-box.shg-c {
  justify-content: center;
}

#s-72d9ed0a-fa7a-4ade-b83e-06161f3ea859 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-72d9ed0a-fa7a-4ade-b83e-06161f3ea859 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72d9ed0a-fa7a-4ade-b83e-06161f3ea859.shg-box.shg-c {
  justify-content: center;
}

#s-719333ac-8626-4ab3-95de-a4e8a50541c3 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-719333ac-8626-4ab3-95de-a4e8a50541c3 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-727c3ea9-b39a-45e4-99b5-24eaffc23d01 {
  margin-top: 10px;
margin-bottom: 40px;
min-height: 80px;
}
@media (max-width: 767px){#s-727c3ea9-b39a-45e4-99b5-24eaffc23d01 {
  margin-bottom: 10px;
}
}
#s-e94126e2-57ac-418c-8736-f281e8debec9 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 120, 212, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e94126e2-57ac-418c-8736-f281e8debec9:hover {background-color: rgba(0, 93, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e94126e2-57ac-418c-8736-f281e8debec9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e94126e2-57ac-418c-8736-f281e8debec9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-2f71ac64-e05f-4039-aec0-f365978b7815 {
  margin-bottom: 20px;
}

#s-be67ce4e-d26a-44d6-95ef-2dfdd8996e41 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-be67ce4e-d26a-44d6-95ef-2dfdd8996e41 {
  display: none;
}
#s-be67ce4e-d26a-44d6-95ef-2dfdd8996e41, #wrap-s-be67ce4e-d26a-44d6-95ef-2dfdd8996e41 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-be67ce4e-d26a-44d6-95ef-2dfdd8996e41 {
  display: none;
}
#s-be67ce4e-d26a-44d6-95ef-2dfdd8996e41, #wrap-s-be67ce4e-d26a-44d6-95ef-2dfdd8996e41 { display:none !important; }}







#s-be67ce4e-d26a-44d6-95ef-2dfdd8996e41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be67ce4e-d26a-44d6-95ef-2dfdd8996e41.shg-box.shg-c {
  justify-content: center;
}

#s-03818218-8471-4d72-a7a4-06457061d708 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-03818218-8471-4d72-a7a4-06457061d708 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03818218-8471-4d72-a7a4-06457061d708.shg-box.shg-c {
  justify-content: center;
}

#s-df40dc32-46fe-469c-a7dc-b0bae3f33db2 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df40dc32-46fe-469c-a7dc-b0bae3f33db2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-421eea62-ce17-4c8b-bc09-cf0b1e8435f6 {
  margin-top: 10px;
margin-bottom: 40px;
min-height: 80px;
}
@media (max-width: 767px){#s-421eea62-ce17-4c8b-bc09-cf0b1e8435f6 {
  margin-bottom: 10px;
}
}
#s-4b701f71-1641-4601-9cb9-c2cc1f479e65 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 120, 212, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4b701f71-1641-4601-9cb9-c2cc1f479e65:hover {background-color: rgba(0, 93, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4b701f71-1641-4601-9cb9-c2cc1f479e65:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4b701f71-1641-4601-9cb9-c2cc1f479e65.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-c662d93e-a90a-41de-8f7f-93757ea673ad {
  margin-bottom: 20px;
}

#s-baf7e6b7-4c4b-4f8c-839c-fabcbc8c3e14 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-baf7e6b7-4c4b-4f8c-839c-fabcbc8c3e14 {
  display: none;
}
#s-baf7e6b7-4c4b-4f8c-839c-fabcbc8c3e14, #wrap-s-baf7e6b7-4c4b-4f8c-839c-fabcbc8c3e14 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-baf7e6b7-4c4b-4f8c-839c-fabcbc8c3e14 {
  display: none;
}
#s-baf7e6b7-4c4b-4f8c-839c-fabcbc8c3e14, #wrap-s-baf7e6b7-4c4b-4f8c-839c-fabcbc8c3e14 { display:none !important; }}







#s-baf7e6b7-4c4b-4f8c-839c-fabcbc8c3e14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-baf7e6b7-4c4b-4f8c-839c-fabcbc8c3e14.shg-box.shg-c {
  justify-content: center;
}

#s-1dfa4e93-9a04-4a1d-ba33-baa71a356685 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-1dfa4e93-9a04-4a1d-ba33-baa71a356685 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1dfa4e93-9a04-4a1d-ba33-baa71a356685.shg-box.shg-c {
  justify-content: center;
}

#s-33544c0e-8170-4b56-b36a-1168b5033591 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-33544c0e-8170-4b56-b36a-1168b5033591 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-66b08a5a-bb14-4f30-8476-7b1b6efbf544 {
  margin-top: 10px;
margin-bottom: 40px;
min-height: 80px;
}
@media (max-width: 767px){#s-66b08a5a-bb14-4f30-8476-7b1b6efbf544 {
  margin-bottom: 10px;
}
}
#s-f75b909b-e29e-4bbd-9ba6-42e0044c6612 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 120, 212, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f75b909b-e29e-4bbd-9ba6-42e0044c6612:hover {background-color: rgba(0, 93, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f75b909b-e29e-4bbd-9ba6-42e0044c6612:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f75b909b-e29e-4bbd-9ba6-42e0044c6612.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-b8607113-0e39-489d-8dd9-86c37b64d3d4 {
  margin-bottom: 20px;
}

#s-bb68a3ae-b303-4fb5-b307-dc7c7d360460 {
  border-style: solid;
margin-left: 35px;
margin-right: 35px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(77, 77, 77, 1);
border-style: solid;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-bb68a3ae-b303-4fb5-b307-dc7c7d360460 {
  display: none;
}
#s-bb68a3ae-b303-4fb5-b307-dc7c7d360460, #wrap-s-bb68a3ae-b303-4fb5-b307-dc7c7d360460 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bb68a3ae-b303-4fb5-b307-dc7c7d360460 {
  display: none;
}
#s-bb68a3ae-b303-4fb5-b307-dc7c7d360460, #wrap-s-bb68a3ae-b303-4fb5-b307-dc7c7d360460 { display:none !important; }}@media (max-width: 767px){#s-bb68a3ae-b303-4fb5-b307-dc7c7d360460 {
  padding-bottom: 15px;
}
}







#s-bb68a3ae-b303-4fb5-b307-dc7c7d360460 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb68a3ae-b303-4fb5-b307-dc7c7d360460.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c33af640-c847-4ae6-a9c3-95aa58df78d8 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c33af640-c847-4ae6-a9c3-95aa58df78d8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (max-width: 767px){#s-f1954bce-a6b0-4671-8967-70cf9c2869c5 {
  margin-top: 20px;
}
}
#s-9d0cfed6-9d59-4acb-9999-b7a46e28da91 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 120, 212, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9d0cfed6-9d59-4acb-9999-b7a46e28da91:hover {background-color: rgba(0, 93, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9d0cfed6-9d59-4acb-9999-b7a46e28da91:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9d0cfed6-9d59-4acb-9999-b7a46e28da91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-97897c34-7558-4f30-858d-0f1c9bf92f60 {
  padding-top: 5px;
padding-bottom: 5px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 120, 212, 1);
background-image: none;
hover-type: color;
}
#s-97897c34-7558-4f30-858d-0f1c9bf92f60:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 120, 212, 1) !important;}#s-97897c34-7558-4f30-858d-0f1c9bf92f60:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 120, 212, 1) !important;}

  #s-97897c34-7558-4f30-858d-0f1c9bf92f60-btn-wrapper {
    text-align: center;
  }


#s-97897c34-7558-4f30-858d-0f1c9bf92f60.shg-btn {
  color: rgba(0, 120, 212, 1);
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Open Sans;
  display:  inline-block ;
}

#s-3a30f569-3d1b-4aa0-a868-d523bcd78ca1 {
  margin-top: 20px;
}

#s-f6617a21-39d6-49b7-a6b1-7b4d63ae1b63 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-bc3e41a7-0458-4d12-b946-debe1c6a5f11 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 768px) {
[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-bc3e41a7-0458-4d12-b946-debe1c6a5f11"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.75px);
}

}

#s-5b5b32e0-28ed-4a7a-84a3-2f2914b87d7e {
  margin-left: auto;
margin-right: auto;
min-height: 41px;
max-width: 41px;
text-align: center;
}




  #s-5b5b32e0-28ed-4a7a-84a3-2f2914b87d7e img.shogun-image {
    
    width: px;
  }


#s-5b5b32e0-28ed-4a7a-84a3-2f2914b87d7e .shogun-image-content {
  
    align-items: center;
  
}

#s-a95a20bf-bbe3-43a9-bf83-6addbb57aaf6 {
  margin-left: auto;
margin-right: auto;
min-height: 41px;
max-width: 41px;
text-align: center;
}




  #s-a95a20bf-bbe3-43a9-bf83-6addbb57aaf6 img.shogun-image {
    
    width: px;
  }


#s-a95a20bf-bbe3-43a9-bf83-6addbb57aaf6 .shogun-image-content {
  
    align-items: center;
  
}

#s-a3cdca59-64e3-4015-8076-204eed1b1dd6 {
  margin-left: auto;
margin-right: auto;
min-height: 41px;
max-width: 41px;
text-align: center;
}




  #s-a3cdca59-64e3-4015-8076-204eed1b1dd6 img.shogun-image {
    
    width: px;
  }


#s-a3cdca59-64e3-4015-8076-204eed1b1dd6 .shogun-image-content {
  
    align-items: center;
  
}

#s-3663c0ed-55c9-4ef5-b27c-d7d282f7947a {
  margin-left: auto;
margin-right: auto;
min-height: 41px;
max-width: 41px;
text-align: center;
}




  #s-3663c0ed-55c9-4ef5-b27c-d7d282f7947a img.shogun-image {
    
    width: px;
  }


#s-3663c0ed-55c9-4ef5-b27c-d7d282f7947a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 768px) {
[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-93be1545-2869-400c-bf8e-4704caaf60f3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.75px);
}

}

#s-977556dc-1454-43b3-a520-103e0a34a9a9 {
  margin-left: auto;
margin-right: auto;
min-height: 41px;
max-width: 41px;
text-align: center;
}




  #s-977556dc-1454-43b3-a520-103e0a34a9a9 img.shogun-image {
    
    width: px;
  }


#s-977556dc-1454-43b3-a520-103e0a34a9a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-4b6a160f-d46c-4ee7-a035-c1dab6fb5f34 {
  margin-left: auto;
margin-right: auto;
min-height: 41px;
max-width: 41px;
text-align: center;
}




  #s-4b6a160f-d46c-4ee7-a035-c1dab6fb5f34 img.shogun-image {
    
    width: px;
  }


#s-4b6a160f-d46c-4ee7-a035-c1dab6fb5f34 .shogun-image-content {
  
    align-items: center;
  
}

#s-302a9b9d-abfe-404d-97b7-2df805979c94 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 768px) {
[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-a10bc701-fa78-46a8-87ae-0021429cedf5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.75px);
}

}

#s-a1f3cda8-777c-4804-98df-96acd5fc1f10 {
  text-align: center;
}




  #s-a1f3cda8-777c-4804-98df-96acd5fc1f10 img.shogun-image {
    
    width: px;
  }


#s-a1f3cda8-777c-4804-98df-96acd5fc1f10 .shogun-image-content {
  
    align-items: center;
  
}

#s-e1c2eab9-f20e-4bc4-b489-0811f991a949 {
  text-align: center;
}




  #s-e1c2eab9-f20e-4bc4-b489-0811f991a949 img.shogun-image {
    
    width: px;
  }


#s-e1c2eab9-f20e-4bc4-b489-0811f991a949 .shogun-image-content {
  
    align-items: center;
  
}

#s-57fe45f7-4d1a-4b88-9a45-7ea22cc86aca {
  text-align: center;
}




  #s-57fe45f7-4d1a-4b88-9a45-7ea22cc86aca img.shogun-image {
    
    width: px;
  }


#s-57fe45f7-4d1a-4b88-9a45-7ea22cc86aca .shogun-image-content {
  
    align-items: center;
  
}

#s-c8816b69-b1a0-478a-8792-18245ab1f10b {
  text-align: center;
}




  #s-c8816b69-b1a0-478a-8792-18245ab1f10b img.shogun-image {
    
    width: px;
  }


#s-c8816b69-b1a0-478a-8792-18245ab1f10b .shogun-image-content {
  
    align-items: center;
  
}

#s-f32e27a1-3e59-41c0-b91a-27723fc7ac37 {
  min-height: 50px;
}








#s-f32e27a1-3e59-41c0-b91a-27723fc7ac37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f32e27a1-3e59-41c0-b91a-27723fc7ac37.shg-box.shg-c {
  justify-content: center;
}

#s-e17f4c69-9437-40a3-9b2a-e98cf239daee {
  text-align: left;
}
@media (min-width: 1200px){#s-e17f4c69-9437-40a3-9b2a-e98cf239daee {
  display: none;
}
#s-e17f4c69-9437-40a3-9b2a-e98cf239daee, #wrap-s-e17f4c69-9437-40a3-9b2a-e98cf239daee { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e17f4c69-9437-40a3-9b2a-e98cf239daee {
  display: none;
}
#s-e17f4c69-9437-40a3-9b2a-e98cf239daee, #wrap-s-e17f4c69-9437-40a3-9b2a-e98cf239daee { display:none !important; }}@media (max-width: 767px){#s-e17f4c69-9437-40a3-9b2a-e98cf239daee {
  margin-top: 30px;
}
}
#s-e17f4c69-9437-40a3-9b2a-e98cf239daee .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b8b6e292-b913-4a8c-ba41-f47a097cfef1 {
  text-align: left;
}




  #s-b8b6e292-b913-4a8c-ba41-f47a097cfef1 img.shogun-image {
    
    width: px;
  }


#s-b8b6e292-b913-4a8c-ba41-f47a097cfef1 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70 {
  display: none;
}
#s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70, #wrap-s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70 {
  display: none;
}
#s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70, #wrap-s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70 { display:none !important; }}@media (max-width: 767px){#s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-eed4974c-0755-41dd-a1c1-d8ce4c10ea70"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-41caba6d-9c0f-457f-bd9e-4bfd4afd144b {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 130px;
background-color: rgba(245, 245, 245, 1);
}








#s-41caba6d-9c0f-457f-bd9e-4bfd4afd144b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41caba6d-9c0f-457f-bd9e-4bfd4afd144b.shg-box.shg-c {
  justify-content: center;
}

#s-fe69e95c-ad2d-4187-810b-95d36e31e9a7 {
  min-height: 130px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-fe69e95c-ad2d-4187-810b-95d36e31e9a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe69e95c-ad2d-4187-810b-95d36e31e9a7.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d {
  display: none;
}
#s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d, #wrap-s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d {
  display: none;
}
#s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d, #wrap-s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d { display:none !important; }}@media (max-width: 767px){#s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e3e4a807-e0bd-4a11-a32c-0ab839e6650d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-fa4cdc78-99e3-4381-a7db-f7d7e0aea85e {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-fa4cdc78-99e3-4381-a7db-f7d7e0aea85e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa4cdc78-99e3-4381-a7db-f7d7e0aea85e.shg-box.shg-c {
  justify-content: center;
}

#s-dc71f45c-ad2c-42ee-958d-fc72f0ef6907 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-dc71f45c-ad2c-42ee-958d-fc72f0ef6907 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc71f45c-ad2c-42ee-958d-fc72f0ef6907.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-c0868331-63b6-44fe-a19d-4eff7f9003e5 {
  display: none;
}
#s-c0868331-63b6-44fe-a19d-4eff7f9003e5, #wrap-s-c0868331-63b6-44fe-a19d-4eff7f9003e5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c0868331-63b6-44fe-a19d-4eff7f9003e5 {
  display: none;
}
#s-c0868331-63b6-44fe-a19d-4eff7f9003e5, #wrap-s-c0868331-63b6-44fe-a19d-4eff7f9003e5 { display:none !important; }}@media (max-width: 767px){#s-c0868331-63b6-44fe-a19d-4eff7f9003e5 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c0868331-63b6-44fe-a19d-4eff7f9003e5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-fa006f05-d733-4e0d-98dc-62bbf472a87e {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-fa006f05-d733-4e0d-98dc-62bbf472a87e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa006f05-d733-4e0d-98dc-62bbf472a87e.shg-box.shg-c {
  justify-content: center;
}

#s-ccaa16a1-3374-4411-9e88-7a7034a49e20 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-ccaa16a1-3374-4411-9e88-7a7034a49e20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccaa16a1-3374-4411-9e88-7a7034a49e20.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22 {
  display: none;
}
#s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22, #wrap-s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22 {
  display: none;
}
#s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22, #wrap-s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22 { display:none !important; }}@media (max-width: 767px){#s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ce7bf302-c0a8-43e5-b15c-7a818ed17b22"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-2e708ea5-4856-4f0c-a8b5-85e72e7e41d1 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-2e708ea5-4856-4f0c-a8b5-85e72e7e41d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e708ea5-4856-4f0c-a8b5-85e72e7e41d1.shg-box.shg-c {
  justify-content: center;
}

#s-8b778959-5de8-41ae-a4aa-47ba79c35488 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-8b778959-5de8-41ae-a4aa-47ba79c35488 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b778959-5de8-41ae-a4aa-47ba79c35488.shg-box.shg-c {
  justify-content: center;
}

#s-2ade4f1b-1dda-497e-8979-88e3c4edcff1 {
  text-align: left;
}
@media (min-width: 1200px){#s-2ade4f1b-1dda-497e-8979-88e3c4edcff1 {
  display: none;
}
#s-2ade4f1b-1dda-497e-8979-88e3c4edcff1, #wrap-s-2ade4f1b-1dda-497e-8979-88e3c4edcff1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ade4f1b-1dda-497e-8979-88e3c4edcff1 {
  display: none;
}
#s-2ade4f1b-1dda-497e-8979-88e3c4edcff1, #wrap-s-2ade4f1b-1dda-497e-8979-88e3c4edcff1 { display:none !important; }}@media (max-width: 767px){#s-2ade4f1b-1dda-497e-8979-88e3c4edcff1 {
  margin-top: 30px;
}
}
#s-2ade4f1b-1dda-497e-8979-88e3c4edcff1 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-990b08c8-0e09-46b1-8f18-f9c2abec51a7 {
  text-align: left;
}




  #s-990b08c8-0e09-46b1-8f18-f9c2abec51a7 img.shogun-image {
    
    width: px;
  }


#s-990b08c8-0e09-46b1-8f18-f9c2abec51a7 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-7edba499-ba40-4040-ae48-701245705fc6 {
  display: none;
}
#s-7edba499-ba40-4040-ae48-701245705fc6, #wrap-s-7edba499-ba40-4040-ae48-701245705fc6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7edba499-ba40-4040-ae48-701245705fc6 {
  display: none;
}
#s-7edba499-ba40-4040-ae48-701245705fc6, #wrap-s-7edba499-ba40-4040-ae48-701245705fc6 { display:none !important; }}@media (max-width: 767px){#s-7edba499-ba40-4040-ae48-701245705fc6 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-7edba499-ba40-4040-ae48-701245705fc6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-7c4f4bcb-67f1-4d20-b2fe-5d0cb937efb1 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-7c4f4bcb-67f1-4d20-b2fe-5d0cb937efb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c4f4bcb-67f1-4d20-b2fe-5d0cb937efb1.shg-box.shg-c {
  justify-content: center;
}

#s-3217d6cd-574a-4b6a-9074-08511c85eb91 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-3217d6cd-574a-4b6a-9074-08511c85eb91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3217d6cd-574a-4b6a-9074-08511c85eb91.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-b08a653e-8ff6-4773-b45e-849772a71694 {
  display: none;
}
#s-b08a653e-8ff6-4773-b45e-849772a71694, #wrap-s-b08a653e-8ff6-4773-b45e-849772a71694 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b08a653e-8ff6-4773-b45e-849772a71694 {
  display: none;
}
#s-b08a653e-8ff6-4773-b45e-849772a71694, #wrap-s-b08a653e-8ff6-4773-b45e-849772a71694 { display:none !important; }}@media (max-width: 767px){#s-b08a653e-8ff6-4773-b45e-849772a71694 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b08a653e-8ff6-4773-b45e-849772a71694"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-1c7b8a06-bff9-4f4f-be4c-b290311da49a {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-1c7b8a06-bff9-4f4f-be4c-b290311da49a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c7b8a06-bff9-4f4f-be4c-b290311da49a.shg-box.shg-c {
  justify-content: center;
}

#s-1fdbdcb5-6d0b-423f-b316-f147a1d823b7 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-1fdbdcb5-6d0b-423f-b316-f147a1d823b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1fdbdcb5-6d0b-423f-b316-f147a1d823b7.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c {
  display: none;
}
#s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c, #wrap-s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c {
  display: none;
}
#s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c, #wrap-s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c { display:none !important; }}@media (max-width: 767px){#s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-11613af2-5c07-4d5b-84f2-7bb4e1aa654c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-1e54d988-d192-41b1-b327-bafe2eb1635c {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-1e54d988-d192-41b1-b327-bafe2eb1635c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e54d988-d192-41b1-b327-bafe2eb1635c.shg-box.shg-c {
  justify-content: center;
}

#s-015d8d83-0e76-47f9-a4c2-77245b2239b0 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-015d8d83-0e76-47f9-a4c2-77245b2239b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-015d8d83-0e76-47f9-a4c2-77245b2239b0.shg-box.shg-c {
  justify-content: center;
}

#s-7a98c85f-f727-4aa1-adf1-78df32fbd8b8 {
  text-align: left;
}
@media (min-width: 1200px){#s-7a98c85f-f727-4aa1-adf1-78df32fbd8b8 {
  display: none;
}
#s-7a98c85f-f727-4aa1-adf1-78df32fbd8b8, #wrap-s-7a98c85f-f727-4aa1-adf1-78df32fbd8b8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7a98c85f-f727-4aa1-adf1-78df32fbd8b8 {
  display: none;
}
#s-7a98c85f-f727-4aa1-adf1-78df32fbd8b8, #wrap-s-7a98c85f-f727-4aa1-adf1-78df32fbd8b8 { display:none !important; }}@media (max-width: 767px){#s-7a98c85f-f727-4aa1-adf1-78df32fbd8b8 {
  margin-top: 30px;
}
}
#s-7a98c85f-f727-4aa1-adf1-78df32fbd8b8 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9d8b6f97-58c5-4be2-9780-133e133298a1 {
  text-align: left;
}




  #s-9d8b6f97-58c5-4be2-9780-133e133298a1 img.shogun-image {
    
    width: px;
  }


#s-9d8b6f97-58c5-4be2-9780-133e133298a1 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-a7e0e8ae-3318-4b54-93fe-8bd677979010 {
  display: none;
}
#s-a7e0e8ae-3318-4b54-93fe-8bd677979010, #wrap-s-a7e0e8ae-3318-4b54-93fe-8bd677979010 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a7e0e8ae-3318-4b54-93fe-8bd677979010 {
  display: none;
}
#s-a7e0e8ae-3318-4b54-93fe-8bd677979010, #wrap-s-a7e0e8ae-3318-4b54-93fe-8bd677979010 { display:none !important; }}@media (max-width: 767px){#s-a7e0e8ae-3318-4b54-93fe-8bd677979010 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a7e0e8ae-3318-4b54-93fe-8bd677979010"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-25b686e0-bf20-4710-b772-00635ec107c0 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-25b686e0-bf20-4710-b772-00635ec107c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25b686e0-bf20-4710-b772-00635ec107c0.shg-box.shg-c {
  justify-content: center;
}

#s-c55937fa-dd5d-411d-b9af-b2fbf8431764 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-c55937fa-dd5d-411d-b9af-b2fbf8431764 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c55937fa-dd5d-411d-b9af-b2fbf8431764.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-a8513c81-f355-473c-9d40-9fe9942634b9 {
  display: none;
}
#s-a8513c81-f355-473c-9d40-9fe9942634b9, #wrap-s-a8513c81-f355-473c-9d40-9fe9942634b9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a8513c81-f355-473c-9d40-9fe9942634b9 {
  display: none;
}
#s-a8513c81-f355-473c-9d40-9fe9942634b9, #wrap-s-a8513c81-f355-473c-9d40-9fe9942634b9 { display:none !important; }}@media (max-width: 767px){#s-a8513c81-f355-473c-9d40-9fe9942634b9 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a8513c81-f355-473c-9d40-9fe9942634b9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-32be4618-948f-47bf-9f08-d8c0d57cba07 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-32be4618-948f-47bf-9f08-d8c0d57cba07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32be4618-948f-47bf-9f08-d8c0d57cba07.shg-box.shg-c {
  justify-content: center;
}

#s-33799c08-e5ba-458f-92e8-999b573af65f {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-33799c08-e5ba-458f-92e8-999b573af65f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33799c08-e5ba-458f-92e8-999b573af65f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0 {
  display: none;
}
#s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0, #wrap-s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0 {
  display: none;
}
#s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0, #wrap-s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0 { display:none !important; }}@media (max-width: 767px){#s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3f07ce59-ddfe-41a1-aa9a-b9a387ea47d0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-5584ba16-08e3-4e62-a710-2bb0262a89fe {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-5584ba16-08e3-4e62-a710-2bb0262a89fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5584ba16-08e3-4e62-a710-2bb0262a89fe.shg-box.shg-c {
  justify-content: center;
}

#s-be9c2116-aac5-425c-8a7b-15e90aaa17e3 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-be9c2116-aac5-425c-8a7b-15e90aaa17e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be9c2116-aac5-425c-8a7b-15e90aaa17e3.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-5fcc7114-c2b0-44af-963f-f5651b7330f2 {
  display: none;
}
#s-5fcc7114-c2b0-44af-963f-f5651b7330f2, #wrap-s-5fcc7114-c2b0-44af-963f-f5651b7330f2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5fcc7114-c2b0-44af-963f-f5651b7330f2 {
  display: none;
}
#s-5fcc7114-c2b0-44af-963f-f5651b7330f2, #wrap-s-5fcc7114-c2b0-44af-963f-f5651b7330f2 { display:none !important; }}@media (max-width: 767px){#s-5fcc7114-c2b0-44af-963f-f5651b7330f2 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5fcc7114-c2b0-44af-963f-f5651b7330f2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-f77d7071-b175-4e66-8e42-cf0a8fa91617 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-f77d7071-b175-4e66-8e42-cf0a8fa91617 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f77d7071-b175-4e66-8e42-cf0a8fa91617.shg-box.shg-c {
  justify-content: center;
}

#s-502b86c4-a51a-4f44-979f-f19c05e6db47 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-502b86c4-a51a-4f44-979f-f19c05e6db47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-502b86c4-a51a-4f44-979f-f19c05e6db47.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-eca63640-5984-498c-9d9b-491d81cba9ab {
  display: none;
}
#s-eca63640-5984-498c-9d9b-491d81cba9ab, #wrap-s-eca63640-5984-498c-9d9b-491d81cba9ab { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eca63640-5984-498c-9d9b-491d81cba9ab {
  display: none;
}
#s-eca63640-5984-498c-9d9b-491d81cba9ab, #wrap-s-eca63640-5984-498c-9d9b-491d81cba9ab { display:none !important; }}@media (max-width: 767px){#s-eca63640-5984-498c-9d9b-491d81cba9ab {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-eca63640-5984-498c-9d9b-491d81cba9ab"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-51c8cc96-3550-43e9-bc57-2231609c3b0a {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-51c8cc96-3550-43e9-bc57-2231609c3b0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51c8cc96-3550-43e9-bc57-2231609c3b0a.shg-box.shg-c {
  justify-content: center;
}

#s-18280097-7e38-41b2-821a-67ef99981a8e {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-18280097-7e38-41b2-821a-67ef99981a8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18280097-7e38-41b2-821a-67ef99981a8e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-7e215009-9b1e-404b-9335-2fa71947376c {
  display: none;
}
#s-7e215009-9b1e-404b-9335-2fa71947376c, #wrap-s-7e215009-9b1e-404b-9335-2fa71947376c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e215009-9b1e-404b-9335-2fa71947376c {
  display: none;
}
#s-7e215009-9b1e-404b-9335-2fa71947376c, #wrap-s-7e215009-9b1e-404b-9335-2fa71947376c { display:none !important; }}@media (max-width: 767px){#s-7e215009-9b1e-404b-9335-2fa71947376c {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-7e215009-9b1e-404b-9335-2fa71947376c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-edc5afb0-8a5e-4721-967d-3b5517c73246 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-edc5afb0-8a5e-4721-967d-3b5517c73246 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edc5afb0-8a5e-4721-967d-3b5517c73246.shg-box.shg-c {
  justify-content: center;
}

#s-d42e632e-9dc7-4313-b3c1-fa7c286754c0 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-d42e632e-9dc7-4313-b3c1-fa7c286754c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d42e632e-9dc7-4313-b3c1-fa7c286754c0.shg-box.shg-c {
  justify-content: center;
}

#s-e3377df9-368b-41f9-8c49-23860cfd3298 {
  text-align: left;
}
@media (min-width: 1200px){#s-e3377df9-368b-41f9-8c49-23860cfd3298 {
  display: none;
}
#s-e3377df9-368b-41f9-8c49-23860cfd3298, #wrap-s-e3377df9-368b-41f9-8c49-23860cfd3298 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e3377df9-368b-41f9-8c49-23860cfd3298 {
  display: none;
}
#s-e3377df9-368b-41f9-8c49-23860cfd3298, #wrap-s-e3377df9-368b-41f9-8c49-23860cfd3298 { display:none !important; }}@media (max-width: 767px){#s-e3377df9-368b-41f9-8c49-23860cfd3298 {
  margin-top: 30px;
}
}
#s-e3377df9-368b-41f9-8c49-23860cfd3298 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-49277a4c-296c-4e4b-b65a-3d203ad631b2 {
  text-align: left;
}




  #s-49277a4c-296c-4e4b-b65a-3d203ad631b2 img.shogun-image {
    
    width: px;
  }


#s-49277a4c-296c-4e4b-b65a-3d203ad631b2 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771 {
  display: none;
}
#s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771, #wrap-s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771 {
  display: none;
}
#s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771, #wrap-s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771 { display:none !important; }}@media (max-width: 767px){#s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0a4eb2fe-ae03-486a-a3b1-adb1bdf39771"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-da56664d-e9d9-48a3-819e-658c55f10508 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-da56664d-e9d9-48a3-819e-658c55f10508 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da56664d-e9d9-48a3-819e-658c55f10508.shg-box.shg-c {
  justify-content: center;
}

#s-76b5e58e-f856-4ddf-ad79-2b94644f5d29 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-76b5e58e-f856-4ddf-ad79-2b94644f5d29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76b5e58e-f856-4ddf-ad79-2b94644f5d29.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314 {
  display: none;
}
#s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314, #wrap-s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314 {
  display: none;
}
#s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314, #wrap-s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314 { display:none !important; }}@media (max-width: 767px){#s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-38d7d5d4-51d6-42c1-ab03-5b13c12e1314"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-eebfb838-9639-47b3-b616-a1ccfad349dc {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-eebfb838-9639-47b3-b616-a1ccfad349dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eebfb838-9639-47b3-b616-a1ccfad349dc.shg-box.shg-c {
  justify-content: center;
}

#s-a881240c-9cdd-42b6-a51d-8363b9620073 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-a881240c-9cdd-42b6-a51d-8363b9620073 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a881240c-9cdd-42b6-a51d-8363b9620073.shg-box.shg-c {
  justify-content: center;
}

#s-67b08cdf-a9f0-44d1-ab3e-540ea87dabcc {
  text-align: left;
}
@media (min-width: 1200px){#s-67b08cdf-a9f0-44d1-ab3e-540ea87dabcc {
  display: none;
}
#s-67b08cdf-a9f0-44d1-ab3e-540ea87dabcc, #wrap-s-67b08cdf-a9f0-44d1-ab3e-540ea87dabcc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67b08cdf-a9f0-44d1-ab3e-540ea87dabcc {
  display: none;
}
#s-67b08cdf-a9f0-44d1-ab3e-540ea87dabcc, #wrap-s-67b08cdf-a9f0-44d1-ab3e-540ea87dabcc { display:none !important; }}@media (max-width: 767px){#s-67b08cdf-a9f0-44d1-ab3e-540ea87dabcc {
  margin-top: 30px;
}
}
#s-67b08cdf-a9f0-44d1-ab3e-540ea87dabcc .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f95d580d-7c3a-46b1-aabb-30fc861815ba {
  text-align: left;
}




  #s-f95d580d-7c3a-46b1-aabb-30fc861815ba img.shogun-image {
    
    width: px;
  }


#s-f95d580d-7c3a-46b1-aabb-30fc861815ba .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-5e1b7f20-4906-4743-9d35-7a9a09a4780d {
  display: none;
}
#s-5e1b7f20-4906-4743-9d35-7a9a09a4780d, #wrap-s-5e1b7f20-4906-4743-9d35-7a9a09a4780d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e1b7f20-4906-4743-9d35-7a9a09a4780d {
  display: none;
}
#s-5e1b7f20-4906-4743-9d35-7a9a09a4780d, #wrap-s-5e1b7f20-4906-4743-9d35-7a9a09a4780d { display:none !important; }}@media (max-width: 767px){#s-5e1b7f20-4906-4743-9d35-7a9a09a4780d {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5e1b7f20-4906-4743-9d35-7a9a09a4780d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-1d4df793-4ee3-495e-8198-ca56cf19644c {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-1d4df793-4ee3-495e-8198-ca56cf19644c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d4df793-4ee3-495e-8198-ca56cf19644c.shg-box.shg-c {
  justify-content: center;
}

#s-a8ad6806-6867-4551-ab15-3a4a37706c92 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-a8ad6806-6867-4551-ab15-3a4a37706c92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8ad6806-6867-4551-ab15-3a4a37706c92.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5 {
  display: none;
}
#s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5, #wrap-s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5 {
  display: none;
}
#s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5, #wrap-s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5 { display:none !important; }}@media (max-width: 767px){#s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-1ca97131-82ab-4a4d-9d59-654cf20e7ed5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-49f9a89b-bcf6-4bc1-afd1-5cd4691af001 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-49f9a89b-bcf6-4bc1-afd1-5cd4691af001 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49f9a89b-bcf6-4bc1-afd1-5cd4691af001.shg-box.shg-c {
  justify-content: center;
}

#s-5092250b-6420-4c3f-9259-95ff10bfac6f {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-5092250b-6420-4c3f-9259-95ff10bfac6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5092250b-6420-4c3f-9259-95ff10bfac6f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-a2ceb09a-daaa-4b60-9215-a3efeb358476 {
  display: none;
}
#s-a2ceb09a-daaa-4b60-9215-a3efeb358476, #wrap-s-a2ceb09a-daaa-4b60-9215-a3efeb358476 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a2ceb09a-daaa-4b60-9215-a3efeb358476 {
  display: none;
}
#s-a2ceb09a-daaa-4b60-9215-a3efeb358476, #wrap-s-a2ceb09a-daaa-4b60-9215-a3efeb358476 { display:none !important; }}@media (max-width: 767px){#s-a2ceb09a-daaa-4b60-9215-a3efeb358476 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a2ceb09a-daaa-4b60-9215-a3efeb358476"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-704eb9c5-a1e3-4917-a716-978b151ed4e4 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-704eb9c5-a1e3-4917-a716-978b151ed4e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-704eb9c5-a1e3-4917-a716-978b151ed4e4.shg-box.shg-c {
  justify-content: center;
}

#s-4437dcb2-426a-4bd1-b72e-5cc5bf5b8fb2 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-4437dcb2-426a-4bd1-b72e-5cc5bf5b8fb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4437dcb2-426a-4bd1-b72e-5cc5bf5b8fb2.shg-box.shg-c {
  justify-content: center;
}

#s-441c0ae3-47bf-4789-9eac-b4153ab60298 {
  text-align: left;
}
@media (min-width: 1200px){#s-441c0ae3-47bf-4789-9eac-b4153ab60298 {
  display: none;
}
#s-441c0ae3-47bf-4789-9eac-b4153ab60298, #wrap-s-441c0ae3-47bf-4789-9eac-b4153ab60298 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-441c0ae3-47bf-4789-9eac-b4153ab60298 {
  display: none;
}
#s-441c0ae3-47bf-4789-9eac-b4153ab60298, #wrap-s-441c0ae3-47bf-4789-9eac-b4153ab60298 { display:none !important; }}@media (max-width: 767px){#s-441c0ae3-47bf-4789-9eac-b4153ab60298 {
  margin-top: 30px;
}
}
#s-441c0ae3-47bf-4789-9eac-b4153ab60298 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-de227f2b-c626-4ca4-ae5f-85f6f1759c53 {
  text-align: left;
}




  #s-de227f2b-c626-4ca4-ae5f-85f6f1759c53 img.shogun-image {
    
    width: px;
  }


#s-de227f2b-c626-4ca4-ae5f-85f6f1759c53 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-51038d81-cd28-4579-9bda-60d2d810fc3a {
  display: none;
}
#s-51038d81-cd28-4579-9bda-60d2d810fc3a, #wrap-s-51038d81-cd28-4579-9bda-60d2d810fc3a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-51038d81-cd28-4579-9bda-60d2d810fc3a {
  display: none;
}
#s-51038d81-cd28-4579-9bda-60d2d810fc3a, #wrap-s-51038d81-cd28-4579-9bda-60d2d810fc3a { display:none !important; }}@media (max-width: 767px){#s-51038d81-cd28-4579-9bda-60d2d810fc3a {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-51038d81-cd28-4579-9bda-60d2d810fc3a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-885a8797-6b0f-451e-a9d3-dee37c80624c {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-885a8797-6b0f-451e-a9d3-dee37c80624c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-885a8797-6b0f-451e-a9d3-dee37c80624c.shg-box.shg-c {
  justify-content: center;
}

#s-204cc682-e472-486d-aa6a-887ef638789f {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-204cc682-e472-486d-aa6a-887ef638789f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-204cc682-e472-486d-aa6a-887ef638789f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a {
  display: none;
}
#s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a, #wrap-s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a {
  display: none;
}
#s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a, #wrap-s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a { display:none !important; }}@media (max-width: 767px){#s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f764e4cf-ff42-4f80-a4bf-24e6d53ea60a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-0ec72fb2-0ca4-4a68-8adc-792aad9e5a4d {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-0ec72fb2-0ca4-4a68-8adc-792aad9e5a4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ec72fb2-0ca4-4a68-8adc-792aad9e5a4d.shg-box.shg-c {
  justify-content: center;
}

#s-fda047e1-790a-491d-b4b8-cf96c32d1358 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-fda047e1-790a-491d-b4b8-cf96c32d1358 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fda047e1-790a-491d-b4b8-cf96c32d1358.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-8848b996-aaa6-4683-9089-a2ac2fee54f5 {
  display: none;
}
#s-8848b996-aaa6-4683-9089-a2ac2fee54f5, #wrap-s-8848b996-aaa6-4683-9089-a2ac2fee54f5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8848b996-aaa6-4683-9089-a2ac2fee54f5 {
  display: none;
}
#s-8848b996-aaa6-4683-9089-a2ac2fee54f5, #wrap-s-8848b996-aaa6-4683-9089-a2ac2fee54f5 { display:none !important; }}@media (max-width: 767px){#s-8848b996-aaa6-4683-9089-a2ac2fee54f5 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8848b996-aaa6-4683-9089-a2ac2fee54f5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-18e9087a-fe37-48e8-a96b-327d07e3f427 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-18e9087a-fe37-48e8-a96b-327d07e3f427 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18e9087a-fe37-48e8-a96b-327d07e3f427.shg-box.shg-c {
  justify-content: center;
}

#s-ff6f1dd6-c32a-4634-a332-35dac893c219 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-ff6f1dd6-c32a-4634-a332-35dac893c219 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff6f1dd6-c32a-4634-a332-35dac893c219.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-341ebdbd-c644-4750-846c-28d3f04d3a6c {
  display: none;
}
#s-341ebdbd-c644-4750-846c-28d3f04d3a6c, #wrap-s-341ebdbd-c644-4750-846c-28d3f04d3a6c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-341ebdbd-c644-4750-846c-28d3f04d3a6c {
  display: none;
}
#s-341ebdbd-c644-4750-846c-28d3f04d3a6c, #wrap-s-341ebdbd-c644-4750-846c-28d3f04d3a6c { display:none !important; }}@media (max-width: 767px){#s-341ebdbd-c644-4750-846c-28d3f04d3a6c {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-341ebdbd-c644-4750-846c-28d3f04d3a6c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-ee747ba6-63be-4b06-b881-8c9a480d027b {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-ee747ba6-63be-4b06-b881-8c9a480d027b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee747ba6-63be-4b06-b881-8c9a480d027b.shg-box.shg-c {
  justify-content: center;
}

#s-240a804a-4db4-4294-aee6-52e973d3501c {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-240a804a-4db4-4294-aee6-52e973d3501c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-240a804a-4db4-4294-aee6-52e973d3501c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f {
  display: none;
}
#s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f, #wrap-s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f {
  display: none;
}
#s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f, #wrap-s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f { display:none !important; }}@media (max-width: 767px){#s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-bce3e03d-b1d9-47f0-a211-3dedad6fcf1f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-7200eb90-8c4f-48c8-b3bd-6674a9a8370f {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-7200eb90-8c4f-48c8-b3bd-6674a9a8370f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7200eb90-8c4f-48c8-b3bd-6674a9a8370f.shg-box.shg-c {
  justify-content: center;
}

#s-062aa304-e814-4de5-8d0c-776ce5cdfc59 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-062aa304-e814-4de5-8d0c-776ce5cdfc59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-062aa304-e814-4de5-8d0c-776ce5cdfc59.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-b359e87b-b262-4ca4-9360-a8fbce454edc {
  display: none;
}
#s-b359e87b-b262-4ca4-9360-a8fbce454edc, #wrap-s-b359e87b-b262-4ca4-9360-a8fbce454edc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b359e87b-b262-4ca4-9360-a8fbce454edc {
  display: none;
}
#s-b359e87b-b262-4ca4-9360-a8fbce454edc, #wrap-s-b359e87b-b262-4ca4-9360-a8fbce454edc { display:none !important; }}@media (max-width: 767px){#s-b359e87b-b262-4ca4-9360-a8fbce454edc {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b359e87b-b262-4ca4-9360-a8fbce454edc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-14e978a7-cb9f-43d6-8144-0977c6ba2c74 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-14e978a7-cb9f-43d6-8144-0977c6ba2c74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14e978a7-cb9f-43d6-8144-0977c6ba2c74.shg-box.shg-c {
  justify-content: center;
}

#s-d817ccf1-c98a-4e68-9bf2-1fabff774208 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-d817ccf1-c98a-4e68-9bf2-1fabff774208 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d817ccf1-c98a-4e68-9bf2-1fabff774208.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03 {
  display: none;
}
#s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03, #wrap-s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03 {
  display: none;
}
#s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03, #wrap-s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03 { display:none !important; }}@media (max-width: 767px){#s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-24c4f4f3-fb69-4f2a-8475-c1fe8fcc0b03"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-363018cd-db2a-424e-9ec8-f98907ee3177 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-363018cd-db2a-424e-9ec8-f98907ee3177 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-363018cd-db2a-424e-9ec8-f98907ee3177.shg-box.shg-c {
  justify-content: center;
}

#s-09ae4c4e-b8d7-4955-8170-f5cf662f83e5 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-09ae4c4e-b8d7-4955-8170-f5cf662f83e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09ae4c4e-b8d7-4955-8170-f5cf662f83e5.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-3f8ce891-0831-412e-9d06-1c3efbcdfc36 {
  display: none;
}
#s-3f8ce891-0831-412e-9d06-1c3efbcdfc36, #wrap-s-3f8ce891-0831-412e-9d06-1c3efbcdfc36 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f8ce891-0831-412e-9d06-1c3efbcdfc36 {
  display: none;
}
#s-3f8ce891-0831-412e-9d06-1c3efbcdfc36, #wrap-s-3f8ce891-0831-412e-9d06-1c3efbcdfc36 { display:none !important; }}@media (max-width: 767px){#s-3f8ce891-0831-412e-9d06-1c3efbcdfc36 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3f8ce891-0831-412e-9d06-1c3efbcdfc36"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-c37ac556-7402-4d57-9cc0-aadf8206f26a {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-c37ac556-7402-4d57-9cc0-aadf8206f26a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c37ac556-7402-4d57-9cc0-aadf8206f26a.shg-box.shg-c {
  justify-content: center;
}

#s-5788ffb4-3c1c-4ac8-80fb-d83a82daa1f7 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-5788ffb4-3c1c-4ac8-80fb-d83a82daa1f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5788ffb4-3c1c-4ac8-80fb-d83a82daa1f7.shg-box.shg-c {
  justify-content: center;
}

#s-e7be9253-b65e-4b40-9706-bd9811e45e9b {
  text-align: left;
}
@media (min-width: 1200px){#s-e7be9253-b65e-4b40-9706-bd9811e45e9b {
  display: none;
}
#s-e7be9253-b65e-4b40-9706-bd9811e45e9b, #wrap-s-e7be9253-b65e-4b40-9706-bd9811e45e9b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e7be9253-b65e-4b40-9706-bd9811e45e9b {
  display: none;
}
#s-e7be9253-b65e-4b40-9706-bd9811e45e9b, #wrap-s-e7be9253-b65e-4b40-9706-bd9811e45e9b { display:none !important; }}@media (max-width: 767px){#s-e7be9253-b65e-4b40-9706-bd9811e45e9b {
  margin-top: 30px;
}
}
#s-e7be9253-b65e-4b40-9706-bd9811e45e9b .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0be0d24a-4134-4c9e-935e-57930029ab17 {
  text-align: left;
}




  #s-0be0d24a-4134-4c9e-935e-57930029ab17 img.shogun-image {
    
    width: px;
  }


#s-0be0d24a-4134-4c9e-935e-57930029ab17 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-6f5593d0-9a48-4558-8187-1f97fcaa6f87 {
  display: none;
}
#s-6f5593d0-9a48-4558-8187-1f97fcaa6f87, #wrap-s-6f5593d0-9a48-4558-8187-1f97fcaa6f87 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6f5593d0-9a48-4558-8187-1f97fcaa6f87 {
  display: none;
}
#s-6f5593d0-9a48-4558-8187-1f97fcaa6f87, #wrap-s-6f5593d0-9a48-4558-8187-1f97fcaa6f87 { display:none !important; }}@media (max-width: 767px){#s-6f5593d0-9a48-4558-8187-1f97fcaa6f87 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-6f5593d0-9a48-4558-8187-1f97fcaa6f87"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-38b230c7-f249-4c19-8af7-71cbeebd2afe {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-38b230c7-f249-4c19-8af7-71cbeebd2afe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38b230c7-f249-4c19-8af7-71cbeebd2afe.shg-box.shg-c {
  justify-content: center;
}

#s-0924a90c-6f9a-40de-a08c-9f753bd3db07 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-0924a90c-6f9a-40de-a08c-9f753bd3db07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0924a90c-6f9a-40de-a08c-9f753bd3db07.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-c5e073a8-7e15-44a1-a85b-6a07e9410f14 {
  display: none;
}
#s-c5e073a8-7e15-44a1-a85b-6a07e9410f14, #wrap-s-c5e073a8-7e15-44a1-a85b-6a07e9410f14 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c5e073a8-7e15-44a1-a85b-6a07e9410f14 {
  display: none;
}
#s-c5e073a8-7e15-44a1-a85b-6a07e9410f14, #wrap-s-c5e073a8-7e15-44a1-a85b-6a07e9410f14 { display:none !important; }}@media (max-width: 767px){#s-c5e073a8-7e15-44a1-a85b-6a07e9410f14 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c5e073a8-7e15-44a1-a85b-6a07e9410f14"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-ab59eea5-103e-478a-9215-f00bf265d9a3 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-ab59eea5-103e-478a-9215-f00bf265d9a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab59eea5-103e-478a-9215-f00bf265d9a3.shg-box.shg-c {
  justify-content: center;
}

#s-ed4184d0-107a-4ebf-84e7-bb6693674783 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-ed4184d0-107a-4ebf-84e7-bb6693674783 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed4184d0-107a-4ebf-84e7-bb6693674783.shg-box.shg-c {
  justify-content: center;
}

#s-8d61d80a-67c4-4a92-8627-6fe078630b63 {
  text-align: left;
}
@media (min-width: 1200px){#s-8d61d80a-67c4-4a92-8627-6fe078630b63 {
  display: none;
}
#s-8d61d80a-67c4-4a92-8627-6fe078630b63, #wrap-s-8d61d80a-67c4-4a92-8627-6fe078630b63 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8d61d80a-67c4-4a92-8627-6fe078630b63 {
  display: none;
}
#s-8d61d80a-67c4-4a92-8627-6fe078630b63, #wrap-s-8d61d80a-67c4-4a92-8627-6fe078630b63 { display:none !important; }}@media (max-width: 767px){#s-8d61d80a-67c4-4a92-8627-6fe078630b63 {
  margin-top: 30px;
}
}
#s-8d61d80a-67c4-4a92-8627-6fe078630b63 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 1200px){#s-bb2ef6fc-274c-4060-8c4a-2c780162939f {
  display: none;
}
#s-bb2ef6fc-274c-4060-8c4a-2c780162939f, #wrap-s-bb2ef6fc-274c-4060-8c4a-2c780162939f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bb2ef6fc-274c-4060-8c4a-2c780162939f {
  display: none;
}
#s-bb2ef6fc-274c-4060-8c4a-2c780162939f, #wrap-s-bb2ef6fc-274c-4060-8c4a-2c780162939f { display:none !important; }}@media (max-width: 767px){#s-bb2ef6fc-274c-4060-8c4a-2c780162939f {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-bb2ef6fc-274c-4060-8c4a-2c780162939f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-22e60c15-15d0-4fb8-b2a8-0c2acc3bc20c {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-22e60c15-15d0-4fb8-b2a8-0c2acc3bc20c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22e60c15-15d0-4fb8-b2a8-0c2acc3bc20c.shg-box.shg-c {
  justify-content: center;
}

#s-56ae49e4-b3d5-4b71-9c0c-be388735a9ea {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-56ae49e4-b3d5-4b71-9c0c-be388735a9ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56ae49e4-b3d5-4b71-9c0c-be388735a9ea.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-cdc2384f-5765-4e2a-8d57-f95e50628ff7 {
  display: none;
}
#s-cdc2384f-5765-4e2a-8d57-f95e50628ff7, #wrap-s-cdc2384f-5765-4e2a-8d57-f95e50628ff7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cdc2384f-5765-4e2a-8d57-f95e50628ff7 {
  display: none;
}
#s-cdc2384f-5765-4e2a-8d57-f95e50628ff7, #wrap-s-cdc2384f-5765-4e2a-8d57-f95e50628ff7 { display:none !important; }}@media (max-width: 767px){#s-cdc2384f-5765-4e2a-8d57-f95e50628ff7 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-cdc2384f-5765-4e2a-8d57-f95e50628ff7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-86af2b27-28e8-455c-b772-c88ab7298333 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-86af2b27-28e8-455c-b772-c88ab7298333 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86af2b27-28e8-455c-b772-c88ab7298333.shg-box.shg-c {
  justify-content: center;
}

#s-7ef4d2f5-3f7b-4da0-9d44-1028f645d9b9 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-7ef4d2f5-3f7b-4da0-9d44-1028f645d9b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ef4d2f5-3f7b-4da0-9d44-1028f645d9b9.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29 {
  display: none;
}
#s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29, #wrap-s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29 {
  display: none;
}
#s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29, #wrap-s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29 { display:none !important; }}@media (max-width: 767px){#s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c5d19b13-dea9-4e1b-953a-7ec34e7d3b29"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-c7dc1977-8421-4488-a08c-f702ada95c29 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-c7dc1977-8421-4488-a08c-f702ada95c29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7dc1977-8421-4488-a08c-f702ada95c29.shg-box.shg-c {
  justify-content: center;
}

#s-b6e9a472-f9ad-4c69-a789-45c5a7f58c71 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-b6e9a472-f9ad-4c69-a789-45c5a7f58c71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6e9a472-f9ad-4c69-a789-45c5a7f58c71.shg-box.shg-c {
  justify-content: center;
}

#s-9dea22e1-fc09-42d5-bfb4-3f4f500abb08 {
  text-align: left;
}
@media (min-width: 1200px){#s-9dea22e1-fc09-42d5-bfb4-3f4f500abb08 {
  display: none;
}
#s-9dea22e1-fc09-42d5-bfb4-3f4f500abb08, #wrap-s-9dea22e1-fc09-42d5-bfb4-3f4f500abb08 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9dea22e1-fc09-42d5-bfb4-3f4f500abb08 {
  display: none;
}
#s-9dea22e1-fc09-42d5-bfb4-3f4f500abb08, #wrap-s-9dea22e1-fc09-42d5-bfb4-3f4f500abb08 { display:none !important; }}@media (max-width: 767px){#s-9dea22e1-fc09-42d5-bfb4-3f4f500abb08 {
  margin-top: 30px;
}
}
#s-9dea22e1-fc09-42d5-bfb4-3f4f500abb08 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 1200px){#s-a77a5ee6-9a25-4230-80d8-76f001352cfc {
  display: none;
}
#s-a77a5ee6-9a25-4230-80d8-76f001352cfc, #wrap-s-a77a5ee6-9a25-4230-80d8-76f001352cfc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a77a5ee6-9a25-4230-80d8-76f001352cfc {
  display: none;
}
#s-a77a5ee6-9a25-4230-80d8-76f001352cfc, #wrap-s-a77a5ee6-9a25-4230-80d8-76f001352cfc { display:none !important; }}@media (max-width: 767px){#s-a77a5ee6-9a25-4230-80d8-76f001352cfc {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a77a5ee6-9a25-4230-80d8-76f001352cfc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-d368f80b-7057-4fc6-ba5a-410f7ca7b0cd {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-d368f80b-7057-4fc6-ba5a-410f7ca7b0cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d368f80b-7057-4fc6-ba5a-410f7ca7b0cd.shg-box.shg-c {
  justify-content: center;
}

#s-0bce9f28-43fe-4566-a957-f36cdbded981 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-0bce9f28-43fe-4566-a957-f36cdbded981 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bce9f28-43fe-4566-a957-f36cdbded981.shg-box.shg-c {
  justify-content: center;
}

#s-d0f82b1a-276e-4157-95e0-395ca7283cde {
  text-align: left;
}
@media (min-width: 1200px){#s-d0f82b1a-276e-4157-95e0-395ca7283cde {
  display: none;
}
#s-d0f82b1a-276e-4157-95e0-395ca7283cde, #wrap-s-d0f82b1a-276e-4157-95e0-395ca7283cde { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d0f82b1a-276e-4157-95e0-395ca7283cde {
  display: none;
}
#s-d0f82b1a-276e-4157-95e0-395ca7283cde, #wrap-s-d0f82b1a-276e-4157-95e0-395ca7283cde { display:none !important; }}@media (max-width: 767px){#s-d0f82b1a-276e-4157-95e0-395ca7283cde {
  margin-top: 30px;
}
}
#s-d0f82b1a-276e-4157-95e0-395ca7283cde .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 1200px){#s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6 {
  display: none;
}
#s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6, #wrap-s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6 {
  display: none;
}
#s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6, #wrap-s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6 { display:none !important; }}@media (max-width: 767px){#s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-6479de65-5aca-4f9d-a5fd-a54c8c1a78a6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-350d9e5b-cf9d-4ffc-8c96-9126451f7be0 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-350d9e5b-cf9d-4ffc-8c96-9126451f7be0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-350d9e5b-cf9d-4ffc-8c96-9126451f7be0.shg-box.shg-c {
  justify-content: center;
}

#s-9f215206-3644-4ccb-88e4-85bf03193828 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-9f215206-3644-4ccb-88e4-85bf03193828 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f215206-3644-4ccb-88e4-85bf03193828.shg-box.shg-c {
  justify-content: center;
}

#s-82882a57-94df-4889-9867-64eb8a776bc4 {
  text-align: left;
}
@media (min-width: 1200px){#s-82882a57-94df-4889-9867-64eb8a776bc4 {
  display: none;
}
#s-82882a57-94df-4889-9867-64eb8a776bc4, #wrap-s-82882a57-94df-4889-9867-64eb8a776bc4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-82882a57-94df-4889-9867-64eb8a776bc4 {
  display: none;
}
#s-82882a57-94df-4889-9867-64eb8a776bc4, #wrap-s-82882a57-94df-4889-9867-64eb8a776bc4 { display:none !important; }}@media (max-width: 767px){#s-82882a57-94df-4889-9867-64eb8a776bc4 {
  margin-top: 30px;
}
}
#s-82882a57-94df-4889-9867-64eb8a776bc4 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 1200px){#s-3363a99c-6557-476e-bb31-d77d0e44e472 {
  display: none;
}
#s-3363a99c-6557-476e-bb31-d77d0e44e472, #wrap-s-3363a99c-6557-476e-bb31-d77d0e44e472 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3363a99c-6557-476e-bb31-d77d0e44e472 {
  display: none;
}
#s-3363a99c-6557-476e-bb31-d77d0e44e472, #wrap-s-3363a99c-6557-476e-bb31-d77d0e44e472 { display:none !important; }}@media (max-width: 767px){#s-3363a99c-6557-476e-bb31-d77d0e44e472 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3363a99c-6557-476e-bb31-d77d0e44e472"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-5e3929ba-d442-46db-bd02-a596536d8567 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-5e3929ba-d442-46db-bd02-a596536d8567 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e3929ba-d442-46db-bd02-a596536d8567.shg-box.shg-c {
  justify-content: center;
}

#s-c0e06019-9dbb-4252-9561-5f24ca21f982 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-c0e06019-9dbb-4252-9561-5f24ca21f982 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0e06019-9dbb-4252-9561-5f24ca21f982.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b {
  display: none;
}
#s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b, #wrap-s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b {
  display: none;
}
#s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b, #wrap-s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b { display:none !important; }}@media (max-width: 767px){#s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5fd9f9d8-1a76-4752-9fe5-d5b75e033a9b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-c2874abb-4e31-40bd-b31f-d82af4f81964 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-c2874abb-4e31-40bd-b31f-d82af4f81964 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2874abb-4e31-40bd-b31f-d82af4f81964.shg-box.shg-c {
  justify-content: center;
}

#s-2ceb8db6-5439-4823-8f00-19037fb679a0 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-2ceb8db6-5439-4823-8f00-19037fb679a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ceb8db6-5439-4823-8f00-19037fb679a0.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-211eddfa-d087-4a0a-b125-025d4a3a01c9 {
  display: none;
}
#s-211eddfa-d087-4a0a-b125-025d4a3a01c9, #wrap-s-211eddfa-d087-4a0a-b125-025d4a3a01c9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-211eddfa-d087-4a0a-b125-025d4a3a01c9 {
  display: none;
}
#s-211eddfa-d087-4a0a-b125-025d4a3a01c9, #wrap-s-211eddfa-d087-4a0a-b125-025d4a3a01c9 { display:none !important; }}@media (max-width: 767px){#s-211eddfa-d087-4a0a-b125-025d4a3a01c9 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-211eddfa-d087-4a0a-b125-025d4a3a01c9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-e3255271-0c0a-40f4-b4fd-bf8ef503685f {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-e3255271-0c0a-40f4-b4fd-bf8ef503685f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3255271-0c0a-40f4-b4fd-bf8ef503685f.shg-box.shg-c {
  justify-content: center;
}

#s-654a5d7d-8a60-4213-be7f-4a6ae0ed9177 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-654a5d7d-8a60-4213-be7f-4a6ae0ed9177 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-654a5d7d-8a60-4213-be7f-4a6ae0ed9177.shg-box.shg-c {
  justify-content: center;
}

#s-65e3e815-5a16-4cd0-833c-a2007ac05a69 {
  text-align: left;
}
@media (min-width: 1200px){#s-65e3e815-5a16-4cd0-833c-a2007ac05a69 {
  display: none;
}
#s-65e3e815-5a16-4cd0-833c-a2007ac05a69, #wrap-s-65e3e815-5a16-4cd0-833c-a2007ac05a69 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-65e3e815-5a16-4cd0-833c-a2007ac05a69 {
  display: none;
}
#s-65e3e815-5a16-4cd0-833c-a2007ac05a69, #wrap-s-65e3e815-5a16-4cd0-833c-a2007ac05a69 { display:none !important; }}@media (max-width: 767px){#s-65e3e815-5a16-4cd0-833c-a2007ac05a69 {
  margin-top: 30px;
}
}
#s-65e3e815-5a16-4cd0-833c-a2007ac05a69 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 1200px){#s-a29016e2-935d-4a53-bfcf-3c76554d7f64 {
  display: none;
}
#s-a29016e2-935d-4a53-bfcf-3c76554d7f64, #wrap-s-a29016e2-935d-4a53-bfcf-3c76554d7f64 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a29016e2-935d-4a53-bfcf-3c76554d7f64 {
  display: none;
}
#s-a29016e2-935d-4a53-bfcf-3c76554d7f64, #wrap-s-a29016e2-935d-4a53-bfcf-3c76554d7f64 { display:none !important; }}@media (max-width: 767px){#s-a29016e2-935d-4a53-bfcf-3c76554d7f64 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a29016e2-935d-4a53-bfcf-3c76554d7f64"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-f7fe1481-ff16-4674-8d5c-5e0ace38fa67 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 120px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-f7fe1481-ff16-4674-8d5c-5e0ace38fa67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7fe1481-ff16-4674-8d5c-5e0ace38fa67.shg-box.shg-c {
  justify-content: center;
}

#s-4c760bc4-38d2-4811-9402-e93064c66393 {
  min-height: 120px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-4c760bc4-38d2-4811-9402-e93064c66393 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c760bc4-38d2-4811-9402-e93064c66393.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-ca842448-8a00-451f-9ec2-94814e6b52a1 {
  display: none;
}
#s-ca842448-8a00-451f-9ec2-94814e6b52a1, #wrap-s-ca842448-8a00-451f-9ec2-94814e6b52a1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ca842448-8a00-451f-9ec2-94814e6b52a1 {
  display: none;
}
#s-ca842448-8a00-451f-9ec2-94814e6b52a1, #wrap-s-ca842448-8a00-451f-9ec2-94814e6b52a1 { display:none !important; }}@media (max-width: 767px){#s-ca842448-8a00-451f-9ec2-94814e6b52a1 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ca842448-8a00-451f-9ec2-94814e6b52a1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-ee169fea-d177-4d5c-854b-c756d1363d7a {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-ee169fea-d177-4d5c-854b-c756d1363d7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee169fea-d177-4d5c-854b-c756d1363d7a.shg-box.shg-c {
  justify-content: center;
}

#s-28c730ed-eeb2-4784-85c6-9ba9500f4e79 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-28c730ed-eeb2-4784-85c6-9ba9500f4e79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28c730ed-eeb2-4784-85c6-9ba9500f4e79.shg-box.shg-c {
  justify-content: center;
}

#s-39ff367a-651a-4f09-862c-71ae410917f2 {
  min-height: 50px;
}








#s-39ff367a-651a-4f09-862c-71ae410917f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39ff367a-651a-4f09-862c-71ae410917f2.shg-box.shg-c {
  justify-content: center;
}

#s-f59db0c1-2a4e-4832-b7e7-9340844c7072 {
  text-align: left;
}
@media (min-width: 1200px){#s-f59db0c1-2a4e-4832-b7e7-9340844c7072 {
  display: none;
}
#s-f59db0c1-2a4e-4832-b7e7-9340844c7072, #wrap-s-f59db0c1-2a4e-4832-b7e7-9340844c7072 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f59db0c1-2a4e-4832-b7e7-9340844c7072 {
  display: none;
}
#s-f59db0c1-2a4e-4832-b7e7-9340844c7072, #wrap-s-f59db0c1-2a4e-4832-b7e7-9340844c7072 { display:none !important; }}@media (max-width: 767px){#s-f59db0c1-2a4e-4832-b7e7-9340844c7072 {
  margin-top: 30px;
}
}
#s-f59db0c1-2a4e-4832-b7e7-9340844c7072 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-02cf8f8d-01d0-4c3a-b747-2fdf1b946a6d {
  text-align: left;
}




  #s-02cf8f8d-01d0-4c3a-b747-2fdf1b946a6d img.shogun-image {
    
    width: px;
  }


#s-02cf8f8d-01d0-4c3a-b747-2fdf1b946a6d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-3d1987a2-7948-4a57-82de-1c26650bff05 {
  display: none;
}
#s-3d1987a2-7948-4a57-82de-1c26650bff05, #wrap-s-3d1987a2-7948-4a57-82de-1c26650bff05 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d1987a2-7948-4a57-82de-1c26650bff05 {
  display: none;
}
#s-3d1987a2-7948-4a57-82de-1c26650bff05, #wrap-s-3d1987a2-7948-4a57-82de-1c26650bff05 { display:none !important; }}@media (max-width: 767px){#s-3d1987a2-7948-4a57-82de-1c26650bff05 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3d1987a2-7948-4a57-82de-1c26650bff05"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-0fc1ea2a-3843-48f6-a20c-0bdaafc34dd2 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 130px;
background-color: rgba(245, 245, 245, 1);
}








#s-0fc1ea2a-3843-48f6-a20c-0bdaafc34dd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fc1ea2a-3843-48f6-a20c-0bdaafc34dd2.shg-box.shg-c {
  justify-content: center;
}

#s-37ba5e40-cbd6-4705-bbc7-e375f0b42d99 {
  min-height: 130px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-37ba5e40-cbd6-4705-bbc7-e375f0b42d99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37ba5e40-cbd6-4705-bbc7-e375f0b42d99.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf {
  display: none;
}
#s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf, #wrap-s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf {
  display: none;
}
#s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf, #wrap-s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf { display:none !important; }}@media (max-width: 767px){#s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b10c24d8-5a92-4dce-bbe3-3276a6a34aaf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-21e88597-36ad-4650-830d-33da83cef5ff {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-21e88597-36ad-4650-830d-33da83cef5ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21e88597-36ad-4650-830d-33da83cef5ff.shg-box.shg-c {
  justify-content: center;
}

#s-91923fd2-f329-4bab-8231-064d3d7859fa {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-91923fd2-f329-4bab-8231-064d3d7859fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91923fd2-f329-4bab-8231-064d3d7859fa.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-208ac8c2-3882-45aa-b374-c6d0077da338 {
  display: none;
}
#s-208ac8c2-3882-45aa-b374-c6d0077da338, #wrap-s-208ac8c2-3882-45aa-b374-c6d0077da338 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-208ac8c2-3882-45aa-b374-c6d0077da338 {
  display: none;
}
#s-208ac8c2-3882-45aa-b374-c6d0077da338, #wrap-s-208ac8c2-3882-45aa-b374-c6d0077da338 { display:none !important; }}@media (max-width: 767px){#s-208ac8c2-3882-45aa-b374-c6d0077da338 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-208ac8c2-3882-45aa-b374-c6d0077da338"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-d3a53dac-5727-40b4-b46a-dad169b169d9 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-d3a53dac-5727-40b4-b46a-dad169b169d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3a53dac-5727-40b4-b46a-dad169b169d9.shg-box.shg-c {
  justify-content: center;
}

#s-7c36871b-b7b3-4a73-afbd-4a557fa43cf8 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-7c36871b-b7b3-4a73-afbd-4a557fa43cf8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c36871b-b7b3-4a73-afbd-4a557fa43cf8.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-a4f87a29-9d65-426d-ac5b-924e1f1798f8 {
  display: none;
}
#s-a4f87a29-9d65-426d-ac5b-924e1f1798f8, #wrap-s-a4f87a29-9d65-426d-ac5b-924e1f1798f8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a4f87a29-9d65-426d-ac5b-924e1f1798f8 {
  display: none;
}
#s-a4f87a29-9d65-426d-ac5b-924e1f1798f8, #wrap-s-a4f87a29-9d65-426d-ac5b-924e1f1798f8 { display:none !important; }}@media (max-width: 767px){#s-a4f87a29-9d65-426d-ac5b-924e1f1798f8 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a4f87a29-9d65-426d-ac5b-924e1f1798f8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-f028984c-02e6-4c5f-9a79-900eea14f14c {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-f028984c-02e6-4c5f-9a79-900eea14f14c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f028984c-02e6-4c5f-9a79-900eea14f14c.shg-box.shg-c {
  justify-content: center;
}

#s-c8c61d22-9d45-4bbf-9c3d-34e37b6c7c29 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-c8c61d22-9d45-4bbf-9c3d-34e37b6c7c29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8c61d22-9d45-4bbf-9c3d-34e37b6c7c29.shg-box.shg-c {
  justify-content: center;
}

#s-853a356a-4af7-4bc4-a2f8-024672321b09 {
  text-align: left;
}
@media (min-width: 1200px){#s-853a356a-4af7-4bc4-a2f8-024672321b09 {
  display: none;
}
#s-853a356a-4af7-4bc4-a2f8-024672321b09, #wrap-s-853a356a-4af7-4bc4-a2f8-024672321b09 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-853a356a-4af7-4bc4-a2f8-024672321b09 {
  display: none;
}
#s-853a356a-4af7-4bc4-a2f8-024672321b09, #wrap-s-853a356a-4af7-4bc4-a2f8-024672321b09 { display:none !important; }}@media (max-width: 767px){#s-853a356a-4af7-4bc4-a2f8-024672321b09 {
  margin-top: 30px;
}
}
#s-853a356a-4af7-4bc4-a2f8-024672321b09 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1d8c35a0-8b4f-48a3-a944-ab77862db6a0 {
  text-align: left;
}




  #s-1d8c35a0-8b4f-48a3-a944-ab77862db6a0 img.shogun-image {
    
    width: px;
  }


#s-1d8c35a0-8b4f-48a3-a944-ab77862db6a0 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-00ecc5af-5e97-4c09-9fab-beb13276a9ed {
  display: none;
}
#s-00ecc5af-5e97-4c09-9fab-beb13276a9ed, #wrap-s-00ecc5af-5e97-4c09-9fab-beb13276a9ed { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-00ecc5af-5e97-4c09-9fab-beb13276a9ed {
  display: none;
}
#s-00ecc5af-5e97-4c09-9fab-beb13276a9ed, #wrap-s-00ecc5af-5e97-4c09-9fab-beb13276a9ed { display:none !important; }}@media (max-width: 767px){#s-00ecc5af-5e97-4c09-9fab-beb13276a9ed {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-00ecc5af-5e97-4c09-9fab-beb13276a9ed"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-46d2e337-8ffa-4fdb-915d-fdab5c0da3eb {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-46d2e337-8ffa-4fdb-915d-fdab5c0da3eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46d2e337-8ffa-4fdb-915d-fdab5c0da3eb.shg-box.shg-c {
  justify-content: center;
}

#s-47703a2d-6e66-4d9e-9459-7845ee2e03c0 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-47703a2d-6e66-4d9e-9459-7845ee2e03c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47703a2d-6e66-4d9e-9459-7845ee2e03c0.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-20c38b5f-b483-4e6a-a685-2ea986861422 {
  display: none;
}
#s-20c38b5f-b483-4e6a-a685-2ea986861422, #wrap-s-20c38b5f-b483-4e6a-a685-2ea986861422 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-20c38b5f-b483-4e6a-a685-2ea986861422 {
  display: none;
}
#s-20c38b5f-b483-4e6a-a685-2ea986861422, #wrap-s-20c38b5f-b483-4e6a-a685-2ea986861422 { display:none !important; }}@media (max-width: 767px){#s-20c38b5f-b483-4e6a-a685-2ea986861422 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-20c38b5f-b483-4e6a-a685-2ea986861422"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-35689837-f973-47d4-8ca8-78083e7b9592 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-35689837-f973-47d4-8ca8-78083e7b9592 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35689837-f973-47d4-8ca8-78083e7b9592.shg-box.shg-c {
  justify-content: center;
}

#s-75aa0de2-e9c3-457d-8cad-00694be49059 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-75aa0de2-e9c3-457d-8cad-00694be49059 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75aa0de2-e9c3-457d-8cad-00694be49059.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-a76ac312-8282-452e-94d3-112ee866ff53 {
  display: none;
}
#s-a76ac312-8282-452e-94d3-112ee866ff53, #wrap-s-a76ac312-8282-452e-94d3-112ee866ff53 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a76ac312-8282-452e-94d3-112ee866ff53 {
  display: none;
}
#s-a76ac312-8282-452e-94d3-112ee866ff53, #wrap-s-a76ac312-8282-452e-94d3-112ee866ff53 { display:none !important; }}@media (max-width: 767px){#s-a76ac312-8282-452e-94d3-112ee866ff53 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a76ac312-8282-452e-94d3-112ee866ff53"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-805ebf67-530c-4d1f-9363-8614ceef208e {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-805ebf67-530c-4d1f-9363-8614ceef208e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-805ebf67-530c-4d1f-9363-8614ceef208e.shg-box.shg-c {
  justify-content: center;
}

#s-710d1478-b096-404c-9585-14fc627d87ce {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-710d1478-b096-404c-9585-14fc627d87ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-710d1478-b096-404c-9585-14fc627d87ce.shg-box.shg-c {
  justify-content: center;
}

#s-13c54faf-6a48-4de5-aa09-405e6ddef70a {
  text-align: left;
}
@media (min-width: 1200px){#s-13c54faf-6a48-4de5-aa09-405e6ddef70a {
  display: none;
}
#s-13c54faf-6a48-4de5-aa09-405e6ddef70a, #wrap-s-13c54faf-6a48-4de5-aa09-405e6ddef70a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-13c54faf-6a48-4de5-aa09-405e6ddef70a {
  display: none;
}
#s-13c54faf-6a48-4de5-aa09-405e6ddef70a, #wrap-s-13c54faf-6a48-4de5-aa09-405e6ddef70a { display:none !important; }}@media (max-width: 767px){#s-13c54faf-6a48-4de5-aa09-405e6ddef70a {
  margin-top: 30px;
}
}
#s-13c54faf-6a48-4de5-aa09-405e6ddef70a .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ea214df1-1c28-4654-9ff1-39b5c9d368d0 {
  text-align: left;
}




  #s-ea214df1-1c28-4654-9ff1-39b5c9d368d0 img.shogun-image {
    
    width: px;
  }


#s-ea214df1-1c28-4654-9ff1-39b5c9d368d0 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-16f51912-2f86-4b5f-b840-1ec689bbc5f3 {
  display: none;
}
#s-16f51912-2f86-4b5f-b840-1ec689bbc5f3, #wrap-s-16f51912-2f86-4b5f-b840-1ec689bbc5f3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-16f51912-2f86-4b5f-b840-1ec689bbc5f3 {
  display: none;
}
#s-16f51912-2f86-4b5f-b840-1ec689bbc5f3, #wrap-s-16f51912-2f86-4b5f-b840-1ec689bbc5f3 { display:none !important; }}@media (max-width: 767px){#s-16f51912-2f86-4b5f-b840-1ec689bbc5f3 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-16f51912-2f86-4b5f-b840-1ec689bbc5f3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-a361567b-9afc-4fae-ad28-be8018165c3f {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-a361567b-9afc-4fae-ad28-be8018165c3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a361567b-9afc-4fae-ad28-be8018165c3f.shg-box.shg-c {
  justify-content: center;
}

#s-27bd3a1f-8a6b-486b-8d77-00b69b80e0e6 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-27bd3a1f-8a6b-486b-8d77-00b69b80e0e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27bd3a1f-8a6b-486b-8d77-00b69b80e0e6.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-278f7720-5826-4da6-992e-40509a187043 {
  display: none;
}
#s-278f7720-5826-4da6-992e-40509a187043, #wrap-s-278f7720-5826-4da6-992e-40509a187043 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-278f7720-5826-4da6-992e-40509a187043 {
  display: none;
}
#s-278f7720-5826-4da6-992e-40509a187043, #wrap-s-278f7720-5826-4da6-992e-40509a187043 { display:none !important; }}@media (max-width: 767px){#s-278f7720-5826-4da6-992e-40509a187043 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-278f7720-5826-4da6-992e-40509a187043"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-b718b3c2-1bfe-4251-ba5e-4e7ff9b4e4df {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-b718b3c2-1bfe-4251-ba5e-4e7ff9b4e4df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b718b3c2-1bfe-4251-ba5e-4e7ff9b4e4df.shg-box.shg-c {
  justify-content: center;
}

#s-e773ab4b-cc92-4b6e-81c3-7c6293964ba5 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-e773ab4b-cc92-4b6e-81c3-7c6293964ba5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e773ab4b-cc92-4b6e-81c3-7c6293964ba5.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-62ee3470-619e-4ecc-a0b8-8811277fefe1 {
  display: none;
}
#s-62ee3470-619e-4ecc-a0b8-8811277fefe1, #wrap-s-62ee3470-619e-4ecc-a0b8-8811277fefe1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-62ee3470-619e-4ecc-a0b8-8811277fefe1 {
  display: none;
}
#s-62ee3470-619e-4ecc-a0b8-8811277fefe1, #wrap-s-62ee3470-619e-4ecc-a0b8-8811277fefe1 { display:none !important; }}@media (max-width: 767px){#s-62ee3470-619e-4ecc-a0b8-8811277fefe1 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-62ee3470-619e-4ecc-a0b8-8811277fefe1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-d9e98021-c7a1-43cc-a552-c40dd2e31f14 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-d9e98021-c7a1-43cc-a552-c40dd2e31f14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9e98021-c7a1-43cc-a552-c40dd2e31f14.shg-box.shg-c {
  justify-content: center;
}

#s-9a3bcf9d-2179-4473-8359-0fb67b51a7c1 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-9a3bcf9d-2179-4473-8359-0fb67b51a7c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a3bcf9d-2179-4473-8359-0fb67b51a7c1.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-39090d61-f5ba-4674-a8fb-514fc33f61d5 {
  display: none;
}
#s-39090d61-f5ba-4674-a8fb-514fc33f61d5, #wrap-s-39090d61-f5ba-4674-a8fb-514fc33f61d5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-39090d61-f5ba-4674-a8fb-514fc33f61d5 {
  display: none;
}
#s-39090d61-f5ba-4674-a8fb-514fc33f61d5, #wrap-s-39090d61-f5ba-4674-a8fb-514fc33f61d5 { display:none !important; }}@media (max-width: 767px){#s-39090d61-f5ba-4674-a8fb-514fc33f61d5 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-39090d61-f5ba-4674-a8fb-514fc33f61d5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-c58ff465-eef2-48b0-ab01-6bc5ce6d04ce {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-c58ff465-eef2-48b0-ab01-6bc5ce6d04ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c58ff465-eef2-48b0-ab01-6bc5ce6d04ce.shg-box.shg-c {
  justify-content: center;
}

#s-60d49960-a9de-4f93-b3d9-d55c25e97970 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-60d49960-a9de-4f93-b3d9-d55c25e97970 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60d49960-a9de-4f93-b3d9-d55c25e97970.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba {
  display: none;
}
#s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba, #wrap-s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba {
  display: none;
}
#s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba, #wrap-s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba { display:none !important; }}@media (max-width: 767px){#s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-2167aab1-f2f8-4d6c-a095-6f8f9de508ba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-316014a0-14ee-4f3e-afd2-a9ddec8a07e6 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-316014a0-14ee-4f3e-afd2-a9ddec8a07e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-316014a0-14ee-4f3e-afd2-a9ddec8a07e6.shg-box.shg-c {
  justify-content: center;
}

#s-485bc96b-3bb1-45a1-9100-f90db5cfab26 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-485bc96b-3bb1-45a1-9100-f90db5cfab26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-485bc96b-3bb1-45a1-9100-f90db5cfab26.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-ade61c17-5bb3-4340-afea-1d4fb594cc32 {
  display: none;
}
#s-ade61c17-5bb3-4340-afea-1d4fb594cc32, #wrap-s-ade61c17-5bb3-4340-afea-1d4fb594cc32 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ade61c17-5bb3-4340-afea-1d4fb594cc32 {
  display: none;
}
#s-ade61c17-5bb3-4340-afea-1d4fb594cc32, #wrap-s-ade61c17-5bb3-4340-afea-1d4fb594cc32 { display:none !important; }}@media (max-width: 767px){#s-ade61c17-5bb3-4340-afea-1d4fb594cc32 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ade61c17-5bb3-4340-afea-1d4fb594cc32"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-34e0e31d-44a8-4890-98bf-4bc0017f6c8a {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-34e0e31d-44a8-4890-98bf-4bc0017f6c8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34e0e31d-44a8-4890-98bf-4bc0017f6c8a.shg-box.shg-c {
  justify-content: center;
}

#s-816c729f-8471-48ed-bffe-2538256551fc {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-816c729f-8471-48ed-bffe-2538256551fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-816c729f-8471-48ed-bffe-2538256551fc.shg-box.shg-c {
  justify-content: center;
}

#s-adfcf56e-bb70-405a-b74f-96d59e369b11 {
  text-align: left;
}
@media (min-width: 1200px){#s-adfcf56e-bb70-405a-b74f-96d59e369b11 {
  display: none;
}
#s-adfcf56e-bb70-405a-b74f-96d59e369b11, #wrap-s-adfcf56e-bb70-405a-b74f-96d59e369b11 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-adfcf56e-bb70-405a-b74f-96d59e369b11 {
  display: none;
}
#s-adfcf56e-bb70-405a-b74f-96d59e369b11, #wrap-s-adfcf56e-bb70-405a-b74f-96d59e369b11 { display:none !important; }}@media (max-width: 767px){#s-adfcf56e-bb70-405a-b74f-96d59e369b11 {
  margin-top: 30px;
}
}
#s-adfcf56e-bb70-405a-b74f-96d59e369b11 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ce36fec6-ad17-4913-8b4b-558c210edb00 {
  text-align: left;
}




  #s-ce36fec6-ad17-4913-8b4b-558c210edb00 img.shogun-image {
    
    width: px;
  }


#s-ce36fec6-ad17-4913-8b4b-558c210edb00 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-507c4e0c-d805-4feb-ba74-f2a28373f6cd {
  display: none;
}
#s-507c4e0c-d805-4feb-ba74-f2a28373f6cd, #wrap-s-507c4e0c-d805-4feb-ba74-f2a28373f6cd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-507c4e0c-d805-4feb-ba74-f2a28373f6cd {
  display: none;
}
#s-507c4e0c-d805-4feb-ba74-f2a28373f6cd, #wrap-s-507c4e0c-d805-4feb-ba74-f2a28373f6cd { display:none !important; }}@media (max-width: 767px){#s-507c4e0c-d805-4feb-ba74-f2a28373f6cd {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-507c4e0c-d805-4feb-ba74-f2a28373f6cd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-4361a89e-3c67-4714-83c7-c8dd1df399d1 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-4361a89e-3c67-4714-83c7-c8dd1df399d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4361a89e-3c67-4714-83c7-c8dd1df399d1.shg-box.shg-c {
  justify-content: center;
}

#s-9b7789b5-cebe-4be5-b0cc-d9fd3b7caded {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-9b7789b5-cebe-4be5-b0cc-d9fd3b7caded > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b7789b5-cebe-4be5-b0cc-d9fd3b7caded.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c {
  display: none;
}
#s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c, #wrap-s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c {
  display: none;
}
#s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c, #wrap-s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c { display:none !important; }}@media (max-width: 767px){#s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ebfc3007-dcbb-4135-a9fa-bce4de634c4c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-0b9e4c08-76e2-4aa2-b4db-472298e0cea5 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-0b9e4c08-76e2-4aa2-b4db-472298e0cea5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b9e4c08-76e2-4aa2-b4db-472298e0cea5.shg-box.shg-c {
  justify-content: center;
}

#s-e4336c1e-17ac-4b13-b48a-5e730bafb70c {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-e4336c1e-17ac-4b13-b48a-5e730bafb70c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4336c1e-17ac-4b13-b48a-5e730bafb70c.shg-box.shg-c {
  justify-content: center;
}

#s-35888288-d258-4a03-bcb8-121eb1ffd019 {
  text-align: left;
}
@media (min-width: 1200px){#s-35888288-d258-4a03-bcb8-121eb1ffd019 {
  display: none;
}
#s-35888288-d258-4a03-bcb8-121eb1ffd019, #wrap-s-35888288-d258-4a03-bcb8-121eb1ffd019 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-35888288-d258-4a03-bcb8-121eb1ffd019 {
  display: none;
}
#s-35888288-d258-4a03-bcb8-121eb1ffd019, #wrap-s-35888288-d258-4a03-bcb8-121eb1ffd019 { display:none !important; }}@media (max-width: 767px){#s-35888288-d258-4a03-bcb8-121eb1ffd019 {
  margin-top: 30px;
}
}
#s-35888288-d258-4a03-bcb8-121eb1ffd019 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0da3819d-2ec4-4629-a22b-0ac7ee36272c {
  text-align: left;
}




  #s-0da3819d-2ec4-4629-a22b-0ac7ee36272c img.shogun-image {
    
    width: px;
  }


#s-0da3819d-2ec4-4629-a22b-0ac7ee36272c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-21332aa9-c8d2-462f-94fd-375eb318e9b1 {
  display: none;
}
#s-21332aa9-c8d2-462f-94fd-375eb318e9b1, #wrap-s-21332aa9-c8d2-462f-94fd-375eb318e9b1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-21332aa9-c8d2-462f-94fd-375eb318e9b1 {
  display: none;
}
#s-21332aa9-c8d2-462f-94fd-375eb318e9b1, #wrap-s-21332aa9-c8d2-462f-94fd-375eb318e9b1 { display:none !important; }}@media (max-width: 767px){#s-21332aa9-c8d2-462f-94fd-375eb318e9b1 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-21332aa9-c8d2-462f-94fd-375eb318e9b1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-fd8a21d3-4643-4283-9652-ba7c2bb5731f {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-fd8a21d3-4643-4283-9652-ba7c2bb5731f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd8a21d3-4643-4283-9652-ba7c2bb5731f.shg-box.shg-c {
  justify-content: center;
}

#s-746255e3-8e5d-45d2-b2a7-eb89f88f743a {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-746255e3-8e5d-45d2-b2a7-eb89f88f743a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-746255e3-8e5d-45d2-b2a7-eb89f88f743a.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-5c70ed62-e7f1-4c18-a869-762f21a481c9 {
  display: none;
}
#s-5c70ed62-e7f1-4c18-a869-762f21a481c9, #wrap-s-5c70ed62-e7f1-4c18-a869-762f21a481c9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5c70ed62-e7f1-4c18-a869-762f21a481c9 {
  display: none;
}
#s-5c70ed62-e7f1-4c18-a869-762f21a481c9, #wrap-s-5c70ed62-e7f1-4c18-a869-762f21a481c9 { display:none !important; }}@media (max-width: 767px){#s-5c70ed62-e7f1-4c18-a869-762f21a481c9 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5c70ed62-e7f1-4c18-a869-762f21a481c9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-4ba3fa06-7411-4cf9-879d-463a35d04e41 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-4ba3fa06-7411-4cf9-879d-463a35d04e41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ba3fa06-7411-4cf9-879d-463a35d04e41.shg-box.shg-c {
  justify-content: center;
}

#s-c6ced77d-4cd5-4597-b0c5-5dedb7a49241 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-c6ced77d-4cd5-4597-b0c5-5dedb7a49241 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6ced77d-4cd5-4597-b0c5-5dedb7a49241.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7 {
  display: none;
}
#s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7, #wrap-s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7 {
  display: none;
}
#s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7, #wrap-s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7 { display:none !important; }}@media (max-width: 767px){#s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-6e06fa2b-9ad8-4f98-8de1-1dd69b35d3d7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-cda8b396-4ee1-42e0-aafa-bc02ba2d1c4d {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-cda8b396-4ee1-42e0-aafa-bc02ba2d1c4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cda8b396-4ee1-42e0-aafa-bc02ba2d1c4d.shg-box.shg-c {
  justify-content: center;
}

#s-5155a219-114f-45e5-8b71-267fac095cf7 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-5155a219-114f-45e5-8b71-267fac095cf7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5155a219-114f-45e5-8b71-267fac095cf7.shg-box.shg-c {
  justify-content: center;
}

#s-b5b74e9d-3cf0-46d2-8d31-5f1b99b35220 {
  text-align: left;
}
@media (min-width: 1200px){#s-b5b74e9d-3cf0-46d2-8d31-5f1b99b35220 {
  display: none;
}
#s-b5b74e9d-3cf0-46d2-8d31-5f1b99b35220, #wrap-s-b5b74e9d-3cf0-46d2-8d31-5f1b99b35220 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b5b74e9d-3cf0-46d2-8d31-5f1b99b35220 {
  display: none;
}
#s-b5b74e9d-3cf0-46d2-8d31-5f1b99b35220, #wrap-s-b5b74e9d-3cf0-46d2-8d31-5f1b99b35220 { display:none !important; }}@media (max-width: 767px){#s-b5b74e9d-3cf0-46d2-8d31-5f1b99b35220 {
  margin-top: 30px;
}
}
#s-b5b74e9d-3cf0-46d2-8d31-5f1b99b35220 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a862fcc4-941e-4bd7-a72b-9916b7bd386a {
  text-align: left;
}




  #s-a862fcc4-941e-4bd7-a72b-9916b7bd386a img.shogun-image {
    
    width: px;
  }


#s-a862fcc4-941e-4bd7-a72b-9916b7bd386a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-5880bec3-fae3-44b8-a38f-17ed50f3562d {
  display: none;
}
#s-5880bec3-fae3-44b8-a38f-17ed50f3562d, #wrap-s-5880bec3-fae3-44b8-a38f-17ed50f3562d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5880bec3-fae3-44b8-a38f-17ed50f3562d {
  display: none;
}
#s-5880bec3-fae3-44b8-a38f-17ed50f3562d, #wrap-s-5880bec3-fae3-44b8-a38f-17ed50f3562d { display:none !important; }}@media (max-width: 767px){#s-5880bec3-fae3-44b8-a38f-17ed50f3562d {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5880bec3-fae3-44b8-a38f-17ed50f3562d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-eec52ffc-2c0b-45bf-8bde-a65270a820d4 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-eec52ffc-2c0b-45bf-8bde-a65270a820d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eec52ffc-2c0b-45bf-8bde-a65270a820d4.shg-box.shg-c {
  justify-content: center;
}

#s-969a4128-1c59-4233-ae8e-af9ef08b8610 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-969a4128-1c59-4233-ae8e-af9ef08b8610 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-969a4128-1c59-4233-ae8e-af9ef08b8610.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8 {
  display: none;
}
#s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8, #wrap-s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8 {
  display: none;
}
#s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8, #wrap-s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8 { display:none !important; }}@media (max-width: 767px){#s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b8ee2429-b79a-476e-b8aa-2396fa2bd5c8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-dc59f19f-df7a-4b78-9383-21d24fbaae7e {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-dc59f19f-df7a-4b78-9383-21d24fbaae7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc59f19f-df7a-4b78-9383-21d24fbaae7e.shg-box.shg-c {
  justify-content: center;
}

#s-5bc7f49d-effb-4eaf-9d91-17d81567c2ff {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-5bc7f49d-effb-4eaf-9d91-17d81567c2ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bc7f49d-effb-4eaf-9d91-17d81567c2ff.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-285565a4-be2e-4019-b394-5ea2869b7b01 {
  display: none;
}
#s-285565a4-be2e-4019-b394-5ea2869b7b01, #wrap-s-285565a4-be2e-4019-b394-5ea2869b7b01 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-285565a4-be2e-4019-b394-5ea2869b7b01 {
  display: none;
}
#s-285565a4-be2e-4019-b394-5ea2869b7b01, #wrap-s-285565a4-be2e-4019-b394-5ea2869b7b01 { display:none !important; }}@media (max-width: 767px){#s-285565a4-be2e-4019-b394-5ea2869b7b01 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-285565a4-be2e-4019-b394-5ea2869b7b01"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-8727f7b4-68f1-4112-b915-0541c995c99b {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-8727f7b4-68f1-4112-b915-0541c995c99b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8727f7b4-68f1-4112-b915-0541c995c99b.shg-box.shg-c {
  justify-content: center;
}

#s-956c4773-4aa1-4777-b883-1694ee900edf {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-956c4773-4aa1-4777-b883-1694ee900edf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-956c4773-4aa1-4777-b883-1694ee900edf.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f {
  display: none;
}
#s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f, #wrap-s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f {
  display: none;
}
#s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f, #wrap-s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f { display:none !important; }}@media (max-width: 767px){#s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5e1ebdb3-0ac3-44ab-bcc6-fa068a18029f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-70fee657-d458-4a03-b916-2860234c0fcc {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-70fee657-d458-4a03-b916-2860234c0fcc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70fee657-d458-4a03-b916-2860234c0fcc.shg-box.shg-c {
  justify-content: center;
}

#s-b28a9e8d-d6ca-4128-a31e-9f55372d3d2f {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-b28a9e8d-d6ca-4128-a31e-9f55372d3d2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b28a9e8d-d6ca-4128-a31e-9f55372d3d2f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475 {
  display: none;
}
#s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475, #wrap-s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475 {
  display: none;
}
#s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475, #wrap-s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475 { display:none !important; }}@media (max-width: 767px){#s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f5fc05a6-8508-4ac5-9d20-6e2aa4770475"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-b94f6db4-7da9-4f7a-abe2-86767554eea4 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-b94f6db4-7da9-4f7a-abe2-86767554eea4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b94f6db4-7da9-4f7a-abe2-86767554eea4.shg-box.shg-c {
  justify-content: center;
}

#s-91d6dc60-4633-4d80-acc6-fd503c71c621 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-91d6dc60-4633-4d80-acc6-fd503c71c621 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91d6dc60-4633-4d80-acc6-fd503c71c621.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-69af5e84-09b1-4935-9d3a-959bf8e268b1 {
  display: none;
}
#s-69af5e84-09b1-4935-9d3a-959bf8e268b1, #wrap-s-69af5e84-09b1-4935-9d3a-959bf8e268b1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-69af5e84-09b1-4935-9d3a-959bf8e268b1 {
  display: none;
}
#s-69af5e84-09b1-4935-9d3a-959bf8e268b1, #wrap-s-69af5e84-09b1-4935-9d3a-959bf8e268b1 { display:none !important; }}@media (max-width: 767px){#s-69af5e84-09b1-4935-9d3a-959bf8e268b1 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-69af5e84-09b1-4935-9d3a-959bf8e268b1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-f303fbc4-0ed1-47be-959b-56342f128b7c {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-f303fbc4-0ed1-47be-959b-56342f128b7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f303fbc4-0ed1-47be-959b-56342f128b7c.shg-box.shg-c {
  justify-content: center;
}

#s-f1b613e2-bedc-43da-8070-0eefde5868e8 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-f1b613e2-bedc-43da-8070-0eefde5868e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1b613e2-bedc-43da-8070-0eefde5868e8.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-27feccb5-8bf1-464a-a404-99495b3f829d {
  display: none;
}
#s-27feccb5-8bf1-464a-a404-99495b3f829d, #wrap-s-27feccb5-8bf1-464a-a404-99495b3f829d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-27feccb5-8bf1-464a-a404-99495b3f829d {
  display: none;
}
#s-27feccb5-8bf1-464a-a404-99495b3f829d, #wrap-s-27feccb5-8bf1-464a-a404-99495b3f829d { display:none !important; }}@media (max-width: 767px){#s-27feccb5-8bf1-464a-a404-99495b3f829d {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-27feccb5-8bf1-464a-a404-99495b3f829d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-168e3f12-f35b-442d-871a-72fee93b4164 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-168e3f12-f35b-442d-871a-72fee93b4164 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-168e3f12-f35b-442d-871a-72fee93b4164.shg-box.shg-c {
  justify-content: center;
}

#s-e7fac407-0e93-48cf-8223-b7fb79fdc9d7 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-e7fac407-0e93-48cf-8223-b7fb79fdc9d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7fac407-0e93-48cf-8223-b7fb79fdc9d7.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-c7a41768-0704-4d63-a7c4-8a818d960297 {
  display: none;
}
#s-c7a41768-0704-4d63-a7c4-8a818d960297, #wrap-s-c7a41768-0704-4d63-a7c4-8a818d960297 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c7a41768-0704-4d63-a7c4-8a818d960297 {
  display: none;
}
#s-c7a41768-0704-4d63-a7c4-8a818d960297, #wrap-s-c7a41768-0704-4d63-a7c4-8a818d960297 { display:none !important; }}@media (max-width: 767px){#s-c7a41768-0704-4d63-a7c4-8a818d960297 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c7a41768-0704-4d63-a7c4-8a818d960297"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-9ef87720-1a37-407f-a4a4-ef74d0cbfe64 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-9ef87720-1a37-407f-a4a4-ef74d0cbfe64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ef87720-1a37-407f-a4a4-ef74d0cbfe64.shg-box.shg-c {
  justify-content: center;
}

#s-c5094c68-dde3-45a0-b543-9ec982b5deb3 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-c5094c68-dde3-45a0-b543-9ec982b5deb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5094c68-dde3-45a0-b543-9ec982b5deb3.shg-box.shg-c {
  justify-content: center;
}

#s-21217eb5-9659-4ce7-aa06-f6399ef2ae05 {
  text-align: left;
}
@media (min-width: 1200px){#s-21217eb5-9659-4ce7-aa06-f6399ef2ae05 {
  display: none;
}
#s-21217eb5-9659-4ce7-aa06-f6399ef2ae05, #wrap-s-21217eb5-9659-4ce7-aa06-f6399ef2ae05 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-21217eb5-9659-4ce7-aa06-f6399ef2ae05 {
  display: none;
}
#s-21217eb5-9659-4ce7-aa06-f6399ef2ae05, #wrap-s-21217eb5-9659-4ce7-aa06-f6399ef2ae05 { display:none !important; }}@media (max-width: 767px){#s-21217eb5-9659-4ce7-aa06-f6399ef2ae05 {
  margin-top: 30px;
}
}
#s-21217eb5-9659-4ce7-aa06-f6399ef2ae05 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-28f77203-1a4c-484a-a7bf-f719cedea385 {
  text-align: left;
}




  #s-28f77203-1a4c-484a-a7bf-f719cedea385 img.shogun-image {
    
    width: px;
  }


#s-28f77203-1a4c-484a-a7bf-f719cedea385 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2 {
  display: none;
}
#s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2, #wrap-s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2 {
  display: none;
}
#s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2, #wrap-s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2 { display:none !important; }}@media (max-width: 767px){#s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-285de246-f1e9-4f53-b3a6-cf1619dfa2b2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-f5bfd790-871b-488f-b008-383b48b84baa {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-f5bfd790-871b-488f-b008-383b48b84baa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5bfd790-871b-488f-b008-383b48b84baa.shg-box.shg-c {
  justify-content: center;
}

#s-417497c7-ea4e-4af0-a66b-136b1af36a36 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-417497c7-ea4e-4af0-a66b-136b1af36a36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-417497c7-ea4e-4af0-a66b-136b1af36a36.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-e5825b55-61f8-415f-9d63-9e6ce4aa8310 {
  display: none;
}
#s-e5825b55-61f8-415f-9d63-9e6ce4aa8310, #wrap-s-e5825b55-61f8-415f-9d63-9e6ce4aa8310 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e5825b55-61f8-415f-9d63-9e6ce4aa8310 {
  display: none;
}
#s-e5825b55-61f8-415f-9d63-9e6ce4aa8310, #wrap-s-e5825b55-61f8-415f-9d63-9e6ce4aa8310 { display:none !important; }}@media (max-width: 767px){#s-e5825b55-61f8-415f-9d63-9e6ce4aa8310 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e5825b55-61f8-415f-9d63-9e6ce4aa8310"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-b1385a59-1e9b-4157-a6fa-0f74877b6629 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-b1385a59-1e9b-4157-a6fa-0f74877b6629 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1385a59-1e9b-4157-a6fa-0f74877b6629.shg-box.shg-c {
  justify-content: center;
}

#s-32ecbcf3-dbd0-4851-b079-da1249ffcfc1 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-32ecbcf3-dbd0-4851-b079-da1249ffcfc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32ecbcf3-dbd0-4851-b079-da1249ffcfc1.shg-box.shg-c {
  justify-content: center;
}

#s-481f0151-8c71-4d42-88ca-ae17e6ca76bb {
  text-align: left;
}
@media (min-width: 1200px){#s-481f0151-8c71-4d42-88ca-ae17e6ca76bb {
  display: none;
}
#s-481f0151-8c71-4d42-88ca-ae17e6ca76bb, #wrap-s-481f0151-8c71-4d42-88ca-ae17e6ca76bb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-481f0151-8c71-4d42-88ca-ae17e6ca76bb {
  display: none;
}
#s-481f0151-8c71-4d42-88ca-ae17e6ca76bb, #wrap-s-481f0151-8c71-4d42-88ca-ae17e6ca76bb { display:none !important; }}@media (max-width: 767px){#s-481f0151-8c71-4d42-88ca-ae17e6ca76bb {
  margin-top: 30px;
}
}
#s-481f0151-8c71-4d42-88ca-ae17e6ca76bb .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 1200px){#s-38c3f929-c9df-47fa-834c-f3c0ef435ae5 {
  display: none;
}
#s-38c3f929-c9df-47fa-834c-f3c0ef435ae5, #wrap-s-38c3f929-c9df-47fa-834c-f3c0ef435ae5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-38c3f929-c9df-47fa-834c-f3c0ef435ae5 {
  display: none;
}
#s-38c3f929-c9df-47fa-834c-f3c0ef435ae5, #wrap-s-38c3f929-c9df-47fa-834c-f3c0ef435ae5 { display:none !important; }}@media (max-width: 767px){#s-38c3f929-c9df-47fa-834c-f3c0ef435ae5 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-38c3f929-c9df-47fa-834c-f3c0ef435ae5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-b54254f0-37ec-48d2-b9ec-f40bb71ebc44 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-b54254f0-37ec-48d2-b9ec-f40bb71ebc44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b54254f0-37ec-48d2-b9ec-f40bb71ebc44.shg-box.shg-c {
  justify-content: center;
}

#s-6b550b50-58a6-437e-81fc-c12d9d8c1719 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-6b550b50-58a6-437e-81fc-c12d9d8c1719 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b550b50-58a6-437e-81fc-c12d9d8c1719.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c {
  display: none;
}
#s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c, #wrap-s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c {
  display: none;
}
#s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c, #wrap-s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c { display:none !important; }}@media (max-width: 767px){#s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a0366753-b19d-424b-a4f9-6b7ada4ccb6c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-90bba4bc-88db-4ae2-951b-83b0b306ed8a {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-90bba4bc-88db-4ae2-951b-83b0b306ed8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90bba4bc-88db-4ae2-951b-83b0b306ed8a.shg-box.shg-c {
  justify-content: center;
}

#s-6a2920a2-5659-4b64-82d3-f285467cf820 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-6a2920a2-5659-4b64-82d3-f285467cf820 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a2920a2-5659-4b64-82d3-f285467cf820.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-acb9668d-53db-4d81-a622-36843f6e9718 {
  display: none;
}
#s-acb9668d-53db-4d81-a622-36843f6e9718, #wrap-s-acb9668d-53db-4d81-a622-36843f6e9718 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-acb9668d-53db-4d81-a622-36843f6e9718 {
  display: none;
}
#s-acb9668d-53db-4d81-a622-36843f6e9718, #wrap-s-acb9668d-53db-4d81-a622-36843f6e9718 { display:none !important; }}@media (max-width: 767px){#s-acb9668d-53db-4d81-a622-36843f6e9718 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-acb9668d-53db-4d81-a622-36843f6e9718"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-4a3a76f5-8fdb-4715-8320-2420dcddd1f2 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-4a3a76f5-8fdb-4715-8320-2420dcddd1f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a3a76f5-8fdb-4715-8320-2420dcddd1f2.shg-box.shg-c {
  justify-content: center;
}

#s-29951dd9-90d0-41b2-9a90-2379571b9b37 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-29951dd9-90d0-41b2-9a90-2379571b9b37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29951dd9-90d0-41b2-9a90-2379571b9b37.shg-box.shg-c {
  justify-content: center;
}

#s-a9849e60-51c6-4d52-b1ed-93a20afbdae2 {
  text-align: left;
}
@media (min-width: 1200px){#s-a9849e60-51c6-4d52-b1ed-93a20afbdae2 {
  display: none;
}
#s-a9849e60-51c6-4d52-b1ed-93a20afbdae2, #wrap-s-a9849e60-51c6-4d52-b1ed-93a20afbdae2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a9849e60-51c6-4d52-b1ed-93a20afbdae2 {
  display: none;
}
#s-a9849e60-51c6-4d52-b1ed-93a20afbdae2, #wrap-s-a9849e60-51c6-4d52-b1ed-93a20afbdae2 { display:none !important; }}@media (max-width: 767px){#s-a9849e60-51c6-4d52-b1ed-93a20afbdae2 {
  margin-top: 30px;
}
}
#s-a9849e60-51c6-4d52-b1ed-93a20afbdae2 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 1200px){#s-c9ebbcec-1581-434a-8e69-d2a6741ab027 {
  display: none;
}
#s-c9ebbcec-1581-434a-8e69-d2a6741ab027, #wrap-s-c9ebbcec-1581-434a-8e69-d2a6741ab027 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c9ebbcec-1581-434a-8e69-d2a6741ab027 {
  display: none;
}
#s-c9ebbcec-1581-434a-8e69-d2a6741ab027, #wrap-s-c9ebbcec-1581-434a-8e69-d2a6741ab027 { display:none !important; }}@media (max-width: 767px){#s-c9ebbcec-1581-434a-8e69-d2a6741ab027 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c9ebbcec-1581-434a-8e69-d2a6741ab027"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-733d7bd9-6bb8-400b-99cf-77deff9e5e81 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-733d7bd9-6bb8-400b-99cf-77deff9e5e81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-733d7bd9-6bb8-400b-99cf-77deff9e5e81.shg-box.shg-c {
  justify-content: center;
}

#s-61cb517a-9b6e-4550-b3c9-669ddcea771f {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-61cb517a-9b6e-4550-b3c9-669ddcea771f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61cb517a-9b6e-4550-b3c9-669ddcea771f.shg-box.shg-c {
  justify-content: center;
}

#s-cf3894f3-64ad-4fc1-a8dd-b6593fbb1dae {
  text-align: left;
}
@media (min-width: 1200px){#s-cf3894f3-64ad-4fc1-a8dd-b6593fbb1dae {
  display: none;
}
#s-cf3894f3-64ad-4fc1-a8dd-b6593fbb1dae, #wrap-s-cf3894f3-64ad-4fc1-a8dd-b6593fbb1dae { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cf3894f3-64ad-4fc1-a8dd-b6593fbb1dae {
  display: none;
}
#s-cf3894f3-64ad-4fc1-a8dd-b6593fbb1dae, #wrap-s-cf3894f3-64ad-4fc1-a8dd-b6593fbb1dae { display:none !important; }}@media (max-width: 767px){#s-cf3894f3-64ad-4fc1-a8dd-b6593fbb1dae {
  margin-top: 30px;
}
}
#s-cf3894f3-64ad-4fc1-a8dd-b6593fbb1dae .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 1200px){#s-2879a234-171d-4e4e-a99e-1e0c4f702247 {
  display: none;
}
#s-2879a234-171d-4e4e-a99e-1e0c4f702247, #wrap-s-2879a234-171d-4e4e-a99e-1e0c4f702247 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2879a234-171d-4e4e-a99e-1e0c4f702247 {
  display: none;
}
#s-2879a234-171d-4e4e-a99e-1e0c4f702247, #wrap-s-2879a234-171d-4e4e-a99e-1e0c4f702247 { display:none !important; }}@media (max-width: 767px){#s-2879a234-171d-4e4e-a99e-1e0c4f702247 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-2879a234-171d-4e4e-a99e-1e0c4f702247"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-08322d24-22d0-4bc4-9020-1e59abfb23a6 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-08322d24-22d0-4bc4-9020-1e59abfb23a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08322d24-22d0-4bc4-9020-1e59abfb23a6.shg-box.shg-c {
  justify-content: center;
}

#s-d9159712-2f08-4e39-8cc4-d70c79519746 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-d9159712-2f08-4e39-8cc4-d70c79519746 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9159712-2f08-4e39-8cc4-d70c79519746.shg-box.shg-c {
  justify-content: center;
}

#s-0b01e20e-1ebb-4158-a098-2f22d9441258 {
  text-align: left;
}
@media (min-width: 1200px){#s-0b01e20e-1ebb-4158-a098-2f22d9441258 {
  display: none;
}
#s-0b01e20e-1ebb-4158-a098-2f22d9441258, #wrap-s-0b01e20e-1ebb-4158-a098-2f22d9441258 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0b01e20e-1ebb-4158-a098-2f22d9441258 {
  display: none;
}
#s-0b01e20e-1ebb-4158-a098-2f22d9441258, #wrap-s-0b01e20e-1ebb-4158-a098-2f22d9441258 { display:none !important; }}@media (max-width: 767px){#s-0b01e20e-1ebb-4158-a098-2f22d9441258 {
  margin-top: 30px;
}
}
#s-0b01e20e-1ebb-4158-a098-2f22d9441258 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 1200px){#s-5c07399c-5d6a-45e0-9558-53731a2b9e06 {
  display: none;
}
#s-5c07399c-5d6a-45e0-9558-53731a2b9e06, #wrap-s-5c07399c-5d6a-45e0-9558-53731a2b9e06 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5c07399c-5d6a-45e0-9558-53731a2b9e06 {
  display: none;
}
#s-5c07399c-5d6a-45e0-9558-53731a2b9e06, #wrap-s-5c07399c-5d6a-45e0-9558-53731a2b9e06 { display:none !important; }}@media (max-width: 767px){#s-5c07399c-5d6a-45e0-9558-53731a2b9e06 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5c07399c-5d6a-45e0-9558-53731a2b9e06"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-83955f81-8ca2-48a8-a390-2dbc198ad408 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-83955f81-8ca2-48a8-a390-2dbc198ad408 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83955f81-8ca2-48a8-a390-2dbc198ad408.shg-box.shg-c {
  justify-content: center;
}

#s-d07a44a6-aef1-42bc-86a6-ccb7cc771f82 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-d07a44a6-aef1-42bc-86a6-ccb7cc771f82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d07a44a6-aef1-42bc-86a6-ccb7cc771f82.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-099e7614-c08c-4072-8f89-86c818b09e09 {
  display: none;
}
#s-099e7614-c08c-4072-8f89-86c818b09e09, #wrap-s-099e7614-c08c-4072-8f89-86c818b09e09 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-099e7614-c08c-4072-8f89-86c818b09e09 {
  display: none;
}
#s-099e7614-c08c-4072-8f89-86c818b09e09, #wrap-s-099e7614-c08c-4072-8f89-86c818b09e09 { display:none !important; }}@media (max-width: 767px){#s-099e7614-c08c-4072-8f89-86c818b09e09 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-099e7614-c08c-4072-8f89-86c818b09e09"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-9d252ab3-a5a7-47de-8f0f-adc8fd77988e {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-9d252ab3-a5a7-47de-8f0f-adc8fd77988e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d252ab3-a5a7-47de-8f0f-adc8fd77988e.shg-box.shg-c {
  justify-content: center;
}

#s-b4f8b72c-e3d0-4bff-96de-dfd08694b301 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-b4f8b72c-e3d0-4bff-96de-dfd08694b301 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4f8b72c-e3d0-4bff-96de-dfd08694b301.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-ee579490-7be1-484e-a695-7db1256d93e9 {
  display: none;
}
#s-ee579490-7be1-484e-a695-7db1256d93e9, #wrap-s-ee579490-7be1-484e-a695-7db1256d93e9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee579490-7be1-484e-a695-7db1256d93e9 {
  display: none;
}
#s-ee579490-7be1-484e-a695-7db1256d93e9, #wrap-s-ee579490-7be1-484e-a695-7db1256d93e9 { display:none !important; }}@media (max-width: 767px){#s-ee579490-7be1-484e-a695-7db1256d93e9 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ee579490-7be1-484e-a695-7db1256d93e9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-73171c3c-1b1e-41e7-9bbd-292c352e74bc {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-73171c3c-1b1e-41e7-9bbd-292c352e74bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73171c3c-1b1e-41e7-9bbd-292c352e74bc.shg-box.shg-c {
  justify-content: center;
}

#s-c821168b-2e73-4b28-8ea6-f37d87a8fa12 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-c821168b-2e73-4b28-8ea6-f37d87a8fa12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c821168b-2e73-4b28-8ea6-f37d87a8fa12.shg-box.shg-c {
  justify-content: center;
}

#s-64067774-d511-4151-b8ae-467ca0ead9fe {
  text-align: left;
}
@media (min-width: 1200px){#s-64067774-d511-4151-b8ae-467ca0ead9fe {
  display: none;
}
#s-64067774-d511-4151-b8ae-467ca0ead9fe, #wrap-s-64067774-d511-4151-b8ae-467ca0ead9fe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-64067774-d511-4151-b8ae-467ca0ead9fe {
  display: none;
}
#s-64067774-d511-4151-b8ae-467ca0ead9fe, #wrap-s-64067774-d511-4151-b8ae-467ca0ead9fe { display:none !important; }}@media (max-width: 767px){#s-64067774-d511-4151-b8ae-467ca0ead9fe {
  margin-top: 30px;
}
}
#s-64067774-d511-4151-b8ae-467ca0ead9fe .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 1200px){#s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c {
  display: none;
}
#s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c, #wrap-s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c {
  display: none;
}
#s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c, #wrap-s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c { display:none !important; }}@media (max-width: 767px){#s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-d06c3135-6d1a-4281-9145-ca0d2c4d6a1c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-6956ac6e-5ff3-4fdf-bc1e-ef4bf8ea774e {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 120px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-6956ac6e-5ff3-4fdf-bc1e-ef4bf8ea774e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6956ac6e-5ff3-4fdf-bc1e-ef4bf8ea774e.shg-box.shg-c {
  justify-content: center;
}

#s-f0cde8c5-359c-4e07-99de-2ff96c486111 {
  min-height: 120px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-f0cde8c5-359c-4e07-99de-2ff96c486111 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0cde8c5-359c-4e07-99de-2ff96c486111.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-0c4287c6-f3f9-4bc9-b943-1082f92368ab {
  display: none;
}
#s-0c4287c6-f3f9-4bc9-b943-1082f92368ab, #wrap-s-0c4287c6-f3f9-4bc9-b943-1082f92368ab { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c4287c6-f3f9-4bc9-b943-1082f92368ab {
  display: none;
}
#s-0c4287c6-f3f9-4bc9-b943-1082f92368ab, #wrap-s-0c4287c6-f3f9-4bc9-b943-1082f92368ab { display:none !important; }}@media (max-width: 767px){#s-0c4287c6-f3f9-4bc9-b943-1082f92368ab {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0c4287c6-f3f9-4bc9-b943-1082f92368ab"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-a3ebfccf-dd47-4dab-a891-907e535db25d {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-a3ebfccf-dd47-4dab-a891-907e535db25d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3ebfccf-dd47-4dab-a891-907e535db25d.shg-box.shg-c {
  justify-content: center;
}

#s-ec7b8a8a-12eb-4022-ba9c-1fbff33bd752 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-ec7b8a8a-12eb-4022-ba9c-1fbff33bd752 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec7b8a8a-12eb-4022-ba9c-1fbff33bd752.shg-box.shg-c {
  justify-content: center;
}

#s-6d5244f6-ab74-4981-a9c4-1037b6e46909 {
  min-height: 50px;
}








#s-6d5244f6-ab74-4981-a9c4-1037b6e46909 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d5244f6-ab74-4981-a9c4-1037b6e46909.shg-box.shg-c {
  justify-content: center;
}

#s-99647fc6-4ae1-41f4-aaec-c53862bb3b1f {
  text-align: left;
}
@media (min-width: 1200px){#s-99647fc6-4ae1-41f4-aaec-c53862bb3b1f {
  display: none;
}
#s-99647fc6-4ae1-41f4-aaec-c53862bb3b1f, #wrap-s-99647fc6-4ae1-41f4-aaec-c53862bb3b1f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-99647fc6-4ae1-41f4-aaec-c53862bb3b1f {
  display: none;
}
#s-99647fc6-4ae1-41f4-aaec-c53862bb3b1f, #wrap-s-99647fc6-4ae1-41f4-aaec-c53862bb3b1f { display:none !important; }}@media (max-width: 767px){#s-99647fc6-4ae1-41f4-aaec-c53862bb3b1f {
  margin-top: 30px;
}
}
#s-99647fc6-4ae1-41f4-aaec-c53862bb3b1f .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-40857426-fb5b-4ab2-b398-62da78d39f04 {
  text-align: left;
}




  #s-40857426-fb5b-4ab2-b398-62da78d39f04 img.shogun-image {
    
    width: px;
  }


#s-40857426-fb5b-4ab2-b398-62da78d39f04 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11 {
  display: none;
}
#s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11, #wrap-s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11 {
  display: none;
}
#s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11, #wrap-s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11 { display:none !important; }}@media (max-width: 767px){#s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8517ee6e-52a1-45a7-a1f3-a4716eb80c11"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-5d5039cb-204b-4857-a998-06ff7ebd5c6a {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 130px;
background-color: rgba(245, 245, 245, 1);
}








#s-5d5039cb-204b-4857-a998-06ff7ebd5c6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d5039cb-204b-4857-a998-06ff7ebd5c6a.shg-box.shg-c {
  justify-content: center;
}

#s-3963f416-b007-4065-9f24-09fedb30e7ed {
  min-height: 130px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-3963f416-b007-4065-9f24-09fedb30e7ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3963f416-b007-4065-9f24-09fedb30e7ed.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-88ca20a6-e869-47c9-986e-db61b0a670d9 {
  display: none;
}
#s-88ca20a6-e869-47c9-986e-db61b0a670d9, #wrap-s-88ca20a6-e869-47c9-986e-db61b0a670d9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-88ca20a6-e869-47c9-986e-db61b0a670d9 {
  display: none;
}
#s-88ca20a6-e869-47c9-986e-db61b0a670d9, #wrap-s-88ca20a6-e869-47c9-986e-db61b0a670d9 { display:none !important; }}@media (max-width: 767px){#s-88ca20a6-e869-47c9-986e-db61b0a670d9 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-88ca20a6-e869-47c9-986e-db61b0a670d9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-87655745-8e18-4258-a5d7-1253d2fae957 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-87655745-8e18-4258-a5d7-1253d2fae957 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87655745-8e18-4258-a5d7-1253d2fae957.shg-box.shg-c {
  justify-content: center;
}

#s-fc0c0d1c-9c86-43a1-921f-a14def22f6e4 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-fc0c0d1c-9c86-43a1-921f-a14def22f6e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc0c0d1c-9c86-43a1-921f-a14def22f6e4.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-36e58171-c038-4a64-8199-01360e6b5f1d {
  display: none;
}
#s-36e58171-c038-4a64-8199-01360e6b5f1d, #wrap-s-36e58171-c038-4a64-8199-01360e6b5f1d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-36e58171-c038-4a64-8199-01360e6b5f1d {
  display: none;
}
#s-36e58171-c038-4a64-8199-01360e6b5f1d, #wrap-s-36e58171-c038-4a64-8199-01360e6b5f1d { display:none !important; }}@media (max-width: 767px){#s-36e58171-c038-4a64-8199-01360e6b5f1d {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-36e58171-c038-4a64-8199-01360e6b5f1d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-8fac90d6-a563-4845-b18e-e1b32e0d9fd5 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-8fac90d6-a563-4845-b18e-e1b32e0d9fd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fac90d6-a563-4845-b18e-e1b32e0d9fd5.shg-box.shg-c {
  justify-content: center;
}

#s-b15af3a0-29b6-4525-bc11-2fb4e7a200b6 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-b15af3a0-29b6-4525-bc11-2fb4e7a200b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b15af3a0-29b6-4525-bc11-2fb4e7a200b6.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-f8f55a6b-9281-49b7-8189-f5aa593027ec {
  display: none;
}
#s-f8f55a6b-9281-49b7-8189-f5aa593027ec, #wrap-s-f8f55a6b-9281-49b7-8189-f5aa593027ec { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f8f55a6b-9281-49b7-8189-f5aa593027ec {
  display: none;
}
#s-f8f55a6b-9281-49b7-8189-f5aa593027ec, #wrap-s-f8f55a6b-9281-49b7-8189-f5aa593027ec { display:none !important; }}@media (max-width: 767px){#s-f8f55a6b-9281-49b7-8189-f5aa593027ec {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f8f55a6b-9281-49b7-8189-f5aa593027ec"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-4d869e1e-eaef-40b9-8797-5994b70b76c9 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-4d869e1e-eaef-40b9-8797-5994b70b76c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d869e1e-eaef-40b9-8797-5994b70b76c9.shg-box.shg-c {
  justify-content: center;
}

#s-a3c36402-d002-4ffb-8dd4-7bf6bb1583c4 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-a3c36402-d002-4ffb-8dd4-7bf6bb1583c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3c36402-d002-4ffb-8dd4-7bf6bb1583c4.shg-box.shg-c {
  justify-content: center;
}

#s-02837ac7-b5a6-4b6c-97de-928d5f5d2463 {
  text-align: left;
}
@media (min-width: 1200px){#s-02837ac7-b5a6-4b6c-97de-928d5f5d2463 {
  display: none;
}
#s-02837ac7-b5a6-4b6c-97de-928d5f5d2463, #wrap-s-02837ac7-b5a6-4b6c-97de-928d5f5d2463 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02837ac7-b5a6-4b6c-97de-928d5f5d2463 {
  display: none;
}
#s-02837ac7-b5a6-4b6c-97de-928d5f5d2463, #wrap-s-02837ac7-b5a6-4b6c-97de-928d5f5d2463 { display:none !important; }}@media (max-width: 767px){#s-02837ac7-b5a6-4b6c-97de-928d5f5d2463 {
  margin-top: 30px;
}
}
#s-02837ac7-b5a6-4b6c-97de-928d5f5d2463 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-2d8fe1d1-8e95-4226-9755-2f81091fed46 {
  text-align: left;
}




  #s-2d8fe1d1-8e95-4226-9755-2f81091fed46 img.shogun-image {
    
    width: px;
  }


#s-2d8fe1d1-8e95-4226-9755-2f81091fed46 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-cff73d41-6cdf-4a24-95da-16405a0993ea {
  display: none;
}
#s-cff73d41-6cdf-4a24-95da-16405a0993ea, #wrap-s-cff73d41-6cdf-4a24-95da-16405a0993ea { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cff73d41-6cdf-4a24-95da-16405a0993ea {
  display: none;
}
#s-cff73d41-6cdf-4a24-95da-16405a0993ea, #wrap-s-cff73d41-6cdf-4a24-95da-16405a0993ea { display:none !important; }}@media (max-width: 767px){#s-cff73d41-6cdf-4a24-95da-16405a0993ea {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-cff73d41-6cdf-4a24-95da-16405a0993ea"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-d65e3f7e-36f3-40e3-abfb-7f45e658ebcb {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-d65e3f7e-36f3-40e3-abfb-7f45e658ebcb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d65e3f7e-36f3-40e3-abfb-7f45e658ebcb.shg-box.shg-c {
  justify-content: center;
}

#s-d486442b-4737-473e-bf1b-ed6cffa7cb74 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-d486442b-4737-473e-bf1b-ed6cffa7cb74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d486442b-4737-473e-bf1b-ed6cffa7cb74.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-075344f1-0c00-4af4-a7cb-f5bb92aae104 {
  display: none;
}
#s-075344f1-0c00-4af4-a7cb-f5bb92aae104, #wrap-s-075344f1-0c00-4af4-a7cb-f5bb92aae104 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-075344f1-0c00-4af4-a7cb-f5bb92aae104 {
  display: none;
}
#s-075344f1-0c00-4af4-a7cb-f5bb92aae104, #wrap-s-075344f1-0c00-4af4-a7cb-f5bb92aae104 { display:none !important; }}@media (max-width: 767px){#s-075344f1-0c00-4af4-a7cb-f5bb92aae104 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-075344f1-0c00-4af4-a7cb-f5bb92aae104"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-6e951327-c89d-4449-ad3d-0b3fbaa14ab6 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-6e951327-c89d-4449-ad3d-0b3fbaa14ab6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e951327-c89d-4449-ad3d-0b3fbaa14ab6.shg-box.shg-c {
  justify-content: center;
}

#s-e00fa8b9-50a7-4b49-ba3f-485ddda67123 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-e00fa8b9-50a7-4b49-ba3f-485ddda67123 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e00fa8b9-50a7-4b49-ba3f-485ddda67123.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b {
  display: none;
}
#s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b, #wrap-s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b {
  display: none;
}
#s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b, #wrap-s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b { display:none !important; }}@media (max-width: 767px){#s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0cf4ba0a-dcb7-457a-91a2-a47e6e79610b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-c27c4feb-6d94-41ee-8016-07fb2ae1d702 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-c27c4feb-6d94-41ee-8016-07fb2ae1d702 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c27c4feb-6d94-41ee-8016-07fb2ae1d702.shg-box.shg-c {
  justify-content: center;
}

#s-be57cd23-078a-4fbc-b718-6171e03c3bec {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-be57cd23-078a-4fbc-b718-6171e03c3bec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be57cd23-078a-4fbc-b718-6171e03c3bec.shg-box.shg-c {
  justify-content: center;
}

#s-bc7657c1-e9a7-46d0-8de0-dc8384cb7284 {
  text-align: left;
}
@media (min-width: 1200px){#s-bc7657c1-e9a7-46d0-8de0-dc8384cb7284 {
  display: none;
}
#s-bc7657c1-e9a7-46d0-8de0-dc8384cb7284, #wrap-s-bc7657c1-e9a7-46d0-8de0-dc8384cb7284 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc7657c1-e9a7-46d0-8de0-dc8384cb7284 {
  display: none;
}
#s-bc7657c1-e9a7-46d0-8de0-dc8384cb7284, #wrap-s-bc7657c1-e9a7-46d0-8de0-dc8384cb7284 { display:none !important; }}@media (max-width: 767px){#s-bc7657c1-e9a7-46d0-8de0-dc8384cb7284 {
  margin-top: 30px;
}
}
#s-bc7657c1-e9a7-46d0-8de0-dc8384cb7284 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7eb8452f-afa7-4e3b-9ee5-8012f358ddde {
  text-align: left;
}




  #s-7eb8452f-afa7-4e3b-9ee5-8012f358ddde img.shogun-image {
    
    width: px;
  }


#s-7eb8452f-afa7-4e3b-9ee5-8012f358ddde .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-5d452172-5295-4623-91f2-8439d66ae697 {
  display: none;
}
#s-5d452172-5295-4623-91f2-8439d66ae697, #wrap-s-5d452172-5295-4623-91f2-8439d66ae697 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5d452172-5295-4623-91f2-8439d66ae697 {
  display: none;
}
#s-5d452172-5295-4623-91f2-8439d66ae697, #wrap-s-5d452172-5295-4623-91f2-8439d66ae697 { display:none !important; }}@media (max-width: 767px){#s-5d452172-5295-4623-91f2-8439d66ae697 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5d452172-5295-4623-91f2-8439d66ae697"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-6c27653f-1f2c-4976-aa7a-11a84d66632d {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-6c27653f-1f2c-4976-aa7a-11a84d66632d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c27653f-1f2c-4976-aa7a-11a84d66632d.shg-box.shg-c {
  justify-content: center;
}

#s-b352cb58-5dc7-4160-a0ac-781aaf6eab06 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-b352cb58-5dc7-4160-a0ac-781aaf6eab06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b352cb58-5dc7-4160-a0ac-781aaf6eab06.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-7ca736e1-fedc-4e07-99b4-ab1febaadf25 {
  display: none;
}
#s-7ca736e1-fedc-4e07-99b4-ab1febaadf25, #wrap-s-7ca736e1-fedc-4e07-99b4-ab1febaadf25 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7ca736e1-fedc-4e07-99b4-ab1febaadf25 {
  display: none;
}
#s-7ca736e1-fedc-4e07-99b4-ab1febaadf25, #wrap-s-7ca736e1-fedc-4e07-99b4-ab1febaadf25 { display:none !important; }}@media (max-width: 767px){#s-7ca736e1-fedc-4e07-99b4-ab1febaadf25 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-7ca736e1-fedc-4e07-99b4-ab1febaadf25"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-48271685-f6e1-4e11-8d81-7c161d2458d0 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-48271685-f6e1-4e11-8d81-7c161d2458d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48271685-f6e1-4e11-8d81-7c161d2458d0.shg-box.shg-c {
  justify-content: center;
}

#s-92e29093-8cdb-4b49-98b1-c548817b9205 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-92e29093-8cdb-4b49-98b1-c548817b9205 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92e29093-8cdb-4b49-98b1-c548817b9205.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2 {
  display: none;
}
#s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2, #wrap-s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2 {
  display: none;
}
#s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2, #wrap-s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2 { display:none !important; }}@media (max-width: 767px){#s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0e06666c-1167-4e03-b2dd-817d8c5ec4e2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-f1ad96a1-88df-44f4-9a61-a7a3ffe36fdb {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-f1ad96a1-88df-44f4-9a61-a7a3ffe36fdb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1ad96a1-88df-44f4-9a61-a7a3ffe36fdb.shg-box.shg-c {
  justify-content: center;
}

#s-302ce1e9-6d56-40ae-b340-d13c194ec2b2 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-302ce1e9-6d56-40ae-b340-d13c194ec2b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-302ce1e9-6d56-40ae-b340-d13c194ec2b2.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-7b801fdf-35a8-4064-b9ec-a469fee282e7 {
  display: none;
}
#s-7b801fdf-35a8-4064-b9ec-a469fee282e7, #wrap-s-7b801fdf-35a8-4064-b9ec-a469fee282e7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7b801fdf-35a8-4064-b9ec-a469fee282e7 {
  display: none;
}
#s-7b801fdf-35a8-4064-b9ec-a469fee282e7, #wrap-s-7b801fdf-35a8-4064-b9ec-a469fee282e7 { display:none !important; }}@media (max-width: 767px){#s-7b801fdf-35a8-4064-b9ec-a469fee282e7 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-7b801fdf-35a8-4064-b9ec-a469fee282e7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-053e6ced-8f3f-4451-84b4-3592a3496faf {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-053e6ced-8f3f-4451-84b4-3592a3496faf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-053e6ced-8f3f-4451-84b4-3592a3496faf.shg-box.shg-c {
  justify-content: center;
}

#s-787a656d-a672-4e2b-ad2a-f8d8f677c9d7 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-787a656d-a672-4e2b-ad2a-f8d8f677c9d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-787a656d-a672-4e2b-ad2a-f8d8f677c9d7.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-e13812d0-d54e-4ca9-977f-873454d2d2d9 {
  display: none;
}
#s-e13812d0-d54e-4ca9-977f-873454d2d2d9, #wrap-s-e13812d0-d54e-4ca9-977f-873454d2d2d9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e13812d0-d54e-4ca9-977f-873454d2d2d9 {
  display: none;
}
#s-e13812d0-d54e-4ca9-977f-873454d2d2d9, #wrap-s-e13812d0-d54e-4ca9-977f-873454d2d2d9 { display:none !important; }}@media (max-width: 767px){#s-e13812d0-d54e-4ca9-977f-873454d2d2d9 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e13812d0-d54e-4ca9-977f-873454d2d2d9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-b93b354e-34a7-4633-a4ca-b2938daf79da {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-b93b354e-34a7-4633-a4ca-b2938daf79da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b93b354e-34a7-4633-a4ca-b2938daf79da.shg-box.shg-c {
  justify-content: center;
}

#s-9c6387dc-ef5e-47e9-b099-312d5e973475 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-9c6387dc-ef5e-47e9-b099-312d5e973475 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c6387dc-ef5e-47e9-b099-312d5e973475.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-435719d6-e39d-4acb-9069-f7f38ba55d9b {
  display: none;
}
#s-435719d6-e39d-4acb-9069-f7f38ba55d9b, #wrap-s-435719d6-e39d-4acb-9069-f7f38ba55d9b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-435719d6-e39d-4acb-9069-f7f38ba55d9b {
  display: none;
}
#s-435719d6-e39d-4acb-9069-f7f38ba55d9b, #wrap-s-435719d6-e39d-4acb-9069-f7f38ba55d9b { display:none !important; }}@media (max-width: 767px){#s-435719d6-e39d-4acb-9069-f7f38ba55d9b {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-435719d6-e39d-4acb-9069-f7f38ba55d9b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-95869a42-f137-4920-a4af-89be694ddad6 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-95869a42-f137-4920-a4af-89be694ddad6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95869a42-f137-4920-a4af-89be694ddad6.shg-box.shg-c {
  justify-content: center;
}

#s-d827c09e-c785-43d6-a80f-fcfc99ed4b0c {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-d827c09e-c785-43d6-a80f-fcfc99ed4b0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d827c09e-c785-43d6-a80f-fcfc99ed4b0c.shg-box.shg-c {
  justify-content: center;
}

#s-22a50c31-7679-4ea4-91e3-fce153e2ead1 {
  text-align: left;
}
@media (min-width: 1200px){#s-22a50c31-7679-4ea4-91e3-fce153e2ead1 {
  display: none;
}
#s-22a50c31-7679-4ea4-91e3-fce153e2ead1, #wrap-s-22a50c31-7679-4ea4-91e3-fce153e2ead1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-22a50c31-7679-4ea4-91e3-fce153e2ead1 {
  display: none;
}
#s-22a50c31-7679-4ea4-91e3-fce153e2ead1, #wrap-s-22a50c31-7679-4ea4-91e3-fce153e2ead1 { display:none !important; }}@media (max-width: 767px){#s-22a50c31-7679-4ea4-91e3-fce153e2ead1 {
  margin-top: 30px;
}
}
#s-22a50c31-7679-4ea4-91e3-fce153e2ead1 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b99caa9c-1a77-4512-99b9-447967aeae92 {
  text-align: left;
}




  #s-b99caa9c-1a77-4512-99b9-447967aeae92 img.shogun-image {
    
    width: px;
  }


#s-b99caa9c-1a77-4512-99b9-447967aeae92 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63 {
  display: none;
}
#s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63, #wrap-s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63 {
  display: none;
}
#s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63, #wrap-s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63 { display:none !important; }}@media (max-width: 767px){#s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e04f463c-a7eb-4bfa-b568-6f0acdf22e63"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-7ffce5e8-c654-4d0a-bb46-1f7cb24a5262 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-7ffce5e8-c654-4d0a-bb46-1f7cb24a5262 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ffce5e8-c654-4d0a-bb46-1f7cb24a5262.shg-box.shg-c {
  justify-content: center;
}

#s-a54e7a28-000b-4a3e-b9dd-28abafee1285 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-a54e7a28-000b-4a3e-b9dd-28abafee1285 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a54e7a28-000b-4a3e-b9dd-28abafee1285.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-08957db1-89d9-4e22-a8db-4b2de17f79fa {
  display: none;
}
#s-08957db1-89d9-4e22-a8db-4b2de17f79fa, #wrap-s-08957db1-89d9-4e22-a8db-4b2de17f79fa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-08957db1-89d9-4e22-a8db-4b2de17f79fa {
  display: none;
}
#s-08957db1-89d9-4e22-a8db-4b2de17f79fa, #wrap-s-08957db1-89d9-4e22-a8db-4b2de17f79fa { display:none !important; }}@media (max-width: 767px){#s-08957db1-89d9-4e22-a8db-4b2de17f79fa {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-08957db1-89d9-4e22-a8db-4b2de17f79fa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-411b9531-3b0c-4000-ba79-cace7dc38b60 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-411b9531-3b0c-4000-ba79-cace7dc38b60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-411b9531-3b0c-4000-ba79-cace7dc38b60.shg-box.shg-c {
  justify-content: center;
}

#s-eb8ab29d-c519-4149-952e-90339a13d6b9 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-eb8ab29d-c519-4149-952e-90339a13d6b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb8ab29d-c519-4149-952e-90339a13d6b9.shg-box.shg-c {
  justify-content: center;
}

#s-df458040-572c-4000-a261-3cf9b7ef6b6c {
  text-align: left;
}
@media (min-width: 1200px){#s-df458040-572c-4000-a261-3cf9b7ef6b6c {
  display: none;
}
#s-df458040-572c-4000-a261-3cf9b7ef6b6c, #wrap-s-df458040-572c-4000-a261-3cf9b7ef6b6c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-df458040-572c-4000-a261-3cf9b7ef6b6c {
  display: none;
}
#s-df458040-572c-4000-a261-3cf9b7ef6b6c, #wrap-s-df458040-572c-4000-a261-3cf9b7ef6b6c { display:none !important; }}@media (max-width: 767px){#s-df458040-572c-4000-a261-3cf9b7ef6b6c {
  margin-top: 30px;
}
}
#s-df458040-572c-4000-a261-3cf9b7ef6b6c .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8c7233b9-b492-48a3-815a-2c1c04b839df {
  text-align: left;
}




  #s-8c7233b9-b492-48a3-815a-2c1c04b839df img.shogun-image {
    
    width: px;
  }


#s-8c7233b9-b492-48a3-815a-2c1c04b839df .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-f354ddd4-d668-4b91-800c-8460b5f8973b {
  display: none;
}
#s-f354ddd4-d668-4b91-800c-8460b5f8973b, #wrap-s-f354ddd4-d668-4b91-800c-8460b5f8973b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f354ddd4-d668-4b91-800c-8460b5f8973b {
  display: none;
}
#s-f354ddd4-d668-4b91-800c-8460b5f8973b, #wrap-s-f354ddd4-d668-4b91-800c-8460b5f8973b { display:none !important; }}@media (max-width: 767px){#s-f354ddd4-d668-4b91-800c-8460b5f8973b {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f354ddd4-d668-4b91-800c-8460b5f8973b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-963f353f-62f6-4f45-840d-35f2d22db331 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-963f353f-62f6-4f45-840d-35f2d22db331 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-963f353f-62f6-4f45-840d-35f2d22db331.shg-box.shg-c {
  justify-content: center;
}

#s-2164e241-a4d3-4705-8984-9a7e18e53b49 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-2164e241-a4d3-4705-8984-9a7e18e53b49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2164e241-a4d3-4705-8984-9a7e18e53b49.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-cd639723-3081-42a7-a723-757b9936e3a9 {
  display: none;
}
#s-cd639723-3081-42a7-a723-757b9936e3a9, #wrap-s-cd639723-3081-42a7-a723-757b9936e3a9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cd639723-3081-42a7-a723-757b9936e3a9 {
  display: none;
}
#s-cd639723-3081-42a7-a723-757b9936e3a9, #wrap-s-cd639723-3081-42a7-a723-757b9936e3a9 { display:none !important; }}@media (max-width: 767px){#s-cd639723-3081-42a7-a723-757b9936e3a9 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-cd639723-3081-42a7-a723-757b9936e3a9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-a2c3fc23-cdc8-412c-9b9f-3761fe7f94cf {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-a2c3fc23-cdc8-412c-9b9f-3761fe7f94cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2c3fc23-cdc8-412c-9b9f-3761fe7f94cf.shg-box.shg-c {
  justify-content: center;
}

#s-1b8ab63b-40eb-4739-a9ca-ec5f420ed2e8 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-1b8ab63b-40eb-4739-a9ca-ec5f420ed2e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b8ab63b-40eb-4739-a9ca-ec5f420ed2e8.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-4bc9db27-112a-42cd-a662-c6063d1c188d {
  display: none;
}
#s-4bc9db27-112a-42cd-a662-c6063d1c188d, #wrap-s-4bc9db27-112a-42cd-a662-c6063d1c188d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4bc9db27-112a-42cd-a662-c6063d1c188d {
  display: none;
}
#s-4bc9db27-112a-42cd-a662-c6063d1c188d, #wrap-s-4bc9db27-112a-42cd-a662-c6063d1c188d { display:none !important; }}@media (max-width: 767px){#s-4bc9db27-112a-42cd-a662-c6063d1c188d {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-4bc9db27-112a-42cd-a662-c6063d1c188d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-43688695-1735-4578-bfe4-b3d58bffec5a {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-43688695-1735-4578-bfe4-b3d58bffec5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43688695-1735-4578-bfe4-b3d58bffec5a.shg-box.shg-c {
  justify-content: center;
}

#s-e99c59cb-3c17-4b33-b6e3-6fffe9baffc1 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-e99c59cb-3c17-4b33-b6e3-6fffe9baffc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e99c59cb-3c17-4b33-b6e3-6fffe9baffc1.shg-box.shg-c {
  justify-content: center;
}

#s-50bc85d8-521d-4f9e-af2d-2fd2e98ed664 {
  text-align: left;
}
@media (min-width: 1200px){#s-50bc85d8-521d-4f9e-af2d-2fd2e98ed664 {
  display: none;
}
#s-50bc85d8-521d-4f9e-af2d-2fd2e98ed664, #wrap-s-50bc85d8-521d-4f9e-af2d-2fd2e98ed664 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-50bc85d8-521d-4f9e-af2d-2fd2e98ed664 {
  display: none;
}
#s-50bc85d8-521d-4f9e-af2d-2fd2e98ed664, #wrap-s-50bc85d8-521d-4f9e-af2d-2fd2e98ed664 { display:none !important; }}@media (max-width: 767px){#s-50bc85d8-521d-4f9e-af2d-2fd2e98ed664 {
  margin-top: 30px;
}
}
#s-50bc85d8-521d-4f9e-af2d-2fd2e98ed664 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ae4214d0-6f5c-4999-9a03-7fc787e32c0a {
  text-align: left;
}




  #s-ae4214d0-6f5c-4999-9a03-7fc787e32c0a img.shogun-image {
    
    width: px;
  }


#s-ae4214d0-6f5c-4999-9a03-7fc787e32c0a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd {
  display: none;
}
#s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd, #wrap-s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd {
  display: none;
}
#s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd, #wrap-s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd { display:none !important; }}@media (max-width: 767px){#s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e36c02d0-e788-4565-ab2b-acbd4e4f5bbd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-4c4e6557-5729-42b7-8fa6-fd13f7fa404b {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-4c4e6557-5729-42b7-8fa6-fd13f7fa404b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c4e6557-5729-42b7-8fa6-fd13f7fa404b.shg-box.shg-c {
  justify-content: center;
}

#s-6efbf2a3-ae82-4af5-aad6-87e430344151 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-6efbf2a3-ae82-4af5-aad6-87e430344151 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6efbf2a3-ae82-4af5-aad6-87e430344151.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-652bac28-4d2a-4318-997d-8333761296b3 {
  display: none;
}
#s-652bac28-4d2a-4318-997d-8333761296b3, #wrap-s-652bac28-4d2a-4318-997d-8333761296b3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-652bac28-4d2a-4318-997d-8333761296b3 {
  display: none;
}
#s-652bac28-4d2a-4318-997d-8333761296b3, #wrap-s-652bac28-4d2a-4318-997d-8333761296b3 { display:none !important; }}@media (max-width: 767px){#s-652bac28-4d2a-4318-997d-8333761296b3 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-652bac28-4d2a-4318-997d-8333761296b3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-e418c32b-3d71-493c-8c80-688b865f47d2 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-e418c32b-3d71-493c-8c80-688b865f47d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e418c32b-3d71-493c-8c80-688b865f47d2.shg-box.shg-c {
  justify-content: center;
}

#s-0db7f4f9-cc23-4787-a324-b9002a3b7417 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-0db7f4f9-cc23-4787-a324-b9002a3b7417 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0db7f4f9-cc23-4787-a324-b9002a3b7417.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-9b8328f0-fbe5-4f07-827d-d2d90654a694 {
  display: none;
}
#s-9b8328f0-fbe5-4f07-827d-d2d90654a694, #wrap-s-9b8328f0-fbe5-4f07-827d-d2d90654a694 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9b8328f0-fbe5-4f07-827d-d2d90654a694 {
  display: none;
}
#s-9b8328f0-fbe5-4f07-827d-d2d90654a694, #wrap-s-9b8328f0-fbe5-4f07-827d-d2d90654a694 { display:none !important; }}@media (max-width: 767px){#s-9b8328f0-fbe5-4f07-827d-d2d90654a694 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-9b8328f0-fbe5-4f07-827d-d2d90654a694"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-04fb6593-a294-4f88-825d-9f5ab7e9f510 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-04fb6593-a294-4f88-825d-9f5ab7e9f510 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04fb6593-a294-4f88-825d-9f5ab7e9f510.shg-box.shg-c {
  justify-content: center;
}

#s-a4994286-9a3e-471d-afdb-6ed6fad59d40 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-a4994286-9a3e-471d-afdb-6ed6fad59d40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4994286-9a3e-471d-afdb-6ed6fad59d40.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-3f062b00-0713-4508-b75e-11e2770cb7e6 {
  display: none;
}
#s-3f062b00-0713-4508-b75e-11e2770cb7e6, #wrap-s-3f062b00-0713-4508-b75e-11e2770cb7e6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f062b00-0713-4508-b75e-11e2770cb7e6 {
  display: none;
}
#s-3f062b00-0713-4508-b75e-11e2770cb7e6, #wrap-s-3f062b00-0713-4508-b75e-11e2770cb7e6 { display:none !important; }}@media (max-width: 767px){#s-3f062b00-0713-4508-b75e-11e2770cb7e6 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3f062b00-0713-4508-b75e-11e2770cb7e6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-8c907820-7a68-41ec-8151-bb6acfa2b28c {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-8c907820-7a68-41ec-8151-bb6acfa2b28c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c907820-7a68-41ec-8151-bb6acfa2b28c.shg-box.shg-c {
  justify-content: center;
}

#s-2f618b14-5ddd-45df-946a-ab274cd9dbdf {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-2f618b14-5ddd-45df-946a-ab274cd9dbdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f618b14-5ddd-45df-946a-ab274cd9dbdf.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-268016ff-6a14-4618-995d-c0f1bcf31289 {
  display: none;
}
#s-268016ff-6a14-4618-995d-c0f1bcf31289, #wrap-s-268016ff-6a14-4618-995d-c0f1bcf31289 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-268016ff-6a14-4618-995d-c0f1bcf31289 {
  display: none;
}
#s-268016ff-6a14-4618-995d-c0f1bcf31289, #wrap-s-268016ff-6a14-4618-995d-c0f1bcf31289 { display:none !important; }}@media (max-width: 767px){#s-268016ff-6a14-4618-995d-c0f1bcf31289 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-268016ff-6a14-4618-995d-c0f1bcf31289"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-8d5baf95-2c2e-49cf-a389-abec8328de49 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-8d5baf95-2c2e-49cf-a389-abec8328de49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d5baf95-2c2e-49cf-a389-abec8328de49.shg-box.shg-c {
  justify-content: center;
}

#s-33061110-2240-4e5e-86fc-ce1d214375ae {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-33061110-2240-4e5e-86fc-ce1d214375ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33061110-2240-4e5e-86fc-ce1d214375ae.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-35b69f04-7fed-4ea4-9dea-dd38f9910470 {
  display: none;
}
#s-35b69f04-7fed-4ea4-9dea-dd38f9910470, #wrap-s-35b69f04-7fed-4ea4-9dea-dd38f9910470 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-35b69f04-7fed-4ea4-9dea-dd38f9910470 {
  display: none;
}
#s-35b69f04-7fed-4ea4-9dea-dd38f9910470, #wrap-s-35b69f04-7fed-4ea4-9dea-dd38f9910470 { display:none !important; }}@media (max-width: 767px){#s-35b69f04-7fed-4ea4-9dea-dd38f9910470 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-35b69f04-7fed-4ea4-9dea-dd38f9910470"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-b05f46d4-4b2c-4bce-be2c-3be9850ecde0 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-b05f46d4-4b2c-4bce-be2c-3be9850ecde0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b05f46d4-4b2c-4bce-be2c-3be9850ecde0.shg-box.shg-c {
  justify-content: center;
}

#s-ca3d71a2-772b-43bd-95ca-a91aac7c985b {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-ca3d71a2-772b-43bd-95ca-a91aac7c985b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca3d71a2-772b-43bd-95ca-a91aac7c985b.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-813528f6-8d0f-47db-9d89-ebc33297fad4 {
  display: none;
}
#s-813528f6-8d0f-47db-9d89-ebc33297fad4, #wrap-s-813528f6-8d0f-47db-9d89-ebc33297fad4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-813528f6-8d0f-47db-9d89-ebc33297fad4 {
  display: none;
}
#s-813528f6-8d0f-47db-9d89-ebc33297fad4, #wrap-s-813528f6-8d0f-47db-9d89-ebc33297fad4 { display:none !important; }}@media (max-width: 767px){#s-813528f6-8d0f-47db-9d89-ebc33297fad4 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-813528f6-8d0f-47db-9d89-ebc33297fad4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-6a8c0a50-004c-4793-b2ea-b0a3ee482434 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-6a8c0a50-004c-4793-b2ea-b0a3ee482434 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a8c0a50-004c-4793-b2ea-b0a3ee482434.shg-box.shg-c {
  justify-content: center;
}

#s-3095fe47-3b7b-4bb2-bba3-7738fdf80e00 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-3095fe47-3b7b-4bb2-bba3-7738fdf80e00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3095fe47-3b7b-4bb2-bba3-7738fdf80e00.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-ac287250-6962-4660-ba74-7c79e456a5b8 {
  display: none;
}
#s-ac287250-6962-4660-ba74-7c79e456a5b8, #wrap-s-ac287250-6962-4660-ba74-7c79e456a5b8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac287250-6962-4660-ba74-7c79e456a5b8 {
  display: none;
}
#s-ac287250-6962-4660-ba74-7c79e456a5b8, #wrap-s-ac287250-6962-4660-ba74-7c79e456a5b8 { display:none !important; }}@media (max-width: 767px){#s-ac287250-6962-4660-ba74-7c79e456a5b8 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ac287250-6962-4660-ba74-7c79e456a5b8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-852940bb-6e7b-4c17-ab3f-ce3399373d0f {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-852940bb-6e7b-4c17-ab3f-ce3399373d0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-852940bb-6e7b-4c17-ab3f-ce3399373d0f.shg-box.shg-c {
  justify-content: center;
}

#s-8879689a-1921-4109-a86c-8737c61823e5 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-8879689a-1921-4109-a86c-8737c61823e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8879689a-1921-4109-a86c-8737c61823e5.shg-box.shg-c {
  justify-content: center;
}

#s-9fedc639-134d-4919-9f61-06653121ac99 {
  text-align: left;
}
@media (min-width: 1200px){#s-9fedc639-134d-4919-9f61-06653121ac99 {
  display: none;
}
#s-9fedc639-134d-4919-9f61-06653121ac99, #wrap-s-9fedc639-134d-4919-9f61-06653121ac99 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9fedc639-134d-4919-9f61-06653121ac99 {
  display: none;
}
#s-9fedc639-134d-4919-9f61-06653121ac99, #wrap-s-9fedc639-134d-4919-9f61-06653121ac99 { display:none !important; }}@media (max-width: 767px){#s-9fedc639-134d-4919-9f61-06653121ac99 {
  margin-top: 30px;
}
}
#s-9fedc639-134d-4919-9f61-06653121ac99 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b250348d-8b9c-4126-8199-1fe8fd08c69e {
  text-align: left;
}




  #s-b250348d-8b9c-4126-8199-1fe8fd08c69e img.shogun-image {
    
    width: px;
  }


#s-b250348d-8b9c-4126-8199-1fe8fd08c69e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-02f1b246-95a9-419e-91ae-211640c58ae5 {
  display: none;
}
#s-02f1b246-95a9-419e-91ae-211640c58ae5, #wrap-s-02f1b246-95a9-419e-91ae-211640c58ae5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02f1b246-95a9-419e-91ae-211640c58ae5 {
  display: none;
}
#s-02f1b246-95a9-419e-91ae-211640c58ae5, #wrap-s-02f1b246-95a9-419e-91ae-211640c58ae5 { display:none !important; }}@media (max-width: 767px){#s-02f1b246-95a9-419e-91ae-211640c58ae5 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-02f1b246-95a9-419e-91ae-211640c58ae5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-4d5cda9a-5821-475c-bad6-995c67837c6a {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-4d5cda9a-5821-475c-bad6-995c67837c6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d5cda9a-5821-475c-bad6-995c67837c6a.shg-box.shg-c {
  justify-content: center;
}

#s-151632b7-c685-48c0-afdc-d802dd4bffbc {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-151632b7-c685-48c0-afdc-d802dd4bffbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-151632b7-c685-48c0-afdc-d802dd4bffbc.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee {
  display: none;
}
#s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee, #wrap-s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee {
  display: none;
}
#s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee, #wrap-s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee { display:none !important; }}@media (max-width: 767px){#s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-6c4a3867-f9c8-44ca-a81f-19bee1a0abee"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-013a249b-26d8-42a0-9bf1-d7344e61fb47 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-013a249b-26d8-42a0-9bf1-d7344e61fb47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-013a249b-26d8-42a0-9bf1-d7344e61fb47.shg-box.shg-c {
  justify-content: center;
}

#s-10f6e712-c763-441f-9086-462859e35015 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-10f6e712-c763-441f-9086-462859e35015 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10f6e712-c763-441f-9086-462859e35015.shg-box.shg-c {
  justify-content: center;
}

#s-afb3e709-20d8-4cbd-ba94-747a39ad8a13 {
  text-align: left;
}
@media (min-width: 1200px){#s-afb3e709-20d8-4cbd-ba94-747a39ad8a13 {
  display: none;
}
#s-afb3e709-20d8-4cbd-ba94-747a39ad8a13, #wrap-s-afb3e709-20d8-4cbd-ba94-747a39ad8a13 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-afb3e709-20d8-4cbd-ba94-747a39ad8a13 {
  display: none;
}
#s-afb3e709-20d8-4cbd-ba94-747a39ad8a13, #wrap-s-afb3e709-20d8-4cbd-ba94-747a39ad8a13 { display:none !important; }}@media (max-width: 767px){#s-afb3e709-20d8-4cbd-ba94-747a39ad8a13 {
  margin-top: 30px;
}
}
#s-afb3e709-20d8-4cbd-ba94-747a39ad8a13 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 1200px){#s-b0aa528f-caa1-4648-a409-a41dd4789b7c {
  display: none;
}
#s-b0aa528f-caa1-4648-a409-a41dd4789b7c, #wrap-s-b0aa528f-caa1-4648-a409-a41dd4789b7c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0aa528f-caa1-4648-a409-a41dd4789b7c {
  display: none;
}
#s-b0aa528f-caa1-4648-a409-a41dd4789b7c, #wrap-s-b0aa528f-caa1-4648-a409-a41dd4789b7c { display:none !important; }}@media (max-width: 767px){#s-b0aa528f-caa1-4648-a409-a41dd4789b7c {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b0aa528f-caa1-4648-a409-a41dd4789b7c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-3e0becff-211e-4474-9d74-477ab589a89a {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-3e0becff-211e-4474-9d74-477ab589a89a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e0becff-211e-4474-9d74-477ab589a89a.shg-box.shg-c {
  justify-content: center;
}

#s-22b4cbc1-3005-445d-ab22-06eda80ba60a {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-22b4cbc1-3005-445d-ab22-06eda80ba60a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22b4cbc1-3005-445d-ab22-06eda80ba60a.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-cce207f3-b24d-4866-a94c-17d3a9c76165 {
  display: none;
}
#s-cce207f3-b24d-4866-a94c-17d3a9c76165, #wrap-s-cce207f3-b24d-4866-a94c-17d3a9c76165 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cce207f3-b24d-4866-a94c-17d3a9c76165 {
  display: none;
}
#s-cce207f3-b24d-4866-a94c-17d3a9c76165, #wrap-s-cce207f3-b24d-4866-a94c-17d3a9c76165 { display:none !important; }}@media (max-width: 767px){#s-cce207f3-b24d-4866-a94c-17d3a9c76165 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-cce207f3-b24d-4866-a94c-17d3a9c76165"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-4b970687-ecb8-4459-846e-8d25799004f4 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-4b970687-ecb8-4459-846e-8d25799004f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b970687-ecb8-4459-846e-8d25799004f4.shg-box.shg-c {
  justify-content: center;
}

#s-a53e9e64-3c11-4d33-a10c-a3496cdc3775 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-a53e9e64-3c11-4d33-a10c-a3496cdc3775 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a53e9e64-3c11-4d33-a10c-a3496cdc3775.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-29a17b95-89cb-4cd1-912c-9713392b437d {
  display: none;
}
#s-29a17b95-89cb-4cd1-912c-9713392b437d, #wrap-s-29a17b95-89cb-4cd1-912c-9713392b437d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-29a17b95-89cb-4cd1-912c-9713392b437d {
  display: none;
}
#s-29a17b95-89cb-4cd1-912c-9713392b437d, #wrap-s-29a17b95-89cb-4cd1-912c-9713392b437d { display:none !important; }}@media (max-width: 767px){#s-29a17b95-89cb-4cd1-912c-9713392b437d {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-29a17b95-89cb-4cd1-912c-9713392b437d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-45456b97-7eaa-4d5a-8d46-d5e14dd21bb2 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-45456b97-7eaa-4d5a-8d46-d5e14dd21bb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45456b97-7eaa-4d5a-8d46-d5e14dd21bb2.shg-box.shg-c {
  justify-content: center;
}

#s-8471ef5c-a8d5-4351-8d12-65ec62db79a5 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-8471ef5c-a8d5-4351-8d12-65ec62db79a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8471ef5c-a8d5-4351-8d12-65ec62db79a5.shg-box.shg-c {
  justify-content: center;
}

#s-287228e8-b3a8-4209-aaa6-7c808e22bc5b {
  text-align: left;
}
@media (min-width: 1200px){#s-287228e8-b3a8-4209-aaa6-7c808e22bc5b {
  display: none;
}
#s-287228e8-b3a8-4209-aaa6-7c808e22bc5b, #wrap-s-287228e8-b3a8-4209-aaa6-7c808e22bc5b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-287228e8-b3a8-4209-aaa6-7c808e22bc5b {
  display: none;
}
#s-287228e8-b3a8-4209-aaa6-7c808e22bc5b, #wrap-s-287228e8-b3a8-4209-aaa6-7c808e22bc5b { display:none !important; }}@media (max-width: 767px){#s-287228e8-b3a8-4209-aaa6-7c808e22bc5b {
  margin-top: 30px;
}
}
#s-287228e8-b3a8-4209-aaa6-7c808e22bc5b .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 1200px){#s-e563afb1-a096-4b98-b151-b672722b9285 {
  display: none;
}
#s-e563afb1-a096-4b98-b151-b672722b9285, #wrap-s-e563afb1-a096-4b98-b151-b672722b9285 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e563afb1-a096-4b98-b151-b672722b9285 {
  display: none;
}
#s-e563afb1-a096-4b98-b151-b672722b9285, #wrap-s-e563afb1-a096-4b98-b151-b672722b9285 { display:none !important; }}@media (max-width: 767px){#s-e563afb1-a096-4b98-b151-b672722b9285 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e563afb1-a096-4b98-b151-b672722b9285"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-6678f18a-acaa-44e7-a226-7f8a5fcbbc71 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-6678f18a-acaa-44e7-a226-7f8a5fcbbc71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6678f18a-acaa-44e7-a226-7f8a5fcbbc71.shg-box.shg-c {
  justify-content: center;
}

#s-f6f99f4a-14d8-44b9-90b1-1deda162bf4a {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-f6f99f4a-14d8-44b9-90b1-1deda162bf4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6f99f4a-14d8-44b9-90b1-1deda162bf4a.shg-box.shg-c {
  justify-content: center;
}

#s-e771b243-9674-43e4-8c15-1229d57e1961 {
  text-align: left;
}
@media (min-width: 1200px){#s-e771b243-9674-43e4-8c15-1229d57e1961 {
  display: none;
}
#s-e771b243-9674-43e4-8c15-1229d57e1961, #wrap-s-e771b243-9674-43e4-8c15-1229d57e1961 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e771b243-9674-43e4-8c15-1229d57e1961 {
  display: none;
}
#s-e771b243-9674-43e4-8c15-1229d57e1961, #wrap-s-e771b243-9674-43e4-8c15-1229d57e1961 { display:none !important; }}@media (max-width: 767px){#s-e771b243-9674-43e4-8c15-1229d57e1961 {
  margin-top: 30px;
}
}
#s-e771b243-9674-43e4-8c15-1229d57e1961 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 1200px){#s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515 {
  display: none;
}
#s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515, #wrap-s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515 {
  display: none;
}
#s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515, #wrap-s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515 { display:none !important; }}@media (max-width: 767px){#s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3adbd8c1-c32b-46fe-bc25-92d94c2b3515"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-9bc7dfda-faaf-4529-8313-b1c820f98f21 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-9bc7dfda-faaf-4529-8313-b1c820f98f21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bc7dfda-faaf-4529-8313-b1c820f98f21.shg-box.shg-c {
  justify-content: center;
}

#s-be020750-df1f-4ac8-b081-1f6a63374345 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-be020750-df1f-4ac8-b081-1f6a63374345 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be020750-df1f-4ac8-b081-1f6a63374345.shg-box.shg-c {
  justify-content: center;
}

#s-90d65a4a-1299-4ec1-9250-803ce2bbee9a {
  text-align: left;
}
@media (min-width: 1200px){#s-90d65a4a-1299-4ec1-9250-803ce2bbee9a {
  display: none;
}
#s-90d65a4a-1299-4ec1-9250-803ce2bbee9a, #wrap-s-90d65a4a-1299-4ec1-9250-803ce2bbee9a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-90d65a4a-1299-4ec1-9250-803ce2bbee9a {
  display: none;
}
#s-90d65a4a-1299-4ec1-9250-803ce2bbee9a, #wrap-s-90d65a4a-1299-4ec1-9250-803ce2bbee9a { display:none !important; }}@media (max-width: 767px){#s-90d65a4a-1299-4ec1-9250-803ce2bbee9a {
  margin-top: 30px;
}
}
#s-90d65a4a-1299-4ec1-9250-803ce2bbee9a .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 1200px){#s-5e610ea7-61c7-445d-a296-3eee3f526308 {
  display: none;
}
#s-5e610ea7-61c7-445d-a296-3eee3f526308, #wrap-s-5e610ea7-61c7-445d-a296-3eee3f526308 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e610ea7-61c7-445d-a296-3eee3f526308 {
  display: none;
}
#s-5e610ea7-61c7-445d-a296-3eee3f526308, #wrap-s-5e610ea7-61c7-445d-a296-3eee3f526308 { display:none !important; }}@media (max-width: 767px){#s-5e610ea7-61c7-445d-a296-3eee3f526308 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5e610ea7-61c7-445d-a296-3eee3f526308"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-c59f7152-a610-48e5-9e9d-1664e1739275 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-c59f7152-a610-48e5-9e9d-1664e1739275 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c59f7152-a610-48e5-9e9d-1664e1739275.shg-box.shg-c {
  justify-content: center;
}

#s-df68e9f3-7e88-4a12-a497-1d94199a1df6 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-df68e9f3-7e88-4a12-a497-1d94199a1df6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df68e9f3-7e88-4a12-a497-1d94199a1df6.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60 {
  display: none;
}
#s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60, #wrap-s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60 {
  display: none;
}
#s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60, #wrap-s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60 { display:none !important; }}@media (max-width: 767px){#s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-86ceb7ba-61e7-4e6f-835d-1e107bc81c60"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-34f6e851-0ead-4818-a397-d825775a1bca {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-34f6e851-0ead-4818-a397-d825775a1bca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34f6e851-0ead-4818-a397-d825775a1bca.shg-box.shg-c {
  justify-content: center;
}

#s-9df0e42b-cd0e-444a-b653-876e7b100a47 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-9df0e42b-cd0e-444a-b653-876e7b100a47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9df0e42b-cd0e-444a-b653-876e7b100a47.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-28b3f216-e3c2-4dc9-b050-d8ad7d175296 {
  display: none;
}
#s-28b3f216-e3c2-4dc9-b050-d8ad7d175296, #wrap-s-28b3f216-e3c2-4dc9-b050-d8ad7d175296 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-28b3f216-e3c2-4dc9-b050-d8ad7d175296 {
  display: none;
}
#s-28b3f216-e3c2-4dc9-b050-d8ad7d175296, #wrap-s-28b3f216-e3c2-4dc9-b050-d8ad7d175296 { display:none !important; }}@media (max-width: 767px){#s-28b3f216-e3c2-4dc9-b050-d8ad7d175296 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-28b3f216-e3c2-4dc9-b050-d8ad7d175296"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-086ea38e-a275-43c4-8961-034b6f0be2d1 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-086ea38e-a275-43c4-8961-034b6f0be2d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-086ea38e-a275-43c4-8961-034b6f0be2d1.shg-box.shg-c {
  justify-content: center;
}

#s-1120f771-a25d-4738-bbf3-6909f3d7c035 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-1120f771-a25d-4738-bbf3-6909f3d7c035 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1120f771-a25d-4738-bbf3-6909f3d7c035.shg-box.shg-c {
  justify-content: center;
}

#s-71021ccc-a219-4cbd-b64c-5c43496620e5 {
  text-align: left;
}
@media (min-width: 1200px){#s-71021ccc-a219-4cbd-b64c-5c43496620e5 {
  display: none;
}
#s-71021ccc-a219-4cbd-b64c-5c43496620e5, #wrap-s-71021ccc-a219-4cbd-b64c-5c43496620e5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-71021ccc-a219-4cbd-b64c-5c43496620e5 {
  display: none;
}
#s-71021ccc-a219-4cbd-b64c-5c43496620e5, #wrap-s-71021ccc-a219-4cbd-b64c-5c43496620e5 { display:none !important; }}@media (max-width: 767px){#s-71021ccc-a219-4cbd-b64c-5c43496620e5 {
  margin-top: 30px;
}
}
#s-71021ccc-a219-4cbd-b64c-5c43496620e5 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 1200px){#s-f282c60b-45e7-49d4-8040-1fdffa66f31b {
  display: none;
}
#s-f282c60b-45e7-49d4-8040-1fdffa66f31b, #wrap-s-f282c60b-45e7-49d4-8040-1fdffa66f31b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f282c60b-45e7-49d4-8040-1fdffa66f31b {
  display: none;
}
#s-f282c60b-45e7-49d4-8040-1fdffa66f31b, #wrap-s-f282c60b-45e7-49d4-8040-1fdffa66f31b { display:none !important; }}@media (max-width: 767px){#s-f282c60b-45e7-49d4-8040-1fdffa66f31b {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f282c60b-45e7-49d4-8040-1fdffa66f31b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-05883b5a-3dc1-4cfa-b2ef-3e09e342769a {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 120px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-05883b5a-3dc1-4cfa-b2ef-3e09e342769a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05883b5a-3dc1-4cfa-b2ef-3e09e342769a.shg-box.shg-c {
  justify-content: center;
}

#s-3a2277f4-4293-4197-9808-a35d4935c577 {
  min-height: 120px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-3a2277f4-4293-4197-9808-a35d4935c577 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a2277f4-4293-4197-9808-a35d4935c577.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-c549d5b0-6ba3-4275-a528-784d7abb23bd {
  display: none;
}
#s-c549d5b0-6ba3-4275-a528-784d7abb23bd, #wrap-s-c549d5b0-6ba3-4275-a528-784d7abb23bd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c549d5b0-6ba3-4275-a528-784d7abb23bd {
  display: none;
}
#s-c549d5b0-6ba3-4275-a528-784d7abb23bd, #wrap-s-c549d5b0-6ba3-4275-a528-784d7abb23bd { display:none !important; }}@media (max-width: 767px){#s-c549d5b0-6ba3-4275-a528-784d7abb23bd {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c549d5b0-6ba3-4275-a528-784d7abb23bd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-1fc32296-6cda-4571-b7d1-553649148cc9 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-1fc32296-6cda-4571-b7d1-553649148cc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1fc32296-6cda-4571-b7d1-553649148cc9.shg-box.shg-c {
  justify-content: center;
}

#s-6d598f85-36d9-4e37-bdfa-891e42ebcfba {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-6d598f85-36d9-4e37-bdfa-891e42ebcfba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d598f85-36d9-4e37-bdfa-891e42ebcfba.shg-box.shg-c {
  justify-content: center;
}

#s-b1b8c066-7466-4084-9dee-22197a9723d7 {
  min-height: 50px;
}








#s-b1b8c066-7466-4084-9dee-22197a9723d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1b8c066-7466-4084-9dee-22197a9723d7.shg-box.shg-c {
  justify-content: center;
}

#s-71e2f361-a42f-48fa-852f-cb282911b3bb {
  text-align: left;
}
@media (min-width: 1200px){#s-71e2f361-a42f-48fa-852f-cb282911b3bb {
  display: none;
}
#s-71e2f361-a42f-48fa-852f-cb282911b3bb, #wrap-s-71e2f361-a42f-48fa-852f-cb282911b3bb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-71e2f361-a42f-48fa-852f-cb282911b3bb {
  display: none;
}
#s-71e2f361-a42f-48fa-852f-cb282911b3bb, #wrap-s-71e2f361-a42f-48fa-852f-cb282911b3bb { display:none !important; }}@media (max-width: 767px){#s-71e2f361-a42f-48fa-852f-cb282911b3bb {
  margin-top: 30px;
}
}
#s-71e2f361-a42f-48fa-852f-cb282911b3bb .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-d7bd3a34-941b-4713-a57e-db2d808b3b93 {
  text-align: left;
}




  #s-d7bd3a34-941b-4713-a57e-db2d808b3b93 img.shogun-image {
    
    width: px;
  }


#s-d7bd3a34-941b-4713-a57e-db2d808b3b93 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-7772016d-db64-4873-9859-645fe556e6ed {
  display: none;
}
#s-7772016d-db64-4873-9859-645fe556e6ed, #wrap-s-7772016d-db64-4873-9859-645fe556e6ed { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7772016d-db64-4873-9859-645fe556e6ed {
  display: none;
}
#s-7772016d-db64-4873-9859-645fe556e6ed, #wrap-s-7772016d-db64-4873-9859-645fe556e6ed { display:none !important; }}@media (max-width: 767px){#s-7772016d-db64-4873-9859-645fe556e6ed {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-7772016d-db64-4873-9859-645fe556e6ed"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-734f1e52-8916-40c9-a7cf-dd3b940d55b6 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 130px;
background-color: rgba(245, 245, 245, 1);
}








#s-734f1e52-8916-40c9-a7cf-dd3b940d55b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-734f1e52-8916-40c9-a7cf-dd3b940d55b6.shg-box.shg-c {
  justify-content: center;
}

#s-895b86e5-f4d6-4514-9001-86db60dc7b90 {
  min-height: 130px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-895b86e5-f4d6-4514-9001-86db60dc7b90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-895b86e5-f4d6-4514-9001-86db60dc7b90.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-cb5b861d-cec9-456e-b777-ac81ed3add90 {
  display: none;
}
#s-cb5b861d-cec9-456e-b777-ac81ed3add90, #wrap-s-cb5b861d-cec9-456e-b777-ac81ed3add90 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cb5b861d-cec9-456e-b777-ac81ed3add90 {
  display: none;
}
#s-cb5b861d-cec9-456e-b777-ac81ed3add90, #wrap-s-cb5b861d-cec9-456e-b777-ac81ed3add90 { display:none !important; }}@media (max-width: 767px){#s-cb5b861d-cec9-456e-b777-ac81ed3add90 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-cb5b861d-cec9-456e-b777-ac81ed3add90"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-221a44f6-950c-470e-b382-5c7069f2641c {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-221a44f6-950c-470e-b382-5c7069f2641c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-221a44f6-950c-470e-b382-5c7069f2641c.shg-box.shg-c {
  justify-content: center;
}

#s-a02f9e14-c2b9-4b29-b725-e59a6de85360 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-a02f9e14-c2b9-4b29-b725-e59a6de85360 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a02f9e14-c2b9-4b29-b725-e59a6de85360.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7 {
  display: none;
}
#s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7, #wrap-s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7 {
  display: none;
}
#s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7, #wrap-s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7 { display:none !important; }}@media (max-width: 767px){#s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-d7867a8c-57e5-4813-a37f-eeb0d47aa8c7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-11b3767e-bcc3-4391-b969-3ae88baa4c58 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-11b3767e-bcc3-4391-b969-3ae88baa4c58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11b3767e-bcc3-4391-b969-3ae88baa4c58.shg-box.shg-c {
  justify-content: center;
}

#s-3bda5ae5-54ef-4b64-936e-e836a0d4c549 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-3bda5ae5-54ef-4b64-936e-e836a0d4c549 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3bda5ae5-54ef-4b64-936e-e836a0d4c549.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-a78e94b7-9e0a-44e6-b446-a99980b03e3e {
  display: none;
}
#s-a78e94b7-9e0a-44e6-b446-a99980b03e3e, #wrap-s-a78e94b7-9e0a-44e6-b446-a99980b03e3e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a78e94b7-9e0a-44e6-b446-a99980b03e3e {
  display: none;
}
#s-a78e94b7-9e0a-44e6-b446-a99980b03e3e, #wrap-s-a78e94b7-9e0a-44e6-b446-a99980b03e3e { display:none !important; }}@media (max-width: 767px){#s-a78e94b7-9e0a-44e6-b446-a99980b03e3e {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a78e94b7-9e0a-44e6-b446-a99980b03e3e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-1e383b34-ff9d-4aca-99b0-113ef4ad3789 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-1e383b34-ff9d-4aca-99b0-113ef4ad3789 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e383b34-ff9d-4aca-99b0-113ef4ad3789.shg-box.shg-c {
  justify-content: center;
}

#s-d9cdfc9b-10cb-4f62-9b64-8ffde193fa47 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-d9cdfc9b-10cb-4f62-9b64-8ffde193fa47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9cdfc9b-10cb-4f62-9b64-8ffde193fa47.shg-box.shg-c {
  justify-content: center;
}

#s-43b7e34c-84e3-4112-a0fe-3b4dde4a34bc {
  text-align: left;
}
@media (min-width: 1200px){#s-43b7e34c-84e3-4112-a0fe-3b4dde4a34bc {
  display: none;
}
#s-43b7e34c-84e3-4112-a0fe-3b4dde4a34bc, #wrap-s-43b7e34c-84e3-4112-a0fe-3b4dde4a34bc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-43b7e34c-84e3-4112-a0fe-3b4dde4a34bc {
  display: none;
}
#s-43b7e34c-84e3-4112-a0fe-3b4dde4a34bc, #wrap-s-43b7e34c-84e3-4112-a0fe-3b4dde4a34bc { display:none !important; }}@media (max-width: 767px){#s-43b7e34c-84e3-4112-a0fe-3b4dde4a34bc {
  margin-top: 30px;
}
}
#s-43b7e34c-84e3-4112-a0fe-3b4dde4a34bc .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c09b72b4-aa7e-48bb-b956-26e83d4060bc {
  text-align: left;
}




  #s-c09b72b4-aa7e-48bb-b956-26e83d4060bc img.shogun-image {
    
    width: px;
  }


#s-c09b72b4-aa7e-48bb-b956-26e83d4060bc .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-4316ea25-75e4-419f-b5a4-b0342aa60d78 {
  display: none;
}
#s-4316ea25-75e4-419f-b5a4-b0342aa60d78, #wrap-s-4316ea25-75e4-419f-b5a4-b0342aa60d78 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4316ea25-75e4-419f-b5a4-b0342aa60d78 {
  display: none;
}
#s-4316ea25-75e4-419f-b5a4-b0342aa60d78, #wrap-s-4316ea25-75e4-419f-b5a4-b0342aa60d78 { display:none !important; }}@media (max-width: 767px){#s-4316ea25-75e4-419f-b5a4-b0342aa60d78 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-4316ea25-75e4-419f-b5a4-b0342aa60d78"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-fb76be5f-492d-4097-80af-a94a8e2ef16f {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-fb76be5f-492d-4097-80af-a94a8e2ef16f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb76be5f-492d-4097-80af-a94a8e2ef16f.shg-box.shg-c {
  justify-content: center;
}

#s-eaca5b03-3ec6-410c-9b4c-34ea2904a288 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-eaca5b03-3ec6-410c-9b4c-34ea2904a288 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eaca5b03-3ec6-410c-9b4c-34ea2904a288.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e {
  display: none;
}
#s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e, #wrap-s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e {
  display: none;
}
#s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e, #wrap-s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e { display:none !important; }}@media (max-width: 767px){#s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f3a59af5-460b-4c4b-8d50-7d582a88ac6e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-16f2d178-3f2f-41b6-b465-4c3a5eb5c512 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-16f2d178-3f2f-41b6-b465-4c3a5eb5c512 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16f2d178-3f2f-41b6-b465-4c3a5eb5c512.shg-box.shg-c {
  justify-content: center;
}

#s-e252c2ce-ab73-40ca-88f1-c7b2f35f39f0 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-e252c2ce-ab73-40ca-88f1-c7b2f35f39f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e252c2ce-ab73-40ca-88f1-c7b2f35f39f0.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a {
  display: none;
}
#s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a, #wrap-s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a {
  display: none;
}
#s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a, #wrap-s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a { display:none !important; }}@media (max-width: 767px){#s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c9dd704d-58c9-42e4-a73e-bf4137c2a88a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-ac6436ee-899e-409a-ba70-a14a86902ded {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-ac6436ee-899e-409a-ba70-a14a86902ded > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac6436ee-899e-409a-ba70-a14a86902ded.shg-box.shg-c {
  justify-content: center;
}

#s-981eff49-fbfd-49d8-a18b-980a072f8dcc {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-981eff49-fbfd-49d8-a18b-980a072f8dcc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-981eff49-fbfd-49d8-a18b-980a072f8dcc.shg-box.shg-c {
  justify-content: center;
}

#s-7a0ecee9-1537-4501-b719-8f4f998c1eac {
  text-align: left;
}
@media (min-width: 1200px){#s-7a0ecee9-1537-4501-b719-8f4f998c1eac {
  display: none;
}
#s-7a0ecee9-1537-4501-b719-8f4f998c1eac, #wrap-s-7a0ecee9-1537-4501-b719-8f4f998c1eac { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7a0ecee9-1537-4501-b719-8f4f998c1eac {
  display: none;
}
#s-7a0ecee9-1537-4501-b719-8f4f998c1eac, #wrap-s-7a0ecee9-1537-4501-b719-8f4f998c1eac { display:none !important; }}@media (max-width: 767px){#s-7a0ecee9-1537-4501-b719-8f4f998c1eac {
  margin-top: 30px;
}
}
#s-7a0ecee9-1537-4501-b719-8f4f998c1eac .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e106a9a4-ecf2-4d96-881a-d1a593b143f4 {
  text-align: left;
}




  #s-e106a9a4-ecf2-4d96-881a-d1a593b143f4 img.shogun-image {
    
    width: px;
  }


#s-e106a9a4-ecf2-4d96-881a-d1a593b143f4 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5 {
  display: none;
}
#s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5, #wrap-s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5 {
  display: none;
}
#s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5, #wrap-s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5 { display:none !important; }}@media (max-width: 767px){#s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0065a765-d7a3-4b3e-aeb6-b39a38a98af5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-de2f0ee8-63d7-46a8-9f56-f365fedac384 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-de2f0ee8-63d7-46a8-9f56-f365fedac384 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de2f0ee8-63d7-46a8-9f56-f365fedac384.shg-box.shg-c {
  justify-content: center;
}

#s-b650897d-9b69-433e-a732-3a9360a11d99 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-b650897d-9b69-433e-a732-3a9360a11d99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b650897d-9b69-433e-a732-3a9360a11d99.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-67692e91-89a1-49cd-aee1-67852dd82868 {
  display: none;
}
#s-67692e91-89a1-49cd-aee1-67852dd82868, #wrap-s-67692e91-89a1-49cd-aee1-67852dd82868 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67692e91-89a1-49cd-aee1-67852dd82868 {
  display: none;
}
#s-67692e91-89a1-49cd-aee1-67852dd82868, #wrap-s-67692e91-89a1-49cd-aee1-67852dd82868 { display:none !important; }}@media (max-width: 767px){#s-67692e91-89a1-49cd-aee1-67852dd82868 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-67692e91-89a1-49cd-aee1-67852dd82868"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-6ecbb618-88e6-42ea-b897-49da99560327 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-6ecbb618-88e6-42ea-b897-49da99560327 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ecbb618-88e6-42ea-b897-49da99560327.shg-box.shg-c {
  justify-content: center;
}

#s-749fc0dd-1ec5-4d33-9dfd-c120ea0ae332 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-749fc0dd-1ec5-4d33-9dfd-c120ea0ae332 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-749fc0dd-1ec5-4d33-9dfd-c120ea0ae332.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-65536c7b-1c72-40c7-9f21-f336b846eda6 {
  display: none;
}
#s-65536c7b-1c72-40c7-9f21-f336b846eda6, #wrap-s-65536c7b-1c72-40c7-9f21-f336b846eda6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-65536c7b-1c72-40c7-9f21-f336b846eda6 {
  display: none;
}
#s-65536c7b-1c72-40c7-9f21-f336b846eda6, #wrap-s-65536c7b-1c72-40c7-9f21-f336b846eda6 { display:none !important; }}@media (max-width: 767px){#s-65536c7b-1c72-40c7-9f21-f336b846eda6 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-65536c7b-1c72-40c7-9f21-f336b846eda6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-154cb8d3-e25a-4c80-92ea-c713716595b5 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-154cb8d3-e25a-4c80-92ea-c713716595b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-154cb8d3-e25a-4c80-92ea-c713716595b5.shg-box.shg-c {
  justify-content: center;
}

#s-f9a61998-3b1d-4f55-b08f-6bdbff7c0430 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-f9a61998-3b1d-4f55-b08f-6bdbff7c0430 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9a61998-3b1d-4f55-b08f-6bdbff7c0430.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-b92a083d-d790-4a04-a82e-4ff36327758f {
  display: none;
}
#s-b92a083d-d790-4a04-a82e-4ff36327758f, #wrap-s-b92a083d-d790-4a04-a82e-4ff36327758f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b92a083d-d790-4a04-a82e-4ff36327758f {
  display: none;
}
#s-b92a083d-d790-4a04-a82e-4ff36327758f, #wrap-s-b92a083d-d790-4a04-a82e-4ff36327758f { display:none !important; }}@media (max-width: 767px){#s-b92a083d-d790-4a04-a82e-4ff36327758f {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b92a083d-d790-4a04-a82e-4ff36327758f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-527c2dce-e1fb-46a7-b357-6cb60efedd99 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-527c2dce-e1fb-46a7-b357-6cb60efedd99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-527c2dce-e1fb-46a7-b357-6cb60efedd99.shg-box.shg-c {
  justify-content: center;
}

#s-815a9048-d562-4a74-a01d-f8460e5edd5a {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-815a9048-d562-4a74-a01d-f8460e5edd5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-815a9048-d562-4a74-a01d-f8460e5edd5a.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e {
  display: none;
}
#s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e, #wrap-s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e {
  display: none;
}
#s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e, #wrap-s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e { display:none !important; }}@media (max-width: 767px){#s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-2c6d82ad-5399-4e33-85ed-9e9a4a2c488e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-df267e4c-fc46-4c69-90af-b201149dd764 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-df267e4c-fc46-4c69-90af-b201149dd764 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df267e4c-fc46-4c69-90af-b201149dd764.shg-box.shg-c {
  justify-content: center;
}

#s-7626d9df-5ec7-43cc-9ebd-07904122bcc8 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-7626d9df-5ec7-43cc-9ebd-07904122bcc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7626d9df-5ec7-43cc-9ebd-07904122bcc8.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-6b58a7f4-2874-4794-bc55-93d862e42304 {
  display: none;
}
#s-6b58a7f4-2874-4794-bc55-93d862e42304, #wrap-s-6b58a7f4-2874-4794-bc55-93d862e42304 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b58a7f4-2874-4794-bc55-93d862e42304 {
  display: none;
}
#s-6b58a7f4-2874-4794-bc55-93d862e42304, #wrap-s-6b58a7f4-2874-4794-bc55-93d862e42304 { display:none !important; }}@media (max-width: 767px){#s-6b58a7f4-2874-4794-bc55-93d862e42304 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-6b58a7f4-2874-4794-bc55-93d862e42304"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-9baca0cb-5944-48ce-8f40-bfbb8b460737 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-9baca0cb-5944-48ce-8f40-bfbb8b460737 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9baca0cb-5944-48ce-8f40-bfbb8b460737.shg-box.shg-c {
  justify-content: center;
}

#s-d3c7fee6-edd7-4472-97d2-5ed96904a235 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-d3c7fee6-edd7-4472-97d2-5ed96904a235 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3c7fee6-edd7-4472-97d2-5ed96904a235.shg-box.shg-c {
  justify-content: center;
}

#s-1e53b53c-cb26-4bc7-a123-0434e945bd84 {
  text-align: left;
}
@media (min-width: 1200px){#s-1e53b53c-cb26-4bc7-a123-0434e945bd84 {
  display: none;
}
#s-1e53b53c-cb26-4bc7-a123-0434e945bd84, #wrap-s-1e53b53c-cb26-4bc7-a123-0434e945bd84 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e53b53c-cb26-4bc7-a123-0434e945bd84 {
  display: none;
}
#s-1e53b53c-cb26-4bc7-a123-0434e945bd84, #wrap-s-1e53b53c-cb26-4bc7-a123-0434e945bd84 { display:none !important; }}@media (max-width: 767px){#s-1e53b53c-cb26-4bc7-a123-0434e945bd84 {
  margin-top: 30px;
}
}
#s-1e53b53c-cb26-4bc7-a123-0434e945bd84 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f31eee5c-0c25-4e5b-ac6d-20f1dbe0efe2 {
  text-align: left;
}




  #s-f31eee5c-0c25-4e5b-ac6d-20f1dbe0efe2 img.shogun-image {
    
    width: px;
  }


#s-f31eee5c-0c25-4e5b-ac6d-20f1dbe0efe2 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-998c3f24-fb84-40e8-b5f7-75d799ee4678 {
  display: none;
}
#s-998c3f24-fb84-40e8-b5f7-75d799ee4678, #wrap-s-998c3f24-fb84-40e8-b5f7-75d799ee4678 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-998c3f24-fb84-40e8-b5f7-75d799ee4678 {
  display: none;
}
#s-998c3f24-fb84-40e8-b5f7-75d799ee4678, #wrap-s-998c3f24-fb84-40e8-b5f7-75d799ee4678 { display:none !important; }}@media (max-width: 767px){#s-998c3f24-fb84-40e8-b5f7-75d799ee4678 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-998c3f24-fb84-40e8-b5f7-75d799ee4678"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-009b090d-6097-49ef-9f06-dae65cb6ca0c {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-009b090d-6097-49ef-9f06-dae65cb6ca0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-009b090d-6097-49ef-9f06-dae65cb6ca0c.shg-box.shg-c {
  justify-content: center;
}

#s-1cc4b31b-18be-4627-843e-a0448feca937 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-1cc4b31b-18be-4627-843e-a0448feca937 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cc4b31b-18be-4627-843e-a0448feca937.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-49cbda94-cd35-48d8-9bc1-68fa962dee82 {
  display: none;
}
#s-49cbda94-cd35-48d8-9bc1-68fa962dee82, #wrap-s-49cbda94-cd35-48d8-9bc1-68fa962dee82 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-49cbda94-cd35-48d8-9bc1-68fa962dee82 {
  display: none;
}
#s-49cbda94-cd35-48d8-9bc1-68fa962dee82, #wrap-s-49cbda94-cd35-48d8-9bc1-68fa962dee82 { display:none !important; }}@media (max-width: 767px){#s-49cbda94-cd35-48d8-9bc1-68fa962dee82 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-49cbda94-cd35-48d8-9bc1-68fa962dee82"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-eb6792ef-0ce3-4854-89a0-1405341bc9a6 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-eb6792ef-0ce3-4854-89a0-1405341bc9a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb6792ef-0ce3-4854-89a0-1405341bc9a6.shg-box.shg-c {
  justify-content: center;
}

#s-af87aae7-dee0-4254-aab5-7949c1e514fc {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-af87aae7-dee0-4254-aab5-7949c1e514fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af87aae7-dee0-4254-aab5-7949c1e514fc.shg-box.shg-c {
  justify-content: center;
}

#s-2e03b140-2641-4df1-a915-040c15393ef3 {
  text-align: left;
}
@media (min-width: 1200px){#s-2e03b140-2641-4df1-a915-040c15393ef3 {
  display: none;
}
#s-2e03b140-2641-4df1-a915-040c15393ef3, #wrap-s-2e03b140-2641-4df1-a915-040c15393ef3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e03b140-2641-4df1-a915-040c15393ef3 {
  display: none;
}
#s-2e03b140-2641-4df1-a915-040c15393ef3, #wrap-s-2e03b140-2641-4df1-a915-040c15393ef3 { display:none !important; }}@media (max-width: 767px){#s-2e03b140-2641-4df1-a915-040c15393ef3 {
  margin-top: 30px;
}
}
#s-2e03b140-2641-4df1-a915-040c15393ef3 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-35793a5f-9523-4c6a-a2c2-79d937c10e42 {
  text-align: left;
}




  #s-35793a5f-9523-4c6a-a2c2-79d937c10e42 img.shogun-image {
    
    width: px;
  }


#s-35793a5f-9523-4c6a-a2c2-79d937c10e42 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-1953ec17-758b-495e-b2a1-fd116f8d5399 {
  display: none;
}
#s-1953ec17-758b-495e-b2a1-fd116f8d5399, #wrap-s-1953ec17-758b-495e-b2a1-fd116f8d5399 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1953ec17-758b-495e-b2a1-fd116f8d5399 {
  display: none;
}
#s-1953ec17-758b-495e-b2a1-fd116f8d5399, #wrap-s-1953ec17-758b-495e-b2a1-fd116f8d5399 { display:none !important; }}@media (max-width: 767px){#s-1953ec17-758b-495e-b2a1-fd116f8d5399 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-1953ec17-758b-495e-b2a1-fd116f8d5399"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-d0b01fca-8c34-4d19-8db2-55c09dbeb57b {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-d0b01fca-8c34-4d19-8db2-55c09dbeb57b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0b01fca-8c34-4d19-8db2-55c09dbeb57b.shg-box.shg-c {
  justify-content: center;
}

#s-21d0906d-5ab2-434a-aa36-bc40f48b15e1 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-21d0906d-5ab2-434a-aa36-bc40f48b15e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21d0906d-5ab2-434a-aa36-bc40f48b15e1.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-960e25d3-2ad6-4027-998c-ab4f89da4bf8 {
  display: none;
}
#s-960e25d3-2ad6-4027-998c-ab4f89da4bf8, #wrap-s-960e25d3-2ad6-4027-998c-ab4f89da4bf8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-960e25d3-2ad6-4027-998c-ab4f89da4bf8 {
  display: none;
}
#s-960e25d3-2ad6-4027-998c-ab4f89da4bf8, #wrap-s-960e25d3-2ad6-4027-998c-ab4f89da4bf8 { display:none !important; }}@media (max-width: 767px){#s-960e25d3-2ad6-4027-998c-ab4f89da4bf8 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-960e25d3-2ad6-4027-998c-ab4f89da4bf8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-51e479f5-99fe-45cb-b7e1-4043487ba84f {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-51e479f5-99fe-45cb-b7e1-4043487ba84f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51e479f5-99fe-45cb-b7e1-4043487ba84f.shg-box.shg-c {
  justify-content: center;
}

#s-d8cecd1e-e264-47e2-bfbc-ebcd2b0ae248 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-d8cecd1e-e264-47e2-bfbc-ebcd2b0ae248 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8cecd1e-e264-47e2-bfbc-ebcd2b0ae248.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e {
  display: none;
}
#s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e, #wrap-s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e {
  display: none;
}
#s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e, #wrap-s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e { display:none !important; }}@media (max-width: 767px){#s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-9560ee8b-e53e-426d-92fd-cc5444cd8d3e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-dbbb047c-f650-4442-a351-6165c92824b4 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-dbbb047c-f650-4442-a351-6165c92824b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbbb047c-f650-4442-a351-6165c92824b4.shg-box.shg-c {
  justify-content: center;
}

#s-333e095f-e220-42fc-b5f3-4ae425c9811d {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-333e095f-e220-42fc-b5f3-4ae425c9811d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-333e095f-e220-42fc-b5f3-4ae425c9811d.shg-box.shg-c {
  justify-content: center;
}

#s-350c6282-6c91-4ab2-8ef8-ec58190b3b0a {
  text-align: left;
}
@media (min-width: 1200px){#s-350c6282-6c91-4ab2-8ef8-ec58190b3b0a {
  display: none;
}
#s-350c6282-6c91-4ab2-8ef8-ec58190b3b0a, #wrap-s-350c6282-6c91-4ab2-8ef8-ec58190b3b0a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-350c6282-6c91-4ab2-8ef8-ec58190b3b0a {
  display: none;
}
#s-350c6282-6c91-4ab2-8ef8-ec58190b3b0a, #wrap-s-350c6282-6c91-4ab2-8ef8-ec58190b3b0a { display:none !important; }}@media (max-width: 767px){#s-350c6282-6c91-4ab2-8ef8-ec58190b3b0a {
  margin-top: 30px;
}
}
#s-350c6282-6c91-4ab2-8ef8-ec58190b3b0a .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8723acde-328b-4de8-879b-f95fe7ab23b5 {
  text-align: left;
}




  #s-8723acde-328b-4de8-879b-f95fe7ab23b5 img.shogun-image {
    
    width: px;
  }


#s-8723acde-328b-4de8-879b-f95fe7ab23b5 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f {
  display: none;
}
#s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f, #wrap-s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f {
  display: none;
}
#s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f, #wrap-s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f { display:none !important; }}@media (max-width: 767px){#s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-fe4ffa1d-afa3-4923-8d37-fd677649ab8f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-1c7af74b-f8f4-4513-91f8-cb272159f118 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-1c7af74b-f8f4-4513-91f8-cb272159f118 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c7af74b-f8f4-4513-91f8-cb272159f118.shg-box.shg-c {
  justify-content: center;
}

#s-dd412307-7186-40f5-b19f-82169fc4e1dc {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-dd412307-7186-40f5-b19f-82169fc4e1dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd412307-7186-40f5-b19f-82169fc4e1dc.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d {
  display: none;
}
#s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d, #wrap-s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d {
  display: none;
}
#s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d, #wrap-s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d { display:none !important; }}@media (max-width: 767px){#s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3c2b1d8b-2bd5-450d-9567-e5e42d5e361d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-99358e6b-b7be-403a-a4c5-3e95802a7b54 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-99358e6b-b7be-403a-a4c5-3e95802a7b54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99358e6b-b7be-403a-a4c5-3e95802a7b54.shg-box.shg-c {
  justify-content: center;
}

#s-fb474a3c-c870-487a-87b2-b02a977ca498 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-fb474a3c-c870-487a-87b2-b02a977ca498 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb474a3c-c870-487a-87b2-b02a977ca498.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-cb9a1164-1575-473f-92c3-0e46ef2526b9 {
  display: none;
}
#s-cb9a1164-1575-473f-92c3-0e46ef2526b9, #wrap-s-cb9a1164-1575-473f-92c3-0e46ef2526b9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cb9a1164-1575-473f-92c3-0e46ef2526b9 {
  display: none;
}
#s-cb9a1164-1575-473f-92c3-0e46ef2526b9, #wrap-s-cb9a1164-1575-473f-92c3-0e46ef2526b9 { display:none !important; }}@media (max-width: 767px){#s-cb9a1164-1575-473f-92c3-0e46ef2526b9 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-cb9a1164-1575-473f-92c3-0e46ef2526b9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-d00a4be7-5f9d-4973-b50d-c9940bc48eb1 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-d00a4be7-5f9d-4973-b50d-c9940bc48eb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d00a4be7-5f9d-4973-b50d-c9940bc48eb1.shg-box.shg-c {
  justify-content: center;
}

#s-54a1b6f1-f81c-4cd4-b899-8f3b1e131aa8 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-54a1b6f1-f81c-4cd4-b899-8f3b1e131aa8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54a1b6f1-f81c-4cd4-b899-8f3b1e131aa8.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-26c26a4a-fbf7-4813-96d1-7187860a416a {
  display: none;
}
#s-26c26a4a-fbf7-4813-96d1-7187860a416a, #wrap-s-26c26a4a-fbf7-4813-96d1-7187860a416a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-26c26a4a-fbf7-4813-96d1-7187860a416a {
  display: none;
}
#s-26c26a4a-fbf7-4813-96d1-7187860a416a, #wrap-s-26c26a4a-fbf7-4813-96d1-7187860a416a { display:none !important; }}@media (max-width: 767px){#s-26c26a4a-fbf7-4813-96d1-7187860a416a {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-26c26a4a-fbf7-4813-96d1-7187860a416a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-20f3fa8b-0557-4a3a-8193-49a153e049f9 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-20f3fa8b-0557-4a3a-8193-49a153e049f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20f3fa8b-0557-4a3a-8193-49a153e049f9.shg-box.shg-c {
  justify-content: center;
}

#s-7eacf705-f7b9-4fd2-b036-19fc78f1629e {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-7eacf705-f7b9-4fd2-b036-19fc78f1629e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7eacf705-f7b9-4fd2-b036-19fc78f1629e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-d28c3b66-e64e-4913-8d5c-b22645eed19f {
  display: none;
}
#s-d28c3b66-e64e-4913-8d5c-b22645eed19f, #wrap-s-d28c3b66-e64e-4913-8d5c-b22645eed19f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d28c3b66-e64e-4913-8d5c-b22645eed19f {
  display: none;
}
#s-d28c3b66-e64e-4913-8d5c-b22645eed19f, #wrap-s-d28c3b66-e64e-4913-8d5c-b22645eed19f { display:none !important; }}@media (max-width: 767px){#s-d28c3b66-e64e-4913-8d5c-b22645eed19f {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-d28c3b66-e64e-4913-8d5c-b22645eed19f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-f1e37bab-a1b7-457e-a1f2-2f333338f186 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-f1e37bab-a1b7-457e-a1f2-2f333338f186 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1e37bab-a1b7-457e-a1f2-2f333338f186.shg-box.shg-c {
  justify-content: center;
}

#s-66f6ebd1-e8c3-4631-87c6-7343543948d4 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-66f6ebd1-e8c3-4631-87c6-7343543948d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66f6ebd1-e8c3-4631-87c6-7343543948d4.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-38a053b1-1678-499d-91fb-708f3422085d {
  display: none;
}
#s-38a053b1-1678-499d-91fb-708f3422085d, #wrap-s-38a053b1-1678-499d-91fb-708f3422085d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-38a053b1-1678-499d-91fb-708f3422085d {
  display: none;
}
#s-38a053b1-1678-499d-91fb-708f3422085d, #wrap-s-38a053b1-1678-499d-91fb-708f3422085d { display:none !important; }}@media (max-width: 767px){#s-38a053b1-1678-499d-91fb-708f3422085d {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-38a053b1-1678-499d-91fb-708f3422085d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-81c587c8-2f16-45e2-9d17-109a21a5b74f {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-81c587c8-2f16-45e2-9d17-109a21a5b74f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81c587c8-2f16-45e2-9d17-109a21a5b74f.shg-box.shg-c {
  justify-content: center;
}

#s-a525c543-51eb-4853-9bf4-a53ff6fdd667 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-a525c543-51eb-4853-9bf4-a53ff6fdd667 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a525c543-51eb-4853-9bf4-a53ff6fdd667.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-0317480d-3f3d-4d04-af4e-76b471c89888 {
  display: none;
}
#s-0317480d-3f3d-4d04-af4e-76b471c89888, #wrap-s-0317480d-3f3d-4d04-af4e-76b471c89888 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0317480d-3f3d-4d04-af4e-76b471c89888 {
  display: none;
}
#s-0317480d-3f3d-4d04-af4e-76b471c89888, #wrap-s-0317480d-3f3d-4d04-af4e-76b471c89888 { display:none !important; }}@media (max-width: 767px){#s-0317480d-3f3d-4d04-af4e-76b471c89888 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0317480d-3f3d-4d04-af4e-76b471c89888"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-1a8eea78-622d-494e-a83e-f4c82e9ce489 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-1a8eea78-622d-494e-a83e-f4c82e9ce489 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a8eea78-622d-494e-a83e-f4c82e9ce489.shg-box.shg-c {
  justify-content: center;
}

#s-d5510009-d0c1-4f6a-b0e9-51d696a16238 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-d5510009-d0c1-4f6a-b0e9-51d696a16238 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5510009-d0c1-4f6a-b0e9-51d696a16238.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-20e10956-a5ec-4b46-adec-6e3e7a047173 {
  display: none;
}
#s-20e10956-a5ec-4b46-adec-6e3e7a047173, #wrap-s-20e10956-a5ec-4b46-adec-6e3e7a047173 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-20e10956-a5ec-4b46-adec-6e3e7a047173 {
  display: none;
}
#s-20e10956-a5ec-4b46-adec-6e3e7a047173, #wrap-s-20e10956-a5ec-4b46-adec-6e3e7a047173 { display:none !important; }}@media (max-width: 767px){#s-20e10956-a5ec-4b46-adec-6e3e7a047173 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-20e10956-a5ec-4b46-adec-6e3e7a047173"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-3d4db606-9c8f-4571-a844-7283f001ee97 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-3d4db606-9c8f-4571-a844-7283f001ee97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d4db606-9c8f-4571-a844-7283f001ee97.shg-box.shg-c {
  justify-content: center;
}

#s-4297f744-8b47-401c-92ba-9d20fdd49c20 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-4297f744-8b47-401c-92ba-9d20fdd49c20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4297f744-8b47-401c-92ba-9d20fdd49c20.shg-box.shg-c {
  justify-content: center;
}

#s-51a417e5-6f69-4520-a1f6-953625446085 {
  text-align: left;
}
@media (min-width: 1200px){#s-51a417e5-6f69-4520-a1f6-953625446085 {
  display: none;
}
#s-51a417e5-6f69-4520-a1f6-953625446085, #wrap-s-51a417e5-6f69-4520-a1f6-953625446085 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-51a417e5-6f69-4520-a1f6-953625446085 {
  display: none;
}
#s-51a417e5-6f69-4520-a1f6-953625446085, #wrap-s-51a417e5-6f69-4520-a1f6-953625446085 { display:none !important; }}@media (max-width: 767px){#s-51a417e5-6f69-4520-a1f6-953625446085 {
  margin-top: 30px;
}
}
#s-51a417e5-6f69-4520-a1f6-953625446085 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1ac21974-8028-48b7-b14d-e74fc05f6bf6 {
  text-align: left;
}




  #s-1ac21974-8028-48b7-b14d-e74fc05f6bf6 img.shogun-image {
    
    width: px;
  }


#s-1ac21974-8028-48b7-b14d-e74fc05f6bf6 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9 {
  display: none;
}
#s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9, #wrap-s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9 {
  display: none;
}
#s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9, #wrap-s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9 { display:none !important; }}@media (max-width: 767px){#s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-28109045-f4c8-4bc9-8a6b-65c98bc29ff9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-eebc7e14-27aa-45d5-be25-a75e1393384d {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-eebc7e14-27aa-45d5-be25-a75e1393384d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eebc7e14-27aa-45d5-be25-a75e1393384d.shg-box.shg-c {
  justify-content: center;
}

#s-dbdc74f2-24b4-43e1-ba54-d4be0ec8521f {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-dbdc74f2-24b4-43e1-ba54-d4be0ec8521f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbdc74f2-24b4-43e1-ba54-d4be0ec8521f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-05df87e8-d1e7-40c2-9844-7e13dd97cf24 {
  display: none;
}
#s-05df87e8-d1e7-40c2-9844-7e13dd97cf24, #wrap-s-05df87e8-d1e7-40c2-9844-7e13dd97cf24 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-05df87e8-d1e7-40c2-9844-7e13dd97cf24 {
  display: none;
}
#s-05df87e8-d1e7-40c2-9844-7e13dd97cf24, #wrap-s-05df87e8-d1e7-40c2-9844-7e13dd97cf24 { display:none !important; }}@media (max-width: 767px){#s-05df87e8-d1e7-40c2-9844-7e13dd97cf24 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-05df87e8-d1e7-40c2-9844-7e13dd97cf24"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-f3a968ad-a08e-436c-a3e2-8143db1f34fa {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-f3a968ad-a08e-436c-a3e2-8143db1f34fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3a968ad-a08e-436c-a3e2-8143db1f34fa.shg-box.shg-c {
  justify-content: center;
}

#s-287cb61c-8984-4fd9-b9ea-f303a71897d0 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-287cb61c-8984-4fd9-b9ea-f303a71897d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-287cb61c-8984-4fd9-b9ea-f303a71897d0.shg-box.shg-c {
  justify-content: center;
}

#s-e2e944a8-45b6-4f8b-8630-af8742c36407 {
  text-align: left;
}
@media (min-width: 1200px){#s-e2e944a8-45b6-4f8b-8630-af8742c36407 {
  display: none;
}
#s-e2e944a8-45b6-4f8b-8630-af8742c36407, #wrap-s-e2e944a8-45b6-4f8b-8630-af8742c36407 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e2e944a8-45b6-4f8b-8630-af8742c36407 {
  display: none;
}
#s-e2e944a8-45b6-4f8b-8630-af8742c36407, #wrap-s-e2e944a8-45b6-4f8b-8630-af8742c36407 { display:none !important; }}@media (max-width: 767px){#s-e2e944a8-45b6-4f8b-8630-af8742c36407 {
  margin-top: 30px;
}
}
#s-e2e944a8-45b6-4f8b-8630-af8742c36407 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 1200px){#s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60 {
  display: none;
}
#s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60, #wrap-s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60 {
  display: none;
}
#s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60, #wrap-s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60 { display:none !important; }}@media (max-width: 767px){#s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-d8b68cfc-e0fe-48dd-abfc-6875d19ffe60"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-720c4e56-145b-4c4f-ba0b-c152c51f6565 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-720c4e56-145b-4c4f-ba0b-c152c51f6565 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-720c4e56-145b-4c4f-ba0b-c152c51f6565.shg-box.shg-c {
  justify-content: center;
}

#s-218fd9d6-ea7d-4f36-913f-4aaf45292af0 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-218fd9d6-ea7d-4f36-913f-4aaf45292af0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-218fd9d6-ea7d-4f36-913f-4aaf45292af0.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-aadfaf53-25af-4df8-8483-da338428b665 {
  display: none;
}
#s-aadfaf53-25af-4df8-8483-da338428b665, #wrap-s-aadfaf53-25af-4df8-8483-da338428b665 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aadfaf53-25af-4df8-8483-da338428b665 {
  display: none;
}
#s-aadfaf53-25af-4df8-8483-da338428b665, #wrap-s-aadfaf53-25af-4df8-8483-da338428b665 { display:none !important; }}@media (max-width: 767px){#s-aadfaf53-25af-4df8-8483-da338428b665 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-aadfaf53-25af-4df8-8483-da338428b665"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-1b85282e-c270-446b-96af-235aa0b1b11c {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-1b85282e-c270-446b-96af-235aa0b1b11c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b85282e-c270-446b-96af-235aa0b1b11c.shg-box.shg-c {
  justify-content: center;
}

#s-65b7b905-ef31-4a2c-acdd-d579672ee61e {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-65b7b905-ef31-4a2c-acdd-d579672ee61e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65b7b905-ef31-4a2c-acdd-d579672ee61e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78 {
  display: none;
}
#s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78, #wrap-s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78 {
  display: none;
}
#s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78, #wrap-s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78 { display:none !important; }}@media (max-width: 767px){#s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-1c3aa1cb-98ad-48f5-9ac2-45e41fe44a78"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-8132073d-4e5f-4e1b-ad39-c458f6e8586b {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-8132073d-4e5f-4e1b-ad39-c458f6e8586b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8132073d-4e5f-4e1b-ad39-c458f6e8586b.shg-box.shg-c {
  justify-content: center;
}

#s-c28006ec-71f7-4a83-9ece-2ba637354630 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-c28006ec-71f7-4a83-9ece-2ba637354630 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c28006ec-71f7-4a83-9ece-2ba637354630.shg-box.shg-c {
  justify-content: center;
}

#s-35c4784d-d4b3-46d6-a9b5-3bb81c83661b {
  text-align: left;
}
@media (min-width: 1200px){#s-35c4784d-d4b3-46d6-a9b5-3bb81c83661b {
  display: none;
}
#s-35c4784d-d4b3-46d6-a9b5-3bb81c83661b, #wrap-s-35c4784d-d4b3-46d6-a9b5-3bb81c83661b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-35c4784d-d4b3-46d6-a9b5-3bb81c83661b {
  display: none;
}
#s-35c4784d-d4b3-46d6-a9b5-3bb81c83661b, #wrap-s-35c4784d-d4b3-46d6-a9b5-3bb81c83661b { display:none !important; }}@media (max-width: 767px){#s-35c4784d-d4b3-46d6-a9b5-3bb81c83661b {
  margin-top: 30px;
}
}
#s-35c4784d-d4b3-46d6-a9b5-3bb81c83661b .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 1200px){#s-7581b7eb-8e0a-4cb5-8427-3c645e83edba {
  display: none;
}
#s-7581b7eb-8e0a-4cb5-8427-3c645e83edba, #wrap-s-7581b7eb-8e0a-4cb5-8427-3c645e83edba { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7581b7eb-8e0a-4cb5-8427-3c645e83edba {
  display: none;
}
#s-7581b7eb-8e0a-4cb5-8427-3c645e83edba, #wrap-s-7581b7eb-8e0a-4cb5-8427-3c645e83edba { display:none !important; }}@media (max-width: 767px){#s-7581b7eb-8e0a-4cb5-8427-3c645e83edba {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-7581b7eb-8e0a-4cb5-8427-3c645e83edba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-5fb58863-c840-4a5f-82c6-9cbf9ae0606c {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-5fb58863-c840-4a5f-82c6-9cbf9ae0606c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fb58863-c840-4a5f-82c6-9cbf9ae0606c.shg-box.shg-c {
  justify-content: center;
}

#s-2d74bc55-e455-4f7b-a184-279fdfe7c644 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-2d74bc55-e455-4f7b-a184-279fdfe7c644 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d74bc55-e455-4f7b-a184-279fdfe7c644.shg-box.shg-c {
  justify-content: center;
}

#s-0e54c6f0-5430-4ea4-87bc-f7c75c9e33d7 {
  text-align: left;
}
@media (min-width: 1200px){#s-0e54c6f0-5430-4ea4-87bc-f7c75c9e33d7 {
  display: none;
}
#s-0e54c6f0-5430-4ea4-87bc-f7c75c9e33d7, #wrap-s-0e54c6f0-5430-4ea4-87bc-f7c75c9e33d7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e54c6f0-5430-4ea4-87bc-f7c75c9e33d7 {
  display: none;
}
#s-0e54c6f0-5430-4ea4-87bc-f7c75c9e33d7, #wrap-s-0e54c6f0-5430-4ea4-87bc-f7c75c9e33d7 { display:none !important; }}@media (max-width: 767px){#s-0e54c6f0-5430-4ea4-87bc-f7c75c9e33d7 {
  margin-top: 30px;
}
}
#s-0e54c6f0-5430-4ea4-87bc-f7c75c9e33d7 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 1200px){#s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae {
  display: none;
}
#s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae, #wrap-s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae {
  display: none;
}
#s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae, #wrap-s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae { display:none !important; }}@media (max-width: 767px){#s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8e69b933-dfb1-4f87-b2e7-2fa49ffdacae"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-74a64244-bf8c-4a26-bfc2-65cafea4ad72 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-74a64244-bf8c-4a26-bfc2-65cafea4ad72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74a64244-bf8c-4a26-bfc2-65cafea4ad72.shg-box.shg-c {
  justify-content: center;
}

#s-769aede3-9f71-444d-9b73-f18fdcddbf54 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-769aede3-9f71-444d-9b73-f18fdcddbf54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-769aede3-9f71-444d-9b73-f18fdcddbf54.shg-box.shg-c {
  justify-content: center;
}

#s-6d9851c0-ab76-40fb-b8ed-4e831c7c14c9 {
  text-align: left;
}
@media (min-width: 1200px){#s-6d9851c0-ab76-40fb-b8ed-4e831c7c14c9 {
  display: none;
}
#s-6d9851c0-ab76-40fb-b8ed-4e831c7c14c9, #wrap-s-6d9851c0-ab76-40fb-b8ed-4e831c7c14c9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6d9851c0-ab76-40fb-b8ed-4e831c7c14c9 {
  display: none;
}
#s-6d9851c0-ab76-40fb-b8ed-4e831c7c14c9, #wrap-s-6d9851c0-ab76-40fb-b8ed-4e831c7c14c9 { display:none !important; }}@media (max-width: 767px){#s-6d9851c0-ab76-40fb-b8ed-4e831c7c14c9 {
  margin-top: 30px;
}
}
#s-6d9851c0-ab76-40fb-b8ed-4e831c7c14c9 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 1200px){#s-67a1363c-f5fb-4a9b-a595-01749defd8cc {
  display: none;
}
#s-67a1363c-f5fb-4a9b-a595-01749defd8cc, #wrap-s-67a1363c-f5fb-4a9b-a595-01749defd8cc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67a1363c-f5fb-4a9b-a595-01749defd8cc {
  display: none;
}
#s-67a1363c-f5fb-4a9b-a595-01749defd8cc, #wrap-s-67a1363c-f5fb-4a9b-a595-01749defd8cc { display:none !important; }}@media (max-width: 767px){#s-67a1363c-f5fb-4a9b-a595-01749defd8cc {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-67a1363c-f5fb-4a9b-a595-01749defd8cc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-12d6a6f8-fa50-4a9c-b0cc-49a4d3fa09f7 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-12d6a6f8-fa50-4a9c-b0cc-49a4d3fa09f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12d6a6f8-fa50-4a9c-b0cc-49a4d3fa09f7.shg-box.shg-c {
  justify-content: center;
}

#s-832df94c-013a-43e4-b9da-92069c90dcf2 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-832df94c-013a-43e4-b9da-92069c90dcf2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-832df94c-013a-43e4-b9da-92069c90dcf2.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0 {
  display: none;
}
#s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0, #wrap-s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0 {
  display: none;
}
#s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0, #wrap-s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0 { display:none !important; }}@media (max-width: 767px){#s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f571b26a-d8e2-4f1c-9a04-2eadcba3f5c0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-3ef4898d-dade-461d-8127-b73a7105bba0 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-3ef4898d-dade-461d-8127-b73a7105bba0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ef4898d-dade-461d-8127-b73a7105bba0.shg-box.shg-c {
  justify-content: center;
}

#s-cc7674be-f991-4d78-b56e-7aee29740a2c {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-cc7674be-f991-4d78-b56e-7aee29740a2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc7674be-f991-4d78-b56e-7aee29740a2c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-e6edfc33-5585-4e78-8d3c-4d935004beb7 {
  display: none;
}
#s-e6edfc33-5585-4e78-8d3c-4d935004beb7, #wrap-s-e6edfc33-5585-4e78-8d3c-4d935004beb7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6edfc33-5585-4e78-8d3c-4d935004beb7 {
  display: none;
}
#s-e6edfc33-5585-4e78-8d3c-4d935004beb7, #wrap-s-e6edfc33-5585-4e78-8d3c-4d935004beb7 { display:none !important; }}@media (max-width: 767px){#s-e6edfc33-5585-4e78-8d3c-4d935004beb7 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e6edfc33-5585-4e78-8d3c-4d935004beb7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-d7760cac-2d3b-4c60-9074-9c34cd9097a7 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-d7760cac-2d3b-4c60-9074-9c34cd9097a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7760cac-2d3b-4c60-9074-9c34cd9097a7.shg-box.shg-c {
  justify-content: center;
}

#s-f560a503-d0fa-47c7-8920-eae165abe3da {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-f560a503-d0fa-47c7-8920-eae165abe3da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f560a503-d0fa-47c7-8920-eae165abe3da.shg-box.shg-c {
  justify-content: center;
}

#s-6ddd2d40-3048-4364-a1b1-9edeed2c59ba {
  text-align: left;
}
@media (min-width: 1200px){#s-6ddd2d40-3048-4364-a1b1-9edeed2c59ba {
  display: none;
}
#s-6ddd2d40-3048-4364-a1b1-9edeed2c59ba, #wrap-s-6ddd2d40-3048-4364-a1b1-9edeed2c59ba { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6ddd2d40-3048-4364-a1b1-9edeed2c59ba {
  display: none;
}
#s-6ddd2d40-3048-4364-a1b1-9edeed2c59ba, #wrap-s-6ddd2d40-3048-4364-a1b1-9edeed2c59ba { display:none !important; }}@media (max-width: 767px){#s-6ddd2d40-3048-4364-a1b1-9edeed2c59ba {
  margin-top: 30px;
}
}
#s-6ddd2d40-3048-4364-a1b1-9edeed2c59ba .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 1200px){#s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e {
  display: none;
}
#s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e, #wrap-s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e {
  display: none;
}
#s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e, #wrap-s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e { display:none !important; }}@media (max-width: 767px){#s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e8e5ff8c-1290-406a-8c02-a1ac7fe6ab9e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-d988b0d0-05f2-4565-924f-f9d60ce3409c {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 120px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-d988b0d0-05f2-4565-924f-f9d60ce3409c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d988b0d0-05f2-4565-924f-f9d60ce3409c.shg-box.shg-c {
  justify-content: center;
}

#s-a840ea03-2fe2-4f7a-aed3-0b9512da62e6 {
  min-height: 120px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-a840ea03-2fe2-4f7a-aed3-0b9512da62e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a840ea03-2fe2-4f7a-aed3-0b9512da62e6.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-a5ce359a-aa1d-49b1-a0db-64797907e571 {
  display: none;
}
#s-a5ce359a-aa1d-49b1-a0db-64797907e571, #wrap-s-a5ce359a-aa1d-49b1-a0db-64797907e571 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a5ce359a-aa1d-49b1-a0db-64797907e571 {
  display: none;
}
#s-a5ce359a-aa1d-49b1-a0db-64797907e571, #wrap-s-a5ce359a-aa1d-49b1-a0db-64797907e571 { display:none !important; }}@media (max-width: 767px){#s-a5ce359a-aa1d-49b1-a0db-64797907e571 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a5ce359a-aa1d-49b1-a0db-64797907e571"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-43701a71-f6df-4f46-9d79-37a61b688354 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-43701a71-f6df-4f46-9d79-37a61b688354 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43701a71-f6df-4f46-9d79-37a61b688354.shg-box.shg-c {
  justify-content: center;
}

#s-95a14db3-d1d2-4ff0-a6f2-7f55d082fa8b {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-95a14db3-d1d2-4ff0-a6f2-7f55d082fa8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95a14db3-d1d2-4ff0-a6f2-7f55d082fa8b.shg-box.shg-c {
  justify-content: center;
}

#s-07d05084-d844-4523-a097-0a3fd666c29a {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-07d05084-d844-4523-a097-0a3fd666c29a {
  display: none;
}
#s-07d05084-d844-4523-a097-0a3fd666c29a, #wrap-s-07d05084-d844-4523-a097-0a3fd666c29a { display:none !important; }}@media (max-width: 767px){#s-07d05084-d844-4523-a097-0a3fd666c29a {
  display: none;
}
#s-07d05084-d844-4523-a097-0a3fd666c29a, #wrap-s-07d05084-d844-4523-a097-0a3fd666c29a { display:none !important; }}







#s-07d05084-d844-4523-a097-0a3fd666c29a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07d05084-d844-4523-a097-0a3fd666c29a.shg-box.shg-c {
  justify-content: center;
}

#s-f02c27c5-7966-4412-8f94-a719be5a69fa {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f02c27c5-7966-4412-8f94-a719be5a69fa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-46b556ff-3a65-4cec-8c1a-4ba7c9df9225 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-46b556ff-3a65-4cec-8c1a-4ba7c9df9225 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c0b9e8b2-af41-437d-a818-7e18dfeb836e {
  margin-bottom: 10px;
}

#s-b7e3b6e7-9636-4d17-a534-cc592d69412b {
  text-align: right;
}




  #s-b7e3b6e7-9636-4d17-a534-cc592d69412b img.shogun-image {
    
    width: px;
  }


#s-b7e3b6e7-9636-4d17-a534-cc592d69412b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-7abf962a-bb0c-4479-a191-18a2c4e84d06 {
  display: none;
}
#s-7abf962a-bb0c-4479-a191-18a2c4e84d06, #wrap-s-7abf962a-bb0c-4479-a191-18a2c4e84d06 { display:none !important; }}@media (max-width: 767px){#s-7abf962a-bb0c-4479-a191-18a2c4e84d06 {
  display: none;
}
#s-7abf962a-bb0c-4479-a191-18a2c4e84d06, #wrap-s-7abf962a-bb0c-4479-a191-18a2c4e84d06 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7abf962a-bb0c-4479-a191-18a2c4e84d06"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7abf962a-bb0c-4479-a191-18a2c4e84d06"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-7abf962a-bb0c-4479-a191-18a2c4e84d06"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-7abf962a-bb0c-4479-a191-18a2c4e84d06"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-7abf962a-bb0c-4479-a191-18a2c4e84d06"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7abf962a-bb0c-4479-a191-18a2c4e84d06"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-7abf962a-bb0c-4479-a191-18a2c4e84d06"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-7abf962a-bb0c-4479-a191-18a2c4e84d06"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-7abf962a-bb0c-4479-a191-18a2c4e84d06"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-7abf962a-bb0c-4479-a191-18a2c4e84d06"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-7abf962a-bb0c-4479-a191-18a2c4e84d06"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-7abf962a-bb0c-4479-a191-18a2c4e84d06"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-7abf962a-bb0c-4479-a191-18a2c4e84d06"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-7abf962a-bb0c-4479-a191-18a2c4e84d06"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-7abf962a-bb0c-4479-a191-18a2c4e84d06"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-7abf962a-bb0c-4479-a191-18a2c4e84d06"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-7abf962a-bb0c-4479-a191-18a2c4e84d06"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7abf962a-bb0c-4479-a191-18a2c4e84d06"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-7abf962a-bb0c-4479-a191-18a2c4e84d06"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-7abf962a-bb0c-4479-a191-18a2c4e84d06"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-7abf962a-bb0c-4479-a191-18a2c4e84d06"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-7abf962a-bb0c-4479-a191-18a2c4e84d06"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-7abf962a-bb0c-4479-a191-18a2c4e84d06"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-7abf962a-bb0c-4479-a191-18a2c4e84d06"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-7abf962a-bb0c-4479-a191-18a2c4e84d06"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-7abf962a-bb0c-4479-a191-18a2c4e84d06"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-7abf962a-bb0c-4479-a191-18a2c4e84d06"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-7abf962a-bb0c-4479-a191-18a2c4e84d06"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-7abf962a-bb0c-4479-a191-18a2c4e84d06"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7abf962a-bb0c-4479-a191-18a2c4e84d06"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-7abf962a-bb0c-4479-a191-18a2c4e84d06"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-7abf962a-bb0c-4479-a191-18a2c4e84d06"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-7abf962a-bb0c-4479-a191-18a2c4e84d06"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-7abf962a-bb0c-4479-a191-18a2c4e84d06"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-7abf962a-bb0c-4479-a191-18a2c4e84d06"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-7abf962a-bb0c-4479-a191-18a2c4e84d06"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-7abf962a-bb0c-4479-a191-18a2c4e84d06"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-bedd7f41-6ff6-4838-8c75-da609bae7591 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-bedd7f41-6ff6-4838-8c75-da609bae7591 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bedd7f41-6ff6-4838-8c75-da609bae7591.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6f006ae3-4668-454c-a728-65ed1b7b790c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-6f006ae3-4668-454c-a728-65ed1b7b790c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f006ae3-4668-454c-a728-65ed1b7b790c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6f006ae3-4668-454c-a728-65ed1b7b790c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6f006ae3-4668-454c-a728-65ed1b7b790c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6f006ae3-4668-454c-a728-65ed1b7b790c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6f006ae3-4668-454c-a728-65ed1b7b790c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6f006ae3-4668-454c-a728-65ed1b7b790c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6f006ae3-4668-454c-a728-65ed1b7b790c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6f006ae3-4668-454c-a728-65ed1b7b790c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6f006ae3-4668-454c-a728-65ed1b7b790c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6f006ae3-4668-454c-a728-65ed1b7b790c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6f006ae3-4668-454c-a728-65ed1b7b790c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6f006ae3-4668-454c-a728-65ed1b7b790c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6f006ae3-4668-454c-a728-65ed1b7b790c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6f006ae3-4668-454c-a728-65ed1b7b790c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6f006ae3-4668-454c-a728-65ed1b7b790c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6f006ae3-4668-454c-a728-65ed1b7b790c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6f006ae3-4668-454c-a728-65ed1b7b790c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6f006ae3-4668-454c-a728-65ed1b7b790c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6f006ae3-4668-454c-a728-65ed1b7b790c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6f006ae3-4668-454c-a728-65ed1b7b790c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6f006ae3-4668-454c-a728-65ed1b7b790c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6f006ae3-4668-454c-a728-65ed1b7b790c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6f006ae3-4668-454c-a728-65ed1b7b790c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6f006ae3-4668-454c-a728-65ed1b7b790c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f006ae3-4668-454c-a728-65ed1b7b790c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6f006ae3-4668-454c-a728-65ed1b7b790c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6f006ae3-4668-454c-a728-65ed1b7b790c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6f006ae3-4668-454c-a728-65ed1b7b790c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6f006ae3-4668-454c-a728-65ed1b7b790c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6f006ae3-4668-454c-a728-65ed1b7b790c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6f006ae3-4668-454c-a728-65ed1b7b790c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6f006ae3-4668-454c-a728-65ed1b7b790c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6f006ae3-4668-454c-a728-65ed1b7b790c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6f006ae3-4668-454c-a728-65ed1b7b790c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6f006ae3-4668-454c-a728-65ed1b7b790c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6f006ae3-4668-454c-a728-65ed1b7b790c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-396b694d-60ea-4380-97cc-9f6862d573e0 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-396b694d-60ea-4380-97cc-9f6862d573e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-396b694d-60ea-4380-97cc-9f6862d573e0.shg-box.shg-c {
  justify-content: center;
}

#s-06bcde32-cf9b-45c8-a747-e6414682ac23 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-06bcde32-cf9b-45c8-a747-e6414682ac23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06bcde32-cf9b-45c8-a747-e6414682ac23.shg-box.shg-c {
  justify-content: center;
}

#s-30fbb3a7-ce35-4d36-b9b7-5f90bc437622 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-30fbb3a7-ce35-4d36-b9b7-5f90bc437622 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30fbb3a7-ce35-4d36-b9b7-5f90bc437622.shg-box.shg-c {
  justify-content: center;
}

#s-661b59b5-f6dd-4c65-a900-45fe4fdcdcab {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-661b59b5-f6dd-4c65-a900-45fe4fdcdcab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-661b59b5-f6dd-4c65-a900-45fe4fdcdcab.shg-box.shg-c {
  justify-content: center;
}

#s-f593a7ed-dbf0-4791-ae06-5307cba4815b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f593a7ed-dbf0-4791-ae06-5307cba4815b {
  display: none;
}
#s-f593a7ed-dbf0-4791-ae06-5307cba4815b, #wrap-s-f593a7ed-dbf0-4791-ae06-5307cba4815b { display:none !important; }}@media (max-width: 767px){#s-f593a7ed-dbf0-4791-ae06-5307cba4815b {
  display: none;
}
#s-f593a7ed-dbf0-4791-ae06-5307cba4815b, #wrap-s-f593a7ed-dbf0-4791-ae06-5307cba4815b { display:none !important; }}







#s-f593a7ed-dbf0-4791-ae06-5307cba4815b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f593a7ed-dbf0-4791-ae06-5307cba4815b.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-ae99b524-af73-4e76-96cc-a86c0de111b3 {
  display: none;
}
#s-ae99b524-af73-4e76-96cc-a86c0de111b3, #wrap-s-ae99b524-af73-4e76-96cc-a86c0de111b3 { display:none !important; }}@media (max-width: 767px){#s-ae99b524-af73-4e76-96cc-a86c0de111b3 {
  display: none;
}
#s-ae99b524-af73-4e76-96cc-a86c0de111b3, #wrap-s-ae99b524-af73-4e76-96cc-a86c0de111b3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ae99b524-af73-4e76-96cc-a86c0de111b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae99b524-af73-4e76-96cc-a86c0de111b3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ae99b524-af73-4e76-96cc-a86c0de111b3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ae99b524-af73-4e76-96cc-a86c0de111b3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ae99b524-af73-4e76-96cc-a86c0de111b3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ae99b524-af73-4e76-96cc-a86c0de111b3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ae99b524-af73-4e76-96cc-a86c0de111b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ae99b524-af73-4e76-96cc-a86c0de111b3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ae99b524-af73-4e76-96cc-a86c0de111b3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ae99b524-af73-4e76-96cc-a86c0de111b3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ae99b524-af73-4e76-96cc-a86c0de111b3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ae99b524-af73-4e76-96cc-a86c0de111b3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ae99b524-af73-4e76-96cc-a86c0de111b3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ae99b524-af73-4e76-96cc-a86c0de111b3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ae99b524-af73-4e76-96cc-a86c0de111b3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ae99b524-af73-4e76-96cc-a86c0de111b3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ae99b524-af73-4e76-96cc-a86c0de111b3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ae99b524-af73-4e76-96cc-a86c0de111b3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ae99b524-af73-4e76-96cc-a86c0de111b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ae99b524-af73-4e76-96cc-a86c0de111b3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ae99b524-af73-4e76-96cc-a86c0de111b3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ae99b524-af73-4e76-96cc-a86c0de111b3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ae99b524-af73-4e76-96cc-a86c0de111b3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ae99b524-af73-4e76-96cc-a86c0de111b3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ae99b524-af73-4e76-96cc-a86c0de111b3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae99b524-af73-4e76-96cc-a86c0de111b3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ae99b524-af73-4e76-96cc-a86c0de111b3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ae99b524-af73-4e76-96cc-a86c0de111b3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ae99b524-af73-4e76-96cc-a86c0de111b3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ae99b524-af73-4e76-96cc-a86c0de111b3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ae99b524-af73-4e76-96cc-a86c0de111b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ae99b524-af73-4e76-96cc-a86c0de111b3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ae99b524-af73-4e76-96cc-a86c0de111b3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ae99b524-af73-4e76-96cc-a86c0de111b3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ae99b524-af73-4e76-96cc-a86c0de111b3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ae99b524-af73-4e76-96cc-a86c0de111b3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ae99b524-af73-4e76-96cc-a86c0de111b3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-12681466-da48-4191-8e5f-63b13f1137e9 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-12681466-da48-4191-8e5f-63b13f1137e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12681466-da48-4191-8e5f-63b13f1137e9.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0b001f13-2c5c-48f4-8505-9c86338e1f55"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-0b001f13-2c5c-48f4-8505-9c86338e1f55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b001f13-2c5c-48f4-8505-9c86338e1f55"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0b001f13-2c5c-48f4-8505-9c86338e1f55"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0b001f13-2c5c-48f4-8505-9c86338e1f55"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0b001f13-2c5c-48f4-8505-9c86338e1f55"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0b001f13-2c5c-48f4-8505-9c86338e1f55"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0b001f13-2c5c-48f4-8505-9c86338e1f55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0b001f13-2c5c-48f4-8505-9c86338e1f55"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0b001f13-2c5c-48f4-8505-9c86338e1f55"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0b001f13-2c5c-48f4-8505-9c86338e1f55"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0b001f13-2c5c-48f4-8505-9c86338e1f55"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0b001f13-2c5c-48f4-8505-9c86338e1f55"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0b001f13-2c5c-48f4-8505-9c86338e1f55"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0b001f13-2c5c-48f4-8505-9c86338e1f55"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0b001f13-2c5c-48f4-8505-9c86338e1f55"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0b001f13-2c5c-48f4-8505-9c86338e1f55"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0b001f13-2c5c-48f4-8505-9c86338e1f55"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0b001f13-2c5c-48f4-8505-9c86338e1f55"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0b001f13-2c5c-48f4-8505-9c86338e1f55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0b001f13-2c5c-48f4-8505-9c86338e1f55"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0b001f13-2c5c-48f4-8505-9c86338e1f55"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0b001f13-2c5c-48f4-8505-9c86338e1f55"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0b001f13-2c5c-48f4-8505-9c86338e1f55"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0b001f13-2c5c-48f4-8505-9c86338e1f55"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0b001f13-2c5c-48f4-8505-9c86338e1f55"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b001f13-2c5c-48f4-8505-9c86338e1f55"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0b001f13-2c5c-48f4-8505-9c86338e1f55"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0b001f13-2c5c-48f4-8505-9c86338e1f55"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0b001f13-2c5c-48f4-8505-9c86338e1f55"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0b001f13-2c5c-48f4-8505-9c86338e1f55"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0b001f13-2c5c-48f4-8505-9c86338e1f55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0b001f13-2c5c-48f4-8505-9c86338e1f55"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0b001f13-2c5c-48f4-8505-9c86338e1f55"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0b001f13-2c5c-48f4-8505-9c86338e1f55"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0b001f13-2c5c-48f4-8505-9c86338e1f55"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0b001f13-2c5c-48f4-8505-9c86338e1f55"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0b001f13-2c5c-48f4-8505-9c86338e1f55"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-83d9372d-c59b-4360-b912-7a5e3339f878 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-83d9372d-c59b-4360-b912-7a5e3339f878 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83d9372d-c59b-4360-b912-7a5e3339f878.shg-box.shg-c {
  justify-content: center;
}

#s-a91e98e7-a0fa-4894-ac57-e1a403a0be32 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-a91e98e7-a0fa-4894-ac57-e1a403a0be32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a91e98e7-a0fa-4894-ac57-e1a403a0be32.shg-box.shg-c {
  justify-content: center;
}

#s-d995c92f-d200-4858-9254-f1793e49a5d2 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-d995c92f-d200-4858-9254-f1793e49a5d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d995c92f-d200-4858-9254-f1793e49a5d2.shg-box.shg-c {
  justify-content: center;
}

#s-94f58b0f-a135-408a-b878-cf1c2deb2611 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-94f58b0f-a135-408a-b878-cf1c2deb2611 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94f58b0f-a135-408a-b878-cf1c2deb2611.shg-box.shg-c {
  justify-content: center;
}

#s-d34a567c-7213-4c25-a180-0ec49b90e0aa {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d34a567c-7213-4c25-a180-0ec49b90e0aa {
  display: none;
}
#s-d34a567c-7213-4c25-a180-0ec49b90e0aa, #wrap-s-d34a567c-7213-4c25-a180-0ec49b90e0aa { display:none !important; }}@media (max-width: 767px){#s-d34a567c-7213-4c25-a180-0ec49b90e0aa {
  display: none;
}
#s-d34a567c-7213-4c25-a180-0ec49b90e0aa, #wrap-s-d34a567c-7213-4c25-a180-0ec49b90e0aa { display:none !important; }}







#s-d34a567c-7213-4c25-a180-0ec49b90e0aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d34a567c-7213-4c25-a180-0ec49b90e0aa.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-5b55769d-8641-44b1-963b-51ad153217e0 {
  display: none;
}
#s-5b55769d-8641-44b1-963b-51ad153217e0, #wrap-s-5b55769d-8641-44b1-963b-51ad153217e0 { display:none !important; }}@media (max-width: 767px){#s-5b55769d-8641-44b1-963b-51ad153217e0 {
  display: none;
}
#s-5b55769d-8641-44b1-963b-51ad153217e0, #wrap-s-5b55769d-8641-44b1-963b-51ad153217e0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-5b55769d-8641-44b1-963b-51ad153217e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b55769d-8641-44b1-963b-51ad153217e0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5b55769d-8641-44b1-963b-51ad153217e0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5b55769d-8641-44b1-963b-51ad153217e0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5b55769d-8641-44b1-963b-51ad153217e0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5b55769d-8641-44b1-963b-51ad153217e0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5b55769d-8641-44b1-963b-51ad153217e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5b55769d-8641-44b1-963b-51ad153217e0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5b55769d-8641-44b1-963b-51ad153217e0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5b55769d-8641-44b1-963b-51ad153217e0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5b55769d-8641-44b1-963b-51ad153217e0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5b55769d-8641-44b1-963b-51ad153217e0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5b55769d-8641-44b1-963b-51ad153217e0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-5b55769d-8641-44b1-963b-51ad153217e0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5b55769d-8641-44b1-963b-51ad153217e0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5b55769d-8641-44b1-963b-51ad153217e0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5b55769d-8641-44b1-963b-51ad153217e0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5b55769d-8641-44b1-963b-51ad153217e0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5b55769d-8641-44b1-963b-51ad153217e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5b55769d-8641-44b1-963b-51ad153217e0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5b55769d-8641-44b1-963b-51ad153217e0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5b55769d-8641-44b1-963b-51ad153217e0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5b55769d-8641-44b1-963b-51ad153217e0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5b55769d-8641-44b1-963b-51ad153217e0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5b55769d-8641-44b1-963b-51ad153217e0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b55769d-8641-44b1-963b-51ad153217e0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5b55769d-8641-44b1-963b-51ad153217e0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5b55769d-8641-44b1-963b-51ad153217e0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5b55769d-8641-44b1-963b-51ad153217e0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5b55769d-8641-44b1-963b-51ad153217e0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5b55769d-8641-44b1-963b-51ad153217e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5b55769d-8641-44b1-963b-51ad153217e0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5b55769d-8641-44b1-963b-51ad153217e0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5b55769d-8641-44b1-963b-51ad153217e0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5b55769d-8641-44b1-963b-51ad153217e0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5b55769d-8641-44b1-963b-51ad153217e0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5b55769d-8641-44b1-963b-51ad153217e0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-aa953897-ca67-4797-9a51-8dcf735510fd {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-aa953897-ca67-4797-9a51-8dcf735510fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa953897-ca67-4797-9a51-8dcf735510fd.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-49d54aaf-b201-41d0-8b45-14b9b0237821"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-49d54aaf-b201-41d0-8b45-14b9b0237821"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-49d54aaf-b201-41d0-8b45-14b9b0237821"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-49d54aaf-b201-41d0-8b45-14b9b0237821"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-49d54aaf-b201-41d0-8b45-14b9b0237821"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-49d54aaf-b201-41d0-8b45-14b9b0237821"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-49d54aaf-b201-41d0-8b45-14b9b0237821"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-49d54aaf-b201-41d0-8b45-14b9b0237821"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-49d54aaf-b201-41d0-8b45-14b9b0237821"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-49d54aaf-b201-41d0-8b45-14b9b0237821"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-49d54aaf-b201-41d0-8b45-14b9b0237821"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-49d54aaf-b201-41d0-8b45-14b9b0237821"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-49d54aaf-b201-41d0-8b45-14b9b0237821"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-49d54aaf-b201-41d0-8b45-14b9b0237821"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-49d54aaf-b201-41d0-8b45-14b9b0237821"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-49d54aaf-b201-41d0-8b45-14b9b0237821"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-49d54aaf-b201-41d0-8b45-14b9b0237821"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-49d54aaf-b201-41d0-8b45-14b9b0237821"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-49d54aaf-b201-41d0-8b45-14b9b0237821"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-49d54aaf-b201-41d0-8b45-14b9b0237821"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-49d54aaf-b201-41d0-8b45-14b9b0237821"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-49d54aaf-b201-41d0-8b45-14b9b0237821"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-49d54aaf-b201-41d0-8b45-14b9b0237821"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-49d54aaf-b201-41d0-8b45-14b9b0237821"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-49d54aaf-b201-41d0-8b45-14b9b0237821"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-49d54aaf-b201-41d0-8b45-14b9b0237821"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-49d54aaf-b201-41d0-8b45-14b9b0237821"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-49d54aaf-b201-41d0-8b45-14b9b0237821"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-49d54aaf-b201-41d0-8b45-14b9b0237821"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-49d54aaf-b201-41d0-8b45-14b9b0237821"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-49d54aaf-b201-41d0-8b45-14b9b0237821"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-49d54aaf-b201-41d0-8b45-14b9b0237821"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-49d54aaf-b201-41d0-8b45-14b9b0237821"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-49d54aaf-b201-41d0-8b45-14b9b0237821"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-49d54aaf-b201-41d0-8b45-14b9b0237821"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-49d54aaf-b201-41d0-8b45-14b9b0237821"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-49d54aaf-b201-41d0-8b45-14b9b0237821"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-49d54aaf-b201-41d0-8b45-14b9b0237821"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8605e36f-faff-48bb-9833-c4f76332966f {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-8605e36f-faff-48bb-9833-c4f76332966f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8605e36f-faff-48bb-9833-c4f76332966f.shg-box.shg-c {
  justify-content: center;
}

#s-66a244e1-a0f9-4fa9-b9c1-60fae9967992 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-66a244e1-a0f9-4fa9-b9c1-60fae9967992 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66a244e1-a0f9-4fa9-b9c1-60fae9967992.shg-box.shg-c {
  justify-content: center;
}

#s-5f5dadde-50ae-47ff-8b8a-19e26c6ad994 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-5f5dadde-50ae-47ff-8b8a-19e26c6ad994 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f5dadde-50ae-47ff-8b8a-19e26c6ad994.shg-box.shg-c {
  justify-content: center;
}

#s-88c1d8d5-292e-4ea7-84ba-631758e8ab06 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-88c1d8d5-292e-4ea7-84ba-631758e8ab06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88c1d8d5-292e-4ea7-84ba-631758e8ab06.shg-box.shg-c {
  justify-content: center;
}

#s-653d834d-5b00-432d-87e2-2faf9ad8445d {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-653d834d-5b00-432d-87e2-2faf9ad8445d {
  display: none;
}
#s-653d834d-5b00-432d-87e2-2faf9ad8445d, #wrap-s-653d834d-5b00-432d-87e2-2faf9ad8445d { display:none !important; }}@media (max-width: 767px){#s-653d834d-5b00-432d-87e2-2faf9ad8445d {
  display: none;
}
#s-653d834d-5b00-432d-87e2-2faf9ad8445d, #wrap-s-653d834d-5b00-432d-87e2-2faf9ad8445d { display:none !important; }}







#s-653d834d-5b00-432d-87e2-2faf9ad8445d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-653d834d-5b00-432d-87e2-2faf9ad8445d.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15 {
  display: none;
}
#s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15, #wrap-s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15 { display:none !important; }}@media (max-width: 767px){#s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15 {
  display: none;
}
#s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15, #wrap-s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15 { display:none !important; }}
@media (min-width: 0px) {
[id="s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-4aa0e5a8-3c70-4589-9d65-77e38ca6ac15"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-1fc60009-500f-4f37-9223-39af638ce322 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-1fc60009-500f-4f37-9223-39af638ce322 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1fc60009-500f-4f37-9223-39af638ce322.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f8940367-d44e-4f95-9925-a0e360b746b8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-f8940367-d44e-4f95-9925-a0e360b746b8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f8940367-d44e-4f95-9925-a0e360b746b8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f8940367-d44e-4f95-9925-a0e360b746b8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f8940367-d44e-4f95-9925-a0e360b746b8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f8940367-d44e-4f95-9925-a0e360b746b8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f8940367-d44e-4f95-9925-a0e360b746b8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f8940367-d44e-4f95-9925-a0e360b746b8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f8940367-d44e-4f95-9925-a0e360b746b8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f8940367-d44e-4f95-9925-a0e360b746b8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f8940367-d44e-4f95-9925-a0e360b746b8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f8940367-d44e-4f95-9925-a0e360b746b8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f8940367-d44e-4f95-9925-a0e360b746b8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f8940367-d44e-4f95-9925-a0e360b746b8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f8940367-d44e-4f95-9925-a0e360b746b8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f8940367-d44e-4f95-9925-a0e360b746b8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f8940367-d44e-4f95-9925-a0e360b746b8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f8940367-d44e-4f95-9925-a0e360b746b8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f8940367-d44e-4f95-9925-a0e360b746b8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f8940367-d44e-4f95-9925-a0e360b746b8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f8940367-d44e-4f95-9925-a0e360b746b8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f8940367-d44e-4f95-9925-a0e360b746b8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f8940367-d44e-4f95-9925-a0e360b746b8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f8940367-d44e-4f95-9925-a0e360b746b8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f8940367-d44e-4f95-9925-a0e360b746b8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f8940367-d44e-4f95-9925-a0e360b746b8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8940367-d44e-4f95-9925-a0e360b746b8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f8940367-d44e-4f95-9925-a0e360b746b8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f8940367-d44e-4f95-9925-a0e360b746b8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f8940367-d44e-4f95-9925-a0e360b746b8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f8940367-d44e-4f95-9925-a0e360b746b8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f8940367-d44e-4f95-9925-a0e360b746b8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f8940367-d44e-4f95-9925-a0e360b746b8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f8940367-d44e-4f95-9925-a0e360b746b8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f8940367-d44e-4f95-9925-a0e360b746b8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f8940367-d44e-4f95-9925-a0e360b746b8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f8940367-d44e-4f95-9925-a0e360b746b8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f8940367-d44e-4f95-9925-a0e360b746b8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-545f28ff-04b0-40c9-891d-6be562f27ecf {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-545f28ff-04b0-40c9-891d-6be562f27ecf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-545f28ff-04b0-40c9-891d-6be562f27ecf.shg-box.shg-c {
  justify-content: center;
}

#s-3c49cbe3-63b5-42df-afa7-2556bdfc97de {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-3c49cbe3-63b5-42df-afa7-2556bdfc97de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c49cbe3-63b5-42df-afa7-2556bdfc97de.shg-box.shg-c {
  justify-content: center;
}

#s-59c28c4e-7dd2-4d99-824a-59f56ef34b0c {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-59c28c4e-7dd2-4d99-824a-59f56ef34b0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59c28c4e-7dd2-4d99-824a-59f56ef34b0c.shg-box.shg-c {
  justify-content: center;
}

#s-f19457e2-e65e-437f-b8df-2d07c053b3a8 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-f19457e2-e65e-437f-b8df-2d07c053b3a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f19457e2-e65e-437f-b8df-2d07c053b3a8.shg-box.shg-c {
  justify-content: center;
}

#s-350a86a9-1bed-4d08-a4b5-67375b5d4a00 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-350a86a9-1bed-4d08-a4b5-67375b5d4a00 {
  display: none;
}
#s-350a86a9-1bed-4d08-a4b5-67375b5d4a00, #wrap-s-350a86a9-1bed-4d08-a4b5-67375b5d4a00 { display:none !important; }}@media (max-width: 767px){#s-350a86a9-1bed-4d08-a4b5-67375b5d4a00 {
  display: none;
}
#s-350a86a9-1bed-4d08-a4b5-67375b5d4a00, #wrap-s-350a86a9-1bed-4d08-a4b5-67375b5d4a00 { display:none !important; }}







#s-350a86a9-1bed-4d08-a4b5-67375b5d4a00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-350a86a9-1bed-4d08-a4b5-67375b5d4a00.shg-box.shg-c {
  justify-content: center;
}

#s-7babce79-f7d5-499f-9ba4-3b2a45a876ea {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7babce79-f7d5-499f-9ba4-3b2a45a876ea"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5414f7f1-09db-47f7-8a10-64248c69f420 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5414f7f1-09db-47f7-8a10-64248c69f420 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c764bcea-d071-4960-bd65-c459148cad8b {
  margin-bottom: 10px;
}

#s-f117c7e0-602c-4a8b-9e82-0b021963f958 {
  text-align: right;
}




  #s-f117c7e0-602c-4a8b-9e82-0b021963f958 img.shogun-image {
    
    width: px;
  }


#s-f117c7e0-602c-4a8b-9e82-0b021963f958 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-47c68699-1170-4c9f-845b-7b55b337ff2b {
  display: none;
}
#s-47c68699-1170-4c9f-845b-7b55b337ff2b, #wrap-s-47c68699-1170-4c9f-845b-7b55b337ff2b { display:none !important; }}@media (max-width: 767px){#s-47c68699-1170-4c9f-845b-7b55b337ff2b {
  display: none;
}
#s-47c68699-1170-4c9f-845b-7b55b337ff2b, #wrap-s-47c68699-1170-4c9f-845b-7b55b337ff2b { display:none !important; }}
@media (min-width: 0px) {
[id="s-47c68699-1170-4c9f-845b-7b55b337ff2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47c68699-1170-4c9f-845b-7b55b337ff2b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-47c68699-1170-4c9f-845b-7b55b337ff2b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-47c68699-1170-4c9f-845b-7b55b337ff2b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-47c68699-1170-4c9f-845b-7b55b337ff2b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-47c68699-1170-4c9f-845b-7b55b337ff2b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-47c68699-1170-4c9f-845b-7b55b337ff2b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-47c68699-1170-4c9f-845b-7b55b337ff2b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-47c68699-1170-4c9f-845b-7b55b337ff2b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-47c68699-1170-4c9f-845b-7b55b337ff2b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-47c68699-1170-4c9f-845b-7b55b337ff2b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-47c68699-1170-4c9f-845b-7b55b337ff2b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-47c68699-1170-4c9f-845b-7b55b337ff2b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-47c68699-1170-4c9f-845b-7b55b337ff2b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-47c68699-1170-4c9f-845b-7b55b337ff2b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-47c68699-1170-4c9f-845b-7b55b337ff2b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-47c68699-1170-4c9f-845b-7b55b337ff2b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-47c68699-1170-4c9f-845b-7b55b337ff2b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-47c68699-1170-4c9f-845b-7b55b337ff2b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-47c68699-1170-4c9f-845b-7b55b337ff2b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-47c68699-1170-4c9f-845b-7b55b337ff2b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-47c68699-1170-4c9f-845b-7b55b337ff2b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-47c68699-1170-4c9f-845b-7b55b337ff2b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-47c68699-1170-4c9f-845b-7b55b337ff2b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-47c68699-1170-4c9f-845b-7b55b337ff2b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-47c68699-1170-4c9f-845b-7b55b337ff2b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-47c68699-1170-4c9f-845b-7b55b337ff2b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-47c68699-1170-4c9f-845b-7b55b337ff2b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-47c68699-1170-4c9f-845b-7b55b337ff2b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-47c68699-1170-4c9f-845b-7b55b337ff2b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-47c68699-1170-4c9f-845b-7b55b337ff2b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-47c68699-1170-4c9f-845b-7b55b337ff2b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-47c68699-1170-4c9f-845b-7b55b337ff2b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-47c68699-1170-4c9f-845b-7b55b337ff2b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-47c68699-1170-4c9f-845b-7b55b337ff2b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-47c68699-1170-4c9f-845b-7b55b337ff2b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-47c68699-1170-4c9f-845b-7b55b337ff2b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-afa31133-0be3-4afb-bd9f-eb8138181f78 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 100px;
background-color: rgba(245, 245, 245, 1);
}








#s-afa31133-0be3-4afb-bd9f-eb8138181f78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afa31133-0be3-4afb-bd9f-eb8138181f78.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-31307287-f5ff-47be-a1d5-e9debf5af8b7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-31307287-f5ff-47be-a1d5-e9debf5af8b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31307287-f5ff-47be-a1d5-e9debf5af8b7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-31307287-f5ff-47be-a1d5-e9debf5af8b7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-31307287-f5ff-47be-a1d5-e9debf5af8b7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-31307287-f5ff-47be-a1d5-e9debf5af8b7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-31307287-f5ff-47be-a1d5-e9debf5af8b7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-31307287-f5ff-47be-a1d5-e9debf5af8b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-31307287-f5ff-47be-a1d5-e9debf5af8b7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-31307287-f5ff-47be-a1d5-e9debf5af8b7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-31307287-f5ff-47be-a1d5-e9debf5af8b7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-31307287-f5ff-47be-a1d5-e9debf5af8b7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-31307287-f5ff-47be-a1d5-e9debf5af8b7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-31307287-f5ff-47be-a1d5-e9debf5af8b7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-31307287-f5ff-47be-a1d5-e9debf5af8b7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-31307287-f5ff-47be-a1d5-e9debf5af8b7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-31307287-f5ff-47be-a1d5-e9debf5af8b7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-31307287-f5ff-47be-a1d5-e9debf5af8b7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-31307287-f5ff-47be-a1d5-e9debf5af8b7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-31307287-f5ff-47be-a1d5-e9debf5af8b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-31307287-f5ff-47be-a1d5-e9debf5af8b7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-31307287-f5ff-47be-a1d5-e9debf5af8b7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-31307287-f5ff-47be-a1d5-e9debf5af8b7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-31307287-f5ff-47be-a1d5-e9debf5af8b7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-31307287-f5ff-47be-a1d5-e9debf5af8b7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-31307287-f5ff-47be-a1d5-e9debf5af8b7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-31307287-f5ff-47be-a1d5-e9debf5af8b7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-31307287-f5ff-47be-a1d5-e9debf5af8b7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-31307287-f5ff-47be-a1d5-e9debf5af8b7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-31307287-f5ff-47be-a1d5-e9debf5af8b7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-31307287-f5ff-47be-a1d5-e9debf5af8b7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-31307287-f5ff-47be-a1d5-e9debf5af8b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-31307287-f5ff-47be-a1d5-e9debf5af8b7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-31307287-f5ff-47be-a1d5-e9debf5af8b7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-31307287-f5ff-47be-a1d5-e9debf5af8b7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-31307287-f5ff-47be-a1d5-e9debf5af8b7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-31307287-f5ff-47be-a1d5-e9debf5af8b7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-31307287-f5ff-47be-a1d5-e9debf5af8b7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a642b4fc-9090-4ca2-b746-4e451c8ccf3f {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-a642b4fc-9090-4ca2-b746-4e451c8ccf3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a642b4fc-9090-4ca2-b746-4e451c8ccf3f.shg-box.shg-c {
  justify-content: center;
}

#s-27063b1e-37cc-4ab9-b602-a48992f5b2cd {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-27063b1e-37cc-4ab9-b602-a48992f5b2cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27063b1e-37cc-4ab9-b602-a48992f5b2cd.shg-box.shg-c {
  justify-content: center;
}

#s-d8d17799-ef31-426a-80eb-1947635258e8 {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-d8d17799-ef31-426a-80eb-1947635258e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8d17799-ef31-426a-80eb-1947635258e8.shg-box.shg-c {
  justify-content: center;
}

#s-c22eaeb9-0c74-4757-bf76-f67286fa1d70 {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-c22eaeb9-0c74-4757-bf76-f67286fa1d70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c22eaeb9-0c74-4757-bf76-f67286fa1d70.shg-box.shg-c {
  justify-content: center;
}

#s-41ebebb9-8c3c-41e2-a937-4c9ff1af82d1 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-41ebebb9-8c3c-41e2-a937-4c9ff1af82d1 {
  display: none;
}
#s-41ebebb9-8c3c-41e2-a937-4c9ff1af82d1, #wrap-s-41ebebb9-8c3c-41e2-a937-4c9ff1af82d1 { display:none !important; }}@media (max-width: 767px){#s-41ebebb9-8c3c-41e2-a937-4c9ff1af82d1 {
  display: none;
}
#s-41ebebb9-8c3c-41e2-a937-4c9ff1af82d1, #wrap-s-41ebebb9-8c3c-41e2-a937-4c9ff1af82d1 { display:none !important; }}







#s-41ebebb9-8c3c-41e2-a937-4c9ff1af82d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41ebebb9-8c3c-41e2-a937-4c9ff1af82d1.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-b0422e0a-c4ee-416e-9fbc-a881ff68247c {
  display: none;
}
#s-b0422e0a-c4ee-416e-9fbc-a881ff68247c, #wrap-s-b0422e0a-c4ee-416e-9fbc-a881ff68247c { display:none !important; }}@media (max-width: 767px){#s-b0422e0a-c4ee-416e-9fbc-a881ff68247c {
  display: none;
}
#s-b0422e0a-c4ee-416e-9fbc-a881ff68247c, #wrap-s-b0422e0a-c4ee-416e-9fbc-a881ff68247c { display:none !important; }}
@media (min-width: 0px) {
[id="s-b0422e0a-c4ee-416e-9fbc-a881ff68247c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0422e0a-c4ee-416e-9fbc-a881ff68247c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b0422e0a-c4ee-416e-9fbc-a881ff68247c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b0422e0a-c4ee-416e-9fbc-a881ff68247c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b0422e0a-c4ee-416e-9fbc-a881ff68247c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b0422e0a-c4ee-416e-9fbc-a881ff68247c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b0422e0a-c4ee-416e-9fbc-a881ff68247c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b0422e0a-c4ee-416e-9fbc-a881ff68247c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b0422e0a-c4ee-416e-9fbc-a881ff68247c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b0422e0a-c4ee-416e-9fbc-a881ff68247c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b0422e0a-c4ee-416e-9fbc-a881ff68247c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b0422e0a-c4ee-416e-9fbc-a881ff68247c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b0422e0a-c4ee-416e-9fbc-a881ff68247c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-b0422e0a-c4ee-416e-9fbc-a881ff68247c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b0422e0a-c4ee-416e-9fbc-a881ff68247c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b0422e0a-c4ee-416e-9fbc-a881ff68247c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b0422e0a-c4ee-416e-9fbc-a881ff68247c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b0422e0a-c4ee-416e-9fbc-a881ff68247c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b0422e0a-c4ee-416e-9fbc-a881ff68247c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b0422e0a-c4ee-416e-9fbc-a881ff68247c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b0422e0a-c4ee-416e-9fbc-a881ff68247c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b0422e0a-c4ee-416e-9fbc-a881ff68247c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b0422e0a-c4ee-416e-9fbc-a881ff68247c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b0422e0a-c4ee-416e-9fbc-a881ff68247c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b0422e0a-c4ee-416e-9fbc-a881ff68247c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0422e0a-c4ee-416e-9fbc-a881ff68247c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b0422e0a-c4ee-416e-9fbc-a881ff68247c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b0422e0a-c4ee-416e-9fbc-a881ff68247c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b0422e0a-c4ee-416e-9fbc-a881ff68247c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b0422e0a-c4ee-416e-9fbc-a881ff68247c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b0422e0a-c4ee-416e-9fbc-a881ff68247c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b0422e0a-c4ee-416e-9fbc-a881ff68247c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b0422e0a-c4ee-416e-9fbc-a881ff68247c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b0422e0a-c4ee-416e-9fbc-a881ff68247c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b0422e0a-c4ee-416e-9fbc-a881ff68247c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b0422e0a-c4ee-416e-9fbc-a881ff68247c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b0422e0a-c4ee-416e-9fbc-a881ff68247c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-2358f094-77ba-4000-8e73-208a1a2bdef1 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-2358f094-77ba-4000-8e73-208a1a2bdef1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2358f094-77ba-4000-8e73-208a1a2bdef1.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0de8acdb-e467-48c7-929e-0fb69b68c590"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-0de8acdb-e467-48c7-929e-0fb69b68c590"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0de8acdb-e467-48c7-929e-0fb69b68c590"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0de8acdb-e467-48c7-929e-0fb69b68c590"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0de8acdb-e467-48c7-929e-0fb69b68c590"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0de8acdb-e467-48c7-929e-0fb69b68c590"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0de8acdb-e467-48c7-929e-0fb69b68c590"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0de8acdb-e467-48c7-929e-0fb69b68c590"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0de8acdb-e467-48c7-929e-0fb69b68c590"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0de8acdb-e467-48c7-929e-0fb69b68c590"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0de8acdb-e467-48c7-929e-0fb69b68c590"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0de8acdb-e467-48c7-929e-0fb69b68c590"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0de8acdb-e467-48c7-929e-0fb69b68c590"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0de8acdb-e467-48c7-929e-0fb69b68c590"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0de8acdb-e467-48c7-929e-0fb69b68c590"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0de8acdb-e467-48c7-929e-0fb69b68c590"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0de8acdb-e467-48c7-929e-0fb69b68c590"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0de8acdb-e467-48c7-929e-0fb69b68c590"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0de8acdb-e467-48c7-929e-0fb69b68c590"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0de8acdb-e467-48c7-929e-0fb69b68c590"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0de8acdb-e467-48c7-929e-0fb69b68c590"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0de8acdb-e467-48c7-929e-0fb69b68c590"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0de8acdb-e467-48c7-929e-0fb69b68c590"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0de8acdb-e467-48c7-929e-0fb69b68c590"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0de8acdb-e467-48c7-929e-0fb69b68c590"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0de8acdb-e467-48c7-929e-0fb69b68c590"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0de8acdb-e467-48c7-929e-0fb69b68c590"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0de8acdb-e467-48c7-929e-0fb69b68c590"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0de8acdb-e467-48c7-929e-0fb69b68c590"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0de8acdb-e467-48c7-929e-0fb69b68c590"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0de8acdb-e467-48c7-929e-0fb69b68c590"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0de8acdb-e467-48c7-929e-0fb69b68c590"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0de8acdb-e467-48c7-929e-0fb69b68c590"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0de8acdb-e467-48c7-929e-0fb69b68c590"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0de8acdb-e467-48c7-929e-0fb69b68c590"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0de8acdb-e467-48c7-929e-0fb69b68c590"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0de8acdb-e467-48c7-929e-0fb69b68c590"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0de8acdb-e467-48c7-929e-0fb69b68c590"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-206fba47-9bdd-4584-ad0f-03731cae8b83 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-206fba47-9bdd-4584-ad0f-03731cae8b83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-206fba47-9bdd-4584-ad0f-03731cae8b83.shg-box.shg-c {
  justify-content: center;
}

#s-ab6c8fc7-039b-4677-8b78-7f634b5cb50c {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-ab6c8fc7-039b-4677-8b78-7f634b5cb50c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab6c8fc7-039b-4677-8b78-7f634b5cb50c.shg-box.shg-c {
  justify-content: center;
}

#s-86c4dfea-a88f-437a-a7b0-4ae902a2e678 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-86c4dfea-a88f-437a-a7b0-4ae902a2e678 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86c4dfea-a88f-437a-a7b0-4ae902a2e678.shg-box.shg-c {
  justify-content: center;
}

#s-f472d819-2308-414e-9763-9a024a8264b0 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-f472d819-2308-414e-9763-9a024a8264b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f472d819-2308-414e-9763-9a024a8264b0.shg-box.shg-c {
  justify-content: center;
}

#s-2298df06-19dd-43d5-9aa3-db6396416bc1 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2298df06-19dd-43d5-9aa3-db6396416bc1 {
  display: none;
}
#s-2298df06-19dd-43d5-9aa3-db6396416bc1, #wrap-s-2298df06-19dd-43d5-9aa3-db6396416bc1 { display:none !important; }}@media (max-width: 767px){#s-2298df06-19dd-43d5-9aa3-db6396416bc1 {
  display: none;
}
#s-2298df06-19dd-43d5-9aa3-db6396416bc1, #wrap-s-2298df06-19dd-43d5-9aa3-db6396416bc1 { display:none !important; }}







#s-2298df06-19dd-43d5-9aa3-db6396416bc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2298df06-19dd-43d5-9aa3-db6396416bc1.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-fc644887-18bc-4a0f-8993-4d0ce09a893b {
  display: none;
}
#s-fc644887-18bc-4a0f-8993-4d0ce09a893b, #wrap-s-fc644887-18bc-4a0f-8993-4d0ce09a893b { display:none !important; }}@media (max-width: 767px){#s-fc644887-18bc-4a0f-8993-4d0ce09a893b {
  display: none;
}
#s-fc644887-18bc-4a0f-8993-4d0ce09a893b, #wrap-s-fc644887-18bc-4a0f-8993-4d0ce09a893b { display:none !important; }}
@media (min-width: 0px) {
[id="s-fc644887-18bc-4a0f-8993-4d0ce09a893b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc644887-18bc-4a0f-8993-4d0ce09a893b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-fc644887-18bc-4a0f-8993-4d0ce09a893b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-fc644887-18bc-4a0f-8993-4d0ce09a893b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-fc644887-18bc-4a0f-8993-4d0ce09a893b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-fc644887-18bc-4a0f-8993-4d0ce09a893b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-fc644887-18bc-4a0f-8993-4d0ce09a893b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-fc644887-18bc-4a0f-8993-4d0ce09a893b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-fc644887-18bc-4a0f-8993-4d0ce09a893b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-fc644887-18bc-4a0f-8993-4d0ce09a893b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-fc644887-18bc-4a0f-8993-4d0ce09a893b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-fc644887-18bc-4a0f-8993-4d0ce09a893b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-fc644887-18bc-4a0f-8993-4d0ce09a893b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-fc644887-18bc-4a0f-8993-4d0ce09a893b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-fc644887-18bc-4a0f-8993-4d0ce09a893b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-fc644887-18bc-4a0f-8993-4d0ce09a893b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-fc644887-18bc-4a0f-8993-4d0ce09a893b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-fc644887-18bc-4a0f-8993-4d0ce09a893b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-fc644887-18bc-4a0f-8993-4d0ce09a893b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-fc644887-18bc-4a0f-8993-4d0ce09a893b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-fc644887-18bc-4a0f-8993-4d0ce09a893b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-fc644887-18bc-4a0f-8993-4d0ce09a893b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-fc644887-18bc-4a0f-8993-4d0ce09a893b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-fc644887-18bc-4a0f-8993-4d0ce09a893b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-fc644887-18bc-4a0f-8993-4d0ce09a893b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc644887-18bc-4a0f-8993-4d0ce09a893b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-fc644887-18bc-4a0f-8993-4d0ce09a893b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-fc644887-18bc-4a0f-8993-4d0ce09a893b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-fc644887-18bc-4a0f-8993-4d0ce09a893b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-fc644887-18bc-4a0f-8993-4d0ce09a893b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-fc644887-18bc-4a0f-8993-4d0ce09a893b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-fc644887-18bc-4a0f-8993-4d0ce09a893b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-fc644887-18bc-4a0f-8993-4d0ce09a893b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-fc644887-18bc-4a0f-8993-4d0ce09a893b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-fc644887-18bc-4a0f-8993-4d0ce09a893b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-fc644887-18bc-4a0f-8993-4d0ce09a893b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-fc644887-18bc-4a0f-8993-4d0ce09a893b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-48c6bc4f-720a-4319-be1c-1afe061ff199 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-48c6bc4f-720a-4319-be1c-1afe061ff199 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48c6bc4f-720a-4319-be1c-1afe061ff199.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e65aadd4-1d8c-4425-8aa7-b16e6569a52e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-e65aadd4-1d8c-4425-8aa7-b16e6569a52e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e65aadd4-1d8c-4425-8aa7-b16e6569a52e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e65aadd4-1d8c-4425-8aa7-b16e6569a52e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e65aadd4-1d8c-4425-8aa7-b16e6569a52e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e65aadd4-1d8c-4425-8aa7-b16e6569a52e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e65aadd4-1d8c-4425-8aa7-b16e6569a52e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e65aadd4-1d8c-4425-8aa7-b16e6569a52e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e65aadd4-1d8c-4425-8aa7-b16e6569a52e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e65aadd4-1d8c-4425-8aa7-b16e6569a52e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e65aadd4-1d8c-4425-8aa7-b16e6569a52e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e65aadd4-1d8c-4425-8aa7-b16e6569a52e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e65aadd4-1d8c-4425-8aa7-b16e6569a52e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e65aadd4-1d8c-4425-8aa7-b16e6569a52e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e65aadd4-1d8c-4425-8aa7-b16e6569a52e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e65aadd4-1d8c-4425-8aa7-b16e6569a52e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e65aadd4-1d8c-4425-8aa7-b16e6569a52e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e65aadd4-1d8c-4425-8aa7-b16e6569a52e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e65aadd4-1d8c-4425-8aa7-b16e6569a52e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e65aadd4-1d8c-4425-8aa7-b16e6569a52e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e65aadd4-1d8c-4425-8aa7-b16e6569a52e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e65aadd4-1d8c-4425-8aa7-b16e6569a52e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e65aadd4-1d8c-4425-8aa7-b16e6569a52e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e65aadd4-1d8c-4425-8aa7-b16e6569a52e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e65aadd4-1d8c-4425-8aa7-b16e6569a52e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e65aadd4-1d8c-4425-8aa7-b16e6569a52e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e65aadd4-1d8c-4425-8aa7-b16e6569a52e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e65aadd4-1d8c-4425-8aa7-b16e6569a52e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e65aadd4-1d8c-4425-8aa7-b16e6569a52e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e65aadd4-1d8c-4425-8aa7-b16e6569a52e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e65aadd4-1d8c-4425-8aa7-b16e6569a52e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e65aadd4-1d8c-4425-8aa7-b16e6569a52e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e65aadd4-1d8c-4425-8aa7-b16e6569a52e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e65aadd4-1d8c-4425-8aa7-b16e6569a52e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e65aadd4-1d8c-4425-8aa7-b16e6569a52e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e65aadd4-1d8c-4425-8aa7-b16e6569a52e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e65aadd4-1d8c-4425-8aa7-b16e6569a52e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e65aadd4-1d8c-4425-8aa7-b16e6569a52e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8c460400-3750-4b35-a184-0004b91b4617 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-8c460400-3750-4b35-a184-0004b91b4617 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c460400-3750-4b35-a184-0004b91b4617.shg-box.shg-c {
  justify-content: center;
}

#s-d8594755-8f35-400e-b991-e41202e46bb7 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-d8594755-8f35-400e-b991-e41202e46bb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8594755-8f35-400e-b991-e41202e46bb7.shg-box.shg-c {
  justify-content: center;
}

#s-677e6aad-601c-443d-95e7-e77d0d107a4b {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-677e6aad-601c-443d-95e7-e77d0d107a4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-677e6aad-601c-443d-95e7-e77d0d107a4b.shg-box.shg-c {
  justify-content: center;
}

#s-5c04f39b-3da1-4192-9e37-c617e99786ef {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-5c04f39b-3da1-4192-9e37-c617e99786ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c04f39b-3da1-4192-9e37-c617e99786ef.shg-box.shg-c {
  justify-content: center;
}

#s-4a1d8715-4d5e-42b6-995c-085ee3435554 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4a1d8715-4d5e-42b6-995c-085ee3435554 {
  display: none;
}
#s-4a1d8715-4d5e-42b6-995c-085ee3435554, #wrap-s-4a1d8715-4d5e-42b6-995c-085ee3435554 { display:none !important; }}@media (max-width: 767px){#s-4a1d8715-4d5e-42b6-995c-085ee3435554 {
  display: none;
}
#s-4a1d8715-4d5e-42b6-995c-085ee3435554, #wrap-s-4a1d8715-4d5e-42b6-995c-085ee3435554 { display:none !important; }}







#s-4a1d8715-4d5e-42b6-995c-085ee3435554 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a1d8715-4d5e-42b6-995c-085ee3435554.shg-box.shg-c {
  justify-content: center;
}

#s-bff86202-6312-441c-be51-8a5132915c98 {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bff86202-6312-441c-be51-8a5132915c98"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-dd16fa2b-c0be-43c4-ab96-6d2f81a259dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dd16fa2b-c0be-43c4-ab96-6d2f81a259dd .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c562301e-44c7-49ed-b393-adccd2e15cc4 {
  margin-bottom: 10px;
}

#s-e342601a-2aef-4051-b2e5-8a2ad73d19bb {
  text-align: right;
}




  #s-e342601a-2aef-4051-b2e5-8a2ad73d19bb img.shogun-image {
    
    width: px;
  }


#s-e342601a-2aef-4051-b2e5-8a2ad73d19bb .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-78962a74-0de5-44c1-a315-b007bc9aaee0 {
  display: none;
}
#s-78962a74-0de5-44c1-a315-b007bc9aaee0, #wrap-s-78962a74-0de5-44c1-a315-b007bc9aaee0 { display:none !important; }}@media (max-width: 767px){#s-78962a74-0de5-44c1-a315-b007bc9aaee0 {
  display: none;
}
#s-78962a74-0de5-44c1-a315-b007bc9aaee0, #wrap-s-78962a74-0de5-44c1-a315-b007bc9aaee0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-78962a74-0de5-44c1-a315-b007bc9aaee0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78962a74-0de5-44c1-a315-b007bc9aaee0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-78962a74-0de5-44c1-a315-b007bc9aaee0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-78962a74-0de5-44c1-a315-b007bc9aaee0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-78962a74-0de5-44c1-a315-b007bc9aaee0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-78962a74-0de5-44c1-a315-b007bc9aaee0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-78962a74-0de5-44c1-a315-b007bc9aaee0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-78962a74-0de5-44c1-a315-b007bc9aaee0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-78962a74-0de5-44c1-a315-b007bc9aaee0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-78962a74-0de5-44c1-a315-b007bc9aaee0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-78962a74-0de5-44c1-a315-b007bc9aaee0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-78962a74-0de5-44c1-a315-b007bc9aaee0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-78962a74-0de5-44c1-a315-b007bc9aaee0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-78962a74-0de5-44c1-a315-b007bc9aaee0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-78962a74-0de5-44c1-a315-b007bc9aaee0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-78962a74-0de5-44c1-a315-b007bc9aaee0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-78962a74-0de5-44c1-a315-b007bc9aaee0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-78962a74-0de5-44c1-a315-b007bc9aaee0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-78962a74-0de5-44c1-a315-b007bc9aaee0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-78962a74-0de5-44c1-a315-b007bc9aaee0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-78962a74-0de5-44c1-a315-b007bc9aaee0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-78962a74-0de5-44c1-a315-b007bc9aaee0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-78962a74-0de5-44c1-a315-b007bc9aaee0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-78962a74-0de5-44c1-a315-b007bc9aaee0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-78962a74-0de5-44c1-a315-b007bc9aaee0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-78962a74-0de5-44c1-a315-b007bc9aaee0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-78962a74-0de5-44c1-a315-b007bc9aaee0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-78962a74-0de5-44c1-a315-b007bc9aaee0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-78962a74-0de5-44c1-a315-b007bc9aaee0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-78962a74-0de5-44c1-a315-b007bc9aaee0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-78962a74-0de5-44c1-a315-b007bc9aaee0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-78962a74-0de5-44c1-a315-b007bc9aaee0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-78962a74-0de5-44c1-a315-b007bc9aaee0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-78962a74-0de5-44c1-a315-b007bc9aaee0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-78962a74-0de5-44c1-a315-b007bc9aaee0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-78962a74-0de5-44c1-a315-b007bc9aaee0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-78962a74-0de5-44c1-a315-b007bc9aaee0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-ee99bd16-ee8b-4484-8b00-cba6cde17c65 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 100px;
background-color: rgba(245, 245, 245, 1);
}








#s-ee99bd16-ee8b-4484-8b00-cba6cde17c65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee99bd16-ee8b-4484-8b00-cba6cde17c65.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e10f2e38-d77e-4fd0-b51f-0fb7e6d37266"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-e10f2e38-d77e-4fd0-b51f-0fb7e6d37266"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e10f2e38-d77e-4fd0-b51f-0fb7e6d37266"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e10f2e38-d77e-4fd0-b51f-0fb7e6d37266"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e10f2e38-d77e-4fd0-b51f-0fb7e6d37266"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e10f2e38-d77e-4fd0-b51f-0fb7e6d37266"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e10f2e38-d77e-4fd0-b51f-0fb7e6d37266"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e10f2e38-d77e-4fd0-b51f-0fb7e6d37266"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e10f2e38-d77e-4fd0-b51f-0fb7e6d37266"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e10f2e38-d77e-4fd0-b51f-0fb7e6d37266"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e10f2e38-d77e-4fd0-b51f-0fb7e6d37266"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e10f2e38-d77e-4fd0-b51f-0fb7e6d37266"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e10f2e38-d77e-4fd0-b51f-0fb7e6d37266"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e10f2e38-d77e-4fd0-b51f-0fb7e6d37266"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e10f2e38-d77e-4fd0-b51f-0fb7e6d37266"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e10f2e38-d77e-4fd0-b51f-0fb7e6d37266"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e10f2e38-d77e-4fd0-b51f-0fb7e6d37266"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e10f2e38-d77e-4fd0-b51f-0fb7e6d37266"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e10f2e38-d77e-4fd0-b51f-0fb7e6d37266"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e10f2e38-d77e-4fd0-b51f-0fb7e6d37266"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e10f2e38-d77e-4fd0-b51f-0fb7e6d37266"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e10f2e38-d77e-4fd0-b51f-0fb7e6d37266"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e10f2e38-d77e-4fd0-b51f-0fb7e6d37266"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e10f2e38-d77e-4fd0-b51f-0fb7e6d37266"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e10f2e38-d77e-4fd0-b51f-0fb7e6d37266"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e10f2e38-d77e-4fd0-b51f-0fb7e6d37266"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e10f2e38-d77e-4fd0-b51f-0fb7e6d37266"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e10f2e38-d77e-4fd0-b51f-0fb7e6d37266"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e10f2e38-d77e-4fd0-b51f-0fb7e6d37266"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e10f2e38-d77e-4fd0-b51f-0fb7e6d37266"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e10f2e38-d77e-4fd0-b51f-0fb7e6d37266"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e10f2e38-d77e-4fd0-b51f-0fb7e6d37266"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e10f2e38-d77e-4fd0-b51f-0fb7e6d37266"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e10f2e38-d77e-4fd0-b51f-0fb7e6d37266"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e10f2e38-d77e-4fd0-b51f-0fb7e6d37266"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e10f2e38-d77e-4fd0-b51f-0fb7e6d37266"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e10f2e38-d77e-4fd0-b51f-0fb7e6d37266"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e10f2e38-d77e-4fd0-b51f-0fb7e6d37266"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f35e0d25-3aaf-4b89-96bd-5dabc0a21397 {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-f35e0d25-3aaf-4b89-96bd-5dabc0a21397 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f35e0d25-3aaf-4b89-96bd-5dabc0a21397.shg-box.shg-c {
  justify-content: center;
}

#s-39bc8b44-b3e2-4ec2-901b-2e04dbca4f0b {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-39bc8b44-b3e2-4ec2-901b-2e04dbca4f0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39bc8b44-b3e2-4ec2-901b-2e04dbca4f0b.shg-box.shg-c {
  justify-content: center;
}

#s-8e8b7c58-153d-4335-aff2-ba544302cabf {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-8e8b7c58-153d-4335-aff2-ba544302cabf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e8b7c58-153d-4335-aff2-ba544302cabf.shg-box.shg-c {
  justify-content: center;
}

#s-fb83c774-6ac3-42ec-a929-66c2f8b1b9e0 {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-fb83c774-6ac3-42ec-a929-66c2f8b1b9e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb83c774-6ac3-42ec-a929-66c2f8b1b9e0.shg-box.shg-c {
  justify-content: center;
}

#s-becb9408-9ee2-4c3f-a992-66252a071a74 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-becb9408-9ee2-4c3f-a992-66252a071a74 {
  display: none;
}
#s-becb9408-9ee2-4c3f-a992-66252a071a74, #wrap-s-becb9408-9ee2-4c3f-a992-66252a071a74 { display:none !important; }}@media (max-width: 767px){#s-becb9408-9ee2-4c3f-a992-66252a071a74 {
  display: none;
}
#s-becb9408-9ee2-4c3f-a992-66252a071a74, #wrap-s-becb9408-9ee2-4c3f-a992-66252a071a74 { display:none !important; }}







#s-becb9408-9ee2-4c3f-a992-66252a071a74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-becb9408-9ee2-4c3f-a992-66252a071a74.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec {
  display: none;
}
#s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec, #wrap-s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec { display:none !important; }}@media (max-width: 767px){#s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec {
  display: none;
}
#s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec, #wrap-s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec { display:none !important; }}
@media (min-width: 0px) {
[id="s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-994ecae7-1fec-4dba-a3b2-67bfe8c198ec"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-90bfed64-1a9f-41fc-816a-6d4347d5b0fe {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-90bfed64-1a9f-41fc-816a-6d4347d5b0fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90bfed64-1a9f-41fc-816a-6d4347d5b0fe.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-403e6b14-4ffa-4907-994f-d59bd3d47c55"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-403e6b14-4ffa-4907-994f-d59bd3d47c55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-403e6b14-4ffa-4907-994f-d59bd3d47c55"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-403e6b14-4ffa-4907-994f-d59bd3d47c55"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-403e6b14-4ffa-4907-994f-d59bd3d47c55"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-403e6b14-4ffa-4907-994f-d59bd3d47c55"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-403e6b14-4ffa-4907-994f-d59bd3d47c55"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-403e6b14-4ffa-4907-994f-d59bd3d47c55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-403e6b14-4ffa-4907-994f-d59bd3d47c55"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-403e6b14-4ffa-4907-994f-d59bd3d47c55"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-403e6b14-4ffa-4907-994f-d59bd3d47c55"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-403e6b14-4ffa-4907-994f-d59bd3d47c55"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-403e6b14-4ffa-4907-994f-d59bd3d47c55"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-403e6b14-4ffa-4907-994f-d59bd3d47c55"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-403e6b14-4ffa-4907-994f-d59bd3d47c55"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-403e6b14-4ffa-4907-994f-d59bd3d47c55"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-403e6b14-4ffa-4907-994f-d59bd3d47c55"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-403e6b14-4ffa-4907-994f-d59bd3d47c55"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-403e6b14-4ffa-4907-994f-d59bd3d47c55"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-403e6b14-4ffa-4907-994f-d59bd3d47c55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-403e6b14-4ffa-4907-994f-d59bd3d47c55"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-403e6b14-4ffa-4907-994f-d59bd3d47c55"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-403e6b14-4ffa-4907-994f-d59bd3d47c55"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-403e6b14-4ffa-4907-994f-d59bd3d47c55"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-403e6b14-4ffa-4907-994f-d59bd3d47c55"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-403e6b14-4ffa-4907-994f-d59bd3d47c55"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-403e6b14-4ffa-4907-994f-d59bd3d47c55"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-403e6b14-4ffa-4907-994f-d59bd3d47c55"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-403e6b14-4ffa-4907-994f-d59bd3d47c55"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-403e6b14-4ffa-4907-994f-d59bd3d47c55"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-403e6b14-4ffa-4907-994f-d59bd3d47c55"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-403e6b14-4ffa-4907-994f-d59bd3d47c55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-403e6b14-4ffa-4907-994f-d59bd3d47c55"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-403e6b14-4ffa-4907-994f-d59bd3d47c55"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-403e6b14-4ffa-4907-994f-d59bd3d47c55"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-403e6b14-4ffa-4907-994f-d59bd3d47c55"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-403e6b14-4ffa-4907-994f-d59bd3d47c55"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-403e6b14-4ffa-4907-994f-d59bd3d47c55"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9c9a24b6-19df-4587-938d-376baca41f2f {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-9c9a24b6-19df-4587-938d-376baca41f2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c9a24b6-19df-4587-938d-376baca41f2f.shg-box.shg-c {
  justify-content: center;
}

#s-4ff7d71b-5839-4b09-a15f-86b52a166d72 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-4ff7d71b-5839-4b09-a15f-86b52a166d72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ff7d71b-5839-4b09-a15f-86b52a166d72.shg-box.shg-c {
  justify-content: center;
}

#s-bbd32380-b6c6-4569-8541-3f1dfe969d61 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-bbd32380-b6c6-4569-8541-3f1dfe969d61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbd32380-b6c6-4569-8541-3f1dfe969d61.shg-box.shg-c {
  justify-content: center;
}

#s-affe1e66-3f00-4717-96a0-fcb322ed7b96 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-affe1e66-3f00-4717-96a0-fcb322ed7b96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-affe1e66-3f00-4717-96a0-fcb322ed7b96.shg-box.shg-c {
  justify-content: center;
}

#s-83fda16b-b117-470a-81c3-3abcd4e21b89 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-83fda16b-b117-470a-81c3-3abcd4e21b89 {
  display: none;
}
#s-83fda16b-b117-470a-81c3-3abcd4e21b89, #wrap-s-83fda16b-b117-470a-81c3-3abcd4e21b89 { display:none !important; }}@media (max-width: 767px){#s-83fda16b-b117-470a-81c3-3abcd4e21b89 {
  display: none;
}
#s-83fda16b-b117-470a-81c3-3abcd4e21b89, #wrap-s-83fda16b-b117-470a-81c3-3abcd4e21b89 { display:none !important; }}







#s-83fda16b-b117-470a-81c3-3abcd4e21b89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83fda16b-b117-470a-81c3-3abcd4e21b89.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-7259be6f-bc6b-497f-8acc-61fa900d4e8e {
  display: none;
}
#s-7259be6f-bc6b-497f-8acc-61fa900d4e8e, #wrap-s-7259be6f-bc6b-497f-8acc-61fa900d4e8e { display:none !important; }}@media (max-width: 767px){#s-7259be6f-bc6b-497f-8acc-61fa900d4e8e {
  display: none;
}
#s-7259be6f-bc6b-497f-8acc-61fa900d4e8e, #wrap-s-7259be6f-bc6b-497f-8acc-61fa900d4e8e { display:none !important; }}
@media (min-width: 0px) {
[id="s-7259be6f-bc6b-497f-8acc-61fa900d4e8e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7259be6f-bc6b-497f-8acc-61fa900d4e8e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-7259be6f-bc6b-497f-8acc-61fa900d4e8e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-7259be6f-bc6b-497f-8acc-61fa900d4e8e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-7259be6f-bc6b-497f-8acc-61fa900d4e8e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7259be6f-bc6b-497f-8acc-61fa900d4e8e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-7259be6f-bc6b-497f-8acc-61fa900d4e8e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-7259be6f-bc6b-497f-8acc-61fa900d4e8e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-7259be6f-bc6b-497f-8acc-61fa900d4e8e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-7259be6f-bc6b-497f-8acc-61fa900d4e8e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-7259be6f-bc6b-497f-8acc-61fa900d4e8e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-7259be6f-bc6b-497f-8acc-61fa900d4e8e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-7259be6f-bc6b-497f-8acc-61fa900d4e8e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-7259be6f-bc6b-497f-8acc-61fa900d4e8e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-7259be6f-bc6b-497f-8acc-61fa900d4e8e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-7259be6f-bc6b-497f-8acc-61fa900d4e8e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-7259be6f-bc6b-497f-8acc-61fa900d4e8e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7259be6f-bc6b-497f-8acc-61fa900d4e8e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-7259be6f-bc6b-497f-8acc-61fa900d4e8e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-7259be6f-bc6b-497f-8acc-61fa900d4e8e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-7259be6f-bc6b-497f-8acc-61fa900d4e8e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-7259be6f-bc6b-497f-8acc-61fa900d4e8e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-7259be6f-bc6b-497f-8acc-61fa900d4e8e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-7259be6f-bc6b-497f-8acc-61fa900d4e8e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-7259be6f-bc6b-497f-8acc-61fa900d4e8e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-7259be6f-bc6b-497f-8acc-61fa900d4e8e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-7259be6f-bc6b-497f-8acc-61fa900d4e8e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-7259be6f-bc6b-497f-8acc-61fa900d4e8e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-7259be6f-bc6b-497f-8acc-61fa900d4e8e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7259be6f-bc6b-497f-8acc-61fa900d4e8e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-7259be6f-bc6b-497f-8acc-61fa900d4e8e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-7259be6f-bc6b-497f-8acc-61fa900d4e8e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-7259be6f-bc6b-497f-8acc-61fa900d4e8e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-7259be6f-bc6b-497f-8acc-61fa900d4e8e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-7259be6f-bc6b-497f-8acc-61fa900d4e8e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-7259be6f-bc6b-497f-8acc-61fa900d4e8e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-7259be6f-bc6b-497f-8acc-61fa900d4e8e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-4ecc7077-059d-4edb-b97d-bbd0ff5d2859 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-4ecc7077-059d-4edb-b97d-bbd0ff5d2859 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ecc7077-059d-4edb-b97d-bbd0ff5d2859.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-bd84b9cd-c694-4188-bd82-a33f621f17f7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-bd84b9cd-c694-4188-bd82-a33f621f17f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd84b9cd-c694-4188-bd82-a33f621f17f7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bd84b9cd-c694-4188-bd82-a33f621f17f7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bd84b9cd-c694-4188-bd82-a33f621f17f7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bd84b9cd-c694-4188-bd82-a33f621f17f7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bd84b9cd-c694-4188-bd82-a33f621f17f7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bd84b9cd-c694-4188-bd82-a33f621f17f7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bd84b9cd-c694-4188-bd82-a33f621f17f7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bd84b9cd-c694-4188-bd82-a33f621f17f7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bd84b9cd-c694-4188-bd82-a33f621f17f7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bd84b9cd-c694-4188-bd82-a33f621f17f7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bd84b9cd-c694-4188-bd82-a33f621f17f7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bd84b9cd-c694-4188-bd82-a33f621f17f7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bd84b9cd-c694-4188-bd82-a33f621f17f7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bd84b9cd-c694-4188-bd82-a33f621f17f7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bd84b9cd-c694-4188-bd82-a33f621f17f7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bd84b9cd-c694-4188-bd82-a33f621f17f7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bd84b9cd-c694-4188-bd82-a33f621f17f7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bd84b9cd-c694-4188-bd82-a33f621f17f7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bd84b9cd-c694-4188-bd82-a33f621f17f7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bd84b9cd-c694-4188-bd82-a33f621f17f7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bd84b9cd-c694-4188-bd82-a33f621f17f7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bd84b9cd-c694-4188-bd82-a33f621f17f7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bd84b9cd-c694-4188-bd82-a33f621f17f7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bd84b9cd-c694-4188-bd82-a33f621f17f7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd84b9cd-c694-4188-bd82-a33f621f17f7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bd84b9cd-c694-4188-bd82-a33f621f17f7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bd84b9cd-c694-4188-bd82-a33f621f17f7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bd84b9cd-c694-4188-bd82-a33f621f17f7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bd84b9cd-c694-4188-bd82-a33f621f17f7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bd84b9cd-c694-4188-bd82-a33f621f17f7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bd84b9cd-c694-4188-bd82-a33f621f17f7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bd84b9cd-c694-4188-bd82-a33f621f17f7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bd84b9cd-c694-4188-bd82-a33f621f17f7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bd84b9cd-c694-4188-bd82-a33f621f17f7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bd84b9cd-c694-4188-bd82-a33f621f17f7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bd84b9cd-c694-4188-bd82-a33f621f17f7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4f1f62bc-6313-48d8-ac35-325ca1c16ae6 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-4f1f62bc-6313-48d8-ac35-325ca1c16ae6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f1f62bc-6313-48d8-ac35-325ca1c16ae6.shg-box.shg-c {
  justify-content: center;
}

#s-90c99607-238c-4fd9-b505-bbfc8d58675f {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-90c99607-238c-4fd9-b505-bbfc8d58675f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90c99607-238c-4fd9-b505-bbfc8d58675f.shg-box.shg-c {
  justify-content: center;
}

#s-978c3a2b-fd43-45a5-af1c-f3cf34369c61 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-978c3a2b-fd43-45a5-af1c-f3cf34369c61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-978c3a2b-fd43-45a5-af1c-f3cf34369c61.shg-box.shg-c {
  justify-content: center;
}

#s-cca00155-cf0f-4fcf-b661-619e39adec53 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-cca00155-cf0f-4fcf-b661-619e39adec53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cca00155-cf0f-4fcf-b661-619e39adec53.shg-box.shg-c {
  justify-content: center;
}

#s-d0d05f35-a145-4a39-9e7e-e1506a098c54 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d0d05f35-a145-4a39-9e7e-e1506a098c54 {
  display: none;
}
#s-d0d05f35-a145-4a39-9e7e-e1506a098c54, #wrap-s-d0d05f35-a145-4a39-9e7e-e1506a098c54 { display:none !important; }}@media (max-width: 767px){#s-d0d05f35-a145-4a39-9e7e-e1506a098c54 {
  display: none;
}
#s-d0d05f35-a145-4a39-9e7e-e1506a098c54, #wrap-s-d0d05f35-a145-4a39-9e7e-e1506a098c54 { display:none !important; }}







#s-d0d05f35-a145-4a39-9e7e-e1506a098c54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0d05f35-a145-4a39-9e7e-e1506a098c54.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-62382392-307e-4ccf-912e-f932a5e08802 {
  display: none;
}
#s-62382392-307e-4ccf-912e-f932a5e08802, #wrap-s-62382392-307e-4ccf-912e-f932a5e08802 { display:none !important; }}@media (max-width: 767px){#s-62382392-307e-4ccf-912e-f932a5e08802 {
  display: none;
}
#s-62382392-307e-4ccf-912e-f932a5e08802, #wrap-s-62382392-307e-4ccf-912e-f932a5e08802 { display:none !important; }}
@media (min-width: 0px) {
[id="s-62382392-307e-4ccf-912e-f932a5e08802"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62382392-307e-4ccf-912e-f932a5e08802"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-62382392-307e-4ccf-912e-f932a5e08802"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-62382392-307e-4ccf-912e-f932a5e08802"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-62382392-307e-4ccf-912e-f932a5e08802"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-62382392-307e-4ccf-912e-f932a5e08802"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-62382392-307e-4ccf-912e-f932a5e08802"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-62382392-307e-4ccf-912e-f932a5e08802"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-62382392-307e-4ccf-912e-f932a5e08802"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-62382392-307e-4ccf-912e-f932a5e08802"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-62382392-307e-4ccf-912e-f932a5e08802"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-62382392-307e-4ccf-912e-f932a5e08802"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-62382392-307e-4ccf-912e-f932a5e08802"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-62382392-307e-4ccf-912e-f932a5e08802"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-62382392-307e-4ccf-912e-f932a5e08802"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-62382392-307e-4ccf-912e-f932a5e08802"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-62382392-307e-4ccf-912e-f932a5e08802"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-62382392-307e-4ccf-912e-f932a5e08802"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-62382392-307e-4ccf-912e-f932a5e08802"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-62382392-307e-4ccf-912e-f932a5e08802"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-62382392-307e-4ccf-912e-f932a5e08802"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-62382392-307e-4ccf-912e-f932a5e08802"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-62382392-307e-4ccf-912e-f932a5e08802"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-62382392-307e-4ccf-912e-f932a5e08802"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-62382392-307e-4ccf-912e-f932a5e08802"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-62382392-307e-4ccf-912e-f932a5e08802"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-62382392-307e-4ccf-912e-f932a5e08802"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-62382392-307e-4ccf-912e-f932a5e08802"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-62382392-307e-4ccf-912e-f932a5e08802"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-62382392-307e-4ccf-912e-f932a5e08802"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-62382392-307e-4ccf-912e-f932a5e08802"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-62382392-307e-4ccf-912e-f932a5e08802"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-62382392-307e-4ccf-912e-f932a5e08802"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-62382392-307e-4ccf-912e-f932a5e08802"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-62382392-307e-4ccf-912e-f932a5e08802"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-62382392-307e-4ccf-912e-f932a5e08802"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-62382392-307e-4ccf-912e-f932a5e08802"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-11fbea44-1f03-4818-9fd4-0bd0b3473043 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-11fbea44-1f03-4818-9fd4-0bd0b3473043 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11fbea44-1f03-4818-9fd4-0bd0b3473043.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4c9bf7f7-e106-4c02-9b5f-37adaaeda4ce"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-4c9bf7f7-e106-4c02-9b5f-37adaaeda4ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c9bf7f7-e106-4c02-9b5f-37adaaeda4ce"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4c9bf7f7-e106-4c02-9b5f-37adaaeda4ce"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4c9bf7f7-e106-4c02-9b5f-37adaaeda4ce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4c9bf7f7-e106-4c02-9b5f-37adaaeda4ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4c9bf7f7-e106-4c02-9b5f-37adaaeda4ce"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4c9bf7f7-e106-4c02-9b5f-37adaaeda4ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4c9bf7f7-e106-4c02-9b5f-37adaaeda4ce"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4c9bf7f7-e106-4c02-9b5f-37adaaeda4ce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4c9bf7f7-e106-4c02-9b5f-37adaaeda4ce"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4c9bf7f7-e106-4c02-9b5f-37adaaeda4ce"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4c9bf7f7-e106-4c02-9b5f-37adaaeda4ce"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4c9bf7f7-e106-4c02-9b5f-37adaaeda4ce"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4c9bf7f7-e106-4c02-9b5f-37adaaeda4ce"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4c9bf7f7-e106-4c02-9b5f-37adaaeda4ce"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4c9bf7f7-e106-4c02-9b5f-37adaaeda4ce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4c9bf7f7-e106-4c02-9b5f-37adaaeda4ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4c9bf7f7-e106-4c02-9b5f-37adaaeda4ce"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4c9bf7f7-e106-4c02-9b5f-37adaaeda4ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4c9bf7f7-e106-4c02-9b5f-37adaaeda4ce"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4c9bf7f7-e106-4c02-9b5f-37adaaeda4ce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4c9bf7f7-e106-4c02-9b5f-37adaaeda4ce"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4c9bf7f7-e106-4c02-9b5f-37adaaeda4ce"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4c9bf7f7-e106-4c02-9b5f-37adaaeda4ce"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4c9bf7f7-e106-4c02-9b5f-37adaaeda4ce"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c9bf7f7-e106-4c02-9b5f-37adaaeda4ce"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4c9bf7f7-e106-4c02-9b5f-37adaaeda4ce"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4c9bf7f7-e106-4c02-9b5f-37adaaeda4ce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4c9bf7f7-e106-4c02-9b5f-37adaaeda4ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4c9bf7f7-e106-4c02-9b5f-37adaaeda4ce"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4c9bf7f7-e106-4c02-9b5f-37adaaeda4ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4c9bf7f7-e106-4c02-9b5f-37adaaeda4ce"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4c9bf7f7-e106-4c02-9b5f-37adaaeda4ce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4c9bf7f7-e106-4c02-9b5f-37adaaeda4ce"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4c9bf7f7-e106-4c02-9b5f-37adaaeda4ce"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4c9bf7f7-e106-4c02-9b5f-37adaaeda4ce"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4c9bf7f7-e106-4c02-9b5f-37adaaeda4ce"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-43f7c238-af17-4bd4-bea4-80852e59f687 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-43f7c238-af17-4bd4-bea4-80852e59f687 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43f7c238-af17-4bd4-bea4-80852e59f687.shg-box.shg-c {
  justify-content: center;
}

#s-d353c9bf-ca47-40c7-b619-396de462351c {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-d353c9bf-ca47-40c7-b619-396de462351c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d353c9bf-ca47-40c7-b619-396de462351c.shg-box.shg-c {
  justify-content: center;
}

#s-11c3ec94-43fe-4be7-8fc5-86c81e1dbe88 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-11c3ec94-43fe-4be7-8fc5-86c81e1dbe88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11c3ec94-43fe-4be7-8fc5-86c81e1dbe88.shg-box.shg-c {
  justify-content: center;
}

#s-073b5092-34f4-48e6-b522-b2534c18dae7 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-073b5092-34f4-48e6-b522-b2534c18dae7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-073b5092-34f4-48e6-b522-b2534c18dae7.shg-box.shg-c {
  justify-content: center;
}

#s-bfbe0465-7f01-4084-b738-eda6c316e9c4 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bfbe0465-7f01-4084-b738-eda6c316e9c4 {
  display: none;
}
#s-bfbe0465-7f01-4084-b738-eda6c316e9c4, #wrap-s-bfbe0465-7f01-4084-b738-eda6c316e9c4 { display:none !important; }}@media (max-width: 767px){#s-bfbe0465-7f01-4084-b738-eda6c316e9c4 {
  display: none;
}
#s-bfbe0465-7f01-4084-b738-eda6c316e9c4, #wrap-s-bfbe0465-7f01-4084-b738-eda6c316e9c4 { display:none !important; }}







#s-bfbe0465-7f01-4084-b738-eda6c316e9c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfbe0465-7f01-4084-b738-eda6c316e9c4.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-f60bfba8-3fae-4823-bffb-4bb910390604 {
  display: none;
}
#s-f60bfba8-3fae-4823-bffb-4bb910390604, #wrap-s-f60bfba8-3fae-4823-bffb-4bb910390604 { display:none !important; }}@media (max-width: 767px){#s-f60bfba8-3fae-4823-bffb-4bb910390604 {
  display: none;
}
#s-f60bfba8-3fae-4823-bffb-4bb910390604, #wrap-s-f60bfba8-3fae-4823-bffb-4bb910390604 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f60bfba8-3fae-4823-bffb-4bb910390604"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f60bfba8-3fae-4823-bffb-4bb910390604"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f60bfba8-3fae-4823-bffb-4bb910390604"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f60bfba8-3fae-4823-bffb-4bb910390604"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f60bfba8-3fae-4823-bffb-4bb910390604"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f60bfba8-3fae-4823-bffb-4bb910390604"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f60bfba8-3fae-4823-bffb-4bb910390604"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f60bfba8-3fae-4823-bffb-4bb910390604"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f60bfba8-3fae-4823-bffb-4bb910390604"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f60bfba8-3fae-4823-bffb-4bb910390604"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f60bfba8-3fae-4823-bffb-4bb910390604"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f60bfba8-3fae-4823-bffb-4bb910390604"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f60bfba8-3fae-4823-bffb-4bb910390604"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f60bfba8-3fae-4823-bffb-4bb910390604"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f60bfba8-3fae-4823-bffb-4bb910390604"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f60bfba8-3fae-4823-bffb-4bb910390604"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f60bfba8-3fae-4823-bffb-4bb910390604"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f60bfba8-3fae-4823-bffb-4bb910390604"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f60bfba8-3fae-4823-bffb-4bb910390604"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f60bfba8-3fae-4823-bffb-4bb910390604"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f60bfba8-3fae-4823-bffb-4bb910390604"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f60bfba8-3fae-4823-bffb-4bb910390604"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f60bfba8-3fae-4823-bffb-4bb910390604"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f60bfba8-3fae-4823-bffb-4bb910390604"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f60bfba8-3fae-4823-bffb-4bb910390604"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f60bfba8-3fae-4823-bffb-4bb910390604"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f60bfba8-3fae-4823-bffb-4bb910390604"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f60bfba8-3fae-4823-bffb-4bb910390604"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f60bfba8-3fae-4823-bffb-4bb910390604"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f60bfba8-3fae-4823-bffb-4bb910390604"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f60bfba8-3fae-4823-bffb-4bb910390604"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f60bfba8-3fae-4823-bffb-4bb910390604"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f60bfba8-3fae-4823-bffb-4bb910390604"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f60bfba8-3fae-4823-bffb-4bb910390604"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f60bfba8-3fae-4823-bffb-4bb910390604"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f60bfba8-3fae-4823-bffb-4bb910390604"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f60bfba8-3fae-4823-bffb-4bb910390604"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-501f8dfe-cc4e-440a-92e6-de0160d6a730 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-501f8dfe-cc4e-440a-92e6-de0160d6a730 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-501f8dfe-cc4e-440a-92e6-de0160d6a730.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ff95244c-9d3d-4910-9094-e1c7b5daeec3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-ff95244c-9d3d-4910-9094-e1c7b5daeec3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff95244c-9d3d-4910-9094-e1c7b5daeec3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ff95244c-9d3d-4910-9094-e1c7b5daeec3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ff95244c-9d3d-4910-9094-e1c7b5daeec3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ff95244c-9d3d-4910-9094-e1c7b5daeec3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ff95244c-9d3d-4910-9094-e1c7b5daeec3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ff95244c-9d3d-4910-9094-e1c7b5daeec3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ff95244c-9d3d-4910-9094-e1c7b5daeec3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ff95244c-9d3d-4910-9094-e1c7b5daeec3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ff95244c-9d3d-4910-9094-e1c7b5daeec3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ff95244c-9d3d-4910-9094-e1c7b5daeec3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ff95244c-9d3d-4910-9094-e1c7b5daeec3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ff95244c-9d3d-4910-9094-e1c7b5daeec3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ff95244c-9d3d-4910-9094-e1c7b5daeec3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ff95244c-9d3d-4910-9094-e1c7b5daeec3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ff95244c-9d3d-4910-9094-e1c7b5daeec3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ff95244c-9d3d-4910-9094-e1c7b5daeec3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ff95244c-9d3d-4910-9094-e1c7b5daeec3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ff95244c-9d3d-4910-9094-e1c7b5daeec3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ff95244c-9d3d-4910-9094-e1c7b5daeec3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ff95244c-9d3d-4910-9094-e1c7b5daeec3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ff95244c-9d3d-4910-9094-e1c7b5daeec3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ff95244c-9d3d-4910-9094-e1c7b5daeec3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ff95244c-9d3d-4910-9094-e1c7b5daeec3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ff95244c-9d3d-4910-9094-e1c7b5daeec3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff95244c-9d3d-4910-9094-e1c7b5daeec3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ff95244c-9d3d-4910-9094-e1c7b5daeec3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ff95244c-9d3d-4910-9094-e1c7b5daeec3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ff95244c-9d3d-4910-9094-e1c7b5daeec3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ff95244c-9d3d-4910-9094-e1c7b5daeec3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ff95244c-9d3d-4910-9094-e1c7b5daeec3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ff95244c-9d3d-4910-9094-e1c7b5daeec3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ff95244c-9d3d-4910-9094-e1c7b5daeec3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ff95244c-9d3d-4910-9094-e1c7b5daeec3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ff95244c-9d3d-4910-9094-e1c7b5daeec3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ff95244c-9d3d-4910-9094-e1c7b5daeec3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ff95244c-9d3d-4910-9094-e1c7b5daeec3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-122424ee-d078-4c2f-8e3c-910fdb6cba47 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-122424ee-d078-4c2f-8e3c-910fdb6cba47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-122424ee-d078-4c2f-8e3c-910fdb6cba47.shg-box.shg-c {
  justify-content: center;
}

#s-448e07c9-703d-4c00-b5ec-e118c00685f6 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-448e07c9-703d-4c00-b5ec-e118c00685f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-448e07c9-703d-4c00-b5ec-e118c00685f6.shg-box.shg-c {
  justify-content: center;
}

#s-bc778941-ed31-4852-bb76-f4baf7e23e41 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-bc778941-ed31-4852-bb76-f4baf7e23e41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc778941-ed31-4852-bb76-f4baf7e23e41.shg-box.shg-c {
  justify-content: center;
}

#s-32e55d41-32bf-47be-b635-23782d00128d {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-32e55d41-32bf-47be-b635-23782d00128d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32e55d41-32bf-47be-b635-23782d00128d.shg-box.shg-c {
  justify-content: center;
}

#s-1cf1f6ba-7bf8-4733-9919-0db20979dc85 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1cf1f6ba-7bf8-4733-9919-0db20979dc85 {
  display: none;
}
#s-1cf1f6ba-7bf8-4733-9919-0db20979dc85, #wrap-s-1cf1f6ba-7bf8-4733-9919-0db20979dc85 { display:none !important; }}@media (max-width: 767px){#s-1cf1f6ba-7bf8-4733-9919-0db20979dc85 {
  display: none;
}
#s-1cf1f6ba-7bf8-4733-9919-0db20979dc85, #wrap-s-1cf1f6ba-7bf8-4733-9919-0db20979dc85 { display:none !important; }}







#s-1cf1f6ba-7bf8-4733-9919-0db20979dc85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cf1f6ba-7bf8-4733-9919-0db20979dc85.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-8b7f6872-8cde-4650-b73b-f91e17f0eb35 {
  display: none;
}
#s-8b7f6872-8cde-4650-b73b-f91e17f0eb35, #wrap-s-8b7f6872-8cde-4650-b73b-f91e17f0eb35 { display:none !important; }}@media (max-width: 767px){#s-8b7f6872-8cde-4650-b73b-f91e17f0eb35 {
  display: none;
}
#s-8b7f6872-8cde-4650-b73b-f91e17f0eb35, #wrap-s-8b7f6872-8cde-4650-b73b-f91e17f0eb35 { display:none !important; }}
@media (min-width: 0px) {
[id="s-8b7f6872-8cde-4650-b73b-f91e17f0eb35"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b7f6872-8cde-4650-b73b-f91e17f0eb35"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8b7f6872-8cde-4650-b73b-f91e17f0eb35"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8b7f6872-8cde-4650-b73b-f91e17f0eb35"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8b7f6872-8cde-4650-b73b-f91e17f0eb35"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8b7f6872-8cde-4650-b73b-f91e17f0eb35"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8b7f6872-8cde-4650-b73b-f91e17f0eb35"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8b7f6872-8cde-4650-b73b-f91e17f0eb35"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8b7f6872-8cde-4650-b73b-f91e17f0eb35"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8b7f6872-8cde-4650-b73b-f91e17f0eb35"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8b7f6872-8cde-4650-b73b-f91e17f0eb35"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8b7f6872-8cde-4650-b73b-f91e17f0eb35"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8b7f6872-8cde-4650-b73b-f91e17f0eb35"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-8b7f6872-8cde-4650-b73b-f91e17f0eb35"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8b7f6872-8cde-4650-b73b-f91e17f0eb35"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8b7f6872-8cde-4650-b73b-f91e17f0eb35"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8b7f6872-8cde-4650-b73b-f91e17f0eb35"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8b7f6872-8cde-4650-b73b-f91e17f0eb35"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8b7f6872-8cde-4650-b73b-f91e17f0eb35"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8b7f6872-8cde-4650-b73b-f91e17f0eb35"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8b7f6872-8cde-4650-b73b-f91e17f0eb35"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8b7f6872-8cde-4650-b73b-f91e17f0eb35"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8b7f6872-8cde-4650-b73b-f91e17f0eb35"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8b7f6872-8cde-4650-b73b-f91e17f0eb35"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8b7f6872-8cde-4650-b73b-f91e17f0eb35"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b7f6872-8cde-4650-b73b-f91e17f0eb35"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8b7f6872-8cde-4650-b73b-f91e17f0eb35"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8b7f6872-8cde-4650-b73b-f91e17f0eb35"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8b7f6872-8cde-4650-b73b-f91e17f0eb35"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8b7f6872-8cde-4650-b73b-f91e17f0eb35"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8b7f6872-8cde-4650-b73b-f91e17f0eb35"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8b7f6872-8cde-4650-b73b-f91e17f0eb35"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8b7f6872-8cde-4650-b73b-f91e17f0eb35"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8b7f6872-8cde-4650-b73b-f91e17f0eb35"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8b7f6872-8cde-4650-b73b-f91e17f0eb35"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8b7f6872-8cde-4650-b73b-f91e17f0eb35"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8b7f6872-8cde-4650-b73b-f91e17f0eb35"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-cb07921c-5879-4707-8940-c92c862a5b10 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-cb07921c-5879-4707-8940-c92c862a5b10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb07921c-5879-4707-8940-c92c862a5b10.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-da91aab5-45c7-41b5-b333-2ac7ef7062ec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-da91aab5-45c7-41b5-b333-2ac7ef7062ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da91aab5-45c7-41b5-b333-2ac7ef7062ec"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-da91aab5-45c7-41b5-b333-2ac7ef7062ec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-da91aab5-45c7-41b5-b333-2ac7ef7062ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-da91aab5-45c7-41b5-b333-2ac7ef7062ec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-da91aab5-45c7-41b5-b333-2ac7ef7062ec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-da91aab5-45c7-41b5-b333-2ac7ef7062ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-da91aab5-45c7-41b5-b333-2ac7ef7062ec"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-da91aab5-45c7-41b5-b333-2ac7ef7062ec"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-da91aab5-45c7-41b5-b333-2ac7ef7062ec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-da91aab5-45c7-41b5-b333-2ac7ef7062ec"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-da91aab5-45c7-41b5-b333-2ac7ef7062ec"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-da91aab5-45c7-41b5-b333-2ac7ef7062ec"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-da91aab5-45c7-41b5-b333-2ac7ef7062ec"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-da91aab5-45c7-41b5-b333-2ac7ef7062ec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-da91aab5-45c7-41b5-b333-2ac7ef7062ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-da91aab5-45c7-41b5-b333-2ac7ef7062ec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-da91aab5-45c7-41b5-b333-2ac7ef7062ec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-da91aab5-45c7-41b5-b333-2ac7ef7062ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-da91aab5-45c7-41b5-b333-2ac7ef7062ec"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-da91aab5-45c7-41b5-b333-2ac7ef7062ec"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-da91aab5-45c7-41b5-b333-2ac7ef7062ec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-da91aab5-45c7-41b5-b333-2ac7ef7062ec"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-da91aab5-45c7-41b5-b333-2ac7ef7062ec"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-da91aab5-45c7-41b5-b333-2ac7ef7062ec"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-da91aab5-45c7-41b5-b333-2ac7ef7062ec"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-da91aab5-45c7-41b5-b333-2ac7ef7062ec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-da91aab5-45c7-41b5-b333-2ac7ef7062ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-da91aab5-45c7-41b5-b333-2ac7ef7062ec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-da91aab5-45c7-41b5-b333-2ac7ef7062ec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-da91aab5-45c7-41b5-b333-2ac7ef7062ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-da91aab5-45c7-41b5-b333-2ac7ef7062ec"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-da91aab5-45c7-41b5-b333-2ac7ef7062ec"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-da91aab5-45c7-41b5-b333-2ac7ef7062ec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-da91aab5-45c7-41b5-b333-2ac7ef7062ec"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-da91aab5-45c7-41b5-b333-2ac7ef7062ec"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-da91aab5-45c7-41b5-b333-2ac7ef7062ec"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-25fa7eba-9fac-4c3e-b5f8-07e2dfd38e14 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-25fa7eba-9fac-4c3e-b5f8-07e2dfd38e14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25fa7eba-9fac-4c3e-b5f8-07e2dfd38e14.shg-box.shg-c {
  justify-content: center;
}

#s-5d57a9ce-9e7c-443d-bb32-d073a647aa5f {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-5d57a9ce-9e7c-443d-bb32-d073a647aa5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d57a9ce-9e7c-443d-bb32-d073a647aa5f.shg-box.shg-c {
  justify-content: center;
}

#s-7f21b6e7-d7ee-4192-bc38-be8b991a9684 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-7f21b6e7-d7ee-4192-bc38-be8b991a9684 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f21b6e7-d7ee-4192-bc38-be8b991a9684.shg-box.shg-c {
  justify-content: center;
}

#s-34ae9b92-a307-4682-ac80-bfaf4358b315 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-34ae9b92-a307-4682-ac80-bfaf4358b315 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34ae9b92-a307-4682-ac80-bfaf4358b315.shg-box.shg-c {
  justify-content: center;
}

#s-930d2bd1-acbd-419f-909c-84c0e7c63714 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-930d2bd1-acbd-419f-909c-84c0e7c63714 {
  display: none;
}
#s-930d2bd1-acbd-419f-909c-84c0e7c63714, #wrap-s-930d2bd1-acbd-419f-909c-84c0e7c63714 { display:none !important; }}@media (max-width: 767px){#s-930d2bd1-acbd-419f-909c-84c0e7c63714 {
  display: none;
}
#s-930d2bd1-acbd-419f-909c-84c0e7c63714, #wrap-s-930d2bd1-acbd-419f-909c-84c0e7c63714 { display:none !important; }}







#s-930d2bd1-acbd-419f-909c-84c0e7c63714 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-930d2bd1-acbd-419f-909c-84c0e7c63714.shg-box.shg-c {
  justify-content: center;
}

#s-fee15294-843b-4d2c-b896-3eef7c11d3e2 {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fee15294-843b-4d2c-b896-3eef7c11d3e2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-84bee862-bf19-4f39-a5ec-38a5581857a9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-84bee862-bf19-4f39-a5ec-38a5581857a9 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9872c147-d83b-4fef-a2c7-ff0d0d72e5bb {
  margin-bottom: 10px;
}

#s-acb3a331-d1f8-4673-9f81-e726fa052f1c {
  text-align: right;
}




  #s-acb3a331-d1f8-4673-9f81-e726fa052f1c img.shogun-image {
    
    width: px;
  }


#s-acb3a331-d1f8-4673-9f81-e726fa052f1c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-f72d51f3-da02-4b15-8b76-6bc9049b23a5 {
  display: none;
}
#s-f72d51f3-da02-4b15-8b76-6bc9049b23a5, #wrap-s-f72d51f3-da02-4b15-8b76-6bc9049b23a5 { display:none !important; }}@media (max-width: 767px){#s-f72d51f3-da02-4b15-8b76-6bc9049b23a5 {
  display: none;
}
#s-f72d51f3-da02-4b15-8b76-6bc9049b23a5, #wrap-s-f72d51f3-da02-4b15-8b76-6bc9049b23a5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f72d51f3-da02-4b15-8b76-6bc9049b23a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f72d51f3-da02-4b15-8b76-6bc9049b23a5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f72d51f3-da02-4b15-8b76-6bc9049b23a5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f72d51f3-da02-4b15-8b76-6bc9049b23a5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f72d51f3-da02-4b15-8b76-6bc9049b23a5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f72d51f3-da02-4b15-8b76-6bc9049b23a5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f72d51f3-da02-4b15-8b76-6bc9049b23a5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f72d51f3-da02-4b15-8b76-6bc9049b23a5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f72d51f3-da02-4b15-8b76-6bc9049b23a5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f72d51f3-da02-4b15-8b76-6bc9049b23a5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f72d51f3-da02-4b15-8b76-6bc9049b23a5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f72d51f3-da02-4b15-8b76-6bc9049b23a5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f72d51f3-da02-4b15-8b76-6bc9049b23a5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f72d51f3-da02-4b15-8b76-6bc9049b23a5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f72d51f3-da02-4b15-8b76-6bc9049b23a5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f72d51f3-da02-4b15-8b76-6bc9049b23a5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f72d51f3-da02-4b15-8b76-6bc9049b23a5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f72d51f3-da02-4b15-8b76-6bc9049b23a5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f72d51f3-da02-4b15-8b76-6bc9049b23a5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f72d51f3-da02-4b15-8b76-6bc9049b23a5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f72d51f3-da02-4b15-8b76-6bc9049b23a5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f72d51f3-da02-4b15-8b76-6bc9049b23a5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f72d51f3-da02-4b15-8b76-6bc9049b23a5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f72d51f3-da02-4b15-8b76-6bc9049b23a5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f72d51f3-da02-4b15-8b76-6bc9049b23a5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f72d51f3-da02-4b15-8b76-6bc9049b23a5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f72d51f3-da02-4b15-8b76-6bc9049b23a5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f72d51f3-da02-4b15-8b76-6bc9049b23a5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f72d51f3-da02-4b15-8b76-6bc9049b23a5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f72d51f3-da02-4b15-8b76-6bc9049b23a5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f72d51f3-da02-4b15-8b76-6bc9049b23a5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f72d51f3-da02-4b15-8b76-6bc9049b23a5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f72d51f3-da02-4b15-8b76-6bc9049b23a5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f72d51f3-da02-4b15-8b76-6bc9049b23a5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f72d51f3-da02-4b15-8b76-6bc9049b23a5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f72d51f3-da02-4b15-8b76-6bc9049b23a5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f72d51f3-da02-4b15-8b76-6bc9049b23a5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-03c8bc39-4a11-4277-b4d0-febd5b111469 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 100px;
background-color: rgba(245, 245, 245, 1);
}








#s-03c8bc39-4a11-4277-b4d0-febd5b111469 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03c8bc39-4a11-4277-b4d0-febd5b111469.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-45955025-1a6b-4ce6-853d-7b7dac893cd1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-45955025-1a6b-4ce6-853d-7b7dac893cd1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-45955025-1a6b-4ce6-853d-7b7dac893cd1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-45955025-1a6b-4ce6-853d-7b7dac893cd1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-45955025-1a6b-4ce6-853d-7b7dac893cd1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-45955025-1a6b-4ce6-853d-7b7dac893cd1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-45955025-1a6b-4ce6-853d-7b7dac893cd1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-45955025-1a6b-4ce6-853d-7b7dac893cd1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-45955025-1a6b-4ce6-853d-7b7dac893cd1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-45955025-1a6b-4ce6-853d-7b7dac893cd1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-45955025-1a6b-4ce6-853d-7b7dac893cd1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-45955025-1a6b-4ce6-853d-7b7dac893cd1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-45955025-1a6b-4ce6-853d-7b7dac893cd1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-45955025-1a6b-4ce6-853d-7b7dac893cd1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-45955025-1a6b-4ce6-853d-7b7dac893cd1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-45955025-1a6b-4ce6-853d-7b7dac893cd1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-45955025-1a6b-4ce6-853d-7b7dac893cd1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-45955025-1a6b-4ce6-853d-7b7dac893cd1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-45955025-1a6b-4ce6-853d-7b7dac893cd1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-45955025-1a6b-4ce6-853d-7b7dac893cd1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-45955025-1a6b-4ce6-853d-7b7dac893cd1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-45955025-1a6b-4ce6-853d-7b7dac893cd1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-45955025-1a6b-4ce6-853d-7b7dac893cd1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-45955025-1a6b-4ce6-853d-7b7dac893cd1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-45955025-1a6b-4ce6-853d-7b7dac893cd1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-45955025-1a6b-4ce6-853d-7b7dac893cd1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-45955025-1a6b-4ce6-853d-7b7dac893cd1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-45955025-1a6b-4ce6-853d-7b7dac893cd1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-45955025-1a6b-4ce6-853d-7b7dac893cd1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-45955025-1a6b-4ce6-853d-7b7dac893cd1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-45955025-1a6b-4ce6-853d-7b7dac893cd1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-45955025-1a6b-4ce6-853d-7b7dac893cd1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-45955025-1a6b-4ce6-853d-7b7dac893cd1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-45955025-1a6b-4ce6-853d-7b7dac893cd1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-45955025-1a6b-4ce6-853d-7b7dac893cd1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-45955025-1a6b-4ce6-853d-7b7dac893cd1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-45955025-1a6b-4ce6-853d-7b7dac893cd1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-45955025-1a6b-4ce6-853d-7b7dac893cd1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-08c59498-3dc5-4d23-807a-a5ab96ff856f {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-08c59498-3dc5-4d23-807a-a5ab96ff856f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08c59498-3dc5-4d23-807a-a5ab96ff856f.shg-box.shg-c {
  justify-content: center;
}

#s-34578efa-6b5c-4bf3-8099-55e8782c0c34 {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-34578efa-6b5c-4bf3-8099-55e8782c0c34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34578efa-6b5c-4bf3-8099-55e8782c0c34.shg-box.shg-c {
  justify-content: center;
}

#s-64938737-9c54-4d0d-b312-04d1ef860e05 {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-64938737-9c54-4d0d-b312-04d1ef860e05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64938737-9c54-4d0d-b312-04d1ef860e05.shg-box.shg-c {
  justify-content: center;
}

#s-27debc0a-de7b-4181-8f63-a7d5a89db7d6 {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-27debc0a-de7b-4181-8f63-a7d5a89db7d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27debc0a-de7b-4181-8f63-a7d5a89db7d6.shg-box.shg-c {
  justify-content: center;
}

#s-749e465e-a93a-4d3c-974d-5a061a1f94e7 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-749e465e-a93a-4d3c-974d-5a061a1f94e7 {
  display: none;
}
#s-749e465e-a93a-4d3c-974d-5a061a1f94e7, #wrap-s-749e465e-a93a-4d3c-974d-5a061a1f94e7 { display:none !important; }}@media (max-width: 767px){#s-749e465e-a93a-4d3c-974d-5a061a1f94e7 {
  display: none;
}
#s-749e465e-a93a-4d3c-974d-5a061a1f94e7, #wrap-s-749e465e-a93a-4d3c-974d-5a061a1f94e7 { display:none !important; }}







#s-749e465e-a93a-4d3c-974d-5a061a1f94e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-749e465e-a93a-4d3c-974d-5a061a1f94e7.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9 {
  display: none;
}
#s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9, #wrap-s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9 { display:none !important; }}@media (max-width: 767px){#s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9 {
  display: none;
}
#s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9, #wrap-s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a4de2d57-b042-47b6-b5d0-10e9d15c23b9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-1d5e1ee8-5d2e-4af3-a361-72c2445e69d2 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-1d5e1ee8-5d2e-4af3-a361-72c2445e69d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d5e1ee8-5d2e-4af3-a361-72c2445e69d2.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-19ad3fc0-183f-4b12-a83e-eca223d195fd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-19ad3fc0-183f-4b12-a83e-eca223d195fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19ad3fc0-183f-4b12-a83e-eca223d195fd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-19ad3fc0-183f-4b12-a83e-eca223d195fd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-19ad3fc0-183f-4b12-a83e-eca223d195fd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-19ad3fc0-183f-4b12-a83e-eca223d195fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-19ad3fc0-183f-4b12-a83e-eca223d195fd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-19ad3fc0-183f-4b12-a83e-eca223d195fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-19ad3fc0-183f-4b12-a83e-eca223d195fd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-19ad3fc0-183f-4b12-a83e-eca223d195fd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-19ad3fc0-183f-4b12-a83e-eca223d195fd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-19ad3fc0-183f-4b12-a83e-eca223d195fd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-19ad3fc0-183f-4b12-a83e-eca223d195fd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-19ad3fc0-183f-4b12-a83e-eca223d195fd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-19ad3fc0-183f-4b12-a83e-eca223d195fd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-19ad3fc0-183f-4b12-a83e-eca223d195fd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-19ad3fc0-183f-4b12-a83e-eca223d195fd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-19ad3fc0-183f-4b12-a83e-eca223d195fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-19ad3fc0-183f-4b12-a83e-eca223d195fd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-19ad3fc0-183f-4b12-a83e-eca223d195fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-19ad3fc0-183f-4b12-a83e-eca223d195fd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-19ad3fc0-183f-4b12-a83e-eca223d195fd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-19ad3fc0-183f-4b12-a83e-eca223d195fd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-19ad3fc0-183f-4b12-a83e-eca223d195fd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-19ad3fc0-183f-4b12-a83e-eca223d195fd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-19ad3fc0-183f-4b12-a83e-eca223d195fd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-19ad3fc0-183f-4b12-a83e-eca223d195fd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-19ad3fc0-183f-4b12-a83e-eca223d195fd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-19ad3fc0-183f-4b12-a83e-eca223d195fd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-19ad3fc0-183f-4b12-a83e-eca223d195fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-19ad3fc0-183f-4b12-a83e-eca223d195fd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-19ad3fc0-183f-4b12-a83e-eca223d195fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-19ad3fc0-183f-4b12-a83e-eca223d195fd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-19ad3fc0-183f-4b12-a83e-eca223d195fd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-19ad3fc0-183f-4b12-a83e-eca223d195fd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-19ad3fc0-183f-4b12-a83e-eca223d195fd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-19ad3fc0-183f-4b12-a83e-eca223d195fd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-19ad3fc0-183f-4b12-a83e-eca223d195fd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0bcf23da-3977-46a4-869b-c4d6000c0707 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-0bcf23da-3977-46a4-869b-c4d6000c0707 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bcf23da-3977-46a4-869b-c4d6000c0707.shg-box.shg-c {
  justify-content: center;
}

#s-33c9b5e5-0ca0-4515-8a0d-8853d31f634f {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-33c9b5e5-0ca0-4515-8a0d-8853d31f634f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33c9b5e5-0ca0-4515-8a0d-8853d31f634f.shg-box.shg-c {
  justify-content: center;
}

#s-2076be79-a864-482d-b17a-3b6d3d7c351e {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-2076be79-a864-482d-b17a-3b6d3d7c351e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2076be79-a864-482d-b17a-3b6d3d7c351e.shg-box.shg-c {
  justify-content: center;
}

#s-b639ce7b-7a24-4748-a3ab-336d20e0010d {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-b639ce7b-7a24-4748-a3ab-336d20e0010d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b639ce7b-7a24-4748-a3ab-336d20e0010d.shg-box.shg-c {
  justify-content: center;
}

#s-cdece6ef-d5e6-419d-a2fa-cfff75074e06 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cdece6ef-d5e6-419d-a2fa-cfff75074e06 {
  display: none;
}
#s-cdece6ef-d5e6-419d-a2fa-cfff75074e06, #wrap-s-cdece6ef-d5e6-419d-a2fa-cfff75074e06 { display:none !important; }}@media (max-width: 767px){#s-cdece6ef-d5e6-419d-a2fa-cfff75074e06 {
  display: none;
}
#s-cdece6ef-d5e6-419d-a2fa-cfff75074e06, #wrap-s-cdece6ef-d5e6-419d-a2fa-cfff75074e06 { display:none !important; }}







#s-cdece6ef-d5e6-419d-a2fa-cfff75074e06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdece6ef-d5e6-419d-a2fa-cfff75074e06.shg-box.shg-c {
  justify-content: center;
}

#s-a890b285-bb17-4314-801b-bbeded2b5cbe {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a890b285-bb17-4314-801b-bbeded2b5cbe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4ce2b2d4-fc4e-4093-8ddc-25ad84e2435b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4ce2b2d4-fc4e-4093-8ddc-25ad84e2435b .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-23bdb33f-8349-44f1-a570-c56a05a51a33 {
  margin-bottom: 10px;
}

#s-f7506ddf-6d89-4aeb-a168-5ba898878de1 {
  text-align: right;
}




  #s-f7506ddf-6d89-4aeb-a168-5ba898878de1 img.shogun-image {
    
    width: px;
  }


#s-f7506ddf-6d89-4aeb-a168-5ba898878de1 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-049b5516-ca11-480d-9679-8c6a85ef1b63 {
  display: none;
}
#s-049b5516-ca11-480d-9679-8c6a85ef1b63, #wrap-s-049b5516-ca11-480d-9679-8c6a85ef1b63 { display:none !important; }}@media (max-width: 767px){#s-049b5516-ca11-480d-9679-8c6a85ef1b63 {
  display: none;
}
#s-049b5516-ca11-480d-9679-8c6a85ef1b63, #wrap-s-049b5516-ca11-480d-9679-8c6a85ef1b63 { display:none !important; }}
@media (min-width: 0px) {
[id="s-049b5516-ca11-480d-9679-8c6a85ef1b63"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-049b5516-ca11-480d-9679-8c6a85ef1b63"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-049b5516-ca11-480d-9679-8c6a85ef1b63"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-049b5516-ca11-480d-9679-8c6a85ef1b63"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-049b5516-ca11-480d-9679-8c6a85ef1b63"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-049b5516-ca11-480d-9679-8c6a85ef1b63"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-049b5516-ca11-480d-9679-8c6a85ef1b63"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-049b5516-ca11-480d-9679-8c6a85ef1b63"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-049b5516-ca11-480d-9679-8c6a85ef1b63"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-049b5516-ca11-480d-9679-8c6a85ef1b63"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-049b5516-ca11-480d-9679-8c6a85ef1b63"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-049b5516-ca11-480d-9679-8c6a85ef1b63"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-049b5516-ca11-480d-9679-8c6a85ef1b63"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-049b5516-ca11-480d-9679-8c6a85ef1b63"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-049b5516-ca11-480d-9679-8c6a85ef1b63"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-049b5516-ca11-480d-9679-8c6a85ef1b63"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-049b5516-ca11-480d-9679-8c6a85ef1b63"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-049b5516-ca11-480d-9679-8c6a85ef1b63"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-049b5516-ca11-480d-9679-8c6a85ef1b63"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-049b5516-ca11-480d-9679-8c6a85ef1b63"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-049b5516-ca11-480d-9679-8c6a85ef1b63"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-049b5516-ca11-480d-9679-8c6a85ef1b63"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-049b5516-ca11-480d-9679-8c6a85ef1b63"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-049b5516-ca11-480d-9679-8c6a85ef1b63"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-049b5516-ca11-480d-9679-8c6a85ef1b63"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-049b5516-ca11-480d-9679-8c6a85ef1b63"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-049b5516-ca11-480d-9679-8c6a85ef1b63"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-049b5516-ca11-480d-9679-8c6a85ef1b63"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-049b5516-ca11-480d-9679-8c6a85ef1b63"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-049b5516-ca11-480d-9679-8c6a85ef1b63"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-049b5516-ca11-480d-9679-8c6a85ef1b63"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-049b5516-ca11-480d-9679-8c6a85ef1b63"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-049b5516-ca11-480d-9679-8c6a85ef1b63"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-049b5516-ca11-480d-9679-8c6a85ef1b63"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-049b5516-ca11-480d-9679-8c6a85ef1b63"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-049b5516-ca11-480d-9679-8c6a85ef1b63"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-049b5516-ca11-480d-9679-8c6a85ef1b63"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-21fe18eb-1adb-4e8b-8c37-0bc52bf0c339 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 100px;
background-color: rgba(245, 245, 245, 1);
}








#s-21fe18eb-1adb-4e8b-8c37-0bc52bf0c339 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21fe18eb-1adb-4e8b-8c37-0bc52bf0c339.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-448ddf04-21e0-4a84-a17c-22d8f3746a44"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-448ddf04-21e0-4a84-a17c-22d8f3746a44"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-448ddf04-21e0-4a84-a17c-22d8f3746a44"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-448ddf04-21e0-4a84-a17c-22d8f3746a44"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-448ddf04-21e0-4a84-a17c-22d8f3746a44"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-448ddf04-21e0-4a84-a17c-22d8f3746a44"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-448ddf04-21e0-4a84-a17c-22d8f3746a44"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-448ddf04-21e0-4a84-a17c-22d8f3746a44"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-448ddf04-21e0-4a84-a17c-22d8f3746a44"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-448ddf04-21e0-4a84-a17c-22d8f3746a44"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-448ddf04-21e0-4a84-a17c-22d8f3746a44"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-448ddf04-21e0-4a84-a17c-22d8f3746a44"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-448ddf04-21e0-4a84-a17c-22d8f3746a44"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-448ddf04-21e0-4a84-a17c-22d8f3746a44"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-448ddf04-21e0-4a84-a17c-22d8f3746a44"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-448ddf04-21e0-4a84-a17c-22d8f3746a44"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-448ddf04-21e0-4a84-a17c-22d8f3746a44"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-448ddf04-21e0-4a84-a17c-22d8f3746a44"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-448ddf04-21e0-4a84-a17c-22d8f3746a44"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-448ddf04-21e0-4a84-a17c-22d8f3746a44"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-448ddf04-21e0-4a84-a17c-22d8f3746a44"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-448ddf04-21e0-4a84-a17c-22d8f3746a44"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-448ddf04-21e0-4a84-a17c-22d8f3746a44"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-448ddf04-21e0-4a84-a17c-22d8f3746a44"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-448ddf04-21e0-4a84-a17c-22d8f3746a44"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-448ddf04-21e0-4a84-a17c-22d8f3746a44"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-448ddf04-21e0-4a84-a17c-22d8f3746a44"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-448ddf04-21e0-4a84-a17c-22d8f3746a44"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-448ddf04-21e0-4a84-a17c-22d8f3746a44"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-448ddf04-21e0-4a84-a17c-22d8f3746a44"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-448ddf04-21e0-4a84-a17c-22d8f3746a44"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-448ddf04-21e0-4a84-a17c-22d8f3746a44"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-448ddf04-21e0-4a84-a17c-22d8f3746a44"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-448ddf04-21e0-4a84-a17c-22d8f3746a44"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-448ddf04-21e0-4a84-a17c-22d8f3746a44"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-448ddf04-21e0-4a84-a17c-22d8f3746a44"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-448ddf04-21e0-4a84-a17c-22d8f3746a44"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-448ddf04-21e0-4a84-a17c-22d8f3746a44"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-263ef2f4-6e8b-46f9-a489-39049b473a8a {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-263ef2f4-6e8b-46f9-a489-39049b473a8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-263ef2f4-6e8b-46f9-a489-39049b473a8a.shg-box.shg-c {
  justify-content: center;
}

#s-6cdef15f-e440-4f12-9cbf-3d35ccf89502 {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-6cdef15f-e440-4f12-9cbf-3d35ccf89502 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6cdef15f-e440-4f12-9cbf-3d35ccf89502.shg-box.shg-c {
  justify-content: center;
}

#s-6d765252-be0f-4220-8406-3dd5ed78e611 {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-6d765252-be0f-4220-8406-3dd5ed78e611 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d765252-be0f-4220-8406-3dd5ed78e611.shg-box.shg-c {
  justify-content: center;
}

#s-36b98ddb-8399-49d0-8120-79e83422f6b2 {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-36b98ddb-8399-49d0-8120-79e83422f6b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36b98ddb-8399-49d0-8120-79e83422f6b2.shg-box.shg-c {
  justify-content: center;
}

#s-98bf836b-95d9-4a29-9033-c384fcd22b6c {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-98bf836b-95d9-4a29-9033-c384fcd22b6c {
  display: none;
}
#s-98bf836b-95d9-4a29-9033-c384fcd22b6c, #wrap-s-98bf836b-95d9-4a29-9033-c384fcd22b6c { display:none !important; }}@media (max-width: 767px){#s-98bf836b-95d9-4a29-9033-c384fcd22b6c {
  display: none;
}
#s-98bf836b-95d9-4a29-9033-c384fcd22b6c, #wrap-s-98bf836b-95d9-4a29-9033-c384fcd22b6c { display:none !important; }}







#s-98bf836b-95d9-4a29-9033-c384fcd22b6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98bf836b-95d9-4a29-9033-c384fcd22b6c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-5473eb26-34c5-4032-9454-23406edb35ab {
  display: none;
}
#s-5473eb26-34c5-4032-9454-23406edb35ab, #wrap-s-5473eb26-34c5-4032-9454-23406edb35ab { display:none !important; }}@media (max-width: 767px){#s-5473eb26-34c5-4032-9454-23406edb35ab {
  display: none;
}
#s-5473eb26-34c5-4032-9454-23406edb35ab, #wrap-s-5473eb26-34c5-4032-9454-23406edb35ab { display:none !important; }}
@media (min-width: 0px) {
[id="s-5473eb26-34c5-4032-9454-23406edb35ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5473eb26-34c5-4032-9454-23406edb35ab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5473eb26-34c5-4032-9454-23406edb35ab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5473eb26-34c5-4032-9454-23406edb35ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5473eb26-34c5-4032-9454-23406edb35ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5473eb26-34c5-4032-9454-23406edb35ab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5473eb26-34c5-4032-9454-23406edb35ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5473eb26-34c5-4032-9454-23406edb35ab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5473eb26-34c5-4032-9454-23406edb35ab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5473eb26-34c5-4032-9454-23406edb35ab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5473eb26-34c5-4032-9454-23406edb35ab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5473eb26-34c5-4032-9454-23406edb35ab"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5473eb26-34c5-4032-9454-23406edb35ab"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-5473eb26-34c5-4032-9454-23406edb35ab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5473eb26-34c5-4032-9454-23406edb35ab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5473eb26-34c5-4032-9454-23406edb35ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5473eb26-34c5-4032-9454-23406edb35ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5473eb26-34c5-4032-9454-23406edb35ab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5473eb26-34c5-4032-9454-23406edb35ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5473eb26-34c5-4032-9454-23406edb35ab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5473eb26-34c5-4032-9454-23406edb35ab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5473eb26-34c5-4032-9454-23406edb35ab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5473eb26-34c5-4032-9454-23406edb35ab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5473eb26-34c5-4032-9454-23406edb35ab"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5473eb26-34c5-4032-9454-23406edb35ab"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-5473eb26-34c5-4032-9454-23406edb35ab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5473eb26-34c5-4032-9454-23406edb35ab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5473eb26-34c5-4032-9454-23406edb35ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5473eb26-34c5-4032-9454-23406edb35ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5473eb26-34c5-4032-9454-23406edb35ab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5473eb26-34c5-4032-9454-23406edb35ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5473eb26-34c5-4032-9454-23406edb35ab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5473eb26-34c5-4032-9454-23406edb35ab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5473eb26-34c5-4032-9454-23406edb35ab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5473eb26-34c5-4032-9454-23406edb35ab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5473eb26-34c5-4032-9454-23406edb35ab"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5473eb26-34c5-4032-9454-23406edb35ab"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-f7004c03-b685-4b1a-b59a-4bdafb546c1a {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-f7004c03-b685-4b1a-b59a-4bdafb546c1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7004c03-b685-4b1a-b59a-4bdafb546c1a.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-03f06a6a-d99d-4087-85e2-9b87ed6e3cde"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-03f06a6a-d99d-4087-85e2-9b87ed6e3cde"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03f06a6a-d99d-4087-85e2-9b87ed6e3cde"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-03f06a6a-d99d-4087-85e2-9b87ed6e3cde"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-03f06a6a-d99d-4087-85e2-9b87ed6e3cde"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-03f06a6a-d99d-4087-85e2-9b87ed6e3cde"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-03f06a6a-d99d-4087-85e2-9b87ed6e3cde"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-03f06a6a-d99d-4087-85e2-9b87ed6e3cde"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-03f06a6a-d99d-4087-85e2-9b87ed6e3cde"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-03f06a6a-d99d-4087-85e2-9b87ed6e3cde"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-03f06a6a-d99d-4087-85e2-9b87ed6e3cde"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-03f06a6a-d99d-4087-85e2-9b87ed6e3cde"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-03f06a6a-d99d-4087-85e2-9b87ed6e3cde"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-03f06a6a-d99d-4087-85e2-9b87ed6e3cde"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-03f06a6a-d99d-4087-85e2-9b87ed6e3cde"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-03f06a6a-d99d-4087-85e2-9b87ed6e3cde"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-03f06a6a-d99d-4087-85e2-9b87ed6e3cde"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-03f06a6a-d99d-4087-85e2-9b87ed6e3cde"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-03f06a6a-d99d-4087-85e2-9b87ed6e3cde"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-03f06a6a-d99d-4087-85e2-9b87ed6e3cde"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-03f06a6a-d99d-4087-85e2-9b87ed6e3cde"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-03f06a6a-d99d-4087-85e2-9b87ed6e3cde"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-03f06a6a-d99d-4087-85e2-9b87ed6e3cde"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-03f06a6a-d99d-4087-85e2-9b87ed6e3cde"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-03f06a6a-d99d-4087-85e2-9b87ed6e3cde"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-03f06a6a-d99d-4087-85e2-9b87ed6e3cde"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-03f06a6a-d99d-4087-85e2-9b87ed6e3cde"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-03f06a6a-d99d-4087-85e2-9b87ed6e3cde"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-03f06a6a-d99d-4087-85e2-9b87ed6e3cde"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-03f06a6a-d99d-4087-85e2-9b87ed6e3cde"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-03f06a6a-d99d-4087-85e2-9b87ed6e3cde"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-03f06a6a-d99d-4087-85e2-9b87ed6e3cde"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-03f06a6a-d99d-4087-85e2-9b87ed6e3cde"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-03f06a6a-d99d-4087-85e2-9b87ed6e3cde"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-03f06a6a-d99d-4087-85e2-9b87ed6e3cde"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-03f06a6a-d99d-4087-85e2-9b87ed6e3cde"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-03f06a6a-d99d-4087-85e2-9b87ed6e3cde"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-03f06a6a-d99d-4087-85e2-9b87ed6e3cde"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d2df71ac-3013-443b-89db-40337ed66636 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-d2df71ac-3013-443b-89db-40337ed66636 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2df71ac-3013-443b-89db-40337ed66636.shg-box.shg-c {
  justify-content: center;
}

#s-daf69b0a-b43b-4009-a2c3-cb65703ef3ea {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-daf69b0a-b43b-4009-a2c3-cb65703ef3ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-daf69b0a-b43b-4009-a2c3-cb65703ef3ea.shg-box.shg-c {
  justify-content: center;
}

#s-5e293685-be0d-4759-aae0-0f8f0027c9b7 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-5e293685-be0d-4759-aae0-0f8f0027c9b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e293685-be0d-4759-aae0-0f8f0027c9b7.shg-box.shg-c {
  justify-content: center;
}

#s-5be9c6d8-990c-4a83-8b2d-82c01f040ac7 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-5be9c6d8-990c-4a83-8b2d-82c01f040ac7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5be9c6d8-990c-4a83-8b2d-82c01f040ac7.shg-box.shg-c {
  justify-content: center;
}

#s-3fbf1808-e01c-4193-822a-f3dd75e6dccc {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3fbf1808-e01c-4193-822a-f3dd75e6dccc {
  display: none;
}
#s-3fbf1808-e01c-4193-822a-f3dd75e6dccc, #wrap-s-3fbf1808-e01c-4193-822a-f3dd75e6dccc { display:none !important; }}@media (max-width: 767px){#s-3fbf1808-e01c-4193-822a-f3dd75e6dccc {
  display: none;
}
#s-3fbf1808-e01c-4193-822a-f3dd75e6dccc, #wrap-s-3fbf1808-e01c-4193-822a-f3dd75e6dccc { display:none !important; }}







#s-3fbf1808-e01c-4193-822a-f3dd75e6dccc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fbf1808-e01c-4193-822a-f3dd75e6dccc.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-f3dcad27-4853-4783-b24a-89b4a7fb3c77 {
  display: none;
}
#s-f3dcad27-4853-4783-b24a-89b4a7fb3c77, #wrap-s-f3dcad27-4853-4783-b24a-89b4a7fb3c77 { display:none !important; }}@media (max-width: 767px){#s-f3dcad27-4853-4783-b24a-89b4a7fb3c77 {
  display: none;
}
#s-f3dcad27-4853-4783-b24a-89b4a7fb3c77, #wrap-s-f3dcad27-4853-4783-b24a-89b4a7fb3c77 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f3dcad27-4853-4783-b24a-89b4a7fb3c77"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3dcad27-4853-4783-b24a-89b4a7fb3c77"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f3dcad27-4853-4783-b24a-89b4a7fb3c77"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f3dcad27-4853-4783-b24a-89b4a7fb3c77"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f3dcad27-4853-4783-b24a-89b4a7fb3c77"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f3dcad27-4853-4783-b24a-89b4a7fb3c77"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f3dcad27-4853-4783-b24a-89b4a7fb3c77"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f3dcad27-4853-4783-b24a-89b4a7fb3c77"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f3dcad27-4853-4783-b24a-89b4a7fb3c77"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f3dcad27-4853-4783-b24a-89b4a7fb3c77"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f3dcad27-4853-4783-b24a-89b4a7fb3c77"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f3dcad27-4853-4783-b24a-89b4a7fb3c77"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f3dcad27-4853-4783-b24a-89b4a7fb3c77"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f3dcad27-4853-4783-b24a-89b4a7fb3c77"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f3dcad27-4853-4783-b24a-89b4a7fb3c77"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f3dcad27-4853-4783-b24a-89b4a7fb3c77"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f3dcad27-4853-4783-b24a-89b4a7fb3c77"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f3dcad27-4853-4783-b24a-89b4a7fb3c77"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f3dcad27-4853-4783-b24a-89b4a7fb3c77"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f3dcad27-4853-4783-b24a-89b4a7fb3c77"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f3dcad27-4853-4783-b24a-89b4a7fb3c77"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f3dcad27-4853-4783-b24a-89b4a7fb3c77"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f3dcad27-4853-4783-b24a-89b4a7fb3c77"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f3dcad27-4853-4783-b24a-89b4a7fb3c77"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f3dcad27-4853-4783-b24a-89b4a7fb3c77"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3dcad27-4853-4783-b24a-89b4a7fb3c77"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f3dcad27-4853-4783-b24a-89b4a7fb3c77"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f3dcad27-4853-4783-b24a-89b4a7fb3c77"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f3dcad27-4853-4783-b24a-89b4a7fb3c77"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f3dcad27-4853-4783-b24a-89b4a7fb3c77"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f3dcad27-4853-4783-b24a-89b4a7fb3c77"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f3dcad27-4853-4783-b24a-89b4a7fb3c77"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f3dcad27-4853-4783-b24a-89b4a7fb3c77"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f3dcad27-4853-4783-b24a-89b4a7fb3c77"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f3dcad27-4853-4783-b24a-89b4a7fb3c77"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f3dcad27-4853-4783-b24a-89b4a7fb3c77"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f3dcad27-4853-4783-b24a-89b4a7fb3c77"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-38b08859-360e-48fd-99eb-3c3e9e2b4552 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-38b08859-360e-48fd-99eb-3c3e9e2b4552 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38b08859-360e-48fd-99eb-3c3e9e2b4552.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-96194301-d573-4f0a-97e8-91d9793fdc89"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-96194301-d573-4f0a-97e8-91d9793fdc89"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96194301-d573-4f0a-97e8-91d9793fdc89"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-96194301-d573-4f0a-97e8-91d9793fdc89"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-96194301-d573-4f0a-97e8-91d9793fdc89"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-96194301-d573-4f0a-97e8-91d9793fdc89"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-96194301-d573-4f0a-97e8-91d9793fdc89"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-96194301-d573-4f0a-97e8-91d9793fdc89"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-96194301-d573-4f0a-97e8-91d9793fdc89"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-96194301-d573-4f0a-97e8-91d9793fdc89"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-96194301-d573-4f0a-97e8-91d9793fdc89"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-96194301-d573-4f0a-97e8-91d9793fdc89"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-96194301-d573-4f0a-97e8-91d9793fdc89"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-96194301-d573-4f0a-97e8-91d9793fdc89"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-96194301-d573-4f0a-97e8-91d9793fdc89"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-96194301-d573-4f0a-97e8-91d9793fdc89"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-96194301-d573-4f0a-97e8-91d9793fdc89"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-96194301-d573-4f0a-97e8-91d9793fdc89"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-96194301-d573-4f0a-97e8-91d9793fdc89"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-96194301-d573-4f0a-97e8-91d9793fdc89"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-96194301-d573-4f0a-97e8-91d9793fdc89"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-96194301-d573-4f0a-97e8-91d9793fdc89"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-96194301-d573-4f0a-97e8-91d9793fdc89"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-96194301-d573-4f0a-97e8-91d9793fdc89"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-96194301-d573-4f0a-97e8-91d9793fdc89"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-96194301-d573-4f0a-97e8-91d9793fdc89"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-96194301-d573-4f0a-97e8-91d9793fdc89"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-96194301-d573-4f0a-97e8-91d9793fdc89"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-96194301-d573-4f0a-97e8-91d9793fdc89"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-96194301-d573-4f0a-97e8-91d9793fdc89"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-96194301-d573-4f0a-97e8-91d9793fdc89"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-96194301-d573-4f0a-97e8-91d9793fdc89"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-96194301-d573-4f0a-97e8-91d9793fdc89"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-96194301-d573-4f0a-97e8-91d9793fdc89"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-96194301-d573-4f0a-97e8-91d9793fdc89"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-96194301-d573-4f0a-97e8-91d9793fdc89"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-96194301-d573-4f0a-97e8-91d9793fdc89"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-96194301-d573-4f0a-97e8-91d9793fdc89"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ca05090d-d34f-4aa0-a803-7b85b8ade327 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-ca05090d-d34f-4aa0-a803-7b85b8ade327 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca05090d-d34f-4aa0-a803-7b85b8ade327.shg-box.shg-c {
  justify-content: center;
}

#s-57a600b9-3404-4da2-a4e9-eed3ceabdfdb {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-57a600b9-3404-4da2-a4e9-eed3ceabdfdb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57a600b9-3404-4da2-a4e9-eed3ceabdfdb.shg-box.shg-c {
  justify-content: center;
}

#s-5eaf0b0b-0e5d-4d88-ad85-cd72a2d0044d {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-5eaf0b0b-0e5d-4d88-ad85-cd72a2d0044d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5eaf0b0b-0e5d-4d88-ad85-cd72a2d0044d.shg-box.shg-c {
  justify-content: center;
}

#s-dfb4c454-d144-4d4b-8988-66732712994c {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-dfb4c454-d144-4d4b-8988-66732712994c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfb4c454-d144-4d4b-8988-66732712994c.shg-box.shg-c {
  justify-content: center;
}

#s-fdf68650-e871-488e-9c47-b8a9da62b468 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fdf68650-e871-488e-9c47-b8a9da62b468 {
  display: none;
}
#s-fdf68650-e871-488e-9c47-b8a9da62b468, #wrap-s-fdf68650-e871-488e-9c47-b8a9da62b468 { display:none !important; }}@media (max-width: 767px){#s-fdf68650-e871-488e-9c47-b8a9da62b468 {
  display: none;
}
#s-fdf68650-e871-488e-9c47-b8a9da62b468, #wrap-s-fdf68650-e871-488e-9c47-b8a9da62b468 { display:none !important; }}







#s-fdf68650-e871-488e-9c47-b8a9da62b468 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdf68650-e871-488e-9c47-b8a9da62b468.shg-box.shg-c {
  justify-content: center;
}

#s-28a537dd-090f-4575-9f6c-03d3857a395b {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-28a537dd-090f-4575-9f6c-03d3857a395b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-74364412-2290-4be7-b4b9-240cb2f17f10 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-74364412-2290-4be7-b4b9-240cb2f17f10 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-aed2cd5b-57db-4432-a939-e6c4c0872ccc {
  margin-bottom: 10px;
}

#s-ac817169-fe24-43e2-9c2f-68728d1ded01 {
  text-align: right;
}




  #s-ac817169-fe24-43e2-9c2f-68728d1ded01 img.shogun-image {
    
    width: px;
  }


#s-ac817169-fe24-43e2-9c2f-68728d1ded01 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-5045cba9-8249-4724-9aa7-57d20548d706 {
  display: none;
}
#s-5045cba9-8249-4724-9aa7-57d20548d706, #wrap-s-5045cba9-8249-4724-9aa7-57d20548d706 { display:none !important; }}@media (max-width: 767px){#s-5045cba9-8249-4724-9aa7-57d20548d706 {
  display: none;
}
#s-5045cba9-8249-4724-9aa7-57d20548d706, #wrap-s-5045cba9-8249-4724-9aa7-57d20548d706 { display:none !important; }}
@media (min-width: 0px) {
[id="s-5045cba9-8249-4724-9aa7-57d20548d706"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5045cba9-8249-4724-9aa7-57d20548d706"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5045cba9-8249-4724-9aa7-57d20548d706"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5045cba9-8249-4724-9aa7-57d20548d706"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5045cba9-8249-4724-9aa7-57d20548d706"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5045cba9-8249-4724-9aa7-57d20548d706"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5045cba9-8249-4724-9aa7-57d20548d706"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5045cba9-8249-4724-9aa7-57d20548d706"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5045cba9-8249-4724-9aa7-57d20548d706"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5045cba9-8249-4724-9aa7-57d20548d706"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5045cba9-8249-4724-9aa7-57d20548d706"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5045cba9-8249-4724-9aa7-57d20548d706"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5045cba9-8249-4724-9aa7-57d20548d706"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-5045cba9-8249-4724-9aa7-57d20548d706"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5045cba9-8249-4724-9aa7-57d20548d706"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5045cba9-8249-4724-9aa7-57d20548d706"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5045cba9-8249-4724-9aa7-57d20548d706"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5045cba9-8249-4724-9aa7-57d20548d706"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5045cba9-8249-4724-9aa7-57d20548d706"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5045cba9-8249-4724-9aa7-57d20548d706"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5045cba9-8249-4724-9aa7-57d20548d706"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5045cba9-8249-4724-9aa7-57d20548d706"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5045cba9-8249-4724-9aa7-57d20548d706"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5045cba9-8249-4724-9aa7-57d20548d706"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5045cba9-8249-4724-9aa7-57d20548d706"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-5045cba9-8249-4724-9aa7-57d20548d706"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5045cba9-8249-4724-9aa7-57d20548d706"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5045cba9-8249-4724-9aa7-57d20548d706"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5045cba9-8249-4724-9aa7-57d20548d706"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5045cba9-8249-4724-9aa7-57d20548d706"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5045cba9-8249-4724-9aa7-57d20548d706"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5045cba9-8249-4724-9aa7-57d20548d706"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5045cba9-8249-4724-9aa7-57d20548d706"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5045cba9-8249-4724-9aa7-57d20548d706"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5045cba9-8249-4724-9aa7-57d20548d706"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5045cba9-8249-4724-9aa7-57d20548d706"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5045cba9-8249-4724-9aa7-57d20548d706"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-f347a70c-167f-4279-b4f8-c112079423d6 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 100px;
background-color: rgba(245, 245, 245, 1);
}








#s-f347a70c-167f-4279-b4f8-c112079423d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f347a70c-167f-4279-b4f8-c112079423d6.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-70786e05-737f-4b1a-8c19-2593159d53a2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-70786e05-737f-4b1a-8c19-2593159d53a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70786e05-737f-4b1a-8c19-2593159d53a2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-70786e05-737f-4b1a-8c19-2593159d53a2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-70786e05-737f-4b1a-8c19-2593159d53a2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-70786e05-737f-4b1a-8c19-2593159d53a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-70786e05-737f-4b1a-8c19-2593159d53a2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-70786e05-737f-4b1a-8c19-2593159d53a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-70786e05-737f-4b1a-8c19-2593159d53a2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-70786e05-737f-4b1a-8c19-2593159d53a2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-70786e05-737f-4b1a-8c19-2593159d53a2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-70786e05-737f-4b1a-8c19-2593159d53a2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-70786e05-737f-4b1a-8c19-2593159d53a2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-70786e05-737f-4b1a-8c19-2593159d53a2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-70786e05-737f-4b1a-8c19-2593159d53a2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-70786e05-737f-4b1a-8c19-2593159d53a2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-70786e05-737f-4b1a-8c19-2593159d53a2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-70786e05-737f-4b1a-8c19-2593159d53a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-70786e05-737f-4b1a-8c19-2593159d53a2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-70786e05-737f-4b1a-8c19-2593159d53a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-70786e05-737f-4b1a-8c19-2593159d53a2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-70786e05-737f-4b1a-8c19-2593159d53a2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-70786e05-737f-4b1a-8c19-2593159d53a2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-70786e05-737f-4b1a-8c19-2593159d53a2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-70786e05-737f-4b1a-8c19-2593159d53a2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-70786e05-737f-4b1a-8c19-2593159d53a2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-70786e05-737f-4b1a-8c19-2593159d53a2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-70786e05-737f-4b1a-8c19-2593159d53a2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-70786e05-737f-4b1a-8c19-2593159d53a2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-70786e05-737f-4b1a-8c19-2593159d53a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-70786e05-737f-4b1a-8c19-2593159d53a2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-70786e05-737f-4b1a-8c19-2593159d53a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-70786e05-737f-4b1a-8c19-2593159d53a2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-70786e05-737f-4b1a-8c19-2593159d53a2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-70786e05-737f-4b1a-8c19-2593159d53a2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-70786e05-737f-4b1a-8c19-2593159d53a2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-70786e05-737f-4b1a-8c19-2593159d53a2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-70786e05-737f-4b1a-8c19-2593159d53a2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c9e10fd3-7d32-47e5-a6f7-ff11798a72f2 {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-c9e10fd3-7d32-47e5-a6f7-ff11798a72f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9e10fd3-7d32-47e5-a6f7-ff11798a72f2.shg-box.shg-c {
  justify-content: center;
}

#s-3a1fdd2b-a0ad-42e3-8ee6-f6828b1b73af {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-3a1fdd2b-a0ad-42e3-8ee6-f6828b1b73af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a1fdd2b-a0ad-42e3-8ee6-f6828b1b73af.shg-box.shg-c {
  justify-content: center;
}

#s-5618a188-f3dd-4488-aebe-93f218e500b3 {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-5618a188-f3dd-4488-aebe-93f218e500b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5618a188-f3dd-4488-aebe-93f218e500b3.shg-box.shg-c {
  justify-content: center;
}

#s-99f044dc-ec10-481b-9518-608e77c56505 {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-99f044dc-ec10-481b-9518-608e77c56505 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99f044dc-ec10-481b-9518-608e77c56505.shg-box.shg-c {
  justify-content: center;
}

#s-57efcec8-8cf8-46b0-b95f-3503fb3e06de {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-57efcec8-8cf8-46b0-b95f-3503fb3e06de {
  display: none;
}
#s-57efcec8-8cf8-46b0-b95f-3503fb3e06de, #wrap-s-57efcec8-8cf8-46b0-b95f-3503fb3e06de { display:none !important; }}@media (max-width: 767px){#s-57efcec8-8cf8-46b0-b95f-3503fb3e06de {
  display: none;
}
#s-57efcec8-8cf8-46b0-b95f-3503fb3e06de, #wrap-s-57efcec8-8cf8-46b0-b95f-3503fb3e06de { display:none !important; }}







#s-57efcec8-8cf8-46b0-b95f-3503fb3e06de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57efcec8-8cf8-46b0-b95f-3503fb3e06de.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-c1953f39-27d1-44bb-a475-d94b4b45cacb {
  display: none;
}
#s-c1953f39-27d1-44bb-a475-d94b4b45cacb, #wrap-s-c1953f39-27d1-44bb-a475-d94b4b45cacb { display:none !important; }}@media (max-width: 767px){#s-c1953f39-27d1-44bb-a475-d94b4b45cacb {
  display: none;
}
#s-c1953f39-27d1-44bb-a475-d94b4b45cacb, #wrap-s-c1953f39-27d1-44bb-a475-d94b4b45cacb { display:none !important; }}
@media (min-width: 0px) {
[id="s-c1953f39-27d1-44bb-a475-d94b4b45cacb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1953f39-27d1-44bb-a475-d94b4b45cacb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c1953f39-27d1-44bb-a475-d94b4b45cacb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c1953f39-27d1-44bb-a475-d94b4b45cacb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c1953f39-27d1-44bb-a475-d94b4b45cacb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c1953f39-27d1-44bb-a475-d94b4b45cacb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c1953f39-27d1-44bb-a475-d94b4b45cacb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c1953f39-27d1-44bb-a475-d94b4b45cacb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c1953f39-27d1-44bb-a475-d94b4b45cacb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c1953f39-27d1-44bb-a475-d94b4b45cacb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c1953f39-27d1-44bb-a475-d94b4b45cacb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c1953f39-27d1-44bb-a475-d94b4b45cacb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c1953f39-27d1-44bb-a475-d94b4b45cacb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c1953f39-27d1-44bb-a475-d94b4b45cacb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c1953f39-27d1-44bb-a475-d94b4b45cacb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c1953f39-27d1-44bb-a475-d94b4b45cacb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c1953f39-27d1-44bb-a475-d94b4b45cacb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c1953f39-27d1-44bb-a475-d94b4b45cacb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c1953f39-27d1-44bb-a475-d94b4b45cacb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c1953f39-27d1-44bb-a475-d94b4b45cacb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c1953f39-27d1-44bb-a475-d94b4b45cacb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c1953f39-27d1-44bb-a475-d94b4b45cacb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c1953f39-27d1-44bb-a475-d94b4b45cacb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c1953f39-27d1-44bb-a475-d94b4b45cacb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c1953f39-27d1-44bb-a475-d94b4b45cacb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1953f39-27d1-44bb-a475-d94b4b45cacb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c1953f39-27d1-44bb-a475-d94b4b45cacb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c1953f39-27d1-44bb-a475-d94b4b45cacb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c1953f39-27d1-44bb-a475-d94b4b45cacb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c1953f39-27d1-44bb-a475-d94b4b45cacb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c1953f39-27d1-44bb-a475-d94b4b45cacb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c1953f39-27d1-44bb-a475-d94b4b45cacb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c1953f39-27d1-44bb-a475-d94b4b45cacb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c1953f39-27d1-44bb-a475-d94b4b45cacb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c1953f39-27d1-44bb-a475-d94b4b45cacb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c1953f39-27d1-44bb-a475-d94b4b45cacb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c1953f39-27d1-44bb-a475-d94b4b45cacb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-4fb66bbb-7ab4-4b89-913f-26fb70aff670 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-4fb66bbb-7ab4-4b89-913f-26fb70aff670 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fb66bbb-7ab4-4b89-913f-26fb70aff670.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3e0ba191-5bf7-4f64-b4a1-f0c2eab9d59f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-3e0ba191-5bf7-4f64-b4a1-f0c2eab9d59f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3e0ba191-5bf7-4f64-b4a1-f0c2eab9d59f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3e0ba191-5bf7-4f64-b4a1-f0c2eab9d59f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3e0ba191-5bf7-4f64-b4a1-f0c2eab9d59f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3e0ba191-5bf7-4f64-b4a1-f0c2eab9d59f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3e0ba191-5bf7-4f64-b4a1-f0c2eab9d59f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3e0ba191-5bf7-4f64-b4a1-f0c2eab9d59f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3e0ba191-5bf7-4f64-b4a1-f0c2eab9d59f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3e0ba191-5bf7-4f64-b4a1-f0c2eab9d59f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3e0ba191-5bf7-4f64-b4a1-f0c2eab9d59f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3e0ba191-5bf7-4f64-b4a1-f0c2eab9d59f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3e0ba191-5bf7-4f64-b4a1-f0c2eab9d59f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3e0ba191-5bf7-4f64-b4a1-f0c2eab9d59f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3e0ba191-5bf7-4f64-b4a1-f0c2eab9d59f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3e0ba191-5bf7-4f64-b4a1-f0c2eab9d59f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3e0ba191-5bf7-4f64-b4a1-f0c2eab9d59f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3e0ba191-5bf7-4f64-b4a1-f0c2eab9d59f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3e0ba191-5bf7-4f64-b4a1-f0c2eab9d59f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3e0ba191-5bf7-4f64-b4a1-f0c2eab9d59f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3e0ba191-5bf7-4f64-b4a1-f0c2eab9d59f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3e0ba191-5bf7-4f64-b4a1-f0c2eab9d59f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3e0ba191-5bf7-4f64-b4a1-f0c2eab9d59f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3e0ba191-5bf7-4f64-b4a1-f0c2eab9d59f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3e0ba191-5bf7-4f64-b4a1-f0c2eab9d59f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3e0ba191-5bf7-4f64-b4a1-f0c2eab9d59f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e0ba191-5bf7-4f64-b4a1-f0c2eab9d59f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3e0ba191-5bf7-4f64-b4a1-f0c2eab9d59f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3e0ba191-5bf7-4f64-b4a1-f0c2eab9d59f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3e0ba191-5bf7-4f64-b4a1-f0c2eab9d59f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3e0ba191-5bf7-4f64-b4a1-f0c2eab9d59f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3e0ba191-5bf7-4f64-b4a1-f0c2eab9d59f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3e0ba191-5bf7-4f64-b4a1-f0c2eab9d59f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3e0ba191-5bf7-4f64-b4a1-f0c2eab9d59f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3e0ba191-5bf7-4f64-b4a1-f0c2eab9d59f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3e0ba191-5bf7-4f64-b4a1-f0c2eab9d59f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3e0ba191-5bf7-4f64-b4a1-f0c2eab9d59f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3e0ba191-5bf7-4f64-b4a1-f0c2eab9d59f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-fe6f43c6-36d3-4948-a2dc-2b9f5396744a {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-fe6f43c6-36d3-4948-a2dc-2b9f5396744a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe6f43c6-36d3-4948-a2dc-2b9f5396744a.shg-box.shg-c {
  justify-content: center;
}

#s-735d3976-9944-4391-8b44-3cb87fdef234 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-735d3976-9944-4391-8b44-3cb87fdef234 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-735d3976-9944-4391-8b44-3cb87fdef234.shg-box.shg-c {
  justify-content: center;
}

#s-26343eae-9aaa-494b-b87f-67d36c9e827f {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-26343eae-9aaa-494b-b87f-67d36c9e827f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26343eae-9aaa-494b-b87f-67d36c9e827f.shg-box.shg-c {
  justify-content: center;
}

#s-5794e67d-abd1-45be-b2f1-3a7069ad3f35 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-5794e67d-abd1-45be-b2f1-3a7069ad3f35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5794e67d-abd1-45be-b2f1-3a7069ad3f35.shg-box.shg-c {
  justify-content: center;
}

#s-c77b5c3f-855b-455e-beda-bb5ad89a4def {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c77b5c3f-855b-455e-beda-bb5ad89a4def {
  display: none;
}
#s-c77b5c3f-855b-455e-beda-bb5ad89a4def, #wrap-s-c77b5c3f-855b-455e-beda-bb5ad89a4def { display:none !important; }}@media (max-width: 767px){#s-c77b5c3f-855b-455e-beda-bb5ad89a4def {
  display: none;
}
#s-c77b5c3f-855b-455e-beda-bb5ad89a4def, #wrap-s-c77b5c3f-855b-455e-beda-bb5ad89a4def { display:none !important; }}







#s-c77b5c3f-855b-455e-beda-bb5ad89a4def > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c77b5c3f-855b-455e-beda-bb5ad89a4def.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-92809fa0-69fd-4f43-884c-758adc616b37 {
  display: none;
}
#s-92809fa0-69fd-4f43-884c-758adc616b37, #wrap-s-92809fa0-69fd-4f43-884c-758adc616b37 { display:none !important; }}@media (max-width: 767px){#s-92809fa0-69fd-4f43-884c-758adc616b37 {
  display: none;
}
#s-92809fa0-69fd-4f43-884c-758adc616b37, #wrap-s-92809fa0-69fd-4f43-884c-758adc616b37 { display:none !important; }}
@media (min-width: 0px) {
[id="s-92809fa0-69fd-4f43-884c-758adc616b37"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92809fa0-69fd-4f43-884c-758adc616b37"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-92809fa0-69fd-4f43-884c-758adc616b37"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-92809fa0-69fd-4f43-884c-758adc616b37"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-92809fa0-69fd-4f43-884c-758adc616b37"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-92809fa0-69fd-4f43-884c-758adc616b37"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-92809fa0-69fd-4f43-884c-758adc616b37"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-92809fa0-69fd-4f43-884c-758adc616b37"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-92809fa0-69fd-4f43-884c-758adc616b37"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-92809fa0-69fd-4f43-884c-758adc616b37"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-92809fa0-69fd-4f43-884c-758adc616b37"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-92809fa0-69fd-4f43-884c-758adc616b37"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-92809fa0-69fd-4f43-884c-758adc616b37"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-92809fa0-69fd-4f43-884c-758adc616b37"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-92809fa0-69fd-4f43-884c-758adc616b37"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-92809fa0-69fd-4f43-884c-758adc616b37"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-92809fa0-69fd-4f43-884c-758adc616b37"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-92809fa0-69fd-4f43-884c-758adc616b37"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-92809fa0-69fd-4f43-884c-758adc616b37"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-92809fa0-69fd-4f43-884c-758adc616b37"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-92809fa0-69fd-4f43-884c-758adc616b37"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-92809fa0-69fd-4f43-884c-758adc616b37"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-92809fa0-69fd-4f43-884c-758adc616b37"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-92809fa0-69fd-4f43-884c-758adc616b37"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-92809fa0-69fd-4f43-884c-758adc616b37"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-92809fa0-69fd-4f43-884c-758adc616b37"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-92809fa0-69fd-4f43-884c-758adc616b37"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-92809fa0-69fd-4f43-884c-758adc616b37"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-92809fa0-69fd-4f43-884c-758adc616b37"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-92809fa0-69fd-4f43-884c-758adc616b37"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-92809fa0-69fd-4f43-884c-758adc616b37"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-92809fa0-69fd-4f43-884c-758adc616b37"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-92809fa0-69fd-4f43-884c-758adc616b37"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-92809fa0-69fd-4f43-884c-758adc616b37"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-92809fa0-69fd-4f43-884c-758adc616b37"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-92809fa0-69fd-4f43-884c-758adc616b37"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-92809fa0-69fd-4f43-884c-758adc616b37"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-0f1013c3-2f9f-4621-8927-cf0a790f6fc7 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-0f1013c3-2f9f-4621-8927-cf0a790f6fc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f1013c3-2f9f-4621-8927-cf0a790f6fc7.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6563ab09-91a0-4b7d-98bc-a04c21cdd1a3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-6563ab09-91a0-4b7d-98bc-a04c21cdd1a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6563ab09-91a0-4b7d-98bc-a04c21cdd1a3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6563ab09-91a0-4b7d-98bc-a04c21cdd1a3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6563ab09-91a0-4b7d-98bc-a04c21cdd1a3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6563ab09-91a0-4b7d-98bc-a04c21cdd1a3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6563ab09-91a0-4b7d-98bc-a04c21cdd1a3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6563ab09-91a0-4b7d-98bc-a04c21cdd1a3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6563ab09-91a0-4b7d-98bc-a04c21cdd1a3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6563ab09-91a0-4b7d-98bc-a04c21cdd1a3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6563ab09-91a0-4b7d-98bc-a04c21cdd1a3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6563ab09-91a0-4b7d-98bc-a04c21cdd1a3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6563ab09-91a0-4b7d-98bc-a04c21cdd1a3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6563ab09-91a0-4b7d-98bc-a04c21cdd1a3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6563ab09-91a0-4b7d-98bc-a04c21cdd1a3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6563ab09-91a0-4b7d-98bc-a04c21cdd1a3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6563ab09-91a0-4b7d-98bc-a04c21cdd1a3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6563ab09-91a0-4b7d-98bc-a04c21cdd1a3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6563ab09-91a0-4b7d-98bc-a04c21cdd1a3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6563ab09-91a0-4b7d-98bc-a04c21cdd1a3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6563ab09-91a0-4b7d-98bc-a04c21cdd1a3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6563ab09-91a0-4b7d-98bc-a04c21cdd1a3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6563ab09-91a0-4b7d-98bc-a04c21cdd1a3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6563ab09-91a0-4b7d-98bc-a04c21cdd1a3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6563ab09-91a0-4b7d-98bc-a04c21cdd1a3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6563ab09-91a0-4b7d-98bc-a04c21cdd1a3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6563ab09-91a0-4b7d-98bc-a04c21cdd1a3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6563ab09-91a0-4b7d-98bc-a04c21cdd1a3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6563ab09-91a0-4b7d-98bc-a04c21cdd1a3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6563ab09-91a0-4b7d-98bc-a04c21cdd1a3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6563ab09-91a0-4b7d-98bc-a04c21cdd1a3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6563ab09-91a0-4b7d-98bc-a04c21cdd1a3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6563ab09-91a0-4b7d-98bc-a04c21cdd1a3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6563ab09-91a0-4b7d-98bc-a04c21cdd1a3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6563ab09-91a0-4b7d-98bc-a04c21cdd1a3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6563ab09-91a0-4b7d-98bc-a04c21cdd1a3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6563ab09-91a0-4b7d-98bc-a04c21cdd1a3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6563ab09-91a0-4b7d-98bc-a04c21cdd1a3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-40de9ec0-eae8-48f3-961e-83467968a15d {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-40de9ec0-eae8-48f3-961e-83467968a15d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40de9ec0-eae8-48f3-961e-83467968a15d.shg-box.shg-c {
  justify-content: center;
}

#s-fa37225c-66f6-44ed-a8b0-51a2776f52d9 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-fa37225c-66f6-44ed-a8b0-51a2776f52d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa37225c-66f6-44ed-a8b0-51a2776f52d9.shg-box.shg-c {
  justify-content: center;
}

#s-b006d2be-54d6-4fca-8c4d-8c8b86ee779e {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-b006d2be-54d6-4fca-8c4d-8c8b86ee779e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b006d2be-54d6-4fca-8c4d-8c8b86ee779e.shg-box.shg-c {
  justify-content: center;
}

#s-75f454ba-ad08-4f6e-b8e1-d623cea36329 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-75f454ba-ad08-4f6e-b8e1-d623cea36329 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75f454ba-ad08-4f6e-b8e1-d623cea36329.shg-box.shg-c {
  justify-content: center;
}

#s-b61cc2c7-f636-4e59-aa39-07fbb1741b5e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b61cc2c7-f636-4e59-aa39-07fbb1741b5e {
  display: none;
}
#s-b61cc2c7-f636-4e59-aa39-07fbb1741b5e, #wrap-s-b61cc2c7-f636-4e59-aa39-07fbb1741b5e { display:none !important; }}@media (max-width: 767px){#s-b61cc2c7-f636-4e59-aa39-07fbb1741b5e {
  display: none;
}
#s-b61cc2c7-f636-4e59-aa39-07fbb1741b5e, #wrap-s-b61cc2c7-f636-4e59-aa39-07fbb1741b5e { display:none !important; }}







#s-b61cc2c7-f636-4e59-aa39-07fbb1741b5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b61cc2c7-f636-4e59-aa39-07fbb1741b5e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a {
  display: none;
}
#s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a, #wrap-s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a { display:none !important; }}@media (max-width: 767px){#s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a {
  display: none;
}
#s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a, #wrap-s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a { display:none !important; }}
@media (min-width: 0px) {
[id="s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-1d3bf1bd-98d4-4148-a1a1-db9fbcebe22a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-ef843d09-87c9-44e4-a80e-339bb872e4b7 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-ef843d09-87c9-44e4-a80e-339bb872e4b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef843d09-87c9-44e4-a80e-339bb872e4b7.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-434b3516-18af-465c-856a-61b4e0dae906"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-434b3516-18af-465c-856a-61b4e0dae906"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-434b3516-18af-465c-856a-61b4e0dae906"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-434b3516-18af-465c-856a-61b4e0dae906"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-434b3516-18af-465c-856a-61b4e0dae906"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-434b3516-18af-465c-856a-61b4e0dae906"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-434b3516-18af-465c-856a-61b4e0dae906"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-434b3516-18af-465c-856a-61b4e0dae906"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-434b3516-18af-465c-856a-61b4e0dae906"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-434b3516-18af-465c-856a-61b4e0dae906"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-434b3516-18af-465c-856a-61b4e0dae906"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-434b3516-18af-465c-856a-61b4e0dae906"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-434b3516-18af-465c-856a-61b4e0dae906"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-434b3516-18af-465c-856a-61b4e0dae906"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-434b3516-18af-465c-856a-61b4e0dae906"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-434b3516-18af-465c-856a-61b4e0dae906"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-434b3516-18af-465c-856a-61b4e0dae906"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-434b3516-18af-465c-856a-61b4e0dae906"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-434b3516-18af-465c-856a-61b4e0dae906"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-434b3516-18af-465c-856a-61b4e0dae906"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-434b3516-18af-465c-856a-61b4e0dae906"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-434b3516-18af-465c-856a-61b4e0dae906"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-434b3516-18af-465c-856a-61b4e0dae906"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-434b3516-18af-465c-856a-61b4e0dae906"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-434b3516-18af-465c-856a-61b4e0dae906"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-434b3516-18af-465c-856a-61b4e0dae906"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-434b3516-18af-465c-856a-61b4e0dae906"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-434b3516-18af-465c-856a-61b4e0dae906"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-434b3516-18af-465c-856a-61b4e0dae906"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-434b3516-18af-465c-856a-61b4e0dae906"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-434b3516-18af-465c-856a-61b4e0dae906"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-434b3516-18af-465c-856a-61b4e0dae906"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-434b3516-18af-465c-856a-61b4e0dae906"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-434b3516-18af-465c-856a-61b4e0dae906"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-434b3516-18af-465c-856a-61b4e0dae906"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-434b3516-18af-465c-856a-61b4e0dae906"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-434b3516-18af-465c-856a-61b4e0dae906"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-434b3516-18af-465c-856a-61b4e0dae906"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3f076cbc-f635-4a87-ad45-4d1827f90efc {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-3f076cbc-f635-4a87-ad45-4d1827f90efc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f076cbc-f635-4a87-ad45-4d1827f90efc.shg-box.shg-c {
  justify-content: center;
}

#s-92df0819-c63b-4c91-b261-7be6dc34c901 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-92df0819-c63b-4c91-b261-7be6dc34c901 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92df0819-c63b-4c91-b261-7be6dc34c901.shg-box.shg-c {
  justify-content: center;
}

#s-3fbd9a6d-31c2-4d85-a759-aaea737d2b24 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-3fbd9a6d-31c2-4d85-a759-aaea737d2b24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fbd9a6d-31c2-4d85-a759-aaea737d2b24.shg-box.shg-c {
  justify-content: center;
}

#s-fc0d89c8-d361-4559-9924-b6ab57b2347a {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-fc0d89c8-d361-4559-9924-b6ab57b2347a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc0d89c8-d361-4559-9924-b6ab57b2347a.shg-box.shg-c {
  justify-content: center;
}

#s-62e80425-1434-4019-a39f-f97bc272c822 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-62e80425-1434-4019-a39f-f97bc272c822 {
  display: none;
}
#s-62e80425-1434-4019-a39f-f97bc272c822, #wrap-s-62e80425-1434-4019-a39f-f97bc272c822 { display:none !important; }}@media (max-width: 767px){#s-62e80425-1434-4019-a39f-f97bc272c822 {
  display: none;
}
#s-62e80425-1434-4019-a39f-f97bc272c822, #wrap-s-62e80425-1434-4019-a39f-f97bc272c822 { display:none !important; }}







#s-62e80425-1434-4019-a39f-f97bc272c822 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62e80425-1434-4019-a39f-f97bc272c822.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-71ce85bf-751d-402c-961b-31833fe98038 {
  display: none;
}
#s-71ce85bf-751d-402c-961b-31833fe98038, #wrap-s-71ce85bf-751d-402c-961b-31833fe98038 { display:none !important; }}@media (max-width: 767px){#s-71ce85bf-751d-402c-961b-31833fe98038 {
  display: none;
}
#s-71ce85bf-751d-402c-961b-31833fe98038, #wrap-s-71ce85bf-751d-402c-961b-31833fe98038 { display:none !important; }}
@media (min-width: 0px) {
[id="s-71ce85bf-751d-402c-961b-31833fe98038"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71ce85bf-751d-402c-961b-31833fe98038"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-71ce85bf-751d-402c-961b-31833fe98038"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-71ce85bf-751d-402c-961b-31833fe98038"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-71ce85bf-751d-402c-961b-31833fe98038"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-71ce85bf-751d-402c-961b-31833fe98038"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-71ce85bf-751d-402c-961b-31833fe98038"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-71ce85bf-751d-402c-961b-31833fe98038"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-71ce85bf-751d-402c-961b-31833fe98038"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-71ce85bf-751d-402c-961b-31833fe98038"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-71ce85bf-751d-402c-961b-31833fe98038"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-71ce85bf-751d-402c-961b-31833fe98038"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-71ce85bf-751d-402c-961b-31833fe98038"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-71ce85bf-751d-402c-961b-31833fe98038"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-71ce85bf-751d-402c-961b-31833fe98038"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-71ce85bf-751d-402c-961b-31833fe98038"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-71ce85bf-751d-402c-961b-31833fe98038"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-71ce85bf-751d-402c-961b-31833fe98038"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-71ce85bf-751d-402c-961b-31833fe98038"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-71ce85bf-751d-402c-961b-31833fe98038"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-71ce85bf-751d-402c-961b-31833fe98038"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-71ce85bf-751d-402c-961b-31833fe98038"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-71ce85bf-751d-402c-961b-31833fe98038"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-71ce85bf-751d-402c-961b-31833fe98038"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-71ce85bf-751d-402c-961b-31833fe98038"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-71ce85bf-751d-402c-961b-31833fe98038"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-71ce85bf-751d-402c-961b-31833fe98038"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-71ce85bf-751d-402c-961b-31833fe98038"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-71ce85bf-751d-402c-961b-31833fe98038"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-71ce85bf-751d-402c-961b-31833fe98038"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-71ce85bf-751d-402c-961b-31833fe98038"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-71ce85bf-751d-402c-961b-31833fe98038"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-71ce85bf-751d-402c-961b-31833fe98038"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-71ce85bf-751d-402c-961b-31833fe98038"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-71ce85bf-751d-402c-961b-31833fe98038"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-71ce85bf-751d-402c-961b-31833fe98038"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-71ce85bf-751d-402c-961b-31833fe98038"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-fda7cc61-de68-46bf-a3a5-325a66fc723e {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-fda7cc61-de68-46bf-a3a5-325a66fc723e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fda7cc61-de68-46bf-a3a5-325a66fc723e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-22c3a7f7-ded5-4440-9b81-99bd9172bb2c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-22c3a7f7-ded5-4440-9b81-99bd9172bb2c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22c3a7f7-ded5-4440-9b81-99bd9172bb2c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-22c3a7f7-ded5-4440-9b81-99bd9172bb2c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-22c3a7f7-ded5-4440-9b81-99bd9172bb2c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-22c3a7f7-ded5-4440-9b81-99bd9172bb2c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-22c3a7f7-ded5-4440-9b81-99bd9172bb2c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-22c3a7f7-ded5-4440-9b81-99bd9172bb2c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-22c3a7f7-ded5-4440-9b81-99bd9172bb2c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-22c3a7f7-ded5-4440-9b81-99bd9172bb2c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-22c3a7f7-ded5-4440-9b81-99bd9172bb2c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-22c3a7f7-ded5-4440-9b81-99bd9172bb2c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-22c3a7f7-ded5-4440-9b81-99bd9172bb2c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-22c3a7f7-ded5-4440-9b81-99bd9172bb2c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-22c3a7f7-ded5-4440-9b81-99bd9172bb2c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-22c3a7f7-ded5-4440-9b81-99bd9172bb2c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-22c3a7f7-ded5-4440-9b81-99bd9172bb2c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-22c3a7f7-ded5-4440-9b81-99bd9172bb2c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-22c3a7f7-ded5-4440-9b81-99bd9172bb2c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-22c3a7f7-ded5-4440-9b81-99bd9172bb2c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-22c3a7f7-ded5-4440-9b81-99bd9172bb2c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-22c3a7f7-ded5-4440-9b81-99bd9172bb2c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-22c3a7f7-ded5-4440-9b81-99bd9172bb2c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-22c3a7f7-ded5-4440-9b81-99bd9172bb2c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-22c3a7f7-ded5-4440-9b81-99bd9172bb2c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-22c3a7f7-ded5-4440-9b81-99bd9172bb2c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-22c3a7f7-ded5-4440-9b81-99bd9172bb2c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-22c3a7f7-ded5-4440-9b81-99bd9172bb2c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-22c3a7f7-ded5-4440-9b81-99bd9172bb2c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-22c3a7f7-ded5-4440-9b81-99bd9172bb2c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-22c3a7f7-ded5-4440-9b81-99bd9172bb2c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-22c3a7f7-ded5-4440-9b81-99bd9172bb2c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-22c3a7f7-ded5-4440-9b81-99bd9172bb2c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-22c3a7f7-ded5-4440-9b81-99bd9172bb2c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-22c3a7f7-ded5-4440-9b81-99bd9172bb2c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-22c3a7f7-ded5-4440-9b81-99bd9172bb2c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-22c3a7f7-ded5-4440-9b81-99bd9172bb2c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-22c3a7f7-ded5-4440-9b81-99bd9172bb2c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6b94d68e-00c6-4e8d-a62c-cf55912e40c3 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-6b94d68e-00c6-4e8d-a62c-cf55912e40c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b94d68e-00c6-4e8d-a62c-cf55912e40c3.shg-box.shg-c {
  justify-content: center;
}

#s-a1a96301-d7bf-4715-b484-c60fa28ce755 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-a1a96301-d7bf-4715-b484-c60fa28ce755 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1a96301-d7bf-4715-b484-c60fa28ce755.shg-box.shg-c {
  justify-content: center;
}

#s-d9049b64-ef34-4053-8122-536086cc0d59 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-d9049b64-ef34-4053-8122-536086cc0d59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9049b64-ef34-4053-8122-536086cc0d59.shg-box.shg-c {
  justify-content: center;
}

#s-7368d634-ab85-422f-8c0c-bf3b03e4465c {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-7368d634-ab85-422f-8c0c-bf3b03e4465c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7368d634-ab85-422f-8c0c-bf3b03e4465c.shg-box.shg-c {
  justify-content: center;
}

#s-5c61993a-6ee3-4956-8cfc-fd69511fac8d {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5c61993a-6ee3-4956-8cfc-fd69511fac8d {
  display: none;
}
#s-5c61993a-6ee3-4956-8cfc-fd69511fac8d, #wrap-s-5c61993a-6ee3-4956-8cfc-fd69511fac8d { display:none !important; }}@media (max-width: 767px){#s-5c61993a-6ee3-4956-8cfc-fd69511fac8d {
  display: none;
}
#s-5c61993a-6ee3-4956-8cfc-fd69511fac8d, #wrap-s-5c61993a-6ee3-4956-8cfc-fd69511fac8d { display:none !important; }}







#s-5c61993a-6ee3-4956-8cfc-fd69511fac8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c61993a-6ee3-4956-8cfc-fd69511fac8d.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-876501e0-dc44-46a8-aa88-02a3b14b3c55 {
  display: none;
}
#s-876501e0-dc44-46a8-aa88-02a3b14b3c55, #wrap-s-876501e0-dc44-46a8-aa88-02a3b14b3c55 { display:none !important; }}@media (max-width: 767px){#s-876501e0-dc44-46a8-aa88-02a3b14b3c55 {
  display: none;
}
#s-876501e0-dc44-46a8-aa88-02a3b14b3c55, #wrap-s-876501e0-dc44-46a8-aa88-02a3b14b3c55 { display:none !important; }}
@media (min-width: 0px) {
[id="s-876501e0-dc44-46a8-aa88-02a3b14b3c55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-876501e0-dc44-46a8-aa88-02a3b14b3c55"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-876501e0-dc44-46a8-aa88-02a3b14b3c55"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-876501e0-dc44-46a8-aa88-02a3b14b3c55"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-876501e0-dc44-46a8-aa88-02a3b14b3c55"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-876501e0-dc44-46a8-aa88-02a3b14b3c55"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-876501e0-dc44-46a8-aa88-02a3b14b3c55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-876501e0-dc44-46a8-aa88-02a3b14b3c55"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-876501e0-dc44-46a8-aa88-02a3b14b3c55"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-876501e0-dc44-46a8-aa88-02a3b14b3c55"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-876501e0-dc44-46a8-aa88-02a3b14b3c55"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-876501e0-dc44-46a8-aa88-02a3b14b3c55"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-876501e0-dc44-46a8-aa88-02a3b14b3c55"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-876501e0-dc44-46a8-aa88-02a3b14b3c55"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-876501e0-dc44-46a8-aa88-02a3b14b3c55"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-876501e0-dc44-46a8-aa88-02a3b14b3c55"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-876501e0-dc44-46a8-aa88-02a3b14b3c55"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-876501e0-dc44-46a8-aa88-02a3b14b3c55"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-876501e0-dc44-46a8-aa88-02a3b14b3c55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-876501e0-dc44-46a8-aa88-02a3b14b3c55"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-876501e0-dc44-46a8-aa88-02a3b14b3c55"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-876501e0-dc44-46a8-aa88-02a3b14b3c55"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-876501e0-dc44-46a8-aa88-02a3b14b3c55"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-876501e0-dc44-46a8-aa88-02a3b14b3c55"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-876501e0-dc44-46a8-aa88-02a3b14b3c55"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-876501e0-dc44-46a8-aa88-02a3b14b3c55"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-876501e0-dc44-46a8-aa88-02a3b14b3c55"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-876501e0-dc44-46a8-aa88-02a3b14b3c55"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-876501e0-dc44-46a8-aa88-02a3b14b3c55"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-876501e0-dc44-46a8-aa88-02a3b14b3c55"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-876501e0-dc44-46a8-aa88-02a3b14b3c55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-876501e0-dc44-46a8-aa88-02a3b14b3c55"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-876501e0-dc44-46a8-aa88-02a3b14b3c55"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-876501e0-dc44-46a8-aa88-02a3b14b3c55"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-876501e0-dc44-46a8-aa88-02a3b14b3c55"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-876501e0-dc44-46a8-aa88-02a3b14b3c55"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-876501e0-dc44-46a8-aa88-02a3b14b3c55"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-17c2e2ee-14ae-43ed-85a2-45aad384bc2c {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-17c2e2ee-14ae-43ed-85a2-45aad384bc2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17c2e2ee-14ae-43ed-85a2-45aad384bc2c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-fa011478-926b-4cb5-8f80-5735b6e50a4d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-fa011478-926b-4cb5-8f80-5735b6e50a4d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa011478-926b-4cb5-8f80-5735b6e50a4d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fa011478-926b-4cb5-8f80-5735b6e50a4d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fa011478-926b-4cb5-8f80-5735b6e50a4d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fa011478-926b-4cb5-8f80-5735b6e50a4d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fa011478-926b-4cb5-8f80-5735b6e50a4d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fa011478-926b-4cb5-8f80-5735b6e50a4d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fa011478-926b-4cb5-8f80-5735b6e50a4d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fa011478-926b-4cb5-8f80-5735b6e50a4d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fa011478-926b-4cb5-8f80-5735b6e50a4d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fa011478-926b-4cb5-8f80-5735b6e50a4d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fa011478-926b-4cb5-8f80-5735b6e50a4d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fa011478-926b-4cb5-8f80-5735b6e50a4d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fa011478-926b-4cb5-8f80-5735b6e50a4d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fa011478-926b-4cb5-8f80-5735b6e50a4d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fa011478-926b-4cb5-8f80-5735b6e50a4d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fa011478-926b-4cb5-8f80-5735b6e50a4d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fa011478-926b-4cb5-8f80-5735b6e50a4d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fa011478-926b-4cb5-8f80-5735b6e50a4d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fa011478-926b-4cb5-8f80-5735b6e50a4d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fa011478-926b-4cb5-8f80-5735b6e50a4d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fa011478-926b-4cb5-8f80-5735b6e50a4d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fa011478-926b-4cb5-8f80-5735b6e50a4d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fa011478-926b-4cb5-8f80-5735b6e50a4d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fa011478-926b-4cb5-8f80-5735b6e50a4d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa011478-926b-4cb5-8f80-5735b6e50a4d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fa011478-926b-4cb5-8f80-5735b6e50a4d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fa011478-926b-4cb5-8f80-5735b6e50a4d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fa011478-926b-4cb5-8f80-5735b6e50a4d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fa011478-926b-4cb5-8f80-5735b6e50a4d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fa011478-926b-4cb5-8f80-5735b6e50a4d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fa011478-926b-4cb5-8f80-5735b6e50a4d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fa011478-926b-4cb5-8f80-5735b6e50a4d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fa011478-926b-4cb5-8f80-5735b6e50a4d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fa011478-926b-4cb5-8f80-5735b6e50a4d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fa011478-926b-4cb5-8f80-5735b6e50a4d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fa011478-926b-4cb5-8f80-5735b6e50a4d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3ea4303f-d976-4f2d-b2a4-023f041437a3 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-3ea4303f-d976-4f2d-b2a4-023f041437a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ea4303f-d976-4f2d-b2a4-023f041437a3.shg-box.shg-c {
  justify-content: center;
}

#s-1c400a23-fd7e-4ecc-95cc-b118c977aa37 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-1c400a23-fd7e-4ecc-95cc-b118c977aa37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c400a23-fd7e-4ecc-95cc-b118c977aa37.shg-box.shg-c {
  justify-content: center;
}

#s-ce6ea3bb-9225-40ec-ba78-e810ef11c4a5 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-ce6ea3bb-9225-40ec-ba78-e810ef11c4a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce6ea3bb-9225-40ec-ba78-e810ef11c4a5.shg-box.shg-c {
  justify-content: center;
}

#s-cfc0231e-23e0-445d-bfaa-e3cdb88e9127 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-cfc0231e-23e0-445d-bfaa-e3cdb88e9127 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfc0231e-23e0-445d-bfaa-e3cdb88e9127.shg-box.shg-c {
  justify-content: center;
}

#s-da63f217-28df-4675-8899-914ed9575c0e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-da63f217-28df-4675-8899-914ed9575c0e {
  display: none;
}
#s-da63f217-28df-4675-8899-914ed9575c0e, #wrap-s-da63f217-28df-4675-8899-914ed9575c0e { display:none !important; }}@media (max-width: 767px){#s-da63f217-28df-4675-8899-914ed9575c0e {
  display: none;
}
#s-da63f217-28df-4675-8899-914ed9575c0e, #wrap-s-da63f217-28df-4675-8899-914ed9575c0e { display:none !important; }}







#s-da63f217-28df-4675-8899-914ed9575c0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da63f217-28df-4675-8899-914ed9575c0e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8 {
  display: none;
}
#s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8, #wrap-s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8 { display:none !important; }}@media (max-width: 767px){#s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8 {
  display: none;
}
#s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8, #wrap-s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-60c378ee-7a9c-49c6-b08b-2a2b10e309d8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-b433bb45-3f7c-4e59-a98e-76867bb05edc {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-b433bb45-3f7c-4e59-a98e-76867bb05edc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b433bb45-3f7c-4e59-a98e-76867bb05edc.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f7318ab5-208b-462a-b114-b84c832a7da1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-f7318ab5-208b-462a-b114-b84c832a7da1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7318ab5-208b-462a-b114-b84c832a7da1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f7318ab5-208b-462a-b114-b84c832a7da1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f7318ab5-208b-462a-b114-b84c832a7da1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f7318ab5-208b-462a-b114-b84c832a7da1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f7318ab5-208b-462a-b114-b84c832a7da1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f7318ab5-208b-462a-b114-b84c832a7da1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f7318ab5-208b-462a-b114-b84c832a7da1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f7318ab5-208b-462a-b114-b84c832a7da1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f7318ab5-208b-462a-b114-b84c832a7da1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f7318ab5-208b-462a-b114-b84c832a7da1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f7318ab5-208b-462a-b114-b84c832a7da1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f7318ab5-208b-462a-b114-b84c832a7da1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f7318ab5-208b-462a-b114-b84c832a7da1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f7318ab5-208b-462a-b114-b84c832a7da1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f7318ab5-208b-462a-b114-b84c832a7da1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f7318ab5-208b-462a-b114-b84c832a7da1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f7318ab5-208b-462a-b114-b84c832a7da1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f7318ab5-208b-462a-b114-b84c832a7da1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f7318ab5-208b-462a-b114-b84c832a7da1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f7318ab5-208b-462a-b114-b84c832a7da1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f7318ab5-208b-462a-b114-b84c832a7da1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f7318ab5-208b-462a-b114-b84c832a7da1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f7318ab5-208b-462a-b114-b84c832a7da1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f7318ab5-208b-462a-b114-b84c832a7da1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7318ab5-208b-462a-b114-b84c832a7da1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f7318ab5-208b-462a-b114-b84c832a7da1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f7318ab5-208b-462a-b114-b84c832a7da1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f7318ab5-208b-462a-b114-b84c832a7da1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f7318ab5-208b-462a-b114-b84c832a7da1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f7318ab5-208b-462a-b114-b84c832a7da1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f7318ab5-208b-462a-b114-b84c832a7da1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f7318ab5-208b-462a-b114-b84c832a7da1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f7318ab5-208b-462a-b114-b84c832a7da1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f7318ab5-208b-462a-b114-b84c832a7da1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f7318ab5-208b-462a-b114-b84c832a7da1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f7318ab5-208b-462a-b114-b84c832a7da1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-709390c2-e7a6-4c68-bfaf-853fba1a0b09 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-709390c2-e7a6-4c68-bfaf-853fba1a0b09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-709390c2-e7a6-4c68-bfaf-853fba1a0b09.shg-box.shg-c {
  justify-content: center;
}

#s-ca5dfe32-8d65-4ba7-9920-54f24839c140 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-ca5dfe32-8d65-4ba7-9920-54f24839c140 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca5dfe32-8d65-4ba7-9920-54f24839c140.shg-box.shg-c {
  justify-content: center;
}

#s-ba24ef38-0174-46e0-929a-e6f11d4225a4 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-ba24ef38-0174-46e0-929a-e6f11d4225a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba24ef38-0174-46e0-929a-e6f11d4225a4.shg-box.shg-c {
  justify-content: center;
}

#s-951c7298-4956-464a-b417-7c8fddf01f08 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-951c7298-4956-464a-b417-7c8fddf01f08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-951c7298-4956-464a-b417-7c8fddf01f08.shg-box.shg-c {
  justify-content: center;
}

#s-f8ad5566-1670-49f3-a0ae-e8129d67f5ba {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f8ad5566-1670-49f3-a0ae-e8129d67f5ba {
  display: none;
}
#s-f8ad5566-1670-49f3-a0ae-e8129d67f5ba, #wrap-s-f8ad5566-1670-49f3-a0ae-e8129d67f5ba { display:none !important; }}@media (max-width: 767px){#s-f8ad5566-1670-49f3-a0ae-e8129d67f5ba {
  display: none;
}
#s-f8ad5566-1670-49f3-a0ae-e8129d67f5ba, #wrap-s-f8ad5566-1670-49f3-a0ae-e8129d67f5ba { display:none !important; }}







#s-f8ad5566-1670-49f3-a0ae-e8129d67f5ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8ad5566-1670-49f3-a0ae-e8129d67f5ba.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-0ecb8672-97c3-47c7-840c-08120e5fee9e {
  display: none;
}
#s-0ecb8672-97c3-47c7-840c-08120e5fee9e, #wrap-s-0ecb8672-97c3-47c7-840c-08120e5fee9e { display:none !important; }}@media (max-width: 767px){#s-0ecb8672-97c3-47c7-840c-08120e5fee9e {
  display: none;
}
#s-0ecb8672-97c3-47c7-840c-08120e5fee9e, #wrap-s-0ecb8672-97c3-47c7-840c-08120e5fee9e { display:none !important; }}
@media (min-width: 0px) {
[id="s-0ecb8672-97c3-47c7-840c-08120e5fee9e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ecb8672-97c3-47c7-840c-08120e5fee9e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0ecb8672-97c3-47c7-840c-08120e5fee9e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0ecb8672-97c3-47c7-840c-08120e5fee9e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0ecb8672-97c3-47c7-840c-08120e5fee9e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0ecb8672-97c3-47c7-840c-08120e5fee9e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0ecb8672-97c3-47c7-840c-08120e5fee9e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0ecb8672-97c3-47c7-840c-08120e5fee9e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0ecb8672-97c3-47c7-840c-08120e5fee9e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0ecb8672-97c3-47c7-840c-08120e5fee9e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0ecb8672-97c3-47c7-840c-08120e5fee9e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0ecb8672-97c3-47c7-840c-08120e5fee9e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0ecb8672-97c3-47c7-840c-08120e5fee9e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-0ecb8672-97c3-47c7-840c-08120e5fee9e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0ecb8672-97c3-47c7-840c-08120e5fee9e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0ecb8672-97c3-47c7-840c-08120e5fee9e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0ecb8672-97c3-47c7-840c-08120e5fee9e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0ecb8672-97c3-47c7-840c-08120e5fee9e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0ecb8672-97c3-47c7-840c-08120e5fee9e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0ecb8672-97c3-47c7-840c-08120e5fee9e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0ecb8672-97c3-47c7-840c-08120e5fee9e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0ecb8672-97c3-47c7-840c-08120e5fee9e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0ecb8672-97c3-47c7-840c-08120e5fee9e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0ecb8672-97c3-47c7-840c-08120e5fee9e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0ecb8672-97c3-47c7-840c-08120e5fee9e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ecb8672-97c3-47c7-840c-08120e5fee9e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0ecb8672-97c3-47c7-840c-08120e5fee9e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0ecb8672-97c3-47c7-840c-08120e5fee9e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0ecb8672-97c3-47c7-840c-08120e5fee9e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0ecb8672-97c3-47c7-840c-08120e5fee9e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0ecb8672-97c3-47c7-840c-08120e5fee9e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0ecb8672-97c3-47c7-840c-08120e5fee9e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0ecb8672-97c3-47c7-840c-08120e5fee9e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0ecb8672-97c3-47c7-840c-08120e5fee9e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0ecb8672-97c3-47c7-840c-08120e5fee9e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0ecb8672-97c3-47c7-840c-08120e5fee9e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0ecb8672-97c3-47c7-840c-08120e5fee9e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-ab5c3847-4055-4926-b9fa-32e0a4ad2618 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-ab5c3847-4055-4926-b9fa-32e0a4ad2618 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab5c3847-4055-4926-b9fa-32e0a4ad2618.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ae9f1812-eb7a-4ae7-a94d-79e9e4c772d0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-ae9f1812-eb7a-4ae7-a94d-79e9e4c772d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae9f1812-eb7a-4ae7-a94d-79e9e4c772d0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ae9f1812-eb7a-4ae7-a94d-79e9e4c772d0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ae9f1812-eb7a-4ae7-a94d-79e9e4c772d0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ae9f1812-eb7a-4ae7-a94d-79e9e4c772d0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ae9f1812-eb7a-4ae7-a94d-79e9e4c772d0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ae9f1812-eb7a-4ae7-a94d-79e9e4c772d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ae9f1812-eb7a-4ae7-a94d-79e9e4c772d0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ae9f1812-eb7a-4ae7-a94d-79e9e4c772d0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ae9f1812-eb7a-4ae7-a94d-79e9e4c772d0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ae9f1812-eb7a-4ae7-a94d-79e9e4c772d0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ae9f1812-eb7a-4ae7-a94d-79e9e4c772d0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ae9f1812-eb7a-4ae7-a94d-79e9e4c772d0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ae9f1812-eb7a-4ae7-a94d-79e9e4c772d0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ae9f1812-eb7a-4ae7-a94d-79e9e4c772d0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ae9f1812-eb7a-4ae7-a94d-79e9e4c772d0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ae9f1812-eb7a-4ae7-a94d-79e9e4c772d0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ae9f1812-eb7a-4ae7-a94d-79e9e4c772d0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ae9f1812-eb7a-4ae7-a94d-79e9e4c772d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ae9f1812-eb7a-4ae7-a94d-79e9e4c772d0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ae9f1812-eb7a-4ae7-a94d-79e9e4c772d0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ae9f1812-eb7a-4ae7-a94d-79e9e4c772d0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ae9f1812-eb7a-4ae7-a94d-79e9e4c772d0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ae9f1812-eb7a-4ae7-a94d-79e9e4c772d0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ae9f1812-eb7a-4ae7-a94d-79e9e4c772d0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae9f1812-eb7a-4ae7-a94d-79e9e4c772d0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ae9f1812-eb7a-4ae7-a94d-79e9e4c772d0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ae9f1812-eb7a-4ae7-a94d-79e9e4c772d0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ae9f1812-eb7a-4ae7-a94d-79e9e4c772d0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ae9f1812-eb7a-4ae7-a94d-79e9e4c772d0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ae9f1812-eb7a-4ae7-a94d-79e9e4c772d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ae9f1812-eb7a-4ae7-a94d-79e9e4c772d0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ae9f1812-eb7a-4ae7-a94d-79e9e4c772d0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ae9f1812-eb7a-4ae7-a94d-79e9e4c772d0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ae9f1812-eb7a-4ae7-a94d-79e9e4c772d0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ae9f1812-eb7a-4ae7-a94d-79e9e4c772d0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ae9f1812-eb7a-4ae7-a94d-79e9e4c772d0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-271e75db-3dd7-4857-a81d-5f108dcbda50 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-271e75db-3dd7-4857-a81d-5f108dcbda50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-271e75db-3dd7-4857-a81d-5f108dcbda50.shg-box.shg-c {
  justify-content: center;
}

#s-280b6cc4-0738-404e-a4b9-850391740c63 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-280b6cc4-0738-404e-a4b9-850391740c63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-280b6cc4-0738-404e-a4b9-850391740c63.shg-box.shg-c {
  justify-content: center;
}

#s-d78ba330-d1d5-44c0-b685-17404240cbfb {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-d78ba330-d1d5-44c0-b685-17404240cbfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d78ba330-d1d5-44c0-b685-17404240cbfb.shg-box.shg-c {
  justify-content: center;
}

#s-e833ab60-92c3-43fc-a3be-274817900b4a {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-e833ab60-92c3-43fc-a3be-274817900b4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e833ab60-92c3-43fc-a3be-274817900b4a.shg-box.shg-c {
  justify-content: center;
}

#s-28bf798e-1a9a-4a8e-83fd-6b5d4c742944 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-28bf798e-1a9a-4a8e-83fd-6b5d4c742944 {
  display: none;
}
#s-28bf798e-1a9a-4a8e-83fd-6b5d4c742944, #wrap-s-28bf798e-1a9a-4a8e-83fd-6b5d4c742944 { display:none !important; }}@media (max-width: 767px){#s-28bf798e-1a9a-4a8e-83fd-6b5d4c742944 {
  display: none;
}
#s-28bf798e-1a9a-4a8e-83fd-6b5d4c742944, #wrap-s-28bf798e-1a9a-4a8e-83fd-6b5d4c742944 { display:none !important; }}







#s-28bf798e-1a9a-4a8e-83fd-6b5d4c742944 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28bf798e-1a9a-4a8e-83fd-6b5d4c742944.shg-box.shg-c {
  justify-content: center;
}

#s-36dbd027-92a7-4edd-8fd1-ab05f707a730 {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-36dbd027-92a7-4edd-8fd1-ab05f707a730"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d3062a38-0f02-4dad-8979-7225cd5d1d4e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d3062a38-0f02-4dad-8979-7225cd5d1d4e .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e1504a72-edef-4763-afb7-ee8cda6cea15 {
  margin-bottom: 10px;
}

#s-707300fd-dd9a-4e99-be11-921977ea1917 {
  text-align: right;
}




  #s-707300fd-dd9a-4e99-be11-921977ea1917 img.shogun-image {
    
    width: px;
  }


#s-707300fd-dd9a-4e99-be11-921977ea1917 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-0bff81e3-1dc8-4d96-a829-4296ac36948a {
  display: none;
}
#s-0bff81e3-1dc8-4d96-a829-4296ac36948a, #wrap-s-0bff81e3-1dc8-4d96-a829-4296ac36948a { display:none !important; }}@media (max-width: 767px){#s-0bff81e3-1dc8-4d96-a829-4296ac36948a {
  display: none;
}
#s-0bff81e3-1dc8-4d96-a829-4296ac36948a, #wrap-s-0bff81e3-1dc8-4d96-a829-4296ac36948a { display:none !important; }}
@media (min-width: 0px) {
[id="s-0bff81e3-1dc8-4d96-a829-4296ac36948a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0bff81e3-1dc8-4d96-a829-4296ac36948a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0bff81e3-1dc8-4d96-a829-4296ac36948a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0bff81e3-1dc8-4d96-a829-4296ac36948a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0bff81e3-1dc8-4d96-a829-4296ac36948a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0bff81e3-1dc8-4d96-a829-4296ac36948a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0bff81e3-1dc8-4d96-a829-4296ac36948a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0bff81e3-1dc8-4d96-a829-4296ac36948a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0bff81e3-1dc8-4d96-a829-4296ac36948a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0bff81e3-1dc8-4d96-a829-4296ac36948a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0bff81e3-1dc8-4d96-a829-4296ac36948a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0bff81e3-1dc8-4d96-a829-4296ac36948a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0bff81e3-1dc8-4d96-a829-4296ac36948a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-0bff81e3-1dc8-4d96-a829-4296ac36948a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0bff81e3-1dc8-4d96-a829-4296ac36948a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0bff81e3-1dc8-4d96-a829-4296ac36948a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0bff81e3-1dc8-4d96-a829-4296ac36948a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0bff81e3-1dc8-4d96-a829-4296ac36948a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0bff81e3-1dc8-4d96-a829-4296ac36948a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0bff81e3-1dc8-4d96-a829-4296ac36948a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0bff81e3-1dc8-4d96-a829-4296ac36948a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0bff81e3-1dc8-4d96-a829-4296ac36948a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0bff81e3-1dc8-4d96-a829-4296ac36948a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0bff81e3-1dc8-4d96-a829-4296ac36948a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0bff81e3-1dc8-4d96-a829-4296ac36948a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-0bff81e3-1dc8-4d96-a829-4296ac36948a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0bff81e3-1dc8-4d96-a829-4296ac36948a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0bff81e3-1dc8-4d96-a829-4296ac36948a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0bff81e3-1dc8-4d96-a829-4296ac36948a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0bff81e3-1dc8-4d96-a829-4296ac36948a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0bff81e3-1dc8-4d96-a829-4296ac36948a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0bff81e3-1dc8-4d96-a829-4296ac36948a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0bff81e3-1dc8-4d96-a829-4296ac36948a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0bff81e3-1dc8-4d96-a829-4296ac36948a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0bff81e3-1dc8-4d96-a829-4296ac36948a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0bff81e3-1dc8-4d96-a829-4296ac36948a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0bff81e3-1dc8-4d96-a829-4296ac36948a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-b5603267-af12-4bc4-9541-f26a40ed9233 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 100px;
background-color: rgba(245, 245, 245, 1);
}








#s-b5603267-af12-4bc4-9541-f26a40ed9233 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5603267-af12-4bc4-9541-f26a40ed9233.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-5f0dec69-92f9-4f31-aff5-81bcbaebc8e5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-5f0dec69-92f9-4f31-aff5-81bcbaebc8e5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f0dec69-92f9-4f31-aff5-81bcbaebc8e5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5f0dec69-92f9-4f31-aff5-81bcbaebc8e5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5f0dec69-92f9-4f31-aff5-81bcbaebc8e5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5f0dec69-92f9-4f31-aff5-81bcbaebc8e5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5f0dec69-92f9-4f31-aff5-81bcbaebc8e5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5f0dec69-92f9-4f31-aff5-81bcbaebc8e5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5f0dec69-92f9-4f31-aff5-81bcbaebc8e5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5f0dec69-92f9-4f31-aff5-81bcbaebc8e5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5f0dec69-92f9-4f31-aff5-81bcbaebc8e5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5f0dec69-92f9-4f31-aff5-81bcbaebc8e5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5f0dec69-92f9-4f31-aff5-81bcbaebc8e5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5f0dec69-92f9-4f31-aff5-81bcbaebc8e5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5f0dec69-92f9-4f31-aff5-81bcbaebc8e5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5f0dec69-92f9-4f31-aff5-81bcbaebc8e5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5f0dec69-92f9-4f31-aff5-81bcbaebc8e5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5f0dec69-92f9-4f31-aff5-81bcbaebc8e5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5f0dec69-92f9-4f31-aff5-81bcbaebc8e5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5f0dec69-92f9-4f31-aff5-81bcbaebc8e5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5f0dec69-92f9-4f31-aff5-81bcbaebc8e5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5f0dec69-92f9-4f31-aff5-81bcbaebc8e5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5f0dec69-92f9-4f31-aff5-81bcbaebc8e5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5f0dec69-92f9-4f31-aff5-81bcbaebc8e5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5f0dec69-92f9-4f31-aff5-81bcbaebc8e5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5f0dec69-92f9-4f31-aff5-81bcbaebc8e5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f0dec69-92f9-4f31-aff5-81bcbaebc8e5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5f0dec69-92f9-4f31-aff5-81bcbaebc8e5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5f0dec69-92f9-4f31-aff5-81bcbaebc8e5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5f0dec69-92f9-4f31-aff5-81bcbaebc8e5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5f0dec69-92f9-4f31-aff5-81bcbaebc8e5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5f0dec69-92f9-4f31-aff5-81bcbaebc8e5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5f0dec69-92f9-4f31-aff5-81bcbaebc8e5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5f0dec69-92f9-4f31-aff5-81bcbaebc8e5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5f0dec69-92f9-4f31-aff5-81bcbaebc8e5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5f0dec69-92f9-4f31-aff5-81bcbaebc8e5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5f0dec69-92f9-4f31-aff5-81bcbaebc8e5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5f0dec69-92f9-4f31-aff5-81bcbaebc8e5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-74aff5f4-a0b0-4a66-85ad-714773a5ba9d {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-74aff5f4-a0b0-4a66-85ad-714773a5ba9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74aff5f4-a0b0-4a66-85ad-714773a5ba9d.shg-box.shg-c {
  justify-content: center;
}

#s-48ec6f20-e5ab-433f-8c21-2a23c930c730 {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-48ec6f20-e5ab-433f-8c21-2a23c930c730 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48ec6f20-e5ab-433f-8c21-2a23c930c730.shg-box.shg-c {
  justify-content: center;
}

#s-7b5b9e25-7fe5-4752-81a2-d2e146075758 {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-7b5b9e25-7fe5-4752-81a2-d2e146075758 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b5b9e25-7fe5-4752-81a2-d2e146075758.shg-box.shg-c {
  justify-content: center;
}

#s-6f079512-80c7-45c8-a666-c8756eaa0d07 {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-6f079512-80c7-45c8-a666-c8756eaa0d07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f079512-80c7-45c8-a666-c8756eaa0d07.shg-box.shg-c {
  justify-content: center;
}

#s-f48447c7-4be6-4a41-ba2e-289e8306a952 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f48447c7-4be6-4a41-ba2e-289e8306a952 {
  display: none;
}
#s-f48447c7-4be6-4a41-ba2e-289e8306a952, #wrap-s-f48447c7-4be6-4a41-ba2e-289e8306a952 { display:none !important; }}@media (max-width: 767px){#s-f48447c7-4be6-4a41-ba2e-289e8306a952 {
  display: none;
}
#s-f48447c7-4be6-4a41-ba2e-289e8306a952, #wrap-s-f48447c7-4be6-4a41-ba2e-289e8306a952 { display:none !important; }}







#s-f48447c7-4be6-4a41-ba2e-289e8306a952 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f48447c7-4be6-4a41-ba2e-289e8306a952.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-a95662bd-7a42-4939-994d-dae02708bd00 {
  display: none;
}
#s-a95662bd-7a42-4939-994d-dae02708bd00, #wrap-s-a95662bd-7a42-4939-994d-dae02708bd00 { display:none !important; }}@media (max-width: 767px){#s-a95662bd-7a42-4939-994d-dae02708bd00 {
  display: none;
}
#s-a95662bd-7a42-4939-994d-dae02708bd00, #wrap-s-a95662bd-7a42-4939-994d-dae02708bd00 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a95662bd-7a42-4939-994d-dae02708bd00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a95662bd-7a42-4939-994d-dae02708bd00"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a95662bd-7a42-4939-994d-dae02708bd00"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a95662bd-7a42-4939-994d-dae02708bd00"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a95662bd-7a42-4939-994d-dae02708bd00"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a95662bd-7a42-4939-994d-dae02708bd00"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a95662bd-7a42-4939-994d-dae02708bd00"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a95662bd-7a42-4939-994d-dae02708bd00"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a95662bd-7a42-4939-994d-dae02708bd00"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a95662bd-7a42-4939-994d-dae02708bd00"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a95662bd-7a42-4939-994d-dae02708bd00"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a95662bd-7a42-4939-994d-dae02708bd00"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a95662bd-7a42-4939-994d-dae02708bd00"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a95662bd-7a42-4939-994d-dae02708bd00"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a95662bd-7a42-4939-994d-dae02708bd00"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a95662bd-7a42-4939-994d-dae02708bd00"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a95662bd-7a42-4939-994d-dae02708bd00"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a95662bd-7a42-4939-994d-dae02708bd00"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a95662bd-7a42-4939-994d-dae02708bd00"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a95662bd-7a42-4939-994d-dae02708bd00"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a95662bd-7a42-4939-994d-dae02708bd00"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a95662bd-7a42-4939-994d-dae02708bd00"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a95662bd-7a42-4939-994d-dae02708bd00"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a95662bd-7a42-4939-994d-dae02708bd00"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a95662bd-7a42-4939-994d-dae02708bd00"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a95662bd-7a42-4939-994d-dae02708bd00"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a95662bd-7a42-4939-994d-dae02708bd00"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a95662bd-7a42-4939-994d-dae02708bd00"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a95662bd-7a42-4939-994d-dae02708bd00"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a95662bd-7a42-4939-994d-dae02708bd00"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a95662bd-7a42-4939-994d-dae02708bd00"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a95662bd-7a42-4939-994d-dae02708bd00"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a95662bd-7a42-4939-994d-dae02708bd00"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a95662bd-7a42-4939-994d-dae02708bd00"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a95662bd-7a42-4939-994d-dae02708bd00"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a95662bd-7a42-4939-994d-dae02708bd00"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a95662bd-7a42-4939-994d-dae02708bd00"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-86690090-6acf-4bd4-ba06-a9b4451c594e {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-86690090-6acf-4bd4-ba06-a9b4451c594e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86690090-6acf-4bd4-ba06-a9b4451c594e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ae209d03-422a-4fee-b354-39d5314aed55"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-ae209d03-422a-4fee-b354-39d5314aed55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae209d03-422a-4fee-b354-39d5314aed55"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ae209d03-422a-4fee-b354-39d5314aed55"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ae209d03-422a-4fee-b354-39d5314aed55"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ae209d03-422a-4fee-b354-39d5314aed55"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ae209d03-422a-4fee-b354-39d5314aed55"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ae209d03-422a-4fee-b354-39d5314aed55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ae209d03-422a-4fee-b354-39d5314aed55"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ae209d03-422a-4fee-b354-39d5314aed55"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ae209d03-422a-4fee-b354-39d5314aed55"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ae209d03-422a-4fee-b354-39d5314aed55"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ae209d03-422a-4fee-b354-39d5314aed55"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ae209d03-422a-4fee-b354-39d5314aed55"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ae209d03-422a-4fee-b354-39d5314aed55"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ae209d03-422a-4fee-b354-39d5314aed55"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ae209d03-422a-4fee-b354-39d5314aed55"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ae209d03-422a-4fee-b354-39d5314aed55"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ae209d03-422a-4fee-b354-39d5314aed55"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ae209d03-422a-4fee-b354-39d5314aed55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ae209d03-422a-4fee-b354-39d5314aed55"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ae209d03-422a-4fee-b354-39d5314aed55"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ae209d03-422a-4fee-b354-39d5314aed55"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ae209d03-422a-4fee-b354-39d5314aed55"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ae209d03-422a-4fee-b354-39d5314aed55"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ae209d03-422a-4fee-b354-39d5314aed55"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae209d03-422a-4fee-b354-39d5314aed55"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ae209d03-422a-4fee-b354-39d5314aed55"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ae209d03-422a-4fee-b354-39d5314aed55"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ae209d03-422a-4fee-b354-39d5314aed55"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ae209d03-422a-4fee-b354-39d5314aed55"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ae209d03-422a-4fee-b354-39d5314aed55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ae209d03-422a-4fee-b354-39d5314aed55"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ae209d03-422a-4fee-b354-39d5314aed55"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ae209d03-422a-4fee-b354-39d5314aed55"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ae209d03-422a-4fee-b354-39d5314aed55"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ae209d03-422a-4fee-b354-39d5314aed55"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ae209d03-422a-4fee-b354-39d5314aed55"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-08e09d33-c69a-4084-95d3-8b7d097b8aba {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-08e09d33-c69a-4084-95d3-8b7d097b8aba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08e09d33-c69a-4084-95d3-8b7d097b8aba.shg-box.shg-c {
  justify-content: center;
}

#s-f4fa1655-19c4-42b7-bb82-3515646d7e4e {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-f4fa1655-19c4-42b7-bb82-3515646d7e4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4fa1655-19c4-42b7-bb82-3515646d7e4e.shg-box.shg-c {
  justify-content: center;
}

#s-f491db26-e9da-49a9-bd6e-3a76ff7a9506 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-f491db26-e9da-49a9-bd6e-3a76ff7a9506 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f491db26-e9da-49a9-bd6e-3a76ff7a9506.shg-box.shg-c {
  justify-content: center;
}

#s-32eeaebb-0f4d-4fd7-b430-21201262a431 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-32eeaebb-0f4d-4fd7-b430-21201262a431 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32eeaebb-0f4d-4fd7-b430-21201262a431.shg-box.shg-c {
  justify-content: center;
}

#s-676dce1e-6ac8-4575-ba50-4fc26838c8fa {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-676dce1e-6ac8-4575-ba50-4fc26838c8fa {
  display: none;
}
#s-676dce1e-6ac8-4575-ba50-4fc26838c8fa, #wrap-s-676dce1e-6ac8-4575-ba50-4fc26838c8fa { display:none !important; }}@media (max-width: 767px){#s-676dce1e-6ac8-4575-ba50-4fc26838c8fa {
  display: none;
}
#s-676dce1e-6ac8-4575-ba50-4fc26838c8fa, #wrap-s-676dce1e-6ac8-4575-ba50-4fc26838c8fa { display:none !important; }}







#s-676dce1e-6ac8-4575-ba50-4fc26838c8fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-676dce1e-6ac8-4575-ba50-4fc26838c8fa.shg-box.shg-c {
  justify-content: center;
}

#s-e82e2413-83f2-4931-89c4-25fdad319cab {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e82e2413-83f2-4931-89c4-25fdad319cab"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-66c72aac-d704-40ae-8373-1193625706c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-66c72aac-d704-40ae-8373-1193625706c7 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b8e6089e-42e4-4be5-8741-4d691dd3a716 {
  margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-271cda5e-e9d9-40a3-9fe8-b268628f274c {
  display: none;
}
#s-271cda5e-e9d9-40a3-9fe8-b268628f274c, #wrap-s-271cda5e-e9d9-40a3-9fe8-b268628f274c { display:none !important; }}@media (max-width: 767px){#s-271cda5e-e9d9-40a3-9fe8-b268628f274c {
  display: none;
}
#s-271cda5e-e9d9-40a3-9fe8-b268628f274c, #wrap-s-271cda5e-e9d9-40a3-9fe8-b268628f274c { display:none !important; }}
@media (min-width: 0px) {
[id="s-271cda5e-e9d9-40a3-9fe8-b268628f274c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-271cda5e-e9d9-40a3-9fe8-b268628f274c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-271cda5e-e9d9-40a3-9fe8-b268628f274c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-271cda5e-e9d9-40a3-9fe8-b268628f274c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-271cda5e-e9d9-40a3-9fe8-b268628f274c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-271cda5e-e9d9-40a3-9fe8-b268628f274c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-271cda5e-e9d9-40a3-9fe8-b268628f274c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-271cda5e-e9d9-40a3-9fe8-b268628f274c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-271cda5e-e9d9-40a3-9fe8-b268628f274c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-271cda5e-e9d9-40a3-9fe8-b268628f274c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-271cda5e-e9d9-40a3-9fe8-b268628f274c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-271cda5e-e9d9-40a3-9fe8-b268628f274c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-271cda5e-e9d9-40a3-9fe8-b268628f274c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-271cda5e-e9d9-40a3-9fe8-b268628f274c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-271cda5e-e9d9-40a3-9fe8-b268628f274c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-271cda5e-e9d9-40a3-9fe8-b268628f274c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-271cda5e-e9d9-40a3-9fe8-b268628f274c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-271cda5e-e9d9-40a3-9fe8-b268628f274c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-271cda5e-e9d9-40a3-9fe8-b268628f274c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-271cda5e-e9d9-40a3-9fe8-b268628f274c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-271cda5e-e9d9-40a3-9fe8-b268628f274c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-271cda5e-e9d9-40a3-9fe8-b268628f274c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-271cda5e-e9d9-40a3-9fe8-b268628f274c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-271cda5e-e9d9-40a3-9fe8-b268628f274c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-271cda5e-e9d9-40a3-9fe8-b268628f274c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-271cda5e-e9d9-40a3-9fe8-b268628f274c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-271cda5e-e9d9-40a3-9fe8-b268628f274c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-271cda5e-e9d9-40a3-9fe8-b268628f274c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-271cda5e-e9d9-40a3-9fe8-b268628f274c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-271cda5e-e9d9-40a3-9fe8-b268628f274c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-271cda5e-e9d9-40a3-9fe8-b268628f274c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-271cda5e-e9d9-40a3-9fe8-b268628f274c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-271cda5e-e9d9-40a3-9fe8-b268628f274c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-271cda5e-e9d9-40a3-9fe8-b268628f274c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-271cda5e-e9d9-40a3-9fe8-b268628f274c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-271cda5e-e9d9-40a3-9fe8-b268628f274c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-271cda5e-e9d9-40a3-9fe8-b268628f274c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-a7164321-46e0-4b08-89b5-d932e7afd5e7 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 100px;
background-color: rgba(245, 245, 245, 1);
}








#s-a7164321-46e0-4b08-89b5-d932e7afd5e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7164321-46e0-4b08-89b5-d932e7afd5e7.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-86d0c733-df24-4859-98e5-cf463b618369"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-86d0c733-df24-4859-98e5-cf463b618369"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86d0c733-df24-4859-98e5-cf463b618369"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-86d0c733-df24-4859-98e5-cf463b618369"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-86d0c733-df24-4859-98e5-cf463b618369"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-86d0c733-df24-4859-98e5-cf463b618369"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-86d0c733-df24-4859-98e5-cf463b618369"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-86d0c733-df24-4859-98e5-cf463b618369"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-86d0c733-df24-4859-98e5-cf463b618369"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-86d0c733-df24-4859-98e5-cf463b618369"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-86d0c733-df24-4859-98e5-cf463b618369"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-86d0c733-df24-4859-98e5-cf463b618369"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-86d0c733-df24-4859-98e5-cf463b618369"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-86d0c733-df24-4859-98e5-cf463b618369"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-86d0c733-df24-4859-98e5-cf463b618369"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-86d0c733-df24-4859-98e5-cf463b618369"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-86d0c733-df24-4859-98e5-cf463b618369"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-86d0c733-df24-4859-98e5-cf463b618369"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-86d0c733-df24-4859-98e5-cf463b618369"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-86d0c733-df24-4859-98e5-cf463b618369"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-86d0c733-df24-4859-98e5-cf463b618369"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-86d0c733-df24-4859-98e5-cf463b618369"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-86d0c733-df24-4859-98e5-cf463b618369"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-86d0c733-df24-4859-98e5-cf463b618369"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-86d0c733-df24-4859-98e5-cf463b618369"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-86d0c733-df24-4859-98e5-cf463b618369"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-86d0c733-df24-4859-98e5-cf463b618369"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-86d0c733-df24-4859-98e5-cf463b618369"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-86d0c733-df24-4859-98e5-cf463b618369"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-86d0c733-df24-4859-98e5-cf463b618369"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-86d0c733-df24-4859-98e5-cf463b618369"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-86d0c733-df24-4859-98e5-cf463b618369"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-86d0c733-df24-4859-98e5-cf463b618369"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-86d0c733-df24-4859-98e5-cf463b618369"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-86d0c733-df24-4859-98e5-cf463b618369"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-86d0c733-df24-4859-98e5-cf463b618369"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-86d0c733-df24-4859-98e5-cf463b618369"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-86d0c733-df24-4859-98e5-cf463b618369"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-979711bc-5fdd-461c-9bf4-f15f0ad9872a {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-979711bc-5fdd-461c-9bf4-f15f0ad9872a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-979711bc-5fdd-461c-9bf4-f15f0ad9872a.shg-box.shg-c {
  justify-content: center;
}

#s-9bbc5eb8-d885-4461-b50e-02564572b477 {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-9bbc5eb8-d885-4461-b50e-02564572b477 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bbc5eb8-d885-4461-b50e-02564572b477.shg-box.shg-c {
  justify-content: center;
}

#s-a86104b8-8b65-4539-9c7a-928be3a3bc2d {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-a86104b8-8b65-4539-9c7a-928be3a3bc2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a86104b8-8b65-4539-9c7a-928be3a3bc2d.shg-box.shg-c {
  justify-content: center;
}

#s-f66e4980-e221-4190-b873-c5fc060fc753 {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-f66e4980-e221-4190-b873-c5fc060fc753 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f66e4980-e221-4190-b873-c5fc060fc753.shg-box.shg-c {
  justify-content: center;
}

#s-e234976f-e28b-4a43-873f-90db4c789d70 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e234976f-e28b-4a43-873f-90db4c789d70 {
  display: none;
}
#s-e234976f-e28b-4a43-873f-90db4c789d70, #wrap-s-e234976f-e28b-4a43-873f-90db4c789d70 { display:none !important; }}@media (max-width: 767px){#s-e234976f-e28b-4a43-873f-90db4c789d70 {
  display: none;
}
#s-e234976f-e28b-4a43-873f-90db4c789d70, #wrap-s-e234976f-e28b-4a43-873f-90db4c789d70 { display:none !important; }}







#s-e234976f-e28b-4a43-873f-90db4c789d70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e234976f-e28b-4a43-873f-90db4c789d70.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-0c05e88d-36e8-4149-9029-e6386d8b0ea2 {
  display: none;
}
#s-0c05e88d-36e8-4149-9029-e6386d8b0ea2, #wrap-s-0c05e88d-36e8-4149-9029-e6386d8b0ea2 { display:none !important; }}@media (max-width: 767px){#s-0c05e88d-36e8-4149-9029-e6386d8b0ea2 {
  display: none;
}
#s-0c05e88d-36e8-4149-9029-e6386d8b0ea2, #wrap-s-0c05e88d-36e8-4149-9029-e6386d8b0ea2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0c05e88d-36e8-4149-9029-e6386d8b0ea2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c05e88d-36e8-4149-9029-e6386d8b0ea2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0c05e88d-36e8-4149-9029-e6386d8b0ea2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0c05e88d-36e8-4149-9029-e6386d8b0ea2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0c05e88d-36e8-4149-9029-e6386d8b0ea2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0c05e88d-36e8-4149-9029-e6386d8b0ea2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0c05e88d-36e8-4149-9029-e6386d8b0ea2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0c05e88d-36e8-4149-9029-e6386d8b0ea2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0c05e88d-36e8-4149-9029-e6386d8b0ea2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0c05e88d-36e8-4149-9029-e6386d8b0ea2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0c05e88d-36e8-4149-9029-e6386d8b0ea2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0c05e88d-36e8-4149-9029-e6386d8b0ea2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0c05e88d-36e8-4149-9029-e6386d8b0ea2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-0c05e88d-36e8-4149-9029-e6386d8b0ea2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0c05e88d-36e8-4149-9029-e6386d8b0ea2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0c05e88d-36e8-4149-9029-e6386d8b0ea2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0c05e88d-36e8-4149-9029-e6386d8b0ea2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0c05e88d-36e8-4149-9029-e6386d8b0ea2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0c05e88d-36e8-4149-9029-e6386d8b0ea2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0c05e88d-36e8-4149-9029-e6386d8b0ea2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0c05e88d-36e8-4149-9029-e6386d8b0ea2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0c05e88d-36e8-4149-9029-e6386d8b0ea2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0c05e88d-36e8-4149-9029-e6386d8b0ea2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0c05e88d-36e8-4149-9029-e6386d8b0ea2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0c05e88d-36e8-4149-9029-e6386d8b0ea2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c05e88d-36e8-4149-9029-e6386d8b0ea2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0c05e88d-36e8-4149-9029-e6386d8b0ea2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0c05e88d-36e8-4149-9029-e6386d8b0ea2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0c05e88d-36e8-4149-9029-e6386d8b0ea2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0c05e88d-36e8-4149-9029-e6386d8b0ea2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0c05e88d-36e8-4149-9029-e6386d8b0ea2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0c05e88d-36e8-4149-9029-e6386d8b0ea2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0c05e88d-36e8-4149-9029-e6386d8b0ea2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0c05e88d-36e8-4149-9029-e6386d8b0ea2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0c05e88d-36e8-4149-9029-e6386d8b0ea2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0c05e88d-36e8-4149-9029-e6386d8b0ea2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0c05e88d-36e8-4149-9029-e6386d8b0ea2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-cb633940-9848-4b3f-b208-a23332aad186 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-cb633940-9848-4b3f-b208-a23332aad186 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb633940-9848-4b3f-b208-a23332aad186.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ebaadd64-ac1b-4aab-8302-d47ff6b0eb76"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-ebaadd64-ac1b-4aab-8302-d47ff6b0eb76"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ebaadd64-ac1b-4aab-8302-d47ff6b0eb76"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ebaadd64-ac1b-4aab-8302-d47ff6b0eb76"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ebaadd64-ac1b-4aab-8302-d47ff6b0eb76"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ebaadd64-ac1b-4aab-8302-d47ff6b0eb76"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ebaadd64-ac1b-4aab-8302-d47ff6b0eb76"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ebaadd64-ac1b-4aab-8302-d47ff6b0eb76"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ebaadd64-ac1b-4aab-8302-d47ff6b0eb76"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ebaadd64-ac1b-4aab-8302-d47ff6b0eb76"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ebaadd64-ac1b-4aab-8302-d47ff6b0eb76"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ebaadd64-ac1b-4aab-8302-d47ff6b0eb76"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ebaadd64-ac1b-4aab-8302-d47ff6b0eb76"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ebaadd64-ac1b-4aab-8302-d47ff6b0eb76"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ebaadd64-ac1b-4aab-8302-d47ff6b0eb76"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ebaadd64-ac1b-4aab-8302-d47ff6b0eb76"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ebaadd64-ac1b-4aab-8302-d47ff6b0eb76"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ebaadd64-ac1b-4aab-8302-d47ff6b0eb76"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ebaadd64-ac1b-4aab-8302-d47ff6b0eb76"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ebaadd64-ac1b-4aab-8302-d47ff6b0eb76"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ebaadd64-ac1b-4aab-8302-d47ff6b0eb76"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ebaadd64-ac1b-4aab-8302-d47ff6b0eb76"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ebaadd64-ac1b-4aab-8302-d47ff6b0eb76"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ebaadd64-ac1b-4aab-8302-d47ff6b0eb76"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ebaadd64-ac1b-4aab-8302-d47ff6b0eb76"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ebaadd64-ac1b-4aab-8302-d47ff6b0eb76"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ebaadd64-ac1b-4aab-8302-d47ff6b0eb76"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ebaadd64-ac1b-4aab-8302-d47ff6b0eb76"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ebaadd64-ac1b-4aab-8302-d47ff6b0eb76"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ebaadd64-ac1b-4aab-8302-d47ff6b0eb76"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ebaadd64-ac1b-4aab-8302-d47ff6b0eb76"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ebaadd64-ac1b-4aab-8302-d47ff6b0eb76"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ebaadd64-ac1b-4aab-8302-d47ff6b0eb76"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ebaadd64-ac1b-4aab-8302-d47ff6b0eb76"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ebaadd64-ac1b-4aab-8302-d47ff6b0eb76"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ebaadd64-ac1b-4aab-8302-d47ff6b0eb76"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ebaadd64-ac1b-4aab-8302-d47ff6b0eb76"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ebaadd64-ac1b-4aab-8302-d47ff6b0eb76"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-05070491-c6d4-4fcc-89ee-cca39cd274be {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-05070491-c6d4-4fcc-89ee-cca39cd274be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05070491-c6d4-4fcc-89ee-cca39cd274be.shg-box.shg-c {
  justify-content: center;
}

#s-a9c52fe5-5ca0-4283-9fe2-892c90ab5938 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-a9c52fe5-5ca0-4283-9fe2-892c90ab5938 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9c52fe5-5ca0-4283-9fe2-892c90ab5938.shg-box.shg-c {
  justify-content: center;
}

#s-be8a5b1e-fa15-40b5-b6be-35a29d3ba186 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-be8a5b1e-fa15-40b5-b6be-35a29d3ba186 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be8a5b1e-fa15-40b5-b6be-35a29d3ba186.shg-box.shg-c {
  justify-content: center;
}

#s-a4277b15-5c19-4d8d-98a1-6d42c5742a5b {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-a4277b15-5c19-4d8d-98a1-6d42c5742a5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4277b15-5c19-4d8d-98a1-6d42c5742a5b.shg-box.shg-c {
  justify-content: center;
}

#s-aa88c48b-5a58-4565-978a-a5b0c19a7723 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-aa88c48b-5a58-4565-978a-a5b0c19a7723 {
  display: none;
}
#s-aa88c48b-5a58-4565-978a-a5b0c19a7723, #wrap-s-aa88c48b-5a58-4565-978a-a5b0c19a7723 { display:none !important; }}@media (max-width: 767px){#s-aa88c48b-5a58-4565-978a-a5b0c19a7723 {
  display: none;
}
#s-aa88c48b-5a58-4565-978a-a5b0c19a7723, #wrap-s-aa88c48b-5a58-4565-978a-a5b0c19a7723 { display:none !important; }}







#s-aa88c48b-5a58-4565-978a-a5b0c19a7723 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa88c48b-5a58-4565-978a-a5b0c19a7723.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-78e5d8a8-505e-4313-a3c8-578a25a90524 {
  display: none;
}
#s-78e5d8a8-505e-4313-a3c8-578a25a90524, #wrap-s-78e5d8a8-505e-4313-a3c8-578a25a90524 { display:none !important; }}@media (max-width: 767px){#s-78e5d8a8-505e-4313-a3c8-578a25a90524 {
  display: none;
}
#s-78e5d8a8-505e-4313-a3c8-578a25a90524, #wrap-s-78e5d8a8-505e-4313-a3c8-578a25a90524 { display:none !important; }}
@media (min-width: 0px) {
[id="s-78e5d8a8-505e-4313-a3c8-578a25a90524"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78e5d8a8-505e-4313-a3c8-578a25a90524"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-78e5d8a8-505e-4313-a3c8-578a25a90524"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-78e5d8a8-505e-4313-a3c8-578a25a90524"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-78e5d8a8-505e-4313-a3c8-578a25a90524"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-78e5d8a8-505e-4313-a3c8-578a25a90524"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-78e5d8a8-505e-4313-a3c8-578a25a90524"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-78e5d8a8-505e-4313-a3c8-578a25a90524"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-78e5d8a8-505e-4313-a3c8-578a25a90524"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-78e5d8a8-505e-4313-a3c8-578a25a90524"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-78e5d8a8-505e-4313-a3c8-578a25a90524"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-78e5d8a8-505e-4313-a3c8-578a25a90524"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-78e5d8a8-505e-4313-a3c8-578a25a90524"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-78e5d8a8-505e-4313-a3c8-578a25a90524"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-78e5d8a8-505e-4313-a3c8-578a25a90524"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-78e5d8a8-505e-4313-a3c8-578a25a90524"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-78e5d8a8-505e-4313-a3c8-578a25a90524"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-78e5d8a8-505e-4313-a3c8-578a25a90524"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-78e5d8a8-505e-4313-a3c8-578a25a90524"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-78e5d8a8-505e-4313-a3c8-578a25a90524"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-78e5d8a8-505e-4313-a3c8-578a25a90524"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-78e5d8a8-505e-4313-a3c8-578a25a90524"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-78e5d8a8-505e-4313-a3c8-578a25a90524"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-78e5d8a8-505e-4313-a3c8-578a25a90524"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-78e5d8a8-505e-4313-a3c8-578a25a90524"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-78e5d8a8-505e-4313-a3c8-578a25a90524"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-78e5d8a8-505e-4313-a3c8-578a25a90524"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-78e5d8a8-505e-4313-a3c8-578a25a90524"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-78e5d8a8-505e-4313-a3c8-578a25a90524"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-78e5d8a8-505e-4313-a3c8-578a25a90524"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-78e5d8a8-505e-4313-a3c8-578a25a90524"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-78e5d8a8-505e-4313-a3c8-578a25a90524"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-78e5d8a8-505e-4313-a3c8-578a25a90524"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-78e5d8a8-505e-4313-a3c8-578a25a90524"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-78e5d8a8-505e-4313-a3c8-578a25a90524"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-78e5d8a8-505e-4313-a3c8-578a25a90524"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-78e5d8a8-505e-4313-a3c8-578a25a90524"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-1b57566e-6553-4887-9fc6-9d9d43d76549 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-1b57566e-6553-4887-9fc6-9d9d43d76549 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b57566e-6553-4887-9fc6-9d9d43d76549.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-819ce89d-8261-4111-805b-eff9ef2d5708"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-819ce89d-8261-4111-805b-eff9ef2d5708"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-819ce89d-8261-4111-805b-eff9ef2d5708"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-819ce89d-8261-4111-805b-eff9ef2d5708"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-819ce89d-8261-4111-805b-eff9ef2d5708"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-819ce89d-8261-4111-805b-eff9ef2d5708"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-819ce89d-8261-4111-805b-eff9ef2d5708"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-819ce89d-8261-4111-805b-eff9ef2d5708"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-819ce89d-8261-4111-805b-eff9ef2d5708"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-819ce89d-8261-4111-805b-eff9ef2d5708"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-819ce89d-8261-4111-805b-eff9ef2d5708"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-819ce89d-8261-4111-805b-eff9ef2d5708"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-819ce89d-8261-4111-805b-eff9ef2d5708"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-819ce89d-8261-4111-805b-eff9ef2d5708"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-819ce89d-8261-4111-805b-eff9ef2d5708"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-819ce89d-8261-4111-805b-eff9ef2d5708"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-819ce89d-8261-4111-805b-eff9ef2d5708"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-819ce89d-8261-4111-805b-eff9ef2d5708"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-819ce89d-8261-4111-805b-eff9ef2d5708"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-819ce89d-8261-4111-805b-eff9ef2d5708"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-819ce89d-8261-4111-805b-eff9ef2d5708"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-819ce89d-8261-4111-805b-eff9ef2d5708"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-819ce89d-8261-4111-805b-eff9ef2d5708"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-819ce89d-8261-4111-805b-eff9ef2d5708"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-819ce89d-8261-4111-805b-eff9ef2d5708"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-819ce89d-8261-4111-805b-eff9ef2d5708"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-819ce89d-8261-4111-805b-eff9ef2d5708"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-819ce89d-8261-4111-805b-eff9ef2d5708"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-819ce89d-8261-4111-805b-eff9ef2d5708"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-819ce89d-8261-4111-805b-eff9ef2d5708"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-819ce89d-8261-4111-805b-eff9ef2d5708"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-819ce89d-8261-4111-805b-eff9ef2d5708"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-819ce89d-8261-4111-805b-eff9ef2d5708"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-819ce89d-8261-4111-805b-eff9ef2d5708"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-819ce89d-8261-4111-805b-eff9ef2d5708"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-819ce89d-8261-4111-805b-eff9ef2d5708"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-819ce89d-8261-4111-805b-eff9ef2d5708"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-819ce89d-8261-4111-805b-eff9ef2d5708"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-fa95b4d1-eaeb-4cb1-b859-b542fdbec986 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-fa95b4d1-eaeb-4cb1-b859-b542fdbec986 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa95b4d1-eaeb-4cb1-b859-b542fdbec986.shg-box.shg-c {
  justify-content: center;
}

#s-2a4feeda-a327-4d56-be24-cf4bed2f7d1d {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-2a4feeda-a327-4d56-be24-cf4bed2f7d1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a4feeda-a327-4d56-be24-cf4bed2f7d1d.shg-box.shg-c {
  justify-content: center;
}

#s-2bf8c667-56c6-4e2c-84cd-377c2f10d58c {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-2bf8c667-56c6-4e2c-84cd-377c2f10d58c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2bf8c667-56c6-4e2c-84cd-377c2f10d58c.shg-box.shg-c {
  justify-content: center;
}

#s-937bec7d-a61d-4d7e-a396-822d9c89aa18 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-937bec7d-a61d-4d7e-a396-822d9c89aa18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-937bec7d-a61d-4d7e-a396-822d9c89aa18.shg-box.shg-c {
  justify-content: center;
}

#s-69d98cee-d6fc-427f-b47f-85665eb9556f {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-69d98cee-d6fc-427f-b47f-85665eb9556f {
  display: none;
}
#s-69d98cee-d6fc-427f-b47f-85665eb9556f, #wrap-s-69d98cee-d6fc-427f-b47f-85665eb9556f { display:none !important; }}@media (max-width: 767px){#s-69d98cee-d6fc-427f-b47f-85665eb9556f {
  display: none;
}
#s-69d98cee-d6fc-427f-b47f-85665eb9556f, #wrap-s-69d98cee-d6fc-427f-b47f-85665eb9556f { display:none !important; }}







#s-69d98cee-d6fc-427f-b47f-85665eb9556f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69d98cee-d6fc-427f-b47f-85665eb9556f.shg-box.shg-c {
  justify-content: center;
}

#s-00fc6b14-d179-43fd-a231-2e61bc6df6d3 {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-00fc6b14-d179-43fd-a231-2e61bc6df6d3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6c0b5534-f99d-422c-84eb-aa26100f0a23 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6c0b5534-f99d-422c-84eb-aa26100f0a23 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9a3dd45e-cb46-4427-b1ea-80aad401656e {
  margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-2ee078d3-3a87-4fe8-ba25-1edd4627224e {
  display: none;
}
#s-2ee078d3-3a87-4fe8-ba25-1edd4627224e, #wrap-s-2ee078d3-3a87-4fe8-ba25-1edd4627224e { display:none !important; }}@media (max-width: 767px){#s-2ee078d3-3a87-4fe8-ba25-1edd4627224e {
  display: none;
}
#s-2ee078d3-3a87-4fe8-ba25-1edd4627224e, #wrap-s-2ee078d3-3a87-4fe8-ba25-1edd4627224e { display:none !important; }}
@media (min-width: 0px) {
[id="s-2ee078d3-3a87-4fe8-ba25-1edd4627224e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ee078d3-3a87-4fe8-ba25-1edd4627224e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-2ee078d3-3a87-4fe8-ba25-1edd4627224e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-2ee078d3-3a87-4fe8-ba25-1edd4627224e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-2ee078d3-3a87-4fe8-ba25-1edd4627224e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-2ee078d3-3a87-4fe8-ba25-1edd4627224e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-2ee078d3-3a87-4fe8-ba25-1edd4627224e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-2ee078d3-3a87-4fe8-ba25-1edd4627224e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-2ee078d3-3a87-4fe8-ba25-1edd4627224e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-2ee078d3-3a87-4fe8-ba25-1edd4627224e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-2ee078d3-3a87-4fe8-ba25-1edd4627224e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-2ee078d3-3a87-4fe8-ba25-1edd4627224e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-2ee078d3-3a87-4fe8-ba25-1edd4627224e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-2ee078d3-3a87-4fe8-ba25-1edd4627224e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-2ee078d3-3a87-4fe8-ba25-1edd4627224e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-2ee078d3-3a87-4fe8-ba25-1edd4627224e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-2ee078d3-3a87-4fe8-ba25-1edd4627224e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-2ee078d3-3a87-4fe8-ba25-1edd4627224e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-2ee078d3-3a87-4fe8-ba25-1edd4627224e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-2ee078d3-3a87-4fe8-ba25-1edd4627224e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-2ee078d3-3a87-4fe8-ba25-1edd4627224e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-2ee078d3-3a87-4fe8-ba25-1edd4627224e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-2ee078d3-3a87-4fe8-ba25-1edd4627224e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-2ee078d3-3a87-4fe8-ba25-1edd4627224e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-2ee078d3-3a87-4fe8-ba25-1edd4627224e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ee078d3-3a87-4fe8-ba25-1edd4627224e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-2ee078d3-3a87-4fe8-ba25-1edd4627224e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-2ee078d3-3a87-4fe8-ba25-1edd4627224e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-2ee078d3-3a87-4fe8-ba25-1edd4627224e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-2ee078d3-3a87-4fe8-ba25-1edd4627224e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-2ee078d3-3a87-4fe8-ba25-1edd4627224e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-2ee078d3-3a87-4fe8-ba25-1edd4627224e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-2ee078d3-3a87-4fe8-ba25-1edd4627224e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-2ee078d3-3a87-4fe8-ba25-1edd4627224e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-2ee078d3-3a87-4fe8-ba25-1edd4627224e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-2ee078d3-3a87-4fe8-ba25-1edd4627224e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-2ee078d3-3a87-4fe8-ba25-1edd4627224e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-dd766129-00a4-43c6-8ea2-38a6b55db81b {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 100px;
background-color: rgba(245, 245, 245, 1);
}








#s-dd766129-00a4-43c6-8ea2-38a6b55db81b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd766129-00a4-43c6-8ea2-38a6b55db81b.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-68183066-00d1-4675-bc55-1e6fd86fe9a4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-68183066-00d1-4675-bc55-1e6fd86fe9a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68183066-00d1-4675-bc55-1e6fd86fe9a4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-68183066-00d1-4675-bc55-1e6fd86fe9a4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-68183066-00d1-4675-bc55-1e6fd86fe9a4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-68183066-00d1-4675-bc55-1e6fd86fe9a4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-68183066-00d1-4675-bc55-1e6fd86fe9a4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-68183066-00d1-4675-bc55-1e6fd86fe9a4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-68183066-00d1-4675-bc55-1e6fd86fe9a4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-68183066-00d1-4675-bc55-1e6fd86fe9a4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-68183066-00d1-4675-bc55-1e6fd86fe9a4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-68183066-00d1-4675-bc55-1e6fd86fe9a4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-68183066-00d1-4675-bc55-1e6fd86fe9a4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-68183066-00d1-4675-bc55-1e6fd86fe9a4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-68183066-00d1-4675-bc55-1e6fd86fe9a4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-68183066-00d1-4675-bc55-1e6fd86fe9a4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-68183066-00d1-4675-bc55-1e6fd86fe9a4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-68183066-00d1-4675-bc55-1e6fd86fe9a4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-68183066-00d1-4675-bc55-1e6fd86fe9a4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-68183066-00d1-4675-bc55-1e6fd86fe9a4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-68183066-00d1-4675-bc55-1e6fd86fe9a4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-68183066-00d1-4675-bc55-1e6fd86fe9a4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-68183066-00d1-4675-bc55-1e6fd86fe9a4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-68183066-00d1-4675-bc55-1e6fd86fe9a4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-68183066-00d1-4675-bc55-1e6fd86fe9a4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-68183066-00d1-4675-bc55-1e6fd86fe9a4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-68183066-00d1-4675-bc55-1e6fd86fe9a4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-68183066-00d1-4675-bc55-1e6fd86fe9a4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-68183066-00d1-4675-bc55-1e6fd86fe9a4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-68183066-00d1-4675-bc55-1e6fd86fe9a4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-68183066-00d1-4675-bc55-1e6fd86fe9a4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-68183066-00d1-4675-bc55-1e6fd86fe9a4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-68183066-00d1-4675-bc55-1e6fd86fe9a4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-68183066-00d1-4675-bc55-1e6fd86fe9a4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-68183066-00d1-4675-bc55-1e6fd86fe9a4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-68183066-00d1-4675-bc55-1e6fd86fe9a4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-68183066-00d1-4675-bc55-1e6fd86fe9a4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-68183066-00d1-4675-bc55-1e6fd86fe9a4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5e71e9e6-6eb1-4c56-8b30-6e352bb33160 {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-5e71e9e6-6eb1-4c56-8b30-6e352bb33160 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e71e9e6-6eb1-4c56-8b30-6e352bb33160.shg-box.shg-c {
  justify-content: center;
}

#s-f9b00f3d-f32c-4b48-abf8-467247ee62a6 {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-f9b00f3d-f32c-4b48-abf8-467247ee62a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9b00f3d-f32c-4b48-abf8-467247ee62a6.shg-box.shg-c {
  justify-content: center;
}

#s-b8f8e83d-f5d1-4c3a-8332-5b17d018b743 {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-b8f8e83d-f5d1-4c3a-8332-5b17d018b743 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8f8e83d-f5d1-4c3a-8332-5b17d018b743.shg-box.shg-c {
  justify-content: center;
}

#s-1dfbaaf2-d527-42ba-bf60-834390e48d47 {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-1dfbaaf2-d527-42ba-bf60-834390e48d47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1dfbaaf2-d527-42ba-bf60-834390e48d47.shg-box.shg-c {
  justify-content: center;
}

#s-262e4eb8-3d91-42b0-82d8-09c994b0e61e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-262e4eb8-3d91-42b0-82d8-09c994b0e61e {
  display: none;
}
#s-262e4eb8-3d91-42b0-82d8-09c994b0e61e, #wrap-s-262e4eb8-3d91-42b0-82d8-09c994b0e61e { display:none !important; }}@media (max-width: 767px){#s-262e4eb8-3d91-42b0-82d8-09c994b0e61e {
  display: none;
}
#s-262e4eb8-3d91-42b0-82d8-09c994b0e61e, #wrap-s-262e4eb8-3d91-42b0-82d8-09c994b0e61e { display:none !important; }}







#s-262e4eb8-3d91-42b0-82d8-09c994b0e61e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-262e4eb8-3d91-42b0-82d8-09c994b0e61e.shg-box.shg-c {
  justify-content: center;
}

#s-4ef700eb-bed7-42c3-bbf2-38987f193dec {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4ef700eb-bed7-42c3-bbf2-38987f193dec"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c5c5f424-cf09-4797-9cd6-e46162ccf73f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c5c5f424-cf09-4797-9cd6-e46162ccf73f .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-49b0cd16-315c-4ba6-9aae-a11cd4814f54 {
  margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-613057a4-fa7d-4f66-9967-5321f876cef2 {
  display: none;
}
#s-613057a4-fa7d-4f66-9967-5321f876cef2, #wrap-s-613057a4-fa7d-4f66-9967-5321f876cef2 { display:none !important; }}@media (max-width: 767px){#s-613057a4-fa7d-4f66-9967-5321f876cef2 {
  display: none;
}
#s-613057a4-fa7d-4f66-9967-5321f876cef2, #wrap-s-613057a4-fa7d-4f66-9967-5321f876cef2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-613057a4-fa7d-4f66-9967-5321f876cef2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-613057a4-fa7d-4f66-9967-5321f876cef2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-613057a4-fa7d-4f66-9967-5321f876cef2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-613057a4-fa7d-4f66-9967-5321f876cef2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-613057a4-fa7d-4f66-9967-5321f876cef2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-613057a4-fa7d-4f66-9967-5321f876cef2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-613057a4-fa7d-4f66-9967-5321f876cef2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-613057a4-fa7d-4f66-9967-5321f876cef2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-613057a4-fa7d-4f66-9967-5321f876cef2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-613057a4-fa7d-4f66-9967-5321f876cef2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-613057a4-fa7d-4f66-9967-5321f876cef2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-613057a4-fa7d-4f66-9967-5321f876cef2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-613057a4-fa7d-4f66-9967-5321f876cef2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-613057a4-fa7d-4f66-9967-5321f876cef2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-613057a4-fa7d-4f66-9967-5321f876cef2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-613057a4-fa7d-4f66-9967-5321f876cef2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-613057a4-fa7d-4f66-9967-5321f876cef2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-613057a4-fa7d-4f66-9967-5321f876cef2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-613057a4-fa7d-4f66-9967-5321f876cef2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-613057a4-fa7d-4f66-9967-5321f876cef2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-613057a4-fa7d-4f66-9967-5321f876cef2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-613057a4-fa7d-4f66-9967-5321f876cef2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-613057a4-fa7d-4f66-9967-5321f876cef2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-613057a4-fa7d-4f66-9967-5321f876cef2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-613057a4-fa7d-4f66-9967-5321f876cef2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-613057a4-fa7d-4f66-9967-5321f876cef2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-613057a4-fa7d-4f66-9967-5321f876cef2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-613057a4-fa7d-4f66-9967-5321f876cef2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-613057a4-fa7d-4f66-9967-5321f876cef2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-613057a4-fa7d-4f66-9967-5321f876cef2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-613057a4-fa7d-4f66-9967-5321f876cef2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-613057a4-fa7d-4f66-9967-5321f876cef2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-613057a4-fa7d-4f66-9967-5321f876cef2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-613057a4-fa7d-4f66-9967-5321f876cef2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-613057a4-fa7d-4f66-9967-5321f876cef2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-613057a4-fa7d-4f66-9967-5321f876cef2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-613057a4-fa7d-4f66-9967-5321f876cef2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-4ead47b0-7b87-4bc9-ae3d-98dcaa1d81ae {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 100px;
background-color: rgba(245, 245, 245, 1);
}








#s-4ead47b0-7b87-4bc9-ae3d-98dcaa1d81ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ead47b0-7b87-4bc9-ae3d-98dcaa1d81ae.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f0b27b79-9365-40d5-9664-183d9d6bdcd1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-f0b27b79-9365-40d5-9664-183d9d6bdcd1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0b27b79-9365-40d5-9664-183d9d6bdcd1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f0b27b79-9365-40d5-9664-183d9d6bdcd1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f0b27b79-9365-40d5-9664-183d9d6bdcd1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f0b27b79-9365-40d5-9664-183d9d6bdcd1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f0b27b79-9365-40d5-9664-183d9d6bdcd1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f0b27b79-9365-40d5-9664-183d9d6bdcd1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f0b27b79-9365-40d5-9664-183d9d6bdcd1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f0b27b79-9365-40d5-9664-183d9d6bdcd1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f0b27b79-9365-40d5-9664-183d9d6bdcd1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f0b27b79-9365-40d5-9664-183d9d6bdcd1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f0b27b79-9365-40d5-9664-183d9d6bdcd1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f0b27b79-9365-40d5-9664-183d9d6bdcd1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f0b27b79-9365-40d5-9664-183d9d6bdcd1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f0b27b79-9365-40d5-9664-183d9d6bdcd1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f0b27b79-9365-40d5-9664-183d9d6bdcd1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f0b27b79-9365-40d5-9664-183d9d6bdcd1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f0b27b79-9365-40d5-9664-183d9d6bdcd1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f0b27b79-9365-40d5-9664-183d9d6bdcd1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f0b27b79-9365-40d5-9664-183d9d6bdcd1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f0b27b79-9365-40d5-9664-183d9d6bdcd1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f0b27b79-9365-40d5-9664-183d9d6bdcd1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f0b27b79-9365-40d5-9664-183d9d6bdcd1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f0b27b79-9365-40d5-9664-183d9d6bdcd1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f0b27b79-9365-40d5-9664-183d9d6bdcd1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0b27b79-9365-40d5-9664-183d9d6bdcd1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f0b27b79-9365-40d5-9664-183d9d6bdcd1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f0b27b79-9365-40d5-9664-183d9d6bdcd1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f0b27b79-9365-40d5-9664-183d9d6bdcd1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f0b27b79-9365-40d5-9664-183d9d6bdcd1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f0b27b79-9365-40d5-9664-183d9d6bdcd1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f0b27b79-9365-40d5-9664-183d9d6bdcd1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f0b27b79-9365-40d5-9664-183d9d6bdcd1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f0b27b79-9365-40d5-9664-183d9d6bdcd1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f0b27b79-9365-40d5-9664-183d9d6bdcd1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f0b27b79-9365-40d5-9664-183d9d6bdcd1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f0b27b79-9365-40d5-9664-183d9d6bdcd1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-da763d08-c28f-42df-acf9-4db34440f1ab {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-da763d08-c28f-42df-acf9-4db34440f1ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da763d08-c28f-42df-acf9-4db34440f1ab.shg-box.shg-c {
  justify-content: center;
}

#s-4ca68bc6-d1d1-4af9-93c2-02937f95e7a6 {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-4ca68bc6-d1d1-4af9-93c2-02937f95e7a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ca68bc6-d1d1-4af9-93c2-02937f95e7a6.shg-box.shg-c {
  justify-content: center;
}

#s-067e5182-0c6a-4e9a-8068-f0a3db385d63 {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-067e5182-0c6a-4e9a-8068-f0a3db385d63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-067e5182-0c6a-4e9a-8068-f0a3db385d63.shg-box.shg-c {
  justify-content: center;
}

#s-b8a575d1-2017-4605-9c5a-9c83a8cf6c97 {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-b8a575d1-2017-4605-9c5a-9c83a8cf6c97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8a575d1-2017-4605-9c5a-9c83a8cf6c97.shg-box.shg-c {
  justify-content: center;
}

#s-cbf398e3-6c63-41a9-9405-257b63397fd9 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cbf398e3-6c63-41a9-9405-257b63397fd9 {
  display: none;
}
#s-cbf398e3-6c63-41a9-9405-257b63397fd9, #wrap-s-cbf398e3-6c63-41a9-9405-257b63397fd9 { display:none !important; }}@media (max-width: 767px){#s-cbf398e3-6c63-41a9-9405-257b63397fd9 {
  display: none;
}
#s-cbf398e3-6c63-41a9-9405-257b63397fd9, #wrap-s-cbf398e3-6c63-41a9-9405-257b63397fd9 { display:none !important; }}







#s-cbf398e3-6c63-41a9-9405-257b63397fd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbf398e3-6c63-41a9-9405-257b63397fd9.shg-box.shg-c {
  justify-content: center;
}

#s-7001529b-9f14-4cbe-8f0f-73060a00c5cd {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7001529b-9f14-4cbe-8f0f-73060a00c5cd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1c70f70f-85cb-4e9f-81df-5ab2fdd7e42e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1c70f70f-85cb-4e9f-81df-5ab2fdd7e42e .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-dbad8586-2c4a-4ccc-a70f-919018a3f0fe {
  margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-020942cc-4128-4ff4-95c2-4db237036bc8 {
  display: none;
}
#s-020942cc-4128-4ff4-95c2-4db237036bc8, #wrap-s-020942cc-4128-4ff4-95c2-4db237036bc8 { display:none !important; }}@media (max-width: 767px){#s-020942cc-4128-4ff4-95c2-4db237036bc8 {
  display: none;
}
#s-020942cc-4128-4ff4-95c2-4db237036bc8, #wrap-s-020942cc-4128-4ff4-95c2-4db237036bc8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-020942cc-4128-4ff4-95c2-4db237036bc8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-020942cc-4128-4ff4-95c2-4db237036bc8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-020942cc-4128-4ff4-95c2-4db237036bc8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-020942cc-4128-4ff4-95c2-4db237036bc8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-020942cc-4128-4ff4-95c2-4db237036bc8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-020942cc-4128-4ff4-95c2-4db237036bc8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-020942cc-4128-4ff4-95c2-4db237036bc8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-020942cc-4128-4ff4-95c2-4db237036bc8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-020942cc-4128-4ff4-95c2-4db237036bc8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-020942cc-4128-4ff4-95c2-4db237036bc8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-020942cc-4128-4ff4-95c2-4db237036bc8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-020942cc-4128-4ff4-95c2-4db237036bc8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-020942cc-4128-4ff4-95c2-4db237036bc8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-020942cc-4128-4ff4-95c2-4db237036bc8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-020942cc-4128-4ff4-95c2-4db237036bc8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-020942cc-4128-4ff4-95c2-4db237036bc8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-020942cc-4128-4ff4-95c2-4db237036bc8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-020942cc-4128-4ff4-95c2-4db237036bc8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-020942cc-4128-4ff4-95c2-4db237036bc8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-020942cc-4128-4ff4-95c2-4db237036bc8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-020942cc-4128-4ff4-95c2-4db237036bc8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-020942cc-4128-4ff4-95c2-4db237036bc8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-020942cc-4128-4ff4-95c2-4db237036bc8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-020942cc-4128-4ff4-95c2-4db237036bc8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-020942cc-4128-4ff4-95c2-4db237036bc8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-020942cc-4128-4ff4-95c2-4db237036bc8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-020942cc-4128-4ff4-95c2-4db237036bc8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-020942cc-4128-4ff4-95c2-4db237036bc8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-020942cc-4128-4ff4-95c2-4db237036bc8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-020942cc-4128-4ff4-95c2-4db237036bc8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-020942cc-4128-4ff4-95c2-4db237036bc8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-020942cc-4128-4ff4-95c2-4db237036bc8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-020942cc-4128-4ff4-95c2-4db237036bc8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-020942cc-4128-4ff4-95c2-4db237036bc8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-020942cc-4128-4ff4-95c2-4db237036bc8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-020942cc-4128-4ff4-95c2-4db237036bc8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-020942cc-4128-4ff4-95c2-4db237036bc8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-d666f5c6-09f2-4d04-9eb4-3828154faf40 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 100px;
background-color: rgba(245, 245, 245, 1);
}








#s-d666f5c6-09f2-4d04-9eb4-3828154faf40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d666f5c6-09f2-4d04-9eb4-3828154faf40.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-01af3193-0047-44eb-a699-6674249c0600"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-01af3193-0047-44eb-a699-6674249c0600"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01af3193-0047-44eb-a699-6674249c0600"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-01af3193-0047-44eb-a699-6674249c0600"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-01af3193-0047-44eb-a699-6674249c0600"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-01af3193-0047-44eb-a699-6674249c0600"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-01af3193-0047-44eb-a699-6674249c0600"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-01af3193-0047-44eb-a699-6674249c0600"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-01af3193-0047-44eb-a699-6674249c0600"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-01af3193-0047-44eb-a699-6674249c0600"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-01af3193-0047-44eb-a699-6674249c0600"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-01af3193-0047-44eb-a699-6674249c0600"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-01af3193-0047-44eb-a699-6674249c0600"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-01af3193-0047-44eb-a699-6674249c0600"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-01af3193-0047-44eb-a699-6674249c0600"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-01af3193-0047-44eb-a699-6674249c0600"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-01af3193-0047-44eb-a699-6674249c0600"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-01af3193-0047-44eb-a699-6674249c0600"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-01af3193-0047-44eb-a699-6674249c0600"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-01af3193-0047-44eb-a699-6674249c0600"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-01af3193-0047-44eb-a699-6674249c0600"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-01af3193-0047-44eb-a699-6674249c0600"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-01af3193-0047-44eb-a699-6674249c0600"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-01af3193-0047-44eb-a699-6674249c0600"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-01af3193-0047-44eb-a699-6674249c0600"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-01af3193-0047-44eb-a699-6674249c0600"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-01af3193-0047-44eb-a699-6674249c0600"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-01af3193-0047-44eb-a699-6674249c0600"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-01af3193-0047-44eb-a699-6674249c0600"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-01af3193-0047-44eb-a699-6674249c0600"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-01af3193-0047-44eb-a699-6674249c0600"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-01af3193-0047-44eb-a699-6674249c0600"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-01af3193-0047-44eb-a699-6674249c0600"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-01af3193-0047-44eb-a699-6674249c0600"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-01af3193-0047-44eb-a699-6674249c0600"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-01af3193-0047-44eb-a699-6674249c0600"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-01af3193-0047-44eb-a699-6674249c0600"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-01af3193-0047-44eb-a699-6674249c0600"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d0000d73-594c-4e11-9c25-f0790a67cc65 {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-d0000d73-594c-4e11-9c25-f0790a67cc65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0000d73-594c-4e11-9c25-f0790a67cc65.shg-box.shg-c {
  justify-content: center;
}

#s-f6ecefc7-d2ed-413a-ba7a-34898a479bdc {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-f6ecefc7-d2ed-413a-ba7a-34898a479bdc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6ecefc7-d2ed-413a-ba7a-34898a479bdc.shg-box.shg-c {
  justify-content: center;
}

#s-6fafcb7d-3e9a-41cb-8d99-1bfc1071ba54 {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-6fafcb7d-3e9a-41cb-8d99-1bfc1071ba54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6fafcb7d-3e9a-41cb-8d99-1bfc1071ba54.shg-box.shg-c {
  justify-content: center;
}

#s-e7cd8c6f-2429-4fec-aaf4-f580fdc0ab2a {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-e7cd8c6f-2429-4fec-aaf4-f580fdc0ab2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7cd8c6f-2429-4fec-aaf4-f580fdc0ab2a.shg-box.shg-c {
  justify-content: center;
}

#s-0fdb38ba-c90a-4128-b8f6-688c987e954c {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0fdb38ba-c90a-4128-b8f6-688c987e954c {
  display: none;
}
#s-0fdb38ba-c90a-4128-b8f6-688c987e954c, #wrap-s-0fdb38ba-c90a-4128-b8f6-688c987e954c { display:none !important; }}@media (max-width: 767px){#s-0fdb38ba-c90a-4128-b8f6-688c987e954c {
  display: none;
}
#s-0fdb38ba-c90a-4128-b8f6-688c987e954c, #wrap-s-0fdb38ba-c90a-4128-b8f6-688c987e954c { display:none !important; }}







#s-0fdb38ba-c90a-4128-b8f6-688c987e954c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fdb38ba-c90a-4128-b8f6-688c987e954c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-ce370bae-5f51-4b94-93af-08f2e9f51f32 {
  display: none;
}
#s-ce370bae-5f51-4b94-93af-08f2e9f51f32, #wrap-s-ce370bae-5f51-4b94-93af-08f2e9f51f32 { display:none !important; }}@media (max-width: 767px){#s-ce370bae-5f51-4b94-93af-08f2e9f51f32 {
  display: none;
}
#s-ce370bae-5f51-4b94-93af-08f2e9f51f32, #wrap-s-ce370bae-5f51-4b94-93af-08f2e9f51f32 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ce370bae-5f51-4b94-93af-08f2e9f51f32"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce370bae-5f51-4b94-93af-08f2e9f51f32"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ce370bae-5f51-4b94-93af-08f2e9f51f32"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ce370bae-5f51-4b94-93af-08f2e9f51f32"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ce370bae-5f51-4b94-93af-08f2e9f51f32"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ce370bae-5f51-4b94-93af-08f2e9f51f32"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ce370bae-5f51-4b94-93af-08f2e9f51f32"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ce370bae-5f51-4b94-93af-08f2e9f51f32"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ce370bae-5f51-4b94-93af-08f2e9f51f32"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ce370bae-5f51-4b94-93af-08f2e9f51f32"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ce370bae-5f51-4b94-93af-08f2e9f51f32"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ce370bae-5f51-4b94-93af-08f2e9f51f32"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ce370bae-5f51-4b94-93af-08f2e9f51f32"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ce370bae-5f51-4b94-93af-08f2e9f51f32"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ce370bae-5f51-4b94-93af-08f2e9f51f32"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ce370bae-5f51-4b94-93af-08f2e9f51f32"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ce370bae-5f51-4b94-93af-08f2e9f51f32"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ce370bae-5f51-4b94-93af-08f2e9f51f32"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ce370bae-5f51-4b94-93af-08f2e9f51f32"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ce370bae-5f51-4b94-93af-08f2e9f51f32"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ce370bae-5f51-4b94-93af-08f2e9f51f32"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ce370bae-5f51-4b94-93af-08f2e9f51f32"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ce370bae-5f51-4b94-93af-08f2e9f51f32"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ce370bae-5f51-4b94-93af-08f2e9f51f32"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ce370bae-5f51-4b94-93af-08f2e9f51f32"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce370bae-5f51-4b94-93af-08f2e9f51f32"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ce370bae-5f51-4b94-93af-08f2e9f51f32"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ce370bae-5f51-4b94-93af-08f2e9f51f32"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ce370bae-5f51-4b94-93af-08f2e9f51f32"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ce370bae-5f51-4b94-93af-08f2e9f51f32"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ce370bae-5f51-4b94-93af-08f2e9f51f32"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ce370bae-5f51-4b94-93af-08f2e9f51f32"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ce370bae-5f51-4b94-93af-08f2e9f51f32"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ce370bae-5f51-4b94-93af-08f2e9f51f32"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ce370bae-5f51-4b94-93af-08f2e9f51f32"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ce370bae-5f51-4b94-93af-08f2e9f51f32"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ce370bae-5f51-4b94-93af-08f2e9f51f32"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-735f2a06-36ae-4bbc-91bf-ed95bc639487 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-735f2a06-36ae-4bbc-91bf-ed95bc639487 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-735f2a06-36ae-4bbc-91bf-ed95bc639487.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f24ee87f-6243-4c03-9eab-387bdcef6680"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-f24ee87f-6243-4c03-9eab-387bdcef6680"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f24ee87f-6243-4c03-9eab-387bdcef6680"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f24ee87f-6243-4c03-9eab-387bdcef6680"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f24ee87f-6243-4c03-9eab-387bdcef6680"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f24ee87f-6243-4c03-9eab-387bdcef6680"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f24ee87f-6243-4c03-9eab-387bdcef6680"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f24ee87f-6243-4c03-9eab-387bdcef6680"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f24ee87f-6243-4c03-9eab-387bdcef6680"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f24ee87f-6243-4c03-9eab-387bdcef6680"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f24ee87f-6243-4c03-9eab-387bdcef6680"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f24ee87f-6243-4c03-9eab-387bdcef6680"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f24ee87f-6243-4c03-9eab-387bdcef6680"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f24ee87f-6243-4c03-9eab-387bdcef6680"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f24ee87f-6243-4c03-9eab-387bdcef6680"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f24ee87f-6243-4c03-9eab-387bdcef6680"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f24ee87f-6243-4c03-9eab-387bdcef6680"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f24ee87f-6243-4c03-9eab-387bdcef6680"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f24ee87f-6243-4c03-9eab-387bdcef6680"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f24ee87f-6243-4c03-9eab-387bdcef6680"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f24ee87f-6243-4c03-9eab-387bdcef6680"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f24ee87f-6243-4c03-9eab-387bdcef6680"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f24ee87f-6243-4c03-9eab-387bdcef6680"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f24ee87f-6243-4c03-9eab-387bdcef6680"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f24ee87f-6243-4c03-9eab-387bdcef6680"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f24ee87f-6243-4c03-9eab-387bdcef6680"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f24ee87f-6243-4c03-9eab-387bdcef6680"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f24ee87f-6243-4c03-9eab-387bdcef6680"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f24ee87f-6243-4c03-9eab-387bdcef6680"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f24ee87f-6243-4c03-9eab-387bdcef6680"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f24ee87f-6243-4c03-9eab-387bdcef6680"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f24ee87f-6243-4c03-9eab-387bdcef6680"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f24ee87f-6243-4c03-9eab-387bdcef6680"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f24ee87f-6243-4c03-9eab-387bdcef6680"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f24ee87f-6243-4c03-9eab-387bdcef6680"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f24ee87f-6243-4c03-9eab-387bdcef6680"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f24ee87f-6243-4c03-9eab-387bdcef6680"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f24ee87f-6243-4c03-9eab-387bdcef6680"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f679cf97-d2a6-4b8f-9af8-fd882b3cc0ce {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-f679cf97-d2a6-4b8f-9af8-fd882b3cc0ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f679cf97-d2a6-4b8f-9af8-fd882b3cc0ce.shg-box.shg-c {
  justify-content: center;
}

#s-20ee53f9-858f-4a2d-9847-25f650515289 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-20ee53f9-858f-4a2d-9847-25f650515289 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20ee53f9-858f-4a2d-9847-25f650515289.shg-box.shg-c {
  justify-content: center;
}

#s-55362801-a157-42a5-bf07-20eb9edf71b2 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-55362801-a157-42a5-bf07-20eb9edf71b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55362801-a157-42a5-bf07-20eb9edf71b2.shg-box.shg-c {
  justify-content: center;
}

#s-4c8c3a8c-d1ec-4971-b932-9b89f0c8f281 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-4c8c3a8c-d1ec-4971-b932-9b89f0c8f281 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c8c3a8c-d1ec-4971-b932-9b89f0c8f281.shg-box.shg-c {
  justify-content: center;
}

#s-2d200162-87a9-4366-84a6-8a551d74ab39 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2d200162-87a9-4366-84a6-8a551d74ab39 {
  display: none;
}
#s-2d200162-87a9-4366-84a6-8a551d74ab39, #wrap-s-2d200162-87a9-4366-84a6-8a551d74ab39 { display:none !important; }}@media (max-width: 767px){#s-2d200162-87a9-4366-84a6-8a551d74ab39 {
  display: none;
}
#s-2d200162-87a9-4366-84a6-8a551d74ab39, #wrap-s-2d200162-87a9-4366-84a6-8a551d74ab39 { display:none !important; }}







#s-2d200162-87a9-4366-84a6-8a551d74ab39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d200162-87a9-4366-84a6-8a551d74ab39.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1 {
  display: none;
}
#s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1, #wrap-s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1 { display:none !important; }}@media (max-width: 767px){#s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1 {
  display: none;
}
#s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1, #wrap-s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-09dfeaa5-bdab-4f4d-a396-4711604dc4d1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-1ea091ee-59cc-4698-9514-93370c97dc9c {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 1);
}








#s-1ea091ee-59cc-4698-9514-93370c97dc9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ea091ee-59cc-4698-9514-93370c97dc9c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c5e97e5c-45ad-4734-8829-a33c11194acb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-c5e97e5c-45ad-4734-8829-a33c11194acb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5e97e5c-45ad-4734-8829-a33c11194acb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c5e97e5c-45ad-4734-8829-a33c11194acb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c5e97e5c-45ad-4734-8829-a33c11194acb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c5e97e5c-45ad-4734-8829-a33c11194acb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c5e97e5c-45ad-4734-8829-a33c11194acb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c5e97e5c-45ad-4734-8829-a33c11194acb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c5e97e5c-45ad-4734-8829-a33c11194acb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c5e97e5c-45ad-4734-8829-a33c11194acb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c5e97e5c-45ad-4734-8829-a33c11194acb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c5e97e5c-45ad-4734-8829-a33c11194acb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c5e97e5c-45ad-4734-8829-a33c11194acb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c5e97e5c-45ad-4734-8829-a33c11194acb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c5e97e5c-45ad-4734-8829-a33c11194acb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c5e97e5c-45ad-4734-8829-a33c11194acb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c5e97e5c-45ad-4734-8829-a33c11194acb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c5e97e5c-45ad-4734-8829-a33c11194acb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c5e97e5c-45ad-4734-8829-a33c11194acb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c5e97e5c-45ad-4734-8829-a33c11194acb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c5e97e5c-45ad-4734-8829-a33c11194acb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c5e97e5c-45ad-4734-8829-a33c11194acb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c5e97e5c-45ad-4734-8829-a33c11194acb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c5e97e5c-45ad-4734-8829-a33c11194acb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c5e97e5c-45ad-4734-8829-a33c11194acb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c5e97e5c-45ad-4734-8829-a33c11194acb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5e97e5c-45ad-4734-8829-a33c11194acb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c5e97e5c-45ad-4734-8829-a33c11194acb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c5e97e5c-45ad-4734-8829-a33c11194acb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c5e97e5c-45ad-4734-8829-a33c11194acb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c5e97e5c-45ad-4734-8829-a33c11194acb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c5e97e5c-45ad-4734-8829-a33c11194acb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c5e97e5c-45ad-4734-8829-a33c11194acb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c5e97e5c-45ad-4734-8829-a33c11194acb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c5e97e5c-45ad-4734-8829-a33c11194acb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c5e97e5c-45ad-4734-8829-a33c11194acb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c5e97e5c-45ad-4734-8829-a33c11194acb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c5e97e5c-45ad-4734-8829-a33c11194acb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9571dccc-da45-40e6-815b-9f3069cdb93e {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-9571dccc-da45-40e6-815b-9f3069cdb93e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9571dccc-da45-40e6-815b-9f3069cdb93e.shg-box.shg-c {
  justify-content: center;
}

#s-2a586ce3-aae6-4875-93b4-8e9b4dbe88d0 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-2a586ce3-aae6-4875-93b4-8e9b4dbe88d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a586ce3-aae6-4875-93b4-8e9b4dbe88d0.shg-box.shg-c {
  justify-content: center;
}

#s-394b7e58-5a40-4dbe-b6e5-dc6d62ea32cd {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-394b7e58-5a40-4dbe-b6e5-dc6d62ea32cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-394b7e58-5a40-4dbe-b6e5-dc6d62ea32cd.shg-box.shg-c {
  justify-content: center;
}

#s-8700ae6b-3088-4094-9bb9-650b9cac3027 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-8700ae6b-3088-4094-9bb9-650b9cac3027 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8700ae6b-3088-4094-9bb9-650b9cac3027.shg-box.shg-c {
  justify-content: center;
}

#s-1645a992-e175-4b0e-82dd-f9b19be1ac1c {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1645a992-e175-4b0e-82dd-f9b19be1ac1c {
  display: none;
}
#s-1645a992-e175-4b0e-82dd-f9b19be1ac1c, #wrap-s-1645a992-e175-4b0e-82dd-f9b19be1ac1c { display:none !important; }}@media (max-width: 767px){#s-1645a992-e175-4b0e-82dd-f9b19be1ac1c {
  display: none;
}
#s-1645a992-e175-4b0e-82dd-f9b19be1ac1c, #wrap-s-1645a992-e175-4b0e-82dd-f9b19be1ac1c { display:none !important; }}







#s-1645a992-e175-4b0e-82dd-f9b19be1ac1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1645a992-e175-4b0e-82dd-f9b19be1ac1c.shg-box.shg-c {
  justify-content: center;
}

#s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1 {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b21b4a72-6fb9-4d8e-b701-b39a42f15ce1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d6278804-a13e-4032-b046-5abd143933bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d6278804-a13e-4032-b046-5abd143933bf .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-51d85028-dc05-408b-96b3-4c6faa07b081 {
  margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a {
  display: none;
}
#s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a, #wrap-s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a { display:none !important; }}@media (max-width: 767px){#s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a {
  display: none;
}
#s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a, #wrap-s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a { display:none !important; }}
@media (min-width: 0px) {
[id="s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-aee9a929-43ea-4d18-b4e4-4fefc7b95a5a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-5ff02009-28b0-46bf-be6f-a52412f432f2 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 100px;
background-color: rgba(245, 245, 245, 1);
}








#s-5ff02009-28b0-46bf-be6f-a52412f432f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ff02009-28b0-46bf-be6f-a52412f432f2.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a78091ab-7d6e-40c8-8945-7692af1d71d7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-a78091ab-7d6e-40c8-8945-7692af1d71d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a78091ab-7d6e-40c8-8945-7692af1d71d7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a78091ab-7d6e-40c8-8945-7692af1d71d7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a78091ab-7d6e-40c8-8945-7692af1d71d7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a78091ab-7d6e-40c8-8945-7692af1d71d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a78091ab-7d6e-40c8-8945-7692af1d71d7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a78091ab-7d6e-40c8-8945-7692af1d71d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a78091ab-7d6e-40c8-8945-7692af1d71d7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a78091ab-7d6e-40c8-8945-7692af1d71d7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a78091ab-7d6e-40c8-8945-7692af1d71d7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a78091ab-7d6e-40c8-8945-7692af1d71d7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a78091ab-7d6e-40c8-8945-7692af1d71d7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a78091ab-7d6e-40c8-8945-7692af1d71d7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a78091ab-7d6e-40c8-8945-7692af1d71d7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a78091ab-7d6e-40c8-8945-7692af1d71d7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a78091ab-7d6e-40c8-8945-7692af1d71d7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a78091ab-7d6e-40c8-8945-7692af1d71d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a78091ab-7d6e-40c8-8945-7692af1d71d7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a78091ab-7d6e-40c8-8945-7692af1d71d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a78091ab-7d6e-40c8-8945-7692af1d71d7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a78091ab-7d6e-40c8-8945-7692af1d71d7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a78091ab-7d6e-40c8-8945-7692af1d71d7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a78091ab-7d6e-40c8-8945-7692af1d71d7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a78091ab-7d6e-40c8-8945-7692af1d71d7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a78091ab-7d6e-40c8-8945-7692af1d71d7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a78091ab-7d6e-40c8-8945-7692af1d71d7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a78091ab-7d6e-40c8-8945-7692af1d71d7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a78091ab-7d6e-40c8-8945-7692af1d71d7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a78091ab-7d6e-40c8-8945-7692af1d71d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a78091ab-7d6e-40c8-8945-7692af1d71d7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a78091ab-7d6e-40c8-8945-7692af1d71d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a78091ab-7d6e-40c8-8945-7692af1d71d7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a78091ab-7d6e-40c8-8945-7692af1d71d7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a78091ab-7d6e-40c8-8945-7692af1d71d7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a78091ab-7d6e-40c8-8945-7692af1d71d7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a78091ab-7d6e-40c8-8945-7692af1d71d7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a78091ab-7d6e-40c8-8945-7692af1d71d7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9c68b7b5-5c78-4ea0-854c-28adcf4380f4 {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-9c68b7b5-5c78-4ea0-854c-28adcf4380f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c68b7b5-5c78-4ea0-854c-28adcf4380f4.shg-box.shg-c {
  justify-content: center;
}

#s-23fc2bbd-c533-464a-aa04-624316fc00e2 {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-23fc2bbd-c533-464a-aa04-624316fc00e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23fc2bbd-c533-464a-aa04-624316fc00e2.shg-box.shg-c {
  justify-content: center;
}

#s-e3355dd4-f89a-4d47-9aea-37fc45167315 {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-e3355dd4-f89a-4d47-9aea-37fc45167315 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3355dd4-f89a-4d47-9aea-37fc45167315.shg-box.shg-c {
  justify-content: center;
}

#s-f3542355-5a07-43f5-b6a6-6219f65319d1 {
  min-height: 100px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}








#s-f3542355-5a07-43f5-b6a6-6219f65319d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3542355-5a07-43f5-b6a6-6219f65319d1.shg-box.shg-c {
  justify-content: center;
}

#s-dac77d75-c4f0-4d53-ba47-9aaedca4baf3 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dac77d75-c4f0-4d53-ba47-9aaedca4baf3 {
  display: none;
}
#s-dac77d75-c4f0-4d53-ba47-9aaedca4baf3, #wrap-s-dac77d75-c4f0-4d53-ba47-9aaedca4baf3 { display:none !important; }}@media (max-width: 767px){#s-dac77d75-c4f0-4d53-ba47-9aaedca4baf3 {
  display: none;
}
#s-dac77d75-c4f0-4d53-ba47-9aaedca4baf3, #wrap-s-dac77d75-c4f0-4d53-ba47-9aaedca4baf3 { display:none !important; }}







#s-dac77d75-c4f0-4d53-ba47-9aaedca4baf3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dac77d75-c4f0-4d53-ba47-9aaedca4baf3.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-2b11403e-24ac-43be-88f3-a5af2fe7117f {
  display: none;
}
#s-2b11403e-24ac-43be-88f3-a5af2fe7117f, #wrap-s-2b11403e-24ac-43be-88f3-a5af2fe7117f { display:none !important; }}@media (max-width: 767px){#s-2b11403e-24ac-43be-88f3-a5af2fe7117f {
  display: none;
}
#s-2b11403e-24ac-43be-88f3-a5af2fe7117f, #wrap-s-2b11403e-24ac-43be-88f3-a5af2fe7117f { display:none !important; }}
@media (min-width: 0px) {
[id="s-2b11403e-24ac-43be-88f3-a5af2fe7117f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b11403e-24ac-43be-88f3-a5af2fe7117f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-2b11403e-24ac-43be-88f3-a5af2fe7117f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-2b11403e-24ac-43be-88f3-a5af2fe7117f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-2b11403e-24ac-43be-88f3-a5af2fe7117f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-2b11403e-24ac-43be-88f3-a5af2fe7117f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-2b11403e-24ac-43be-88f3-a5af2fe7117f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-2b11403e-24ac-43be-88f3-a5af2fe7117f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-2b11403e-24ac-43be-88f3-a5af2fe7117f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-2b11403e-24ac-43be-88f3-a5af2fe7117f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-2b11403e-24ac-43be-88f3-a5af2fe7117f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-2b11403e-24ac-43be-88f3-a5af2fe7117f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-2b11403e-24ac-43be-88f3-a5af2fe7117f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-2b11403e-24ac-43be-88f3-a5af2fe7117f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-2b11403e-24ac-43be-88f3-a5af2fe7117f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-2b11403e-24ac-43be-88f3-a5af2fe7117f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-2b11403e-24ac-43be-88f3-a5af2fe7117f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-2b11403e-24ac-43be-88f3-a5af2fe7117f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-2b11403e-24ac-43be-88f3-a5af2fe7117f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-2b11403e-24ac-43be-88f3-a5af2fe7117f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-2b11403e-24ac-43be-88f3-a5af2fe7117f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-2b11403e-24ac-43be-88f3-a5af2fe7117f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-2b11403e-24ac-43be-88f3-a5af2fe7117f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-2b11403e-24ac-43be-88f3-a5af2fe7117f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-2b11403e-24ac-43be-88f3-a5af2fe7117f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b11403e-24ac-43be-88f3-a5af2fe7117f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-2b11403e-24ac-43be-88f3-a5af2fe7117f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-2b11403e-24ac-43be-88f3-a5af2fe7117f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-2b11403e-24ac-43be-88f3-a5af2fe7117f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-2b11403e-24ac-43be-88f3-a5af2fe7117f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-2b11403e-24ac-43be-88f3-a5af2fe7117f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-2b11403e-24ac-43be-88f3-a5af2fe7117f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-2b11403e-24ac-43be-88f3-a5af2fe7117f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-2b11403e-24ac-43be-88f3-a5af2fe7117f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-2b11403e-24ac-43be-88f3-a5af2fe7117f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-2b11403e-24ac-43be-88f3-a5af2fe7117f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-2b11403e-24ac-43be-88f3-a5af2fe7117f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-6e49795d-dce4-4be6-99ac-3503bf38c18c {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 80px;
background-color: rgba(245, 245, 245, 0.55);
}








#s-6e49795d-dce4-4be6-99ac-3503bf38c18c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e49795d-dce4-4be6-99ac-3503bf38c18c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9201fa40-8986-40ed-9f95-ef47bac893d0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-9201fa40-8986-40ed-9f95-ef47bac893d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9201fa40-8986-40ed-9f95-ef47bac893d0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9201fa40-8986-40ed-9f95-ef47bac893d0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9201fa40-8986-40ed-9f95-ef47bac893d0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9201fa40-8986-40ed-9f95-ef47bac893d0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9201fa40-8986-40ed-9f95-ef47bac893d0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9201fa40-8986-40ed-9f95-ef47bac893d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9201fa40-8986-40ed-9f95-ef47bac893d0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9201fa40-8986-40ed-9f95-ef47bac893d0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9201fa40-8986-40ed-9f95-ef47bac893d0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9201fa40-8986-40ed-9f95-ef47bac893d0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9201fa40-8986-40ed-9f95-ef47bac893d0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9201fa40-8986-40ed-9f95-ef47bac893d0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9201fa40-8986-40ed-9f95-ef47bac893d0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9201fa40-8986-40ed-9f95-ef47bac893d0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9201fa40-8986-40ed-9f95-ef47bac893d0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9201fa40-8986-40ed-9f95-ef47bac893d0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9201fa40-8986-40ed-9f95-ef47bac893d0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9201fa40-8986-40ed-9f95-ef47bac893d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9201fa40-8986-40ed-9f95-ef47bac893d0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9201fa40-8986-40ed-9f95-ef47bac893d0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9201fa40-8986-40ed-9f95-ef47bac893d0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9201fa40-8986-40ed-9f95-ef47bac893d0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9201fa40-8986-40ed-9f95-ef47bac893d0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9201fa40-8986-40ed-9f95-ef47bac893d0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9201fa40-8986-40ed-9f95-ef47bac893d0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9201fa40-8986-40ed-9f95-ef47bac893d0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9201fa40-8986-40ed-9f95-ef47bac893d0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9201fa40-8986-40ed-9f95-ef47bac893d0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9201fa40-8986-40ed-9f95-ef47bac893d0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9201fa40-8986-40ed-9f95-ef47bac893d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9201fa40-8986-40ed-9f95-ef47bac893d0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9201fa40-8986-40ed-9f95-ef47bac893d0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9201fa40-8986-40ed-9f95-ef47bac893d0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9201fa40-8986-40ed-9f95-ef47bac893d0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9201fa40-8986-40ed-9f95-ef47bac893d0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9201fa40-8986-40ed-9f95-ef47bac893d0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-cc779c9c-aa74-4e44-8347-21eaf76bd554 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-cc779c9c-aa74-4e44-8347-21eaf76bd554 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc779c9c-aa74-4e44-8347-21eaf76bd554.shg-box.shg-c {
  justify-content: center;
}

#s-453cf92f-11cb-46be-870f-cd0b96df9d5b {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-453cf92f-11cb-46be-870f-cd0b96df9d5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-453cf92f-11cb-46be-870f-cd0b96df9d5b.shg-box.shg-c {
  justify-content: center;
}

#s-a7e2bdff-c4e4-4790-8af6-986a8ebbba00 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-a7e2bdff-c4e4-4790-8af6-986a8ebbba00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7e2bdff-c4e4-4790-8af6-986a8ebbba00.shg-box.shg-c {
  justify-content: center;
}

#s-a539548c-619e-407a-b63b-b71e97706054 {
  min-height: 80px;
max-width: 100%;
background-color: rgba(245, 245, 245, 0.55);
}








#s-a539548c-619e-407a-b63b-b71e97706054 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a539548c-619e-407a-b63b-b71e97706054.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;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
