.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-148f2789-b799-4593-9b20-4668470f15da {
  min-height: 50px;
}
@media (min-width: 1200px){#s-148f2789-b799-4593-9b20-4668470f15da {
  display: none;
}
#s-148f2789-b799-4593-9b20-4668470f15da, #wrap-s-148f2789-b799-4593-9b20-4668470f15da { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-148f2789-b799-4593-9b20-4668470f15da {
  display: none;
}
#s-148f2789-b799-4593-9b20-4668470f15da, #wrap-s-148f2789-b799-4593-9b20-4668470f15da { display:none !important; }}@media (max-width: 767px){#s-148f2789-b799-4593-9b20-4668470f15da {
  
}
}







#s-148f2789-b799-4593-9b20-4668470f15da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-148f2789-b799-4593-9b20-4668470f15da.shg-box.shg-c {
  justify-content: center;
}

.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-6d5b9819-b524-4f9e-8f57-2acb6c135b2f {
  text-align: center;
}




  #s-6d5b9819-b524-4f9e-8f57-2acb6c135b2f img.shogun-image {
    
    width: px;
  }


#s-6d5b9819-b524-4f9e-8f57-2acb6c135b2f .shogun-image-content {
  
    align-items: 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-aa642a60-92d2-4f1f-a8de-2c742fe7bd7c {
  padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 1200px){#s-aa642a60-92d2-4f1f-a8de-2c742fe7bd7c {
  display: none;
}
#s-aa642a60-92d2-4f1f-a8de-2c742fe7bd7c, #wrap-s-aa642a60-92d2-4f1f-a8de-2c742fe7bd7c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aa642a60-92d2-4f1f-a8de-2c742fe7bd7c {
  display: none;
}
#s-aa642a60-92d2-4f1f-a8de-2c742fe7bd7c, #wrap-s-aa642a60-92d2-4f1f-a8de-2c742fe7bd7c { display:none !important; }}
#s-c024a5ab-c0e7-4676-9eb0-5987352c14dc {
  background-color: rgba(255, 255, 255, 1);
}








#s-c024a5ab-c0e7-4676-9eb0-5987352c14dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c024a5ab-c0e7-4676-9eb0-5987352c14dc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c5b2261a-9c59-4703-9441-356280f81a8a {
  min-height: 70px;
}
@media (min-width: 1200px){#s-c5b2261a-9c59-4703-9441-356280f81a8a {
  display: none;
}
#s-c5b2261a-9c59-4703-9441-356280f81a8a, #wrap-s-c5b2261a-9c59-4703-9441-356280f81a8a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c5b2261a-9c59-4703-9441-356280f81a8a {
  display: none;
}
#s-c5b2261a-9c59-4703-9441-356280f81a8a, #wrap-s-c5b2261a-9c59-4703-9441-356280f81a8a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c5b2261a-9c59-4703-9441-356280f81a8a {
  display: none;
}
#s-c5b2261a-9c59-4703-9441-356280f81a8a, #wrap-s-c5b2261a-9c59-4703-9441-356280f81a8a { display:none !important; }}@media (max-width: 767px){#s-c5b2261a-9c59-4703-9441-356280f81a8a {
  display: none;
}
#s-c5b2261a-9c59-4703-9441-356280f81a8a, #wrap-s-c5b2261a-9c59-4703-9441-356280f81a8a { display:none !important; }}







#s-c5b2261a-9c59-4703-9441-356280f81a8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5b2261a-9c59-4703-9441-356280f81a8a.shg-box.shg-c {
  justify-content: center;
}

#s-12694a4e-a962-4255-b3d2-75d4ce744289 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-12694a4e-a962-4255-b3d2-75d4ce744289 {
  display: none;
}
#s-12694a4e-a962-4255-b3d2-75d4ce744289, #wrap-s-12694a4e-a962-4255-b3d2-75d4ce744289 { display:none !important; }}@media (max-width: 767px){#s-12694a4e-a962-4255-b3d2-75d4ce744289 {
  display: none;
}
#s-12694a4e-a962-4255-b3d2-75d4ce744289, #wrap-s-12694a4e-a962-4255-b3d2-75d4ce744289 { display:none !important; }}







#s-12694a4e-a962-4255-b3d2-75d4ce744289 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12694a4e-a962-4255-b3d2-75d4ce744289.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;
}

@media (min-width: 0px) {
[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-5bedbb33-cc05-477a-972f-9e54c36d6371 {
  text-align: center;
}




  #s-5bedbb33-cc05-477a-972f-9e54c36d6371 img.shogun-image {
    
    width: px;
  }


#s-5bedbb33-cc05-477a-972f-9e54c36d6371 .shogun-image-content {
  
    align-items: center;
  
}

#s-6b223ed0-2e8e-4834-bd77-ed05e5c1004c {
  text-align: center;
}




  #s-6b223ed0-2e8e-4834-bd77-ed05e5c1004c img.shogun-image {
    
    width: px;
  }


#s-6b223ed0-2e8e-4834-bd77-ed05e5c1004c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d5be5c98-fdba-4a25-9345-7bf3dc8f108f {
  padding-left: 30px;
padding-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d5be5c98-fdba-4a25-9345-7bf3dc8f108f {
  display: none;
}
#s-d5be5c98-fdba-4a25-9345-7bf3dc8f108f, #wrap-s-d5be5c98-fdba-4a25-9345-7bf3dc8f108f { display:none !important; }}@media (max-width: 767px){#s-d5be5c98-fdba-4a25-9345-7bf3dc8f108f {
  display: none;
}
#s-d5be5c98-fdba-4a25-9345-7bf3dc8f108f, #wrap-s-d5be5c98-fdba-4a25-9345-7bf3dc8f108f { display:none !important; }}
#s-fe6c04d7-3b73-4424-86ab-1b1c56cb21ae {
  padding-left: 30px;
padding-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fe6c04d7-3b73-4424-86ab-1b1c56cb21ae {
  display: none;
}
#s-fe6c04d7-3b73-4424-86ab-1b1c56cb21ae, #wrap-s-fe6c04d7-3b73-4424-86ab-1b1c56cb21ae { display:none !important; }}@media (max-width: 767px){#s-fe6c04d7-3b73-4424-86ab-1b1c56cb21ae {
  display: none;
}
#s-fe6c04d7-3b73-4424-86ab-1b1c56cb21ae, #wrap-s-fe6c04d7-3b73-4424-86ab-1b1c56cb21ae { display:none !important; }}
#s-42ffaa85-c86e-43b3-b25f-f5a6c97ae3d9 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-42ffaa85-c86e-43b3-b25f-f5a6c97ae3d9 {
  
}
}@media (max-width: 767px){#s-42ffaa85-c86e-43b3-b25f-f5a6c97ae3d9 {
  
}
}







#s-42ffaa85-c86e-43b3-b25f-f5a6c97ae3d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42ffaa85-c86e-43b3-b25f-f5a6c97ae3d9.shg-box.shg-c {
  justify-content: center;
}

#s-84a967e1-e20a-4b66-a3dd-657e332971f7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-84a967e1-e20a-4b66-a3dd-657e332971f7 {
  display: none;
}
#s-84a967e1-e20a-4b66-a3dd-657e332971f7, #wrap-s-84a967e1-e20a-4b66-a3dd-657e332971f7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-84a967e1-e20a-4b66-a3dd-657e332971f7 {
  display: none;
}
#s-84a967e1-e20a-4b66-a3dd-657e332971f7, #wrap-s-84a967e1-e20a-4b66-a3dd-657e332971f7 { display:none !important; }}@media (max-width: 767px){#s-84a967e1-e20a-4b66-a3dd-657e332971f7 {
  display: none;
}
#s-84a967e1-e20a-4b66-a3dd-657e332971f7, #wrap-s-84a967e1-e20a-4b66-a3dd-657e332971f7 { display:none !important; }}







#s-84a967e1-e20a-4b66-a3dd-657e332971f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84a967e1-e20a-4b66-a3dd-657e332971f7.shg-box.shg-c {
  justify-content: center;
}

#s-fff870df-8b45-4187-abdd-be961db29733 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-fff870df-8b45-4187-abdd-be961db29733 {
  display: none;
}
#s-fff870df-8b45-4187-abdd-be961db29733, #wrap-s-fff870df-8b45-4187-abdd-be961db29733 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fff870df-8b45-4187-abdd-be961db29733 {
  display: none;
}
#s-fff870df-8b45-4187-abdd-be961db29733, #wrap-s-fff870df-8b45-4187-abdd-be961db29733 { display:none !important; }}







#s-fff870df-8b45-4187-abdd-be961db29733 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fff870df-8b45-4187-abdd-be961db29733.shg-box.shg-c {
  justify-content: center;
}

#s-91dce9f8-fdb0-4519-a627-5a23a4bdebd9 {
  padding-top: 0px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px;
}
@media (min-width: 1200px){#s-91dce9f8-fdb0-4519-a627-5a23a4bdebd9 {
  display: none;
}
#s-91dce9f8-fdb0-4519-a627-5a23a4bdebd9, #wrap-s-91dce9f8-fdb0-4519-a627-5a23a4bdebd9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-91dce9f8-fdb0-4519-a627-5a23a4bdebd9 {
  display: none;
}
#s-91dce9f8-fdb0-4519-a627-5a23a4bdebd9, #wrap-s-91dce9f8-fdb0-4519-a627-5a23a4bdebd9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-91dce9f8-fdb0-4519-a627-5a23a4bdebd9 {
  
}
}
#s-cbf21e4b-a6d5-443a-8d24-3abf37654751 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-cbf21e4b-a6d5-443a-8d24-3abf37654751 {
  display: none;
}
#s-cbf21e4b-a6d5-443a-8d24-3abf37654751, #wrap-s-cbf21e4b-a6d5-443a-8d24-3abf37654751 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cbf21e4b-a6d5-443a-8d24-3abf37654751 {
  display: none;
}
#s-cbf21e4b-a6d5-443a-8d24-3abf37654751, #wrap-s-cbf21e4b-a6d5-443a-8d24-3abf37654751 { display:none !important; }}







#s-cbf21e4b-a6d5-443a-8d24-3abf37654751 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbf21e4b-a6d5-443a-8d24-3abf37654751.shg-box.shg-c {
  justify-content: center;
}

#s-0a4caf1b-d535-4e46-ba74-f9584e2fba7d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0a4caf1b-d535-4e46-ba74-f9584e2fba7d {
  display: none;
}
#s-0a4caf1b-d535-4e46-ba74-f9584e2fba7d, #wrap-s-0a4caf1b-d535-4e46-ba74-f9584e2fba7d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a4caf1b-d535-4e46-ba74-f9584e2fba7d {
  display: none;
}
#s-0a4caf1b-d535-4e46-ba74-f9584e2fba7d, #wrap-s-0a4caf1b-d535-4e46-ba74-f9584e2fba7d { display:none !important; }}







#s-0a4caf1b-d535-4e46-ba74-f9584e2fba7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a4caf1b-d535-4e46-ba74-f9584e2fba7d.shg-box.shg-c {
  justify-content: center;
}

#s-d497bc86-ad42-4034-b704-83a66c0a7015 {
  padding-top: 0px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px;
}
@media (min-width: 1200px){#s-d497bc86-ad42-4034-b704-83a66c0a7015 {
  display: none;
}
#s-d497bc86-ad42-4034-b704-83a66c0a7015, #wrap-s-d497bc86-ad42-4034-b704-83a66c0a7015 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d497bc86-ad42-4034-b704-83a66c0a7015 {
  display: none;
}
#s-d497bc86-ad42-4034-b704-83a66c0a7015, #wrap-s-d497bc86-ad42-4034-b704-83a66c0a7015 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d497bc86-ad42-4034-b704-83a66c0a7015 {
  
}
}
#s-8255a1f7-275d-42af-97c0-e98864827501 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8255a1f7-275d-42af-97c0-e98864827501 {
  display: none;
}
#s-8255a1f7-275d-42af-97c0-e98864827501, #wrap-s-8255a1f7-275d-42af-97c0-e98864827501 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8255a1f7-275d-42af-97c0-e98864827501 {
  display: none;
}
#s-8255a1f7-275d-42af-97c0-e98864827501, #wrap-s-8255a1f7-275d-42af-97c0-e98864827501 { display:none !important; }}







#s-8255a1f7-275d-42af-97c0-e98864827501 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8255a1f7-275d-42af-97c0-e98864827501.shg-box.shg-c {
  justify-content: center;
}

#s-fab7ab2d-6ca3-4957-9e3c-075a38c9cc86 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-fab7ab2d-6ca3-4957-9e3c-075a38c9cc86 {
  display: none;
}
#s-fab7ab2d-6ca3-4957-9e3c-075a38c9cc86, #wrap-s-fab7ab2d-6ca3-4957-9e3c-075a38c9cc86 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fab7ab2d-6ca3-4957-9e3c-075a38c9cc86 {
  display: none;
}
#s-fab7ab2d-6ca3-4957-9e3c-075a38c9cc86, #wrap-s-fab7ab2d-6ca3-4957-9e3c-075a38c9cc86 { display:none !important; }}







#s-fab7ab2d-6ca3-4957-9e3c-075a38c9cc86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fab7ab2d-6ca3-4957-9e3c-075a38c9cc86.shg-box.shg-c {
  justify-content: center;
}

#s-db531634-06e6-45cd-9099-bb661d270bc9 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-db531634-06e6-45cd-9099-bb661d270bc9 {
  display: none;
}
#s-db531634-06e6-45cd-9099-bb661d270bc9, #wrap-s-db531634-06e6-45cd-9099-bb661d270bc9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db531634-06e6-45cd-9099-bb661d270bc9 {
  display: none;
}
#s-db531634-06e6-45cd-9099-bb661d270bc9, #wrap-s-db531634-06e6-45cd-9099-bb661d270bc9 { display:none !important; }}







#s-db531634-06e6-45cd-9099-bb661d270bc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db531634-06e6-45cd-9099-bb661d270bc9.shg-box.shg-c {
  justify-content: center;
}

#s-a75ef7af-504e-43b6-9c2c-b8642e01989a {
  padding-top: 0px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px;
}
@media (min-width: 1200px){#s-a75ef7af-504e-43b6-9c2c-b8642e01989a {
  display: none;
}
#s-a75ef7af-504e-43b6-9c2c-b8642e01989a, #wrap-s-a75ef7af-504e-43b6-9c2c-b8642e01989a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a75ef7af-504e-43b6-9c2c-b8642e01989a {
  display: none;
}
#s-a75ef7af-504e-43b6-9c2c-b8642e01989a, #wrap-s-a75ef7af-504e-43b6-9c2c-b8642e01989a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a75ef7af-504e-43b6-9c2c-b8642e01989a {
  
}
}
#s-ad92b4ea-c760-4266-9634-10eaeedf899f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ad92b4ea-c760-4266-9634-10eaeedf899f {
  display: none;
}
#s-ad92b4ea-c760-4266-9634-10eaeedf899f, #wrap-s-ad92b4ea-c760-4266-9634-10eaeedf899f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ad92b4ea-c760-4266-9634-10eaeedf899f {
  display: none;
}
#s-ad92b4ea-c760-4266-9634-10eaeedf899f, #wrap-s-ad92b4ea-c760-4266-9634-10eaeedf899f { display:none !important; }}







#s-ad92b4ea-c760-4266-9634-10eaeedf899f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad92b4ea-c760-4266-9634-10eaeedf899f.shg-box.shg-c {
  justify-content: center;
}

#s-380f6c80-adfc-4a08-8e69-762862b377d7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-380f6c80-adfc-4a08-8e69-762862b377d7 {
  display: none;
}
#s-380f6c80-adfc-4a08-8e69-762862b377d7, #wrap-s-380f6c80-adfc-4a08-8e69-762862b377d7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-380f6c80-adfc-4a08-8e69-762862b377d7 {
  display: none;
}
#s-380f6c80-adfc-4a08-8e69-762862b377d7, #wrap-s-380f6c80-adfc-4a08-8e69-762862b377d7 { display:none !important; }}







#s-380f6c80-adfc-4a08-8e69-762862b377d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-380f6c80-adfc-4a08-8e69-762862b377d7.shg-box.shg-c {
  justify-content: center;
}

#s-4bf23319-e0fa-43c9-ac21-525a34366fd0 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4bf23319-e0fa-43c9-ac21-525a34366fd0 {
  display: none;
}
#s-4bf23319-e0fa-43c9-ac21-525a34366fd0, #wrap-s-4bf23319-e0fa-43c9-ac21-525a34366fd0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4bf23319-e0fa-43c9-ac21-525a34366fd0 {
  display: none;
}
#s-4bf23319-e0fa-43c9-ac21-525a34366fd0, #wrap-s-4bf23319-e0fa-43c9-ac21-525a34366fd0 { display:none !important; }}







#s-4bf23319-e0fa-43c9-ac21-525a34366fd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4bf23319-e0fa-43c9-ac21-525a34366fd0.shg-box.shg-c {
  justify-content: center;
}

#s-adb4e5cf-f758-4ffc-a506-fcd052a1ce80 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-adb4e5cf-f758-4ffc-a506-fcd052a1ce80 {
  display: none;
}
#s-adb4e5cf-f758-4ffc-a506-fcd052a1ce80, #wrap-s-adb4e5cf-f758-4ffc-a506-fcd052a1ce80 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-adb4e5cf-f758-4ffc-a506-fcd052a1ce80 {
  display: none;
}
#s-adb4e5cf-f758-4ffc-a506-fcd052a1ce80, #wrap-s-adb4e5cf-f758-4ffc-a506-fcd052a1ce80 { display:none !important; }}







#s-adb4e5cf-f758-4ffc-a506-fcd052a1ce80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-adb4e5cf-f758-4ffc-a506-fcd052a1ce80.shg-box.shg-c {
  justify-content: center;
}

#s-ab42ba1f-2287-4557-91de-390cc93579c6 {
  padding-top: 0px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px;
}
@media (min-width: 1200px){#s-ab42ba1f-2287-4557-91de-390cc93579c6 {
  display: none;
}
#s-ab42ba1f-2287-4557-91de-390cc93579c6, #wrap-s-ab42ba1f-2287-4557-91de-390cc93579c6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ab42ba1f-2287-4557-91de-390cc93579c6 {
  display: none;
}
#s-ab42ba1f-2287-4557-91de-390cc93579c6, #wrap-s-ab42ba1f-2287-4557-91de-390cc93579c6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ab42ba1f-2287-4557-91de-390cc93579c6 {
  
}
}
#s-27da1032-1ff3-450e-a15d-0a1efd2e048d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-27da1032-1ff3-450e-a15d-0a1efd2e048d {
  display: none;
}
#s-27da1032-1ff3-450e-a15d-0a1efd2e048d, #wrap-s-27da1032-1ff3-450e-a15d-0a1efd2e048d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-27da1032-1ff3-450e-a15d-0a1efd2e048d {
  display: none;
}
#s-27da1032-1ff3-450e-a15d-0a1efd2e048d, #wrap-s-27da1032-1ff3-450e-a15d-0a1efd2e048d { display:none !important; }}







#s-27da1032-1ff3-450e-a15d-0a1efd2e048d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27da1032-1ff3-450e-a15d-0a1efd2e048d.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-1c309c6f-8f59-477f-8673-e360b54d1cf8 {
  display: none;
}
#s-1c309c6f-8f59-477f-8673-e360b54d1cf8, #wrap-s-1c309c6f-8f59-477f-8673-e360b54d1cf8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1c309c6f-8f59-477f-8673-e360b54d1cf8 {
  display: none;
}
#s-1c309c6f-8f59-477f-8673-e360b54d1cf8, #wrap-s-1c309c6f-8f59-477f-8673-e360b54d1cf8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1c309c6f-8f59-477f-8673-e360b54d1cf8 {
  
}
}@media (max-width: 767px){#s-1c309c6f-8f59-477f-8673-e360b54d1cf8 {
  
}
}
#s-e33d1cd0-fccc-4503-9e7c-e986f7007716 {
  padding-top: 0px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px;
}
@media (min-width: 1200px){#s-e33d1cd0-fccc-4503-9e7c-e986f7007716 {
  display: none;
}
#s-e33d1cd0-fccc-4503-9e7c-e986f7007716, #wrap-s-e33d1cd0-fccc-4503-9e7c-e986f7007716 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e33d1cd0-fccc-4503-9e7c-e986f7007716 {
  display: none;
}
#s-e33d1cd0-fccc-4503-9e7c-e986f7007716, #wrap-s-e33d1cd0-fccc-4503-9e7c-e986f7007716 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e33d1cd0-fccc-4503-9e7c-e986f7007716 {
  
}
}
#s-d43b1144-b59c-4955-8580-7b576522144a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d43b1144-b59c-4955-8580-7b576522144a {
  display: none;
}
#s-d43b1144-b59c-4955-8580-7b576522144a, #wrap-s-d43b1144-b59c-4955-8580-7b576522144a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d43b1144-b59c-4955-8580-7b576522144a {
  display: none;
}
#s-d43b1144-b59c-4955-8580-7b576522144a, #wrap-s-d43b1144-b59c-4955-8580-7b576522144a { display:none !important; }}







#s-d43b1144-b59c-4955-8580-7b576522144a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d43b1144-b59c-4955-8580-7b576522144a.shg-box.shg-c {
  justify-content: center;
}

#s-27134633-6928-43be-a645-700178474de8 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-27134633-6928-43be-a645-700178474de8 {
  display: none;
}
#s-27134633-6928-43be-a645-700178474de8, #wrap-s-27134633-6928-43be-a645-700178474de8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-27134633-6928-43be-a645-700178474de8 {
  display: none;
}
#s-27134633-6928-43be-a645-700178474de8, #wrap-s-27134633-6928-43be-a645-700178474de8 { display:none !important; }}







#s-27134633-6928-43be-a645-700178474de8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27134633-6928-43be-a645-700178474de8.shg-box.shg-c {
  justify-content: center;
}

#s-20e77a06-c587-4559-8bc8-72f1a20151a1 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-20e77a06-c587-4559-8bc8-72f1a20151a1 {
  display: none;
}
#s-20e77a06-c587-4559-8bc8-72f1a20151a1, #wrap-s-20e77a06-c587-4559-8bc8-72f1a20151a1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-20e77a06-c587-4559-8bc8-72f1a20151a1 {
  display: none;
}
#s-20e77a06-c587-4559-8bc8-72f1a20151a1, #wrap-s-20e77a06-c587-4559-8bc8-72f1a20151a1 { display:none !important; }}







#s-20e77a06-c587-4559-8bc8-72f1a20151a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20e77a06-c587-4559-8bc8-72f1a20151a1.shg-box.shg-c {
  justify-content: center;
}

#s-ce5667d4-8db0-4f0e-864d-dcb739d18a17 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ce5667d4-8db0-4f0e-864d-dcb739d18a17 {
  display: none;
}
#s-ce5667d4-8db0-4f0e-864d-dcb739d18a17, #wrap-s-ce5667d4-8db0-4f0e-864d-dcb739d18a17 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ce5667d4-8db0-4f0e-864d-dcb739d18a17 {
  display: none;
}
#s-ce5667d4-8db0-4f0e-864d-dcb739d18a17, #wrap-s-ce5667d4-8db0-4f0e-864d-dcb739d18a17 { display:none !important; }}







#s-ce5667d4-8db0-4f0e-864d-dcb739d18a17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce5667d4-8db0-4f0e-864d-dcb739d18a17.shg-box.shg-c {
  justify-content: center;
}

#s-51eb05ec-f4b1-4fb7-bb94-b872dfc40bbb {
  padding-top: 0px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px;
}
@media (min-width: 1200px){#s-51eb05ec-f4b1-4fb7-bb94-b872dfc40bbb {
  display: none;
}
#s-51eb05ec-f4b1-4fb7-bb94-b872dfc40bbb, #wrap-s-51eb05ec-f4b1-4fb7-bb94-b872dfc40bbb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-51eb05ec-f4b1-4fb7-bb94-b872dfc40bbb {
  display: none;
}
#s-51eb05ec-f4b1-4fb7-bb94-b872dfc40bbb, #wrap-s-51eb05ec-f4b1-4fb7-bb94-b872dfc40bbb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-51eb05ec-f4b1-4fb7-bb94-b872dfc40bbb {
  
}
}
#s-527ff81a-5bdb-4fb3-9ddb-333b80e2262c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-527ff81a-5bdb-4fb3-9ddb-333b80e2262c {
  display: none;
}
#s-527ff81a-5bdb-4fb3-9ddb-333b80e2262c, #wrap-s-527ff81a-5bdb-4fb3-9ddb-333b80e2262c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-527ff81a-5bdb-4fb3-9ddb-333b80e2262c {
  display: none;
}
#s-527ff81a-5bdb-4fb3-9ddb-333b80e2262c, #wrap-s-527ff81a-5bdb-4fb3-9ddb-333b80e2262c { display:none !important; }}







#s-527ff81a-5bdb-4fb3-9ddb-333b80e2262c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-527ff81a-5bdb-4fb3-9ddb-333b80e2262c.shg-box.shg-c {
  justify-content: center;
}

#s-a9a4221d-9e30-4bc9-a4ac-985919754d5f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a9a4221d-9e30-4bc9-a4ac-985919754d5f {
  display: none;
}
#s-a9a4221d-9e30-4bc9-a4ac-985919754d5f, #wrap-s-a9a4221d-9e30-4bc9-a4ac-985919754d5f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a9a4221d-9e30-4bc9-a4ac-985919754d5f {
  display: none;
}
#s-a9a4221d-9e30-4bc9-a4ac-985919754d5f, #wrap-s-a9a4221d-9e30-4bc9-a4ac-985919754d5f { display:none !important; }}







#s-a9a4221d-9e30-4bc9-a4ac-985919754d5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9a4221d-9e30-4bc9-a4ac-985919754d5f.shg-box.shg-c {
  justify-content: center;
}

#s-d3e6edbb-a8a1-4eba-be6a-bb0ccc45ea2e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d3e6edbb-a8a1-4eba-be6a-bb0ccc45ea2e {
  display: none;
}
#s-d3e6edbb-a8a1-4eba-be6a-bb0ccc45ea2e, #wrap-s-d3e6edbb-a8a1-4eba-be6a-bb0ccc45ea2e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d3e6edbb-a8a1-4eba-be6a-bb0ccc45ea2e {
  display: none;
}
#s-d3e6edbb-a8a1-4eba-be6a-bb0ccc45ea2e, #wrap-s-d3e6edbb-a8a1-4eba-be6a-bb0ccc45ea2e { display:none !important; }}







#s-d3e6edbb-a8a1-4eba-be6a-bb0ccc45ea2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3e6edbb-a8a1-4eba-be6a-bb0ccc45ea2e.shg-box.shg-c {
  justify-content: center;
}

#s-580e2c96-ed50-4913-9995-55311e658766 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-580e2c96-ed50-4913-9995-55311e658766 {
  display: none;
}
#s-580e2c96-ed50-4913-9995-55311e658766, #wrap-s-580e2c96-ed50-4913-9995-55311e658766 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-580e2c96-ed50-4913-9995-55311e658766 {
  display: none;
}
#s-580e2c96-ed50-4913-9995-55311e658766, #wrap-s-580e2c96-ed50-4913-9995-55311e658766 { display:none !important; }}







#s-580e2c96-ed50-4913-9995-55311e658766 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-580e2c96-ed50-4913-9995-55311e658766.shg-box.shg-c {
  justify-content: center;
}

#s-f4e6fc7e-9dca-436e-ab70-0a731dd97fbc {
  padding-top: 0px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px;
}
@media (min-width: 1200px){#s-f4e6fc7e-9dca-436e-ab70-0a731dd97fbc {
  display: none;
}
#s-f4e6fc7e-9dca-436e-ab70-0a731dd97fbc, #wrap-s-f4e6fc7e-9dca-436e-ab70-0a731dd97fbc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f4e6fc7e-9dca-436e-ab70-0a731dd97fbc {
  display: none;
}
#s-f4e6fc7e-9dca-436e-ab70-0a731dd97fbc, #wrap-s-f4e6fc7e-9dca-436e-ab70-0a731dd97fbc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f4e6fc7e-9dca-436e-ab70-0a731dd97fbc {
  
}
}
#s-67cf0cb6-4dee-4c23-9fc9-a299dd371e33 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-67cf0cb6-4dee-4c23-9fc9-a299dd371e33 {
  display: none;
}
#s-67cf0cb6-4dee-4c23-9fc9-a299dd371e33, #wrap-s-67cf0cb6-4dee-4c23-9fc9-a299dd371e33 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67cf0cb6-4dee-4c23-9fc9-a299dd371e33 {
  display: none;
}
#s-67cf0cb6-4dee-4c23-9fc9-a299dd371e33, #wrap-s-67cf0cb6-4dee-4c23-9fc9-a299dd371e33 { display:none !important; }}







#s-67cf0cb6-4dee-4c23-9fc9-a299dd371e33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67cf0cb6-4dee-4c23-9fc9-a299dd371e33.shg-box.shg-c {
  justify-content: center;
}

#s-66c3a94f-e7c6-46ae-99fd-350072621831 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-66c3a94f-e7c6-46ae-99fd-350072621831 {
  display: none;
}
#s-66c3a94f-e7c6-46ae-99fd-350072621831, #wrap-s-66c3a94f-e7c6-46ae-99fd-350072621831 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-66c3a94f-e7c6-46ae-99fd-350072621831 {
  display: none;
}
#s-66c3a94f-e7c6-46ae-99fd-350072621831, #wrap-s-66c3a94f-e7c6-46ae-99fd-350072621831 { display:none !important; }}







#s-66c3a94f-e7c6-46ae-99fd-350072621831 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66c3a94f-e7c6-46ae-99fd-350072621831.shg-box.shg-c {
  justify-content: center;
}

#s-654cc00a-11f8-464c-a1bd-617738af96fa {
  min-height: 50px;
}
@media (min-width: 1200px){#s-654cc00a-11f8-464c-a1bd-617738af96fa {
  display: none;
}
#s-654cc00a-11f8-464c-a1bd-617738af96fa, #wrap-s-654cc00a-11f8-464c-a1bd-617738af96fa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-654cc00a-11f8-464c-a1bd-617738af96fa {
  display: none;
}
#s-654cc00a-11f8-464c-a1bd-617738af96fa, #wrap-s-654cc00a-11f8-464c-a1bd-617738af96fa { display:none !important; }}







#s-654cc00a-11f8-464c-a1bd-617738af96fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-654cc00a-11f8-464c-a1bd-617738af96fa.shg-box.shg-c {
  justify-content: center;
}

#s-a1214071-2c80-45bd-be90-f58aaca25650 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a1214071-2c80-45bd-be90-f58aaca25650 {
  display: none;
}
#s-a1214071-2c80-45bd-be90-f58aaca25650, #wrap-s-a1214071-2c80-45bd-be90-f58aaca25650 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a1214071-2c80-45bd-be90-f58aaca25650 {
  display: none;
}
#s-a1214071-2c80-45bd-be90-f58aaca25650, #wrap-s-a1214071-2c80-45bd-be90-f58aaca25650 { display:none !important; }}







#s-a1214071-2c80-45bd-be90-f58aaca25650 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1214071-2c80-45bd-be90-f58aaca25650.shg-box.shg-c {
  justify-content: center;
}

#s-00cdfdd8-2810-40e4-aece-60ffecbde8cc {
  padding-top: 0px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px;
}
@media (min-width: 1200px){#s-00cdfdd8-2810-40e4-aece-60ffecbde8cc {
  display: none;
}
#s-00cdfdd8-2810-40e4-aece-60ffecbde8cc, #wrap-s-00cdfdd8-2810-40e4-aece-60ffecbde8cc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-00cdfdd8-2810-40e4-aece-60ffecbde8cc {
  display: none;
}
#s-00cdfdd8-2810-40e4-aece-60ffecbde8cc, #wrap-s-00cdfdd8-2810-40e4-aece-60ffecbde8cc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-00cdfdd8-2810-40e4-aece-60ffecbde8cc {
  
}
}
#s-b949174f-a664-4f27-b5b6-c33cfacfb26a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b949174f-a664-4f27-b5b6-c33cfacfb26a {
  display: none;
}
#s-b949174f-a664-4f27-b5b6-c33cfacfb26a, #wrap-s-b949174f-a664-4f27-b5b6-c33cfacfb26a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b949174f-a664-4f27-b5b6-c33cfacfb26a {
  display: none;
}
#s-b949174f-a664-4f27-b5b6-c33cfacfb26a, #wrap-s-b949174f-a664-4f27-b5b6-c33cfacfb26a { display:none !important; }}







#s-b949174f-a664-4f27-b5b6-c33cfacfb26a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b949174f-a664-4f27-b5b6-c33cfacfb26a.shg-box.shg-c {
  justify-content: center;
}

#s-f48c17d5-6261-4825-8408-ac1452ed2387 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f48c17d5-6261-4825-8408-ac1452ed2387 {
  display: none;
}
#s-f48c17d5-6261-4825-8408-ac1452ed2387, #wrap-s-f48c17d5-6261-4825-8408-ac1452ed2387 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f48c17d5-6261-4825-8408-ac1452ed2387 {
  display: none;
}
#s-f48c17d5-6261-4825-8408-ac1452ed2387, #wrap-s-f48c17d5-6261-4825-8408-ac1452ed2387 { display:none !important; }}







#s-f48c17d5-6261-4825-8408-ac1452ed2387 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f48c17d5-6261-4825-8408-ac1452ed2387.shg-box.shg-c {
  justify-content: center;
}

#s-3c956a08-f100-4f46-8691-8544a919d13d {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-3c956a08-f100-4f46-8691-8544a919d13d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-3c956a08-f100-4f46-8691-8544a919d13d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c956a08-f100-4f46-8691-8544a919d13d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3c956a08-f100-4f46-8691-8544a919d13d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3c956a08-f100-4f46-8691-8544a919d13d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3c956a08-f100-4f46-8691-8544a919d13d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3c956a08-f100-4f46-8691-8544a919d13d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3c956a08-f100-4f46-8691-8544a919d13d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3c956a08-f100-4f46-8691-8544a919d13d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3c956a08-f100-4f46-8691-8544a919d13d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3c956a08-f100-4f46-8691-8544a919d13d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3c956a08-f100-4f46-8691-8544a919d13d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3c956a08-f100-4f46-8691-8544a919d13d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3c956a08-f100-4f46-8691-8544a919d13d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3c956a08-f100-4f46-8691-8544a919d13d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3c956a08-f100-4f46-8691-8544a919d13d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3c956a08-f100-4f46-8691-8544a919d13d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3c956a08-f100-4f46-8691-8544a919d13d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3c956a08-f100-4f46-8691-8544a919d13d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3c956a08-f100-4f46-8691-8544a919d13d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3c956a08-f100-4f46-8691-8544a919d13d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3c956a08-f100-4f46-8691-8544a919d13d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3c956a08-f100-4f46-8691-8544a919d13d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3c956a08-f100-4f46-8691-8544a919d13d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3c956a08-f100-4f46-8691-8544a919d13d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3c956a08-f100-4f46-8691-8544a919d13d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3c956a08-f100-4f46-8691-8544a919d13d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3c956a08-f100-4f46-8691-8544a919d13d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3c956a08-f100-4f46-8691-8544a919d13d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3c956a08-f100-4f46-8691-8544a919d13d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3c956a08-f100-4f46-8691-8544a919d13d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3c956a08-f100-4f46-8691-8544a919d13d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3c956a08-f100-4f46-8691-8544a919d13d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3c956a08-f100-4f46-8691-8544a919d13d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3c956a08-f100-4f46-8691-8544a919d13d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3c956a08-f100-4f46-8691-8544a919d13d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3c956a08-f100-4f46-8691-8544a919d13d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3c956a08-f100-4f46-8691-8544a919d13d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-0ab63d0a-6583-4ef3-909e-0d6e2d156286 {
  text-align: center;
}




  #s-0ab63d0a-6583-4ef3-909e-0d6e2d156286 img.shogun-image {
    
    width: px;
  }


#s-0ab63d0a-6583-4ef3-909e-0d6e2d156286 .shogun-image-content {
  
    align-items: 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-2fee3556-e3b2-4757-9385-a8cc26149d51 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2fee3556-e3b2-4757-9385-a8cc26149d51 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-a2685dc3-251c-46dc-9c39-30899d6783b7 {
  min-height: 50px;
}








#s-a2685dc3-251c-46dc-9c39-30899d6783b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2685dc3-251c-46dc-9c39-30899d6783b7.shg-box.shg-c {
  justify-content: center;
}

#s-3b5df75e-87e6-43bc-a6db-ff1949e8fd94 {
  text-align: center;
}




  #s-3b5df75e-87e6-43bc-a6db-ff1949e8fd94 img.shogun-image {
    
    width: px;
  }


#s-3b5df75e-87e6-43bc-a6db-ff1949e8fd94 .shogun-image-content {
  
    align-items: center;
  
}

#s-43ce9b5d-6c6f-4622-856b-bbcba69c2eb9 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-43ce9b5d-6c6f-4622-856b-bbcba69c2eb9 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-3a9ff7c7-1db3-48ab-ae0a-4d1e02a78dd0 {
  min-height: 50px;
}








#s-3a9ff7c7-1db3-48ab-ae0a-4d1e02a78dd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a9ff7c7-1db3-48ab-ae0a-4d1e02a78dd0.shg-box.shg-c {
  justify-content: center;
}

#s-cf351a96-7d3f-4b7f-9449-c03537d4a1c9 {
  text-align: center;
}




  #s-cf351a96-7d3f-4b7f-9449-c03537d4a1c9 img.shogun-image {
    
    width: px;
  }


#s-cf351a96-7d3f-4b7f-9449-c03537d4a1c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-e441169c-bf1a-4ac8-8f86-f2bbdf353bff {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e441169c-bf1a-4ac8-8f86-f2bbdf353bff .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-e9b88e44-fe12-48f2-ba85-1cddd0b83574 {
  min-height: 50px;
}








#s-e9b88e44-fe12-48f2-ba85-1cddd0b83574 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9b88e44-fe12-48f2-ba85-1cddd0b83574.shg-box.shg-c {
  justify-content: center;
}

#s-6616b613-2ba9-4da2-8769-5eae3ed99a52 {
  text-align: center;
}




  #s-6616b613-2ba9-4da2-8769-5eae3ed99a52 img.shogun-image {
    
    width: px;
  }


#s-6616b613-2ba9-4da2-8769-5eae3ed99a52 .shogun-image-content {
  
    align-items: center;
  
}

#s-f9b2e345-727b-4c31-98d0-3496b0980b66 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f9b2e345-727b-4c31-98d0-3496b0980b66 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-e763684b-f31f-4b14-bf59-9b8b17bef483 {
  min-height: 50px;
}








#s-e763684b-f31f-4b14-bf59-9b8b17bef483 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e763684b-f31f-4b14-bf59-9b8b17bef483.shg-box.shg-c {
  justify-content: center;
}

#s-bdb91927-115d-4b28-b002-2730d1ea9800 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-bdb91927-115d-4b28-b002-2730d1ea9800 {
  display: none;
}
#s-bdb91927-115d-4b28-b002-2730d1ea9800, #wrap-s-bdb91927-115d-4b28-b002-2730d1ea9800 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bdb91927-115d-4b28-b002-2730d1ea9800 {
  display: none;
}
#s-bdb91927-115d-4b28-b002-2730d1ea9800, #wrap-s-bdb91927-115d-4b28-b002-2730d1ea9800 { display:none !important; }}







#s-bdb91927-115d-4b28-b002-2730d1ea9800 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdb91927-115d-4b28-b002-2730d1ea9800.shg-box.shg-c {
  justify-content: center;
}

#s-92c600da-b8d2-4dca-b363-332bf9571a5f {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-92c600da-b8d2-4dca-b363-332bf9571a5f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-92c600da-b8d2-4dca-b363-332bf9571a5f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92c600da-b8d2-4dca-b363-332bf9571a5f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-92c600da-b8d2-4dca-b363-332bf9571a5f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-92c600da-b8d2-4dca-b363-332bf9571a5f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-92c600da-b8d2-4dca-b363-332bf9571a5f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-92c600da-b8d2-4dca-b363-332bf9571a5f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-92c600da-b8d2-4dca-b363-332bf9571a5f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-92c600da-b8d2-4dca-b363-332bf9571a5f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-92c600da-b8d2-4dca-b363-332bf9571a5f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-92c600da-b8d2-4dca-b363-332bf9571a5f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-92c600da-b8d2-4dca-b363-332bf9571a5f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-92c600da-b8d2-4dca-b363-332bf9571a5f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-92c600da-b8d2-4dca-b363-332bf9571a5f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-92c600da-b8d2-4dca-b363-332bf9571a5f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-92c600da-b8d2-4dca-b363-332bf9571a5f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-92c600da-b8d2-4dca-b363-332bf9571a5f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-92c600da-b8d2-4dca-b363-332bf9571a5f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-92c600da-b8d2-4dca-b363-332bf9571a5f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-92c600da-b8d2-4dca-b363-332bf9571a5f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-92c600da-b8d2-4dca-b363-332bf9571a5f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-92c600da-b8d2-4dca-b363-332bf9571a5f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-92c600da-b8d2-4dca-b363-332bf9571a5f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-92c600da-b8d2-4dca-b363-332bf9571a5f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-92c600da-b8d2-4dca-b363-332bf9571a5f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-92c600da-b8d2-4dca-b363-332bf9571a5f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-92c600da-b8d2-4dca-b363-332bf9571a5f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-92c600da-b8d2-4dca-b363-332bf9571a5f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-92c600da-b8d2-4dca-b363-332bf9571a5f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-92c600da-b8d2-4dca-b363-332bf9571a5f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-92c600da-b8d2-4dca-b363-332bf9571a5f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-92c600da-b8d2-4dca-b363-332bf9571a5f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-92c600da-b8d2-4dca-b363-332bf9571a5f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-92c600da-b8d2-4dca-b363-332bf9571a5f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-92c600da-b8d2-4dca-b363-332bf9571a5f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-92c600da-b8d2-4dca-b363-332bf9571a5f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-92c600da-b8d2-4dca-b363-332bf9571a5f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-92c600da-b8d2-4dca-b363-332bf9571a5f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-e5292287-da9f-4eb1-872a-162967f8707d {
  text-align: center;
}




  #s-e5292287-da9f-4eb1-872a-162967f8707d img.shogun-image {
    
    width: px;
  }


#s-e5292287-da9f-4eb1-872a-162967f8707d .shogun-image-content {
  
    align-items: center;
  
}

#s-799e9a38-2702-4bbf-9e28-ec61391b2b37 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-799e9a38-2702-4bbf-9e28-ec61391b2b37 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-452d1511-2303-4527-9e01-6987334de9e5 {
  min-height: 50px;
}








#s-452d1511-2303-4527-9e01-6987334de9e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-452d1511-2303-4527-9e01-6987334de9e5.shg-box.shg-c {
  justify-content: center;
}

#s-3bdd2b8a-c768-48aa-b96a-e8f4c0921878 {
  text-align: center;
}




  #s-3bdd2b8a-c768-48aa-b96a-e8f4c0921878 img.shogun-image {
    
    width: px;
  }


#s-3bdd2b8a-c768-48aa-b96a-e8f4c0921878 .shogun-image-content {
  
    align-items: center;
  
}

#s-baa095a6-6f6c-43d8-a4a0-91063ebd21e3 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-baa095a6-6f6c-43d8-a4a0-91063ebd21e3 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-db58bae5-d208-4f6c-b2a2-c306cd2d2d0f {
  min-height: 50px;
}








#s-db58bae5-d208-4f6c-b2a2-c306cd2d2d0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db58bae5-d208-4f6c-b2a2-c306cd2d2d0f.shg-box.shg-c {
  justify-content: center;
}

#s-1548c19f-68ca-456b-b98b-d6cff7596f67 {
  min-height: 50px;
}








#s-1548c19f-68ca-456b-b98b-d6cff7596f67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1548c19f-68ca-456b-b98b-d6cff7596f67.shg-box.shg-c {
  justify-content: center;
}

#s-72b836df-f7b1-4c80-ae40-f8d974abbea7 {
  text-align: center;
}




  #s-72b836df-f7b1-4c80-ae40-f8d974abbea7 img.shogun-image {
    
    width: px;
  }


#s-72b836df-f7b1-4c80-ae40-f8d974abbea7 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd2cd28b-3a0e-4a59-bf9a-52836f0bb8b0 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cd2cd28b-3a0e-4a59-bf9a-52836f0bb8b0 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-8c8a3da0-b6f4-410c-bc0d-39fc63ce1ae9 {
  text-align: center;
}




  #s-8c8a3da0-b6f4-410c-bc0d-39fc63ce1ae9 img.shogun-image {
    
    width: px;
  }


#s-8c8a3da0-b6f4-410c-bc0d-39fc63ce1ae9 .shogun-image-content {
  
    align-items: center;
  
}

#s-2523f0ca-7288-4b6d-873c-6c977983d3f1 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2523f0ca-7288-4b6d-873c-6c977983d3f1 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-391b2de8-3f3c-4671-83d6-eb23059f2dd1 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-391b2de8-3f3c-4671-83d6-eb23059f2dd1 {
  display: none;
}
#s-391b2de8-3f3c-4671-83d6-eb23059f2dd1, #wrap-s-391b2de8-3f3c-4671-83d6-eb23059f2dd1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-391b2de8-3f3c-4671-83d6-eb23059f2dd1 {
  display: none;
}
#s-391b2de8-3f3c-4671-83d6-eb23059f2dd1, #wrap-s-391b2de8-3f3c-4671-83d6-eb23059f2dd1 { display:none !important; }}







#s-391b2de8-3f3c-4671-83d6-eb23059f2dd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-391b2de8-3f3c-4671-83d6-eb23059f2dd1.shg-box.shg-c {
  justify-content: center;
}

#s-2035335e-6fcf-413c-9028-5fc9e0606756 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2035335e-6fcf-413c-9028-5fc9e0606756 {
  display: none;
}
#s-2035335e-6fcf-413c-9028-5fc9e0606756, #wrap-s-2035335e-6fcf-413c-9028-5fc9e0606756 { display:none !important; }}@media (max-width: 767px){#s-2035335e-6fcf-413c-9028-5fc9e0606756 {
  display: none;
}
#s-2035335e-6fcf-413c-9028-5fc9e0606756, #wrap-s-2035335e-6fcf-413c-9028-5fc9e0606756 { display:none !important; }}







#s-2035335e-6fcf-413c-9028-5fc9e0606756 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2035335e-6fcf-413c-9028-5fc9e0606756.shg-box.shg-c {
  justify-content: center;
}

#s-22611d4b-8923-49be-97d3-639a36f5339e {
  min-height: 120px;
}
@media (min-width: 768px) and (max-width: 991px){#s-22611d4b-8923-49be-97d3-639a36f5339e {
  display: none;
}
#s-22611d4b-8923-49be-97d3-639a36f5339e, #wrap-s-22611d4b-8923-49be-97d3-639a36f5339e { display:none !important; }}@media (max-width: 767px){#s-22611d4b-8923-49be-97d3-639a36f5339e {
  display: none;
}
#s-22611d4b-8923-49be-97d3-639a36f5339e, #wrap-s-22611d4b-8923-49be-97d3-639a36f5339e { display:none !important; }}







#s-22611d4b-8923-49be-97d3-639a36f5339e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22611d4b-8923-49be-97d3-639a36f5339e.shg-box.shg-c {
  justify-content: center;
}

#s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395 {
  margin-left: 100px;
margin-right: 100px;
}

@media (min-width: 0px) {
[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4e966027-0ca7-4a66-82d6-a17881d934f0 {
  min-height: 50px;
}








#s-4e966027-0ca7-4a66-82d6-a17881d934f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e966027-0ca7-4a66-82d6-a17881d934f0.shg-box.shg-c {
  justify-content: center;
}

#s-19541dc5-f793-43d7-ae83-89fb2e329efe {
  min-height: 50px;
}








#s-19541dc5-f793-43d7-ae83-89fb2e329efe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19541dc5-f793-43d7-ae83-89fb2e329efe.shg-box.shg-c {
  justify-content: center;
}

#s-f8c4f557-d433-4530-a21f-1dbb8c03fb63 {
  padding-left: 0px;
padding-right: 0px;
}

#s-edc39f0d-3ef2-4c41-a7f8-af99738e5583 {
  min-height: 50px;
}








#s-edc39f0d-3ef2-4c41-a7f8-af99738e5583 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edc39f0d-3ef2-4c41-a7f8-af99738e5583.shg-box.shg-c {
  justify-content: center;
}

#s-36677f5d-b0a1-47e0-9fad-d461b4e5c1fd {
  min-height: 50px;
}








#s-36677f5d-b0a1-47e0-9fad-d461b4e5c1fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36677f5d-b0a1-47e0-9fad-d461b4e5c1fd.shg-box.shg-c {
  justify-content: center;
}

#s-a4f14a19-1d78-4850-97b6-38d7ffbd2e7c {
  padding-left: 0px;
padding-right: 0px;
}

#s-5a5ddd67-84c2-48fa-ba0e-f2c498f4b115 {
  min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5a5ddd67-84c2-48fa-ba0e-f2c498f4b115 {
  display: none;
}
#s-5a5ddd67-84c2-48fa-ba0e-f2c498f4b115, #wrap-s-5a5ddd67-84c2-48fa-ba0e-f2c498f4b115 { display:none !important; }}@media (max-width: 767px){#s-5a5ddd67-84c2-48fa-ba0e-f2c498f4b115 {
  display: none;
}
#s-5a5ddd67-84c2-48fa-ba0e-f2c498f4b115, #wrap-s-5a5ddd67-84c2-48fa-ba0e-f2c498f4b115 { display:none !important; }}







#s-5a5ddd67-84c2-48fa-ba0e-f2c498f4b115 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a5ddd67-84c2-48fa-ba0e-f2c498f4b115.shg-box.shg-c {
  justify-content: center;
}

#s-07724b45-c2bb-4b55-9886-3fd3fd7f8d6c {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-07724b45-c2bb-4b55-9886-3fd3fd7f8d6c {
  display: none;
}
#s-07724b45-c2bb-4b55-9886-3fd3fd7f8d6c, #wrap-s-07724b45-c2bb-4b55-9886-3fd3fd7f8d6c { display:none !important; }}@media (max-width: 767px){#s-07724b45-c2bb-4b55-9886-3fd3fd7f8d6c {
  display: none;
}
#s-07724b45-c2bb-4b55-9886-3fd3fd7f8d6c, #wrap-s-07724b45-c2bb-4b55-9886-3fd3fd7f8d6c { display:none !important; }}







#s-07724b45-c2bb-4b55-9886-3fd3fd7f8d6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07724b45-c2bb-4b55-9886-3fd3fd7f8d6c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-bcb4c296-2f47-4e8e-b2b2-e6cbd2d82d63 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bcb4c296-2f47-4e8e-b2b2-e6cbd2d82d63 {
  display: none;
}
#s-bcb4c296-2f47-4e8e-b2b2-e6cbd2d82d63, #wrap-s-bcb4c296-2f47-4e8e-b2b2-e6cbd2d82d63 { display:none !important; }}@media (max-width: 767px){#s-bcb4c296-2f47-4e8e-b2b2-e6cbd2d82d63 {
  display: none;
}
#s-bcb4c296-2f47-4e8e-b2b2-e6cbd2d82d63, #wrap-s-bcb4c296-2f47-4e8e-b2b2-e6cbd2d82d63 { display:none !important; }}







#s-bcb4c296-2f47-4e8e-b2b2-e6cbd2d82d63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bcb4c296-2f47-4e8e-b2b2-e6cbd2d82d63.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-83f864c9-b616-4416-92fb-1d8da19c31a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83f864c9-b616-4416-92fb-1d8da19c31a1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-83f864c9-b616-4416-92fb-1d8da19c31a1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-83f864c9-b616-4416-92fb-1d8da19c31a1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-83f864c9-b616-4416-92fb-1d8da19c31a1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-83f864c9-b616-4416-92fb-1d8da19c31a1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-83f864c9-b616-4416-92fb-1d8da19c31a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-83f864c9-b616-4416-92fb-1d8da19c31a1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-83f864c9-b616-4416-92fb-1d8da19c31a1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-83f864c9-b616-4416-92fb-1d8da19c31a1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-83f864c9-b616-4416-92fb-1d8da19c31a1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-83f864c9-b616-4416-92fb-1d8da19c31a1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-83f864c9-b616-4416-92fb-1d8da19c31a1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-83f864c9-b616-4416-92fb-1d8da19c31a1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-83f864c9-b616-4416-92fb-1d8da19c31a1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-83f864c9-b616-4416-92fb-1d8da19c31a1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-83f864c9-b616-4416-92fb-1d8da19c31a1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-83f864c9-b616-4416-92fb-1d8da19c31a1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-83f864c9-b616-4416-92fb-1d8da19c31a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-83f864c9-b616-4416-92fb-1d8da19c31a1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-83f864c9-b616-4416-92fb-1d8da19c31a1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-83f864c9-b616-4416-92fb-1d8da19c31a1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-83f864c9-b616-4416-92fb-1d8da19c31a1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-83f864c9-b616-4416-92fb-1d8da19c31a1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-83f864c9-b616-4416-92fb-1d8da19c31a1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-83f864c9-b616-4416-92fb-1d8da19c31a1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-83f864c9-b616-4416-92fb-1d8da19c31a1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-83f864c9-b616-4416-92fb-1d8da19c31a1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-83f864c9-b616-4416-92fb-1d8da19c31a1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-83f864c9-b616-4416-92fb-1d8da19c31a1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-83f864c9-b616-4416-92fb-1d8da19c31a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-83f864c9-b616-4416-92fb-1d8da19c31a1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-83f864c9-b616-4416-92fb-1d8da19c31a1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-83f864c9-b616-4416-92fb-1d8da19c31a1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-83f864c9-b616-4416-92fb-1d8da19c31a1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-83f864c9-b616-4416-92fb-1d8da19c31a1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-83f864c9-b616-4416-92fb-1d8da19c31a1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c5aff02a-c201-4222-b0fc-f0824b2ea5df {
  min-height: 80px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c5aff02a-c201-4222-b0fc-f0824b2ea5df {
  display: none;
}
#s-c5aff02a-c201-4222-b0fc-f0824b2ea5df, #wrap-s-c5aff02a-c201-4222-b0fc-f0824b2ea5df { display:none !important; }}@media (max-width: 767px){#s-c5aff02a-c201-4222-b0fc-f0824b2ea5df {
  display: none;
}
#s-c5aff02a-c201-4222-b0fc-f0824b2ea5df, #wrap-s-c5aff02a-c201-4222-b0fc-f0824b2ea5df { display:none !important; }}







#s-c5aff02a-c201-4222-b0fc-f0824b2ea5df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5aff02a-c201-4222-b0fc-f0824b2ea5df.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-21e01c02-682d-4d0a-959d-99bcedf09ca3 {
  display: none;
}
#s-21e01c02-682d-4d0a-959d-99bcedf09ca3, #wrap-s-21e01c02-682d-4d0a-959d-99bcedf09ca3 { display:none !important; }}@media (max-width: 767px){#s-21e01c02-682d-4d0a-959d-99bcedf09ca3 {
  display: none;
}
#s-21e01c02-682d-4d0a-959d-99bcedf09ca3, #wrap-s-21e01c02-682d-4d0a-959d-99bcedf09ca3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-faae7512-c6aa-4664-990f-951a6c08ca8a {
  padding-left: 0px;
padding-right: 0px;
}

#s-209d343d-97ef-4e77-94d8-a9b3cb2359b5 {
  min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-209d343d-97ef-4e77-94d8-a9b3cb2359b5 {
  display: none;
}
#s-209d343d-97ef-4e77-94d8-a9b3cb2359b5, #wrap-s-209d343d-97ef-4e77-94d8-a9b3cb2359b5 { display:none !important; }}@media (max-width: 767px){#s-209d343d-97ef-4e77-94d8-a9b3cb2359b5 {
  display: none;
}
#s-209d343d-97ef-4e77-94d8-a9b3cb2359b5, #wrap-s-209d343d-97ef-4e77-94d8-a9b3cb2359b5 { display:none !important; }}







#s-209d343d-97ef-4e77-94d8-a9b3cb2359b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-209d343d-97ef-4e77-94d8-a9b3cb2359b5.shg-box.shg-c {
  justify-content: center;
}

#s-201d47b3-94d7-46c0-a1c6-bcd04ab4f244 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-201d47b3-94d7-46c0-a1c6-bcd04ab4f244 {
  display: none;
}
#s-201d47b3-94d7-46c0-a1c6-bcd04ab4f244, #wrap-s-201d47b3-94d7-46c0-a1c6-bcd04ab4f244 { display:none !important; }}@media (max-width: 767px){#s-201d47b3-94d7-46c0-a1c6-bcd04ab4f244 {
  display: none;
}
#s-201d47b3-94d7-46c0-a1c6-bcd04ab4f244, #wrap-s-201d47b3-94d7-46c0-a1c6-bcd04ab4f244 { display:none !important; }}







#s-201d47b3-94d7-46c0-a1c6-bcd04ab4f244 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-201d47b3-94d7-46c0-a1c6-bcd04ab4f244.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-fb443064-4a9c-483c-b0f2-8ec1603f1268 {
  display: none;
}
#s-fb443064-4a9c-483c-b0f2-8ec1603f1268, #wrap-s-fb443064-4a9c-483c-b0f2-8ec1603f1268 { display:none !important; }}@media (max-width: 767px){#s-fb443064-4a9c-483c-b0f2-8ec1603f1268 {
  display: none;
}
#s-fb443064-4a9c-483c-b0f2-8ec1603f1268, #wrap-s-fb443064-4a9c-483c-b0f2-8ec1603f1268 { display:none !important; }}
@media (min-width: 0px) {
[id="s-fb443064-4a9c-483c-b0f2-8ec1603f1268"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb443064-4a9c-483c-b0f2-8ec1603f1268"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fb443064-4a9c-483c-b0f2-8ec1603f1268"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fb443064-4a9c-483c-b0f2-8ec1603f1268"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fb443064-4a9c-483c-b0f2-8ec1603f1268"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fb443064-4a9c-483c-b0f2-8ec1603f1268"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fb443064-4a9c-483c-b0f2-8ec1603f1268"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fb443064-4a9c-483c-b0f2-8ec1603f1268"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fb443064-4a9c-483c-b0f2-8ec1603f1268"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fb443064-4a9c-483c-b0f2-8ec1603f1268"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fb443064-4a9c-483c-b0f2-8ec1603f1268"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fb443064-4a9c-483c-b0f2-8ec1603f1268"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fb443064-4a9c-483c-b0f2-8ec1603f1268"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fb443064-4a9c-483c-b0f2-8ec1603f1268"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fb443064-4a9c-483c-b0f2-8ec1603f1268"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fb443064-4a9c-483c-b0f2-8ec1603f1268"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fb443064-4a9c-483c-b0f2-8ec1603f1268"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fb443064-4a9c-483c-b0f2-8ec1603f1268"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fb443064-4a9c-483c-b0f2-8ec1603f1268"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fb443064-4a9c-483c-b0f2-8ec1603f1268"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fb443064-4a9c-483c-b0f2-8ec1603f1268"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fb443064-4a9c-483c-b0f2-8ec1603f1268"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fb443064-4a9c-483c-b0f2-8ec1603f1268"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fb443064-4a9c-483c-b0f2-8ec1603f1268"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fb443064-4a9c-483c-b0f2-8ec1603f1268"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb443064-4a9c-483c-b0f2-8ec1603f1268"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fb443064-4a9c-483c-b0f2-8ec1603f1268"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fb443064-4a9c-483c-b0f2-8ec1603f1268"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fb443064-4a9c-483c-b0f2-8ec1603f1268"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fb443064-4a9c-483c-b0f2-8ec1603f1268"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fb443064-4a9c-483c-b0f2-8ec1603f1268"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fb443064-4a9c-483c-b0f2-8ec1603f1268"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fb443064-4a9c-483c-b0f2-8ec1603f1268"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fb443064-4a9c-483c-b0f2-8ec1603f1268"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fb443064-4a9c-483c-b0f2-8ec1603f1268"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fb443064-4a9c-483c-b0f2-8ec1603f1268"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fb443064-4a9c-483c-b0f2-8ec1603f1268"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-20a23abc-03b3-498f-b38f-e2c339588f07"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20a23abc-03b3-498f-b38f-e2c339588f07"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-20a23abc-03b3-498f-b38f-e2c339588f07"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-20a23abc-03b3-498f-b38f-e2c339588f07"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-20a23abc-03b3-498f-b38f-e2c339588f07"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-20a23abc-03b3-498f-b38f-e2c339588f07"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-20a23abc-03b3-498f-b38f-e2c339588f07"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-20a23abc-03b3-498f-b38f-e2c339588f07"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-20a23abc-03b3-498f-b38f-e2c339588f07"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-20a23abc-03b3-498f-b38f-e2c339588f07"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-20a23abc-03b3-498f-b38f-e2c339588f07"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-20a23abc-03b3-498f-b38f-e2c339588f07"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-20a23abc-03b3-498f-b38f-e2c339588f07"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-20a23abc-03b3-498f-b38f-e2c339588f07"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-20a23abc-03b3-498f-b38f-e2c339588f07"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-20a23abc-03b3-498f-b38f-e2c339588f07"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-20a23abc-03b3-498f-b38f-e2c339588f07"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-20a23abc-03b3-498f-b38f-e2c339588f07"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-20a23abc-03b3-498f-b38f-e2c339588f07"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-20a23abc-03b3-498f-b38f-e2c339588f07"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-20a23abc-03b3-498f-b38f-e2c339588f07"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-20a23abc-03b3-498f-b38f-e2c339588f07"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-20a23abc-03b3-498f-b38f-e2c339588f07"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-20a23abc-03b3-498f-b38f-e2c339588f07"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-20a23abc-03b3-498f-b38f-e2c339588f07"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-20a23abc-03b3-498f-b38f-e2c339588f07"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-20a23abc-03b3-498f-b38f-e2c339588f07"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-20a23abc-03b3-498f-b38f-e2c339588f07"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-20a23abc-03b3-498f-b38f-e2c339588f07"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-20a23abc-03b3-498f-b38f-e2c339588f07"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-20a23abc-03b3-498f-b38f-e2c339588f07"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-20a23abc-03b3-498f-b38f-e2c339588f07"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-20a23abc-03b3-498f-b38f-e2c339588f07"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-20a23abc-03b3-498f-b38f-e2c339588f07"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-20a23abc-03b3-498f-b38f-e2c339588f07"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-20a23abc-03b3-498f-b38f-e2c339588f07"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-20a23abc-03b3-498f-b38f-e2c339588f07"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-972f12ac-b027-43fc-8d6f-8f961c2f147e {
  min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-972f12ac-b027-43fc-8d6f-8f961c2f147e {
  display: none;
}
#s-972f12ac-b027-43fc-8d6f-8f961c2f147e, #wrap-s-972f12ac-b027-43fc-8d6f-8f961c2f147e { display:none !important; }}@media (max-width: 767px){#s-972f12ac-b027-43fc-8d6f-8f961c2f147e {
  display: none;
}
#s-972f12ac-b027-43fc-8d6f-8f961c2f147e, #wrap-s-972f12ac-b027-43fc-8d6f-8f961c2f147e { display:none !important; }}







#s-972f12ac-b027-43fc-8d6f-8f961c2f147e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-972f12ac-b027-43fc-8d6f-8f961c2f147e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-fae1387a-aaee-447f-84b5-2d66a7468ad0 {
  display: none;
}
#s-fae1387a-aaee-447f-84b5-2d66a7468ad0, #wrap-s-fae1387a-aaee-447f-84b5-2d66a7468ad0 { display:none !important; }}@media (max-width: 767px){#s-fae1387a-aaee-447f-84b5-2d66a7468ad0 {
  display: none;
}
#s-fae1387a-aaee-447f-84b5-2d66a7468ad0, #wrap-s-fae1387a-aaee-447f-84b5-2d66a7468ad0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-fae1387a-aaee-447f-84b5-2d66a7468ad0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fae1387a-aaee-447f-84b5-2d66a7468ad0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fae1387a-aaee-447f-84b5-2d66a7468ad0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fae1387a-aaee-447f-84b5-2d66a7468ad0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fae1387a-aaee-447f-84b5-2d66a7468ad0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fae1387a-aaee-447f-84b5-2d66a7468ad0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fae1387a-aaee-447f-84b5-2d66a7468ad0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fae1387a-aaee-447f-84b5-2d66a7468ad0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fae1387a-aaee-447f-84b5-2d66a7468ad0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fae1387a-aaee-447f-84b5-2d66a7468ad0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fae1387a-aaee-447f-84b5-2d66a7468ad0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fae1387a-aaee-447f-84b5-2d66a7468ad0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fae1387a-aaee-447f-84b5-2d66a7468ad0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fae1387a-aaee-447f-84b5-2d66a7468ad0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fae1387a-aaee-447f-84b5-2d66a7468ad0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fae1387a-aaee-447f-84b5-2d66a7468ad0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fae1387a-aaee-447f-84b5-2d66a7468ad0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fae1387a-aaee-447f-84b5-2d66a7468ad0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fae1387a-aaee-447f-84b5-2d66a7468ad0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fae1387a-aaee-447f-84b5-2d66a7468ad0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fae1387a-aaee-447f-84b5-2d66a7468ad0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fae1387a-aaee-447f-84b5-2d66a7468ad0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fae1387a-aaee-447f-84b5-2d66a7468ad0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fae1387a-aaee-447f-84b5-2d66a7468ad0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fae1387a-aaee-447f-84b5-2d66a7468ad0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fae1387a-aaee-447f-84b5-2d66a7468ad0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fae1387a-aaee-447f-84b5-2d66a7468ad0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fae1387a-aaee-447f-84b5-2d66a7468ad0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fae1387a-aaee-447f-84b5-2d66a7468ad0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fae1387a-aaee-447f-84b5-2d66a7468ad0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fae1387a-aaee-447f-84b5-2d66a7468ad0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fae1387a-aaee-447f-84b5-2d66a7468ad0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fae1387a-aaee-447f-84b5-2d66a7468ad0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fae1387a-aaee-447f-84b5-2d66a7468ad0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fae1387a-aaee-447f-84b5-2d66a7468ad0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fae1387a-aaee-447f-84b5-2d66a7468ad0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fae1387a-aaee-447f-84b5-2d66a7468ad0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b541cb29-16d6-4506-bea1-5a4842689268 {
  padding-left: 30px;
padding-right: 30px;
}

#s-27f2528a-23f6-4305-8e8b-cad918b79cce {
  min-height: 80px;
}








#s-27f2528a-23f6-4305-8e8b-cad918b79cce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27f2528a-23f6-4305-8e8b-cad918b79cce.shg-box.shg-c {
  justify-content: center;
}

#s-a82bb1a4-c1a8-4214-9e52-bef63a743040 {
  min-height: 50px;
}








#s-a82bb1a4-c1a8-4214-9e52-bef63a743040 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a82bb1a4-c1a8-4214-9e52-bef63a743040.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-dabac623-cf20-429e-9770-364a786e5e0e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dabac623-cf20-429e-9770-364a786e5e0e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dabac623-cf20-429e-9770-364a786e5e0e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dabac623-cf20-429e-9770-364a786e5e0e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dabac623-cf20-429e-9770-364a786e5e0e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dabac623-cf20-429e-9770-364a786e5e0e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dabac623-cf20-429e-9770-364a786e5e0e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dabac623-cf20-429e-9770-364a786e5e0e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dabac623-cf20-429e-9770-364a786e5e0e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dabac623-cf20-429e-9770-364a786e5e0e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dabac623-cf20-429e-9770-364a786e5e0e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dabac623-cf20-429e-9770-364a786e5e0e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dabac623-cf20-429e-9770-364a786e5e0e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dabac623-cf20-429e-9770-364a786e5e0e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dabac623-cf20-429e-9770-364a786e5e0e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dabac623-cf20-429e-9770-364a786e5e0e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dabac623-cf20-429e-9770-364a786e5e0e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dabac623-cf20-429e-9770-364a786e5e0e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dabac623-cf20-429e-9770-364a786e5e0e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dabac623-cf20-429e-9770-364a786e5e0e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dabac623-cf20-429e-9770-364a786e5e0e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dabac623-cf20-429e-9770-364a786e5e0e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dabac623-cf20-429e-9770-364a786e5e0e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dabac623-cf20-429e-9770-364a786e5e0e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dabac623-cf20-429e-9770-364a786e5e0e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dabac623-cf20-429e-9770-364a786e5e0e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dabac623-cf20-429e-9770-364a786e5e0e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dabac623-cf20-429e-9770-364a786e5e0e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dabac623-cf20-429e-9770-364a786e5e0e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dabac623-cf20-429e-9770-364a786e5e0e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dabac623-cf20-429e-9770-364a786e5e0e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dabac623-cf20-429e-9770-364a786e5e0e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dabac623-cf20-429e-9770-364a786e5e0e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dabac623-cf20-429e-9770-364a786e5e0e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dabac623-cf20-429e-9770-364a786e5e0e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dabac623-cf20-429e-9770-364a786e5e0e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dabac623-cf20-429e-9770-364a786e5e0e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-cfcc8bd2-2505-41ca-8edc-9d90ffefc978 {
  min-height: 80px;
}








#s-cfcc8bd2-2505-41ca-8edc-9d90ffefc978 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfcc8bd2-2505-41ca-8edc-9d90ffefc978.shg-box.shg-c {
  justify-content: center;
}

#s-531f8599-0c9c-4901-b1af-03636cde6483 {
  padding-left: 30px;
padding-right: 30px;
}

#s-45979797-b8f9-414f-bdce-fc71caef0adf {
  min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-45979797-b8f9-414f-bdce-fc71caef0adf {
  display: none;
}
#s-45979797-b8f9-414f-bdce-fc71caef0adf, #wrap-s-45979797-b8f9-414f-bdce-fc71caef0adf { display:none !important; }}@media (max-width: 767px){#s-45979797-b8f9-414f-bdce-fc71caef0adf {
  display: none;
}
#s-45979797-b8f9-414f-bdce-fc71caef0adf, #wrap-s-45979797-b8f9-414f-bdce-fc71caef0adf { display:none !important; }}







#s-45979797-b8f9-414f-bdce-fc71caef0adf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45979797-b8f9-414f-bdce-fc71caef0adf.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d {
  display: none;
}
#s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d, #wrap-s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d { display:none !important; }}@media (max-width: 767px){#s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d {
  display: none;
}
#s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d, #wrap-s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d { display:none !important; }}
@media (min-width: 0px) {
[id="s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-362d7c53-151a-4be6-bf2f-cbb9cd8ee63d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-c46b1a8f-4c7a-45b9-a120-d13dcbea8a39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c46b1a8f-4c7a-45b9-a120-d13dcbea8a39"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c46b1a8f-4c7a-45b9-a120-d13dcbea8a39"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c46b1a8f-4c7a-45b9-a120-d13dcbea8a39"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c46b1a8f-4c7a-45b9-a120-d13dcbea8a39"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c46b1a8f-4c7a-45b9-a120-d13dcbea8a39"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c46b1a8f-4c7a-45b9-a120-d13dcbea8a39"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c46b1a8f-4c7a-45b9-a120-d13dcbea8a39"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c46b1a8f-4c7a-45b9-a120-d13dcbea8a39"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c46b1a8f-4c7a-45b9-a120-d13dcbea8a39"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c46b1a8f-4c7a-45b9-a120-d13dcbea8a39"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c46b1a8f-4c7a-45b9-a120-d13dcbea8a39"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c46b1a8f-4c7a-45b9-a120-d13dcbea8a39"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c46b1a8f-4c7a-45b9-a120-d13dcbea8a39"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c46b1a8f-4c7a-45b9-a120-d13dcbea8a39"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c46b1a8f-4c7a-45b9-a120-d13dcbea8a39"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c46b1a8f-4c7a-45b9-a120-d13dcbea8a39"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c46b1a8f-4c7a-45b9-a120-d13dcbea8a39"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c46b1a8f-4c7a-45b9-a120-d13dcbea8a39"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c46b1a8f-4c7a-45b9-a120-d13dcbea8a39"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c46b1a8f-4c7a-45b9-a120-d13dcbea8a39"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c46b1a8f-4c7a-45b9-a120-d13dcbea8a39"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c46b1a8f-4c7a-45b9-a120-d13dcbea8a39"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c46b1a8f-4c7a-45b9-a120-d13dcbea8a39"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c46b1a8f-4c7a-45b9-a120-d13dcbea8a39"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c46b1a8f-4c7a-45b9-a120-d13dcbea8a39"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c46b1a8f-4c7a-45b9-a120-d13dcbea8a39"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c46b1a8f-4c7a-45b9-a120-d13dcbea8a39"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c46b1a8f-4c7a-45b9-a120-d13dcbea8a39"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c46b1a8f-4c7a-45b9-a120-d13dcbea8a39"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c46b1a8f-4c7a-45b9-a120-d13dcbea8a39"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c46b1a8f-4c7a-45b9-a120-d13dcbea8a39"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c46b1a8f-4c7a-45b9-a120-d13dcbea8a39"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c46b1a8f-4c7a-45b9-a120-d13dcbea8a39"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c46b1a8f-4c7a-45b9-a120-d13dcbea8a39"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c46b1a8f-4c7a-45b9-a120-d13dcbea8a39"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c46b1a8f-4c7a-45b9-a120-d13dcbea8a39"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-09381f43-13bb-48a5-afcd-5e12bc284144 {
  display: none;
}
#s-09381f43-13bb-48a5-afcd-5e12bc284144, #wrap-s-09381f43-13bb-48a5-afcd-5e12bc284144 { display:none !important; }}@media (max-width: 767px){#s-09381f43-13bb-48a5-afcd-5e12bc284144 {
  display: none;
}
#s-09381f43-13bb-48a5-afcd-5e12bc284144, #wrap-s-09381f43-13bb-48a5-afcd-5e12bc284144 { display:none !important; }}
@media (min-width: 0px) {
[id="s-09381f43-13bb-48a5-afcd-5e12bc284144"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09381f43-13bb-48a5-afcd-5e12bc284144"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-09381f43-13bb-48a5-afcd-5e12bc284144"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-09381f43-13bb-48a5-afcd-5e12bc284144"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-09381f43-13bb-48a5-afcd-5e12bc284144"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-09381f43-13bb-48a5-afcd-5e12bc284144"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-09381f43-13bb-48a5-afcd-5e12bc284144"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-09381f43-13bb-48a5-afcd-5e12bc284144"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-09381f43-13bb-48a5-afcd-5e12bc284144"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-09381f43-13bb-48a5-afcd-5e12bc284144"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-09381f43-13bb-48a5-afcd-5e12bc284144"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-09381f43-13bb-48a5-afcd-5e12bc284144"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-09381f43-13bb-48a5-afcd-5e12bc284144"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-09381f43-13bb-48a5-afcd-5e12bc284144"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-09381f43-13bb-48a5-afcd-5e12bc284144"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-09381f43-13bb-48a5-afcd-5e12bc284144"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-09381f43-13bb-48a5-afcd-5e12bc284144"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-09381f43-13bb-48a5-afcd-5e12bc284144"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-09381f43-13bb-48a5-afcd-5e12bc284144"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-09381f43-13bb-48a5-afcd-5e12bc284144"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-09381f43-13bb-48a5-afcd-5e12bc284144"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-09381f43-13bb-48a5-afcd-5e12bc284144"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-09381f43-13bb-48a5-afcd-5e12bc284144"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-09381f43-13bb-48a5-afcd-5e12bc284144"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-09381f43-13bb-48a5-afcd-5e12bc284144"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-09381f43-13bb-48a5-afcd-5e12bc284144"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-09381f43-13bb-48a5-afcd-5e12bc284144"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-09381f43-13bb-48a5-afcd-5e12bc284144"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-09381f43-13bb-48a5-afcd-5e12bc284144"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-09381f43-13bb-48a5-afcd-5e12bc284144"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-09381f43-13bb-48a5-afcd-5e12bc284144"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-09381f43-13bb-48a5-afcd-5e12bc284144"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-09381f43-13bb-48a5-afcd-5e12bc284144"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-09381f43-13bb-48a5-afcd-5e12bc284144"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-09381f43-13bb-48a5-afcd-5e12bc284144"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-09381f43-13bb-48a5-afcd-5e12bc284144"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-09381f43-13bb-48a5-afcd-5e12bc284144"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-1cec17a8-4247-4004-ad67-84d80bdeb6a7 {
  min-height: 80px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1cec17a8-4247-4004-ad67-84d80bdeb6a7 {
  display: none;
}
#s-1cec17a8-4247-4004-ad67-84d80bdeb6a7, #wrap-s-1cec17a8-4247-4004-ad67-84d80bdeb6a7 { display:none !important; }}@media (max-width: 767px){#s-1cec17a8-4247-4004-ad67-84d80bdeb6a7 {
  display: none;
}
#s-1cec17a8-4247-4004-ad67-84d80bdeb6a7, #wrap-s-1cec17a8-4247-4004-ad67-84d80bdeb6a7 { display:none !important; }}







#s-1cec17a8-4247-4004-ad67-84d80bdeb6a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cec17a8-4247-4004-ad67-84d80bdeb6a7.shg-box.shg-c {
  justify-content: center;
}

#s-0a00765b-83af-494f-b495-01e8c824640c {
  padding-left: 30px;
padding-right: 30px;
}

#s-df7bd820-6152-4f3d-aa0b-972cf26d3388 {
  min-height: 80px;
}
@media (min-width: 768px) and (max-width: 991px){#s-df7bd820-6152-4f3d-aa0b-972cf26d3388 {
  display: none;
}
#s-df7bd820-6152-4f3d-aa0b-972cf26d3388, #wrap-s-df7bd820-6152-4f3d-aa0b-972cf26d3388 { display:none !important; }}@media (max-width: 767px){#s-df7bd820-6152-4f3d-aa0b-972cf26d3388 {
  display: none;
}
#s-df7bd820-6152-4f3d-aa0b-972cf26d3388, #wrap-s-df7bd820-6152-4f3d-aa0b-972cf26d3388 { display:none !important; }}







#s-df7bd820-6152-4f3d-aa0b-972cf26d3388 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df7bd820-6152-4f3d-aa0b-972cf26d3388.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-835d7ab8-561c-4bce-89ce-16efcc11a0e4 {
  display: none;
}
#s-835d7ab8-561c-4bce-89ce-16efcc11a0e4, #wrap-s-835d7ab8-561c-4bce-89ce-16efcc11a0e4 { display:none !important; }}@media (max-width: 767px){#s-835d7ab8-561c-4bce-89ce-16efcc11a0e4 {
  display: none;
}
#s-835d7ab8-561c-4bce-89ce-16efcc11a0e4, #wrap-s-835d7ab8-561c-4bce-89ce-16efcc11a0e4 { display:none !important; }}
@media (min-width: 0px) {
[id="s-835d7ab8-561c-4bce-89ce-16efcc11a0e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-835d7ab8-561c-4bce-89ce-16efcc11a0e4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-835d7ab8-561c-4bce-89ce-16efcc11a0e4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-835d7ab8-561c-4bce-89ce-16efcc11a0e4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-835d7ab8-561c-4bce-89ce-16efcc11a0e4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-835d7ab8-561c-4bce-89ce-16efcc11a0e4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-835d7ab8-561c-4bce-89ce-16efcc11a0e4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-835d7ab8-561c-4bce-89ce-16efcc11a0e4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-835d7ab8-561c-4bce-89ce-16efcc11a0e4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-835d7ab8-561c-4bce-89ce-16efcc11a0e4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-835d7ab8-561c-4bce-89ce-16efcc11a0e4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-835d7ab8-561c-4bce-89ce-16efcc11a0e4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-835d7ab8-561c-4bce-89ce-16efcc11a0e4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-835d7ab8-561c-4bce-89ce-16efcc11a0e4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-835d7ab8-561c-4bce-89ce-16efcc11a0e4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-835d7ab8-561c-4bce-89ce-16efcc11a0e4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-835d7ab8-561c-4bce-89ce-16efcc11a0e4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-835d7ab8-561c-4bce-89ce-16efcc11a0e4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-835d7ab8-561c-4bce-89ce-16efcc11a0e4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-835d7ab8-561c-4bce-89ce-16efcc11a0e4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-835d7ab8-561c-4bce-89ce-16efcc11a0e4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-835d7ab8-561c-4bce-89ce-16efcc11a0e4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-835d7ab8-561c-4bce-89ce-16efcc11a0e4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-835d7ab8-561c-4bce-89ce-16efcc11a0e4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-835d7ab8-561c-4bce-89ce-16efcc11a0e4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-835d7ab8-561c-4bce-89ce-16efcc11a0e4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-835d7ab8-561c-4bce-89ce-16efcc11a0e4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-835d7ab8-561c-4bce-89ce-16efcc11a0e4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-835d7ab8-561c-4bce-89ce-16efcc11a0e4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-835d7ab8-561c-4bce-89ce-16efcc11a0e4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-835d7ab8-561c-4bce-89ce-16efcc11a0e4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-835d7ab8-561c-4bce-89ce-16efcc11a0e4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-835d7ab8-561c-4bce-89ce-16efcc11a0e4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-835d7ab8-561c-4bce-89ce-16efcc11a0e4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-835d7ab8-561c-4bce-89ce-16efcc11a0e4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-835d7ab8-561c-4bce-89ce-16efcc11a0e4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-835d7ab8-561c-4bce-89ce-16efcc11a0e4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-63b89ed9-d92c-48c5-9501-9c5a811bc5c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63b89ed9-d92c-48c5-9501-9c5a811bc5c4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-63b89ed9-d92c-48c5-9501-9c5a811bc5c4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-63b89ed9-d92c-48c5-9501-9c5a811bc5c4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-63b89ed9-d92c-48c5-9501-9c5a811bc5c4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-63b89ed9-d92c-48c5-9501-9c5a811bc5c4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-63b89ed9-d92c-48c5-9501-9c5a811bc5c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-63b89ed9-d92c-48c5-9501-9c5a811bc5c4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-63b89ed9-d92c-48c5-9501-9c5a811bc5c4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-63b89ed9-d92c-48c5-9501-9c5a811bc5c4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-63b89ed9-d92c-48c5-9501-9c5a811bc5c4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-63b89ed9-d92c-48c5-9501-9c5a811bc5c4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-63b89ed9-d92c-48c5-9501-9c5a811bc5c4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-63b89ed9-d92c-48c5-9501-9c5a811bc5c4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-63b89ed9-d92c-48c5-9501-9c5a811bc5c4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-63b89ed9-d92c-48c5-9501-9c5a811bc5c4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-63b89ed9-d92c-48c5-9501-9c5a811bc5c4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-63b89ed9-d92c-48c5-9501-9c5a811bc5c4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-63b89ed9-d92c-48c5-9501-9c5a811bc5c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-63b89ed9-d92c-48c5-9501-9c5a811bc5c4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-63b89ed9-d92c-48c5-9501-9c5a811bc5c4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-63b89ed9-d92c-48c5-9501-9c5a811bc5c4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-63b89ed9-d92c-48c5-9501-9c5a811bc5c4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-63b89ed9-d92c-48c5-9501-9c5a811bc5c4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-63b89ed9-d92c-48c5-9501-9c5a811bc5c4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-63b89ed9-d92c-48c5-9501-9c5a811bc5c4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-63b89ed9-d92c-48c5-9501-9c5a811bc5c4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-63b89ed9-d92c-48c5-9501-9c5a811bc5c4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-63b89ed9-d92c-48c5-9501-9c5a811bc5c4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-63b89ed9-d92c-48c5-9501-9c5a811bc5c4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-63b89ed9-d92c-48c5-9501-9c5a811bc5c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-63b89ed9-d92c-48c5-9501-9c5a811bc5c4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-63b89ed9-d92c-48c5-9501-9c5a811bc5c4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-63b89ed9-d92c-48c5-9501-9c5a811bc5c4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-63b89ed9-d92c-48c5-9501-9c5a811bc5c4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-63b89ed9-d92c-48c5-9501-9c5a811bc5c4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-63b89ed9-d92c-48c5-9501-9c5a811bc5c4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-4d35aea4-68ef-4dab-8149-3979ff5123ea {
  display: none;
}
#s-4d35aea4-68ef-4dab-8149-3979ff5123ea, #wrap-s-4d35aea4-68ef-4dab-8149-3979ff5123ea { display:none !important; }}@media (max-width: 767px){#s-4d35aea4-68ef-4dab-8149-3979ff5123ea {
  display: none;
}
#s-4d35aea4-68ef-4dab-8149-3979ff5123ea, #wrap-s-4d35aea4-68ef-4dab-8149-3979ff5123ea { display:none !important; }}
@media (min-width: 0px) {
[id="s-4d35aea4-68ef-4dab-8149-3979ff5123ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d35aea4-68ef-4dab-8149-3979ff5123ea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4d35aea4-68ef-4dab-8149-3979ff5123ea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4d35aea4-68ef-4dab-8149-3979ff5123ea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4d35aea4-68ef-4dab-8149-3979ff5123ea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4d35aea4-68ef-4dab-8149-3979ff5123ea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4d35aea4-68ef-4dab-8149-3979ff5123ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4d35aea4-68ef-4dab-8149-3979ff5123ea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4d35aea4-68ef-4dab-8149-3979ff5123ea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4d35aea4-68ef-4dab-8149-3979ff5123ea"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4d35aea4-68ef-4dab-8149-3979ff5123ea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4d35aea4-68ef-4dab-8149-3979ff5123ea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4d35aea4-68ef-4dab-8149-3979ff5123ea"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4d35aea4-68ef-4dab-8149-3979ff5123ea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4d35aea4-68ef-4dab-8149-3979ff5123ea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4d35aea4-68ef-4dab-8149-3979ff5123ea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4d35aea4-68ef-4dab-8149-3979ff5123ea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4d35aea4-68ef-4dab-8149-3979ff5123ea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4d35aea4-68ef-4dab-8149-3979ff5123ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4d35aea4-68ef-4dab-8149-3979ff5123ea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4d35aea4-68ef-4dab-8149-3979ff5123ea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4d35aea4-68ef-4dab-8149-3979ff5123ea"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4d35aea4-68ef-4dab-8149-3979ff5123ea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4d35aea4-68ef-4dab-8149-3979ff5123ea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4d35aea4-68ef-4dab-8149-3979ff5123ea"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d35aea4-68ef-4dab-8149-3979ff5123ea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4d35aea4-68ef-4dab-8149-3979ff5123ea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4d35aea4-68ef-4dab-8149-3979ff5123ea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4d35aea4-68ef-4dab-8149-3979ff5123ea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4d35aea4-68ef-4dab-8149-3979ff5123ea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4d35aea4-68ef-4dab-8149-3979ff5123ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4d35aea4-68ef-4dab-8149-3979ff5123ea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4d35aea4-68ef-4dab-8149-3979ff5123ea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4d35aea4-68ef-4dab-8149-3979ff5123ea"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4d35aea4-68ef-4dab-8149-3979ff5123ea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4d35aea4-68ef-4dab-8149-3979ff5123ea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4d35aea4-68ef-4dab-8149-3979ff5123ea"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-7511d626-6c73-44f0-92f3-e61b39dbda2b {
  min-height: 80px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7511d626-6c73-44f0-92f3-e61b39dbda2b {
  display: none;
}
#s-7511d626-6c73-44f0-92f3-e61b39dbda2b, #wrap-s-7511d626-6c73-44f0-92f3-e61b39dbda2b { display:none !important; }}@media (max-width: 767px){#s-7511d626-6c73-44f0-92f3-e61b39dbda2b {
  display: none;
}
#s-7511d626-6c73-44f0-92f3-e61b39dbda2b, #wrap-s-7511d626-6c73-44f0-92f3-e61b39dbda2b { display:none !important; }}







#s-7511d626-6c73-44f0-92f3-e61b39dbda2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7511d626-6c73-44f0-92f3-e61b39dbda2b.shg-box.shg-c {
  justify-content: center;
}

#s-3d664d92-d440-4948-9cbd-e8ceab94f9b9 {
  padding-left: 30px;
padding-right: 30px;
}

#s-f3292c2b-7e5a-4e55-9b08-10efb5d060b0 {
  min-height: 80px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f3292c2b-7e5a-4e55-9b08-10efb5d060b0 {
  display: none;
}
#s-f3292c2b-7e5a-4e55-9b08-10efb5d060b0, #wrap-s-f3292c2b-7e5a-4e55-9b08-10efb5d060b0 { display:none !important; }}@media (max-width: 767px){#s-f3292c2b-7e5a-4e55-9b08-10efb5d060b0 {
  display: none;
}
#s-f3292c2b-7e5a-4e55-9b08-10efb5d060b0, #wrap-s-f3292c2b-7e5a-4e55-9b08-10efb5d060b0 { display:none !important; }}







#s-f3292c2b-7e5a-4e55-9b08-10efb5d060b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3292c2b-7e5a-4e55-9b08-10efb5d060b0.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-4ff317c3-d8ff-447b-a899-fe1f4af13b68 {
  display: none;
}
#s-4ff317c3-d8ff-447b-a899-fe1f4af13b68, #wrap-s-4ff317c3-d8ff-447b-a899-fe1f4af13b68 { display:none !important; }}@media (max-width: 767px){#s-4ff317c3-d8ff-447b-a899-fe1f4af13b68 {
  display: none;
}
#s-4ff317c3-d8ff-447b-a899-fe1f4af13b68, #wrap-s-4ff317c3-d8ff-447b-a899-fe1f4af13b68 { display:none !important; }}
@media (min-width: 0px) {
[id="s-4ff317c3-d8ff-447b-a899-fe1f4af13b68"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ff317c3-d8ff-447b-a899-fe1f4af13b68"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4ff317c3-d8ff-447b-a899-fe1f4af13b68"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4ff317c3-d8ff-447b-a899-fe1f4af13b68"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4ff317c3-d8ff-447b-a899-fe1f4af13b68"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4ff317c3-d8ff-447b-a899-fe1f4af13b68"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4ff317c3-d8ff-447b-a899-fe1f4af13b68"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4ff317c3-d8ff-447b-a899-fe1f4af13b68"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4ff317c3-d8ff-447b-a899-fe1f4af13b68"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4ff317c3-d8ff-447b-a899-fe1f4af13b68"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4ff317c3-d8ff-447b-a899-fe1f4af13b68"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4ff317c3-d8ff-447b-a899-fe1f4af13b68"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4ff317c3-d8ff-447b-a899-fe1f4af13b68"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4ff317c3-d8ff-447b-a899-fe1f4af13b68"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4ff317c3-d8ff-447b-a899-fe1f4af13b68"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4ff317c3-d8ff-447b-a899-fe1f4af13b68"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4ff317c3-d8ff-447b-a899-fe1f4af13b68"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4ff317c3-d8ff-447b-a899-fe1f4af13b68"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4ff317c3-d8ff-447b-a899-fe1f4af13b68"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4ff317c3-d8ff-447b-a899-fe1f4af13b68"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4ff317c3-d8ff-447b-a899-fe1f4af13b68"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4ff317c3-d8ff-447b-a899-fe1f4af13b68"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4ff317c3-d8ff-447b-a899-fe1f4af13b68"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4ff317c3-d8ff-447b-a899-fe1f4af13b68"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4ff317c3-d8ff-447b-a899-fe1f4af13b68"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ff317c3-d8ff-447b-a899-fe1f4af13b68"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4ff317c3-d8ff-447b-a899-fe1f4af13b68"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4ff317c3-d8ff-447b-a899-fe1f4af13b68"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4ff317c3-d8ff-447b-a899-fe1f4af13b68"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4ff317c3-d8ff-447b-a899-fe1f4af13b68"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4ff317c3-d8ff-447b-a899-fe1f4af13b68"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4ff317c3-d8ff-447b-a899-fe1f4af13b68"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4ff317c3-d8ff-447b-a899-fe1f4af13b68"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4ff317c3-d8ff-447b-a899-fe1f4af13b68"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4ff317c3-d8ff-447b-a899-fe1f4af13b68"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4ff317c3-d8ff-447b-a899-fe1f4af13b68"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4ff317c3-d8ff-447b-a899-fe1f4af13b68"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-165a290e-6572-4db2-a12b-e147360e92db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-165a290e-6572-4db2-a12b-e147360e92db"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-165a290e-6572-4db2-a12b-e147360e92db"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-165a290e-6572-4db2-a12b-e147360e92db"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-165a290e-6572-4db2-a12b-e147360e92db"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-165a290e-6572-4db2-a12b-e147360e92db"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-165a290e-6572-4db2-a12b-e147360e92db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-165a290e-6572-4db2-a12b-e147360e92db"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-165a290e-6572-4db2-a12b-e147360e92db"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-165a290e-6572-4db2-a12b-e147360e92db"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-165a290e-6572-4db2-a12b-e147360e92db"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-165a290e-6572-4db2-a12b-e147360e92db"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-165a290e-6572-4db2-a12b-e147360e92db"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-165a290e-6572-4db2-a12b-e147360e92db"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-165a290e-6572-4db2-a12b-e147360e92db"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-165a290e-6572-4db2-a12b-e147360e92db"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-165a290e-6572-4db2-a12b-e147360e92db"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-165a290e-6572-4db2-a12b-e147360e92db"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-165a290e-6572-4db2-a12b-e147360e92db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-165a290e-6572-4db2-a12b-e147360e92db"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-165a290e-6572-4db2-a12b-e147360e92db"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-165a290e-6572-4db2-a12b-e147360e92db"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-165a290e-6572-4db2-a12b-e147360e92db"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-165a290e-6572-4db2-a12b-e147360e92db"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-165a290e-6572-4db2-a12b-e147360e92db"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-165a290e-6572-4db2-a12b-e147360e92db"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-165a290e-6572-4db2-a12b-e147360e92db"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-165a290e-6572-4db2-a12b-e147360e92db"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-165a290e-6572-4db2-a12b-e147360e92db"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-165a290e-6572-4db2-a12b-e147360e92db"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-165a290e-6572-4db2-a12b-e147360e92db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-165a290e-6572-4db2-a12b-e147360e92db"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-165a290e-6572-4db2-a12b-e147360e92db"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-165a290e-6572-4db2-a12b-e147360e92db"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-165a290e-6572-4db2-a12b-e147360e92db"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-165a290e-6572-4db2-a12b-e147360e92db"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-165a290e-6572-4db2-a12b-e147360e92db"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-14173fa6-cc55-4938-95ca-b28284575d60 {
  min-height: 120px;
}
@media (min-width: 768px) and (max-width: 991px){#s-14173fa6-cc55-4938-95ca-b28284575d60 {
  display: none;
}
#s-14173fa6-cc55-4938-95ca-b28284575d60, #wrap-s-14173fa6-cc55-4938-95ca-b28284575d60 { display:none !important; }}@media (max-width: 767px){#s-14173fa6-cc55-4938-95ca-b28284575d60 {
  display: none;
}
#s-14173fa6-cc55-4938-95ca-b28284575d60, #wrap-s-14173fa6-cc55-4938-95ca-b28284575d60 { display:none !important; }}







#s-14173fa6-cc55-4938-95ca-b28284575d60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14173fa6-cc55-4938-95ca-b28284575d60.shg-box.shg-c {
  justify-content: center;
}

#s-d3474016-0229-4f2c-8059-7a066e2f228c {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d3474016-0229-4f2c-8059-7a066e2f228c {
  display: none;
}
#s-d3474016-0229-4f2c-8059-7a066e2f228c, #wrap-s-d3474016-0229-4f2c-8059-7a066e2f228c { display:none !important; }}@media (max-width: 767px){#s-d3474016-0229-4f2c-8059-7a066e2f228c {
  display: none;
}
#s-d3474016-0229-4f2c-8059-7a066e2f228c, #wrap-s-d3474016-0229-4f2c-8059-7a066e2f228c { display:none !important; }}







#s-d3474016-0229-4f2c-8059-7a066e2f228c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3474016-0229-4f2c-8059-7a066e2f228c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-0fdacf27-2eac-456c-9050-54faf3cff73a {
  display: none;
}
#s-0fdacf27-2eac-456c-9050-54faf3cff73a, #wrap-s-0fdacf27-2eac-456c-9050-54faf3cff73a { display:none !important; }}@media (max-width: 767px){#s-0fdacf27-2eac-456c-9050-54faf3cff73a {
  display: none;
}
#s-0fdacf27-2eac-456c-9050-54faf3cff73a, #wrap-s-0fdacf27-2eac-456c-9050-54faf3cff73a { display:none !important; }}
@media (min-width: 0px) {
[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-de376b4e-b390-4bed-98ba-6cbc2c7b7092 {
  padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-de376b4e-b390-4bed-98ba-6cbc2c7b7092 {
  display: none;
}
#s-de376b4e-b390-4bed-98ba-6cbc2c7b7092, #wrap-s-de376b4e-b390-4bed-98ba-6cbc2c7b7092 { display:none !important; }}@media (max-width: 767px){#s-de376b4e-b390-4bed-98ba-6cbc2c7b7092 {
  display: none;
}
#s-de376b4e-b390-4bed-98ba-6cbc2c7b7092, #wrap-s-de376b4e-b390-4bed-98ba-6cbc2c7b7092 { display:none !important; }}
#s-83e5c4bb-e998-4da0-83fe-09d9f474d603 {
  min-height: 80px;
}








#s-83e5c4bb-e998-4da0-83fe-09d9f474d603 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83e5c4bb-e998-4da0-83fe-09d9f474d603.shg-box.shg-c {
  justify-content: center;
}

#s-9f363aee-8bfe-43f6-9a01-8f54a4c5d2cc {
  min-height: 50px;
}








#s-9f363aee-8bfe-43f6-9a01-8f54a4c5d2cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f363aee-8bfe-43f6-9a01-8f54a4c5d2cc.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-ecb7e74d-5379-441e-9eeb-670e18dfc2d0 {
  text-align: center;
}




  #s-ecb7e74d-5379-441e-9eeb-670e18dfc2d0 img.shogun-image {
    
    width: px;
  }


#s-ecb7e74d-5379-441e-9eeb-670e18dfc2d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-d807b166-2c3b-4e77-b1fe-96984c042a73 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d807b166-2c3b-4e77-b1fe-96984c042a73 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-0ad55b36-cd04-46a3-a535-aa68ad1e55e6 {
  min-height: 50px;
}








#s-0ad55b36-cd04-46a3-a535-aa68ad1e55e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ad55b36-cd04-46a3-a535-aa68ad1e55e6.shg-box.shg-c {
  justify-content: center;
}

#s-f20886b7-a886-45d8-b22e-90ea6154f730 {
  text-align: center;
}




  #s-f20886b7-a886-45d8-b22e-90ea6154f730 img.shogun-image {
    
    width: px;
  }


#s-f20886b7-a886-45d8-b22e-90ea6154f730 .shogun-image-content {
  
    align-items: center;
  
}

#s-0abf9d0c-40ef-4938-8564-fb72580df25e {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0abf9d0c-40ef-4938-8564-fb72580df25e .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-7e38bf1d-c372-4282-b8cc-f7aa706d78db {
  min-height: 50px;
}








#s-7e38bf1d-c372-4282-b8cc-f7aa706d78db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e38bf1d-c372-4282-b8cc-f7aa706d78db.shg-box.shg-c {
  justify-content: center;
}

#s-53d678e3-65fc-45e4-92d4-38e4772ccaf7 {
  text-align: center;
}




  #s-53d678e3-65fc-45e4-92d4-38e4772ccaf7 img.shogun-image {
    
    width: px;
  }


#s-53d678e3-65fc-45e4-92d4-38e4772ccaf7 .shogun-image-content {
  
    align-items: center;
  
}

#s-155c92e5-c3e0-420f-82d2-048aab314f1d {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-155c92e5-c3e0-420f-82d2-048aab314f1d .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-4d45eab9-c176-4327-8caa-bf06237e95c1 {
  min-height: 50px;
}








#s-4d45eab9-c176-4327-8caa-bf06237e95c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d45eab9-c176-4327-8caa-bf06237e95c1.shg-box.shg-c {
  justify-content: center;
}

#s-6a025d14-3937-4fb7-826f-1bf63c9f14dd {
  text-align: center;
}




  #s-6a025d14-3937-4fb7-826f-1bf63c9f14dd img.shogun-image {
    
    width: px;
  }


#s-6a025d14-3937-4fb7-826f-1bf63c9f14dd .shogun-image-content {
  
    align-items: center;
  
}

#s-d0bf2765-972e-429e-a225-0ba502fd6918 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d0bf2765-972e-429e-a225-0ba502fd6918 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-825c7cb2-9eb7-4d28-adb1-a7a22e25d10d {
  min-height: 50px;
}








#s-825c7cb2-9eb7-4d28-adb1-a7a22e25d10d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-825c7cb2-9eb7-4d28-adb1-a7a22e25d10d.shg-box.shg-c {
  justify-content: center;
}

#s-ce93b8b4-c569-4c66-86ff-726bb3133d76 {
  min-height: 50px;
}








#s-ce93b8b4-c569-4c66-86ff-726bb3133d76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce93b8b4-c569-4c66-86ff-726bb3133d76.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-4e98e86b-7e34-4fb3-bc2b-4a6f4d089818 {
  text-align: center;
}




  #s-4e98e86b-7e34-4fb3-bc2b-4a6f4d089818 img.shogun-image {
    
    width: px;
  }


#s-4e98e86b-7e34-4fb3-bc2b-4a6f4d089818 .shogun-image-content {
  
    align-items: center;
  
}

#s-d7ed090e-d295-4cf2-a6cb-c8de0eb299c2 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7ed090e-d295-4cf2-a6cb-c8de0eb299c2 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-a1405aa1-3a29-4a6f-b2ee-c8f4df3c6742 {
  min-height: 50px;
}








#s-a1405aa1-3a29-4a6f-b2ee-c8f4df3c6742 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1405aa1-3a29-4a6f-b2ee-c8f4df3c6742.shg-box.shg-c {
  justify-content: center;
}

#s-21901684-31fc-4bc8-b25c-f2a9581e116b {
  text-align: center;
}




  #s-21901684-31fc-4bc8-b25c-f2a9581e116b img.shogun-image {
    
    width: px;
  }


#s-21901684-31fc-4bc8-b25c-f2a9581e116b .shogun-image-content {
  
    align-items: center;
  
}

#s-edad33ad-d966-4647-8eee-1ffb4601acda {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-edad33ad-d966-4647-8eee-1ffb4601acda .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-c7931460-f61c-4bf6-be1f-bf5f1b29dcd7 {
  min-height: 50px;
}








#s-c7931460-f61c-4bf6-be1f-bf5f1b29dcd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7931460-f61c-4bf6-be1f-bf5f1b29dcd7.shg-box.shg-c {
  justify-content: center;
}

#s-07bc0d7f-9352-45e3-812f-cbef1f671a61 {
  min-height: 50px;
}








#s-07bc0d7f-9352-45e3-812f-cbef1f671a61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07bc0d7f-9352-45e3-812f-cbef1f671a61.shg-box.shg-c {
  justify-content: center;
}

#s-d14ac4ac-5d6e-44e3-a9b3-8e59efcfdf8a {
  text-align: center;
}




  #s-d14ac4ac-5d6e-44e3-a9b3-8e59efcfdf8a img.shogun-image {
    
    width: px;
  }


#s-d14ac4ac-5d6e-44e3-a9b3-8e59efcfdf8a .shogun-image-content {
  
    align-items: center;
  
}

#s-e57fffec-c529-46d2-9696-4c234cf3cff9 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e57fffec-c529-46d2-9696-4c234cf3cff9 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-ce4afd46-cb24-46ee-8722-d767eb7b74ba {
  text-align: center;
}




  #s-ce4afd46-cb24-46ee-8722-d767eb7b74ba img.shogun-image {
    
    width: px;
  }


#s-ce4afd46-cb24-46ee-8722-d767eb7b74ba .shogun-image-content {
  
    align-items: center;
  
}

#s-4d747648-a0da-4ebc-b489-9f48977bb182 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d747648-a0da-4ebc-b489-9f48977bb182 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a {
  display: none;
}
#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a, #wrap-s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a {
  display: none;
}
#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a, #wrap-s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a {
  display: none;
}
#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a, #wrap-s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a { display:none !important; }}@media (max-width: 767px){#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a {
  display: none;
}
#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a, #wrap-s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a { display:none !important; }}







#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a.shg-box.shg-c {
  justify-content: center;
}

#s-b47c5b91-0a2d-4370-a128-c130ace0e094 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b47c5b91-0a2d-4370-a128-c130ace0e094 {
  display: none;
}
#s-b47c5b91-0a2d-4370-a128-c130ace0e094, #wrap-s-b47c5b91-0a2d-4370-a128-c130ace0e094 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b47c5b91-0a2d-4370-a128-c130ace0e094 {
  display: none;
}
#s-b47c5b91-0a2d-4370-a128-c130ace0e094, #wrap-s-b47c5b91-0a2d-4370-a128-c130ace0e094 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b47c5b91-0a2d-4370-a128-c130ace0e094 {
  display: none;
}
#s-b47c5b91-0a2d-4370-a128-c130ace0e094, #wrap-s-b47c5b91-0a2d-4370-a128-c130ace0e094 { display:none !important; }}@media (max-width: 767px){#s-b47c5b91-0a2d-4370-a128-c130ace0e094 {
  display: none;
}
#s-b47c5b91-0a2d-4370-a128-c130ace0e094, #wrap-s-b47c5b91-0a2d-4370-a128-c130ace0e094 { display:none !important; }}







#s-b47c5b91-0a2d-4370-a128-c130ace0e094 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b47c5b91-0a2d-4370-a128-c130ace0e094.shg-box.shg-c {
  justify-content: center;
}

#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 {
  display: none;
}
#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99, #wrap-s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 {
  display: none;
}
#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99, #wrap-s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 {
  display: none;
}
#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99, #wrap-s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 { display:none !important; }}@media (max-width: 767px){#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 {
  display: none;
}
#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99, #wrap-s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 { display:none !important; }}







#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99.shg-box.shg-c {
  justify-content: center;
}

#s-7df903c9-5527-4993-983f-3cad8bc106f6 {
  margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7df903c9-5527-4993-983f-3cad8bc106f6 {
  display: none;
}
#s-7df903c9-5527-4993-983f-3cad8bc106f6, #wrap-s-7df903c9-5527-4993-983f-3cad8bc106f6 { display:none !important; }}@media (max-width: 767px){#s-7df903c9-5527-4993-983f-3cad8bc106f6 {
  display: none;
}
#s-7df903c9-5527-4993-983f-3cad8bc106f6, #wrap-s-7df903c9-5527-4993-983f-3cad8bc106f6 { display:none !important; }}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
