.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;
}

.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 {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-9f34d573-52d1-4d5f-8d6d-504a67a5c525 {
  margin-top: 0px;
margin-bottom: 70px;
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9f34d573-52d1-4d5f-8d6d-504a67a5c525 {
  display: none;
}
#s-9f34d573-52d1-4d5f-8d6d-504a67a5c525, #wrap-s-9f34d573-52d1-4d5f-8d6d-504a67a5c525, #wrap-content-s-9f34d573-52d1-4d5f-8d6d-504a67a5c525 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f34d573-52d1-4d5f-8d6d-504a67a5c525 {
  display: none;
}
#s-9f34d573-52d1-4d5f-8d6d-504a67a5c525, #wrap-s-9f34d573-52d1-4d5f-8d6d-504a67a5c525, #wrap-content-s-9f34d573-52d1-4d5f-8d6d-504a67a5c525 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9f34d573-52d1-4d5f-8d6d-504a67a5c525 {
  display: none;
}
#s-9f34d573-52d1-4d5f-8d6d-504a67a5c525, #wrap-s-9f34d573-52d1-4d5f-8d6d-504a67a5c525, #wrap-content-s-9f34d573-52d1-4d5f-8d6d-504a67a5c525 { display: none !important; }}







#s-9f34d573-52d1-4d5f-8d6d-504a67a5c525 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.35;
  display: block;
}#s-9f34d573-52d1-4d5f-8d6d-504a67a5c525.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;
  flex-direction: column;
  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;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-2f320c2b-ee47-43e6-a018-568798c01363 {
  text-align: center;
}

#s-2f320c2b-ee47-43e6-a018-568798c01363 {
  overflow: hidden;
  
  
}







  #s-2f320c2b-ee47-43e6-a018-568798c01363 img.shogun-image {
    

    
    
    
  }


#s-2f320c2b-ee47-43e6-a018-568798c01363 .shogun-image-content {
  
    justify-content: center;
  
}

#s-e8399a0b-b2c1-47ba-b65c-d1e26d713ea0 {
  padding-bottom: 0px;
min-height: 50px;
}








#s-e8399a0b-b2c1-47ba-b65c-d1e26d713ea0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e8399a0b-b2c1-47ba-b65c-d1e26d713ea0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-dc360bfc-061f-4bf1-8923-f510d13fb62a {
  margin-bottom: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-dc360bfc-061f-4bf1-8923-f510d13fb62a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc360bfc-061f-4bf1-8923-f510d13fb62a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-aa82c2f4-e2f4-4630-b84b-2a304168e80d {
  background-repeat: no-repeat;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
}
@media (max-width: 767px){#s-aa82c2f4-e2f4-4630-b84b-2a304168e80d {
  display: none;
}
#s-aa82c2f4-e2f4-4630-b84b-2a304168e80d, #wrap-s-aa82c2f4-e2f4-4630-b84b-2a304168e80d, #wrap-content-s-aa82c2f4-e2f4-4630-b84b-2a304168e80d { display: none !important; }}
#s-aa82c2f4-e2f4-4630-b84b-2a304168e80d {
  background-image: url(https://i.shgcdn.com/824247ff-3b66-4082-87e1-8e500fcd786b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-aa82c2f4-e2f4-4630-b84b-2a304168e80d > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.1;
  display: block;
}#s-aa82c2f4-e2f4-4630-b84b-2a304168e80d.shg-box.shg-c {
  justify-content: center;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-43cc8ffe-92ae-4fcd-89ed-c1a7f0010318 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-c032c831-d0bb-4696-b502-ba3e96595790 {
  min-height: 50px;
}








#s-c032c831-d0bb-4696-b502-ba3e96595790 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c032c831-d0bb-4696-b502-ba3e96595790.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4bbb75dd-bf31-46d5-8414-d9ac7b4a76d2 {
  min-height: 50px;
}








#s-4bbb75dd-bf31-46d5-8414-d9ac7b4a76d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4bbb75dd-bf31-46d5-8414-d9ac7b4a76d2.shg-box.shg-c {
  justify-content: flex-start;
}

.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;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-0272228d-ca74-416b-877c-5204427f2501 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-0272228d-ca74-416b-877c-5204427f2501"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0272228d-ca74-416b-877c-5204427f2501"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0272228d-ca74-416b-877c-5204427f2501"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0272228d-ca74-416b-877c-5204427f2501"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0272228d-ca74-416b-877c-5204427f2501"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0272228d-ca74-416b-877c-5204427f2501"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0272228d-ca74-416b-877c-5204427f2501"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-36127686-1464-40de-8189-db2864d2b57b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-36127686-1464-40de-8189-db2864d2b57b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-36127686-1464-40de-8189-db2864d2b57b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-36127686-1464-40de-8189-db2864d2b57b-root {
    text-align: center;
  }


#s-36127686-1464-40de-8189-db2864d2b57b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-36127686-1464-40de-8189-db2864d2b57b-root {
    text-align: center;
  }


#s-36127686-1464-40de-8189-db2864d2b57b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-36127686-1464-40de-8189-db2864d2b57b-root {
    text-align: center;
  }


#s-36127686-1464-40de-8189-db2864d2b57b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-36127686-1464-40de-8189-db2864d2b57b-root {
    text-align: center;
  }


#s-36127686-1464-40de-8189-db2864d2b57b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-36127686-1464-40de-8189-db2864d2b57b-root {
    text-align: center;
  }


#s-36127686-1464-40de-8189-db2864d2b57b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-14aa14be-3c0e-4a41-892b-1015ec733cfc {
  min-height: 50px;
}
@media (min-width: 1200px){#s-14aa14be-3c0e-4a41-892b-1015ec733cfc {
  
}
}







#s-14aa14be-3c0e-4a41-892b-1015ec733cfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-14aa14be-3c0e-4a41-892b-1015ec733cfc.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content 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 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;
  
  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 {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  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;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

@media (min-width: 1200px){#s-443ec154-dfd5-477a-9070-301ad9698b0a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-443ec154-dfd5-477a-9070-301ad9698b0a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-443ec154-dfd5-477a-9070-301ad9698b0a {
  
}
}@media (max-width: 767px){#s-443ec154-dfd5-477a-9070-301ad9698b0a {
  
}
}

  #s-443ec154-dfd5-477a-9070-301ad9698b0a .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0);
  }
  #s-443ec154-dfd5-477a-9070-301ad9698b0a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0);
  }
#s-443ec154-dfd5-477a-9070-301ad9698b0a .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  
  
  
  font-size: 16px;
}

#s-443ec154-dfd5-477a-9070-301ad9698b0a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-443ec154-dfd5-477a-9070-301ad9698b0a .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 0);
}

#s-443ec154-dfd5-477a-9070-301ad9698b0a .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-2a746d5e-0929-46cc-9858-3630ff83db99 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}








#s-2a746d5e-0929-46cc-9858-3630ff83db99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2a746d5e-0929-46cc-9858-3630ff83db99.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  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-84060fe0-e8fb-4a55-9cd0-e639f4b4cebb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-84060fe0-e8fb-4a55-9cd0-e639f4b4cebb .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  
}



@media (min-width: 0px) {
[id="s-6add5125-b435-4587-a18e-91248e6a020c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6add5125-b435-4587-a18e-91248e6a020c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6add5125-b435-4587-a18e-91248e6a020c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6add5125-b435-4587-a18e-91248e6a020c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6add5125-b435-4587-a18e-91248e6a020c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6add5125-b435-4587-a18e-91248e6a020c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6add5125-b435-4587-a18e-91248e6a020c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-b8d5352f-b192-4d7b-ad56-ddbe9371f2de {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}








#s-b8d5352f-b192-4d7b-ad56-ddbe9371f2de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b8d5352f-b192-4d7b-ad56-ddbe9371f2de.shg-box.shg-c {
  justify-content: center;
}

#s-774e3a1e-58de-4ba4-8275-7a9a34b22613 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-774e3a1e-58de-4ba4-8275-7a9a34b22613 .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  
}



@media (min-width: 0px) {
[id="s-c94e5601-0ea3-4325-a4e6-08deac52c1ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c94e5601-0ea3-4325-a4e6-08deac52c1ce"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c94e5601-0ea3-4325-a4e6-08deac52c1ce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c94e5601-0ea3-4325-a4e6-08deac52c1ce"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c94e5601-0ea3-4325-a4e6-08deac52c1ce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c94e5601-0ea3-4325-a4e6-08deac52c1ce"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c94e5601-0ea3-4325-a4e6-08deac52c1ce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-b994807c-e606-4ac0-8a29-634ff7190204 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}








#s-b994807c-e606-4ac0-8a29-634ff7190204 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b994807c-e606-4ac0-8a29-634ff7190204.shg-box.shg-c {
  justify-content: center;
}

#s-19ed4229-1bb4-4d3a-a51f-0f7d12cbfea2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-19ed4229-1bb4-4d3a-a51f-0f7d12cbfea2 .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  
}



@media (min-width: 0px) {
[id="s-bd8ee24f-f6b0-41e4-886c-dd666d980eff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd8ee24f-f6b0-41e4-886c-dd666d980eff"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bd8ee24f-f6b0-41e4-886c-dd666d980eff"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bd8ee24f-f6b0-41e4-886c-dd666d980eff"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bd8ee24f-f6b0-41e4-886c-dd666d980eff"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd8ee24f-f6b0-41e4-886c-dd666d980eff"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bd8ee24f-f6b0-41e4-886c-dd666d980eff"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-7a544f6d-1ccd-4d12-9998-630dacb48028 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-7a544f6d-1ccd-4d12-9998-630dacb48028 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7a544f6d-1ccd-4d12-9998-630dacb48028.shg-box.shg-c {
  justify-content: center;
}

#s-979d16c2-cd26-468a-8a6f-1b8f860e834a {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}








#s-979d16c2-cd26-468a-8a6f-1b8f860e834a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-979d16c2-cd26-468a-8a6f-1b8f860e834a.shg-box.shg-c {
  justify-content: center;
}

#s-6afbfbfc-29b4-4c89-aabe-76c6236d6bed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6afbfbfc-29b4-4c89-aabe-76c6236d6bed .shogun-heading-component h1 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  
}



@media (min-width: 0px) {
[id="s-77e2f2f4-5dd3-4786-b882-3aa37a083245"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77e2f2f4-5dd3-4786-b882-3aa37a083245"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-77e2f2f4-5dd3-4786-b882-3aa37a083245"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-77e2f2f4-5dd3-4786-b882-3aa37a083245"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-77e2f2f4-5dd3-4786-b882-3aa37a083245"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-77e2f2f4-5dd3-4786-b882-3aa37a083245"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-77e2f2f4-5dd3-4786-b882-3aa37a083245"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}


  #s-a9f492b7-99c4-48df-aa00-6c085d28621c .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-a9f492b7-99c4-48df-aa00-6c085d28621c .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-a9f492b7-99c4-48df-aa00-6c085d28621c .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #50b3da;
  
  
  
  font-size: 16px;
}

#s-a9f492b7-99c4-48df-aa00-6c085d28621c .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-a9f492b7-99c4-48df-aa00-6c085d28621c .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-a9f492b7-99c4-48df-aa00-6c085d28621c .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-22d750ec-75ac-4fff-8a64-a8724a94bf27 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}








#s-22d750ec-75ac-4fff-8a64-a8724a94bf27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-22d750ec-75ac-4fff-8a64-a8724a94bf27.shg-box.shg-c {
  justify-content: center;
}

#s-7bdec4c6-93c6-4f2f-9186-202b5fce4af9 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}








#s-7bdec4c6-93c6-4f2f-9186-202b5fce4af9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7bdec4c6-93c6-4f2f-9186-202b5fce4af9.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-e1390934-5d9d-42be-ad4f-b039afb6277f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e1390934-5d9d-42be-ad4f-b039afb6277f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e1390934-5d9d-42be-ad4f-b039afb6277f {
  display: none;
}
#s-e1390934-5d9d-42be-ad4f-b039afb6277f, #wrap-s-e1390934-5d9d-42be-ad4f-b039afb6277f, #wrap-content-s-e1390934-5d9d-42be-ad4f-b039afb6277f { display: none !important; }}@media (max-width: 767px){#s-e1390934-5d9d-42be-ad4f-b039afb6277f {
  display: none;
}
#s-e1390934-5d9d-42be-ad4f-b039afb6277f, #wrap-s-e1390934-5d9d-42be-ad4f-b039afb6277f, #wrap-content-s-e1390934-5d9d-42be-ad4f-b039afb6277f { display: none !important; }}
@media (min-width: 0px) {
[id="s-e1390934-5d9d-42be-ad4f-b039afb6277f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1390934-5d9d-42be-ad4f-b039afb6277f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e1390934-5d9d-42be-ad4f-b039afb6277f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1390934-5d9d-42be-ad4f-b039afb6277f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2e1caffd-e2a2-44e9-af4a-6e10b8c423d3 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
max-width: 100%;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2e1caffd-e2a2-44e9-af4a-6e10b8c423d3 {
  
}
}







#s-2e1caffd-e2a2-44e9-af4a-6e10b8c423d3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-2e1caffd-e2a2-44e9-af4a-6e10b8c423d3.shg-box.shg-c {
  justify-content: center;
}

#s-13fa7f42-2fc3-4f36-8f8b-31c65b52fcea {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 90%;
}

#s-f54e3165-d8da-4afb-96b2-22b6e686c513 {
  margin-top: 14px;
margin-left: auto;
margin-bottom: 14px;
margin-right: auto;
padding-left: 0px;
padding-right: 40%;
max-width: 90%;
}

#s-2d0b5448-9d9a-40d0-8831-fc651e2f228d {
  margin-left: 34px;
margin-right: 34px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-2d0b5448-9d9a-40d0-8831-fc651e2f228d:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDRkYWE5NjItNzE5Ny00ZjAzLTg1MmEtYjY3MjEwNmViOTU3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwNGRhYTk2Mi03MTk3LTRmMDMtODUyYS1iNjcyMTA2ZWI5NTcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;
hover-type: gradient !important;}#s-2d0b5448-9d9a-40d0-8831-fc651e2f228d:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-2d0b5448-9d9a-40d0-8831-fc651e2f228d-root {
    text-align: left;
  }


#s-2d0b5448-9d9a-40d0-8831-fc651e2f228d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2d0b5448-9d9a-40d0-8831-fc651e2f228d-root {
    text-align: left;
  }


#s-2d0b5448-9d9a-40d0-8831-fc651e2f228d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2d0b5448-9d9a-40d0-8831-fc651e2f228d-root {
    text-align: left;
  }


#s-2d0b5448-9d9a-40d0-8831-fc651e2f228d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2d0b5448-9d9a-40d0-8831-fc651e2f228d-root {
    text-align: left;
  }


#s-2d0b5448-9d9a-40d0-8831-fc651e2f228d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2d0b5448-9d9a-40d0-8831-fc651e2f228d-root {
    text-align: left;
  }


#s-2d0b5448-9d9a-40d0-8831-fc651e2f228d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-47af68f9-16f6-4f50-a6ca-409fa4981819 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
max-width: 100%;
background-position: center center;
}
@media (min-width: 1200px){#s-47af68f9-16f6-4f50-a6ca-409fa4981819 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-47af68f9-16f6-4f50-a6ca-409fa4981819 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-47af68f9-16f6-4f50-a6ca-409fa4981819 {
  
}
}@media (max-width: 767px){#s-47af68f9-16f6-4f50-a6ca-409fa4981819 {
  
}
}







#s-47af68f9-16f6-4f50-a6ca-409fa4981819 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-47af68f9-16f6-4f50-a6ca-409fa4981819.shg-box.shg-c {
  justify-content: center;
}

#s-25c053bc-38c1-4b49-898c-9da549e1a622 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 90%;
}

#s-b9cc5e77-7b5e-4947-970f-264689e86208 {
  margin-top: 14px;
margin-left: auto;
margin-bottom: 14px;
margin-right: auto;
padding-left: 0px;
padding-right: 40%;
max-width: 90%;
}

#s-17ba38a1-15ef-4224-9b0d-02fccd4ccb47 {
  margin-left: 34px;
margin-right: 34px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-17ba38a1-15ef-4224-9b0d-02fccd4ccb47:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTRlMmI5NWMtMzhkMS00NGQ4LThhOGItNjAxOGM4Y2Y3Y2ZkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5NGUyYjk1Yy0zOGQxLTQ0ZDgtOGE4Yi02MDE4YzhjZjdjZmQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;
hover-type: gradient !important;}#s-17ba38a1-15ef-4224-9b0d-02fccd4ccb47:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-17ba38a1-15ef-4224-9b0d-02fccd4ccb47-root {
    text-align: left;
  }


#s-17ba38a1-15ef-4224-9b0d-02fccd4ccb47.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-17ba38a1-15ef-4224-9b0d-02fccd4ccb47-root {
    text-align: left;
  }


#s-17ba38a1-15ef-4224-9b0d-02fccd4ccb47.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-17ba38a1-15ef-4224-9b0d-02fccd4ccb47-root {
    text-align: left;
  }


#s-17ba38a1-15ef-4224-9b0d-02fccd4ccb47.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-17ba38a1-15ef-4224-9b0d-02fccd4ccb47-root {
    text-align: left;
  }


#s-17ba38a1-15ef-4224-9b0d-02fccd4ccb47.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-17ba38a1-15ef-4224-9b0d-02fccd4ccb47-root {
    text-align: left;
  }


#s-17ba38a1-15ef-4224-9b0d-02fccd4ccb47.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-d91219e8-f193-44d2-86db-c354f7afa1bd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d91219e8-f193-44d2-86db-c354f7afa1bd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d91219e8-f193-44d2-86db-c354f7afa1bd {
  display: none;
}
#s-d91219e8-f193-44d2-86db-c354f7afa1bd, #wrap-s-d91219e8-f193-44d2-86db-c354f7afa1bd, #wrap-content-s-d91219e8-f193-44d2-86db-c354f7afa1bd { display: none !important; }}@media (max-width: 767px){#s-d91219e8-f193-44d2-86db-c354f7afa1bd {
  display: none;
}
#s-d91219e8-f193-44d2-86db-c354f7afa1bd, #wrap-s-d91219e8-f193-44d2-86db-c354f7afa1bd, #wrap-content-s-d91219e8-f193-44d2-86db-c354f7afa1bd { display: none !important; }}
@media (min-width: 0px) {
[id="s-d91219e8-f193-44d2-86db-c354f7afa1bd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d91219e8-f193-44d2-86db-c354f7afa1bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d91219e8-f193-44d2-86db-c354f7afa1bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d91219e8-f193-44d2-86db-c354f7afa1bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d6a7623f-ce65-4aa4-914a-65751602f556 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
max-width: 100%;
background-position: center center;
}
@media (min-width: 1200px){#s-d6a7623f-ce65-4aa4-914a-65751602f556 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d6a7623f-ce65-4aa4-914a-65751602f556 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d6a7623f-ce65-4aa4-914a-65751602f556 {
  
}
}@media (max-width: 767px){#s-d6a7623f-ce65-4aa4-914a-65751602f556 {
  
}
}







#s-d6a7623f-ce65-4aa4-914a-65751602f556 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-d6a7623f-ce65-4aa4-914a-65751602f556.shg-box.shg-c {
  justify-content: center;
}

#s-01273589-a6a4-41d0-a060-3f4fed6fa68f {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 90%;
}

#s-7f3d03d2-b1ca-4cf5-add1-2e5bbea844b1 {
  margin-top: 14px;
margin-left: auto;
margin-bottom: 14px;
margin-right: auto;
padding-left: 0px;
padding-right: 40%;
max-width: 90%;
}

#s-7237551e-a602-4a00-baae-c8174ce750c3 {
  margin-left: 34px;
margin-right: 34px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-7237551e-a602-4a00-baae-c8174ce750c3:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTEwODg2NWEtYzBjOS00NDdkLThlZmMtMWU2OGFjMmExMmY0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhMTA4ODY1YS1jMGM5LTQ0N2QtOGVmYy0xZTY4YWMyYTEyZjQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;
hover-type: gradient !important;}#s-7237551e-a602-4a00-baae-c8174ce750c3:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7237551e-a602-4a00-baae-c8174ce750c3-root {
    text-align: left;
  }


#s-7237551e-a602-4a00-baae-c8174ce750c3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7237551e-a602-4a00-baae-c8174ce750c3-root {
    text-align: left;
  }


#s-7237551e-a602-4a00-baae-c8174ce750c3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7237551e-a602-4a00-baae-c8174ce750c3-root {
    text-align: left;
  }


#s-7237551e-a602-4a00-baae-c8174ce750c3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7237551e-a602-4a00-baae-c8174ce750c3-root {
    text-align: left;
  }


#s-7237551e-a602-4a00-baae-c8174ce750c3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7237551e-a602-4a00-baae-c8174ce750c3-root {
    text-align: left;
  }


#s-7237551e-a602-4a00-baae-c8174ce750c3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-da9e30b7-5f7a-43f4-91b2-b052e9796c27 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
max-width: 100%;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-da9e30b7-5f7a-43f4-91b2-b052e9796c27 {
  
}
}







#s-da9e30b7-5f7a-43f4-91b2-b052e9796c27 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-da9e30b7-5f7a-43f4-91b2-b052e9796c27.shg-box.shg-c {
  justify-content: center;
}

#s-1cf69e59-8470-4c58-8246-223fdde60c70 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 90%;
}

#s-ed74dbfe-2e2a-4497-8968-4070f0416411 {
  margin-top: 14px;
margin-left: auto;
margin-bottom: 14px;
margin-right: auto;
padding-left: 0px;
padding-right: 40%;
max-width: 90%;
}

#s-ae43066b-76a1-4e09-88c5-7e3f1cfb5c99 {
  margin-left: 34px;
margin-right: 34px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-ae43066b-76a1-4e09-88c5-7e3f1cfb5c99:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzY2NjllMGUtMzIzOS00ZmE3LWFhNGUtNWY2MGRjMDcwZWVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzNjY2OWUwZS0zMjM5LTRmYTctYWE0ZS01ZjYwZGMwNzBlZWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;
hover-type: gradient !important;}#s-ae43066b-76a1-4e09-88c5-7e3f1cfb5c99:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ae43066b-76a1-4e09-88c5-7e3f1cfb5c99-root {
    text-align: left;
  }


#s-ae43066b-76a1-4e09-88c5-7e3f1cfb5c99.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ae43066b-76a1-4e09-88c5-7e3f1cfb5c99-root {
    text-align: left;
  }


#s-ae43066b-76a1-4e09-88c5-7e3f1cfb5c99.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ae43066b-76a1-4e09-88c5-7e3f1cfb5c99-root {
    text-align: left;
  }


#s-ae43066b-76a1-4e09-88c5-7e3f1cfb5c99.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ae43066b-76a1-4e09-88c5-7e3f1cfb5c99-root {
    text-align: left;
  }


#s-ae43066b-76a1-4e09-88c5-7e3f1cfb5c99.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ae43066b-76a1-4e09-88c5-7e3f1cfb5c99-root {
    text-align: left;
  }


#s-ae43066b-76a1-4e09-88c5-7e3f1cfb5c99.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-a14ae6dd-3855-415d-b8d8-fceaf30dce1b {
  display: none;
}
#s-a14ae6dd-3855-415d-b8d8-fceaf30dce1b, #wrap-s-a14ae6dd-3855-415d-b8d8-fceaf30dce1b, #wrap-content-s-a14ae6dd-3855-415d-b8d8-fceaf30dce1b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a14ae6dd-3855-415d-b8d8-fceaf30dce1b {
  display: none;
}
#s-a14ae6dd-3855-415d-b8d8-fceaf30dce1b, #wrap-s-a14ae6dd-3855-415d-b8d8-fceaf30dce1b, #wrap-content-s-a14ae6dd-3855-415d-b8d8-fceaf30dce1b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a14ae6dd-3855-415d-b8d8-fceaf30dce1b {
  
}
}@media (max-width: 767px){#s-a14ae6dd-3855-415d-b8d8-fceaf30dce1b {
  display: none;
}
#s-a14ae6dd-3855-415d-b8d8-fceaf30dce1b, #wrap-s-a14ae6dd-3855-415d-b8d8-fceaf30dce1b, #wrap-content-s-a14ae6dd-3855-415d-b8d8-fceaf30dce1b { display: none !important; }}
@media (min-width: 0px) {
[id="s-a14ae6dd-3855-415d-b8d8-fceaf30dce1b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a14ae6dd-3855-415d-b8d8-fceaf30dce1b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a14ae6dd-3855-415d-b8d8-fceaf30dce1b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a14ae6dd-3855-415d-b8d8-fceaf30dce1b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-00dd85c5-b564-4275-9142-3259b8489b5c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
max-width: 100%;
background-position: center center;
}
@media (min-width: 1200px){#s-00dd85c5-b564-4275-9142-3259b8489b5c {
  display: none;
}
#s-00dd85c5-b564-4275-9142-3259b8489b5c, #wrap-s-00dd85c5-b564-4275-9142-3259b8489b5c, #wrap-content-s-00dd85c5-b564-4275-9142-3259b8489b5c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-00dd85c5-b564-4275-9142-3259b8489b5c {
  display: none;
}
#s-00dd85c5-b564-4275-9142-3259b8489b5c, #wrap-s-00dd85c5-b564-4275-9142-3259b8489b5c, #wrap-content-s-00dd85c5-b564-4275-9142-3259b8489b5c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-00dd85c5-b564-4275-9142-3259b8489b5c {
  
}
}@media (max-width: 767px){#s-00dd85c5-b564-4275-9142-3259b8489b5c {
  display: none;
}
#s-00dd85c5-b564-4275-9142-3259b8489b5c, #wrap-s-00dd85c5-b564-4275-9142-3259b8489b5c, #wrap-content-s-00dd85c5-b564-4275-9142-3259b8489b5c { display: none !important; }}







#s-00dd85c5-b564-4275-9142-3259b8489b5c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-00dd85c5-b564-4275-9142-3259b8489b5c.shg-box.shg-c {
  justify-content: center;
}

#s-ea163d7d-4c00-477c-80c4-f39060b196aa {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 90%;
}

#s-3be01d3e-9ea2-4cb3-9db6-1904151a6a5b {
  margin-top: 14px;
margin-left: auto;
margin-bottom: 14px;
margin-right: auto;
padding-left: 0px;
padding-right: 40%;
max-width: 90%;
}

#s-18b57764-9c9b-418b-a959-cc70cbf582f1 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-18b57764-9c9b-418b-a959-cc70cbf582f1:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjZjZDg3YWQtNjFjMy00MTkwLWFhM2YtNzIxYjA0YmVjYmFiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyNmNkODdhZC02MWMzLTQxOTAtYWEzZi03MjFiMDRiZWNiYWIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;
hover-type: gradient !important;}#s-18b57764-9c9b-418b-a959-cc70cbf582f1:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-18b57764-9c9b-418b-a959-cc70cbf582f1-root {
    text-align: left;
  }


#s-18b57764-9c9b-418b-a959-cc70cbf582f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-18b57764-9c9b-418b-a959-cc70cbf582f1-root {
    text-align: left;
  }


#s-18b57764-9c9b-418b-a959-cc70cbf582f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-18b57764-9c9b-418b-a959-cc70cbf582f1-root {
    text-align: left;
  }


#s-18b57764-9c9b-418b-a959-cc70cbf582f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-18b57764-9c9b-418b-a959-cc70cbf582f1-root {
    text-align: left;
  }


#s-18b57764-9c9b-418b-a959-cc70cbf582f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-18b57764-9c9b-418b-a959-cc70cbf582f1-root {
    text-align: left;
  }


#s-18b57764-9c9b-418b-a959-cc70cbf582f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4ef9eedf-a68b-46e3-a069-2cc53cd1aceb {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
max-width: 100%;
background-position: center center;
}
@media (min-width: 1200px){#s-4ef9eedf-a68b-46e3-a069-2cc53cd1aceb {
  display: none;
}
#s-4ef9eedf-a68b-46e3-a069-2cc53cd1aceb, #wrap-s-4ef9eedf-a68b-46e3-a069-2cc53cd1aceb, #wrap-content-s-4ef9eedf-a68b-46e3-a069-2cc53cd1aceb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ef9eedf-a68b-46e3-a069-2cc53cd1aceb {
  display: none;
}
#s-4ef9eedf-a68b-46e3-a069-2cc53cd1aceb, #wrap-s-4ef9eedf-a68b-46e3-a069-2cc53cd1aceb, #wrap-content-s-4ef9eedf-a68b-46e3-a069-2cc53cd1aceb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4ef9eedf-a68b-46e3-a069-2cc53cd1aceb {
  
}
}@media (max-width: 767px){#s-4ef9eedf-a68b-46e3-a069-2cc53cd1aceb {
  
}
}







#s-4ef9eedf-a68b-46e3-a069-2cc53cd1aceb > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-4ef9eedf-a68b-46e3-a069-2cc53cd1aceb.shg-box.shg-c {
  justify-content: center;
}

#s-5b10ebcd-40f1-4c2b-85be-15c3d17db013 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 90%;
}

#s-685e8c64-5a22-489a-827b-257d7379f0d6 {
  margin-top: 14px;
margin-left: auto;
margin-bottom: 14px;
margin-right: auto;
padding-left: 0px;
padding-right: 40%;
max-width: 90%;
}

#s-e2ce063d-a595-46aa-a82f-43cf34fe6752 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-e2ce063d-a595-46aa-a82f-43cf34fe6752:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGNmMjdjMmItZGE5MS00MGUyLWEzY2ItZTQyNGQwOTU3OTQyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkY2YyN2MyYi1kYTkxLTQwZTItYTNjYi1lNDI0ZDA5NTc5NDIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;
hover-type: gradient !important;}#s-e2ce063d-a595-46aa-a82f-43cf34fe6752:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e2ce063d-a595-46aa-a82f-43cf34fe6752-root {
    text-align: left;
  }


#s-e2ce063d-a595-46aa-a82f-43cf34fe6752.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e2ce063d-a595-46aa-a82f-43cf34fe6752-root {
    text-align: left;
  }


#s-e2ce063d-a595-46aa-a82f-43cf34fe6752.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e2ce063d-a595-46aa-a82f-43cf34fe6752-root {
    text-align: left;
  }


#s-e2ce063d-a595-46aa-a82f-43cf34fe6752.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e2ce063d-a595-46aa-a82f-43cf34fe6752-root {
    text-align: left;
  }


#s-e2ce063d-a595-46aa-a82f-43cf34fe6752.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e2ce063d-a595-46aa-a82f-43cf34fe6752-root {
    text-align: left;
  }


#s-e2ce063d-a595-46aa-a82f-43cf34fe6752.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-430f377b-13ef-4788-91b5-96f11312008c {
  display: none;
}
#s-430f377b-13ef-4788-91b5-96f11312008c, #wrap-s-430f377b-13ef-4788-91b5-96f11312008c, #wrap-content-s-430f377b-13ef-4788-91b5-96f11312008c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-430f377b-13ef-4788-91b5-96f11312008c {
  display: none;
}
#s-430f377b-13ef-4788-91b5-96f11312008c, #wrap-s-430f377b-13ef-4788-91b5-96f11312008c, #wrap-content-s-430f377b-13ef-4788-91b5-96f11312008c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-430f377b-13ef-4788-91b5-96f11312008c {
  
}
}@media (max-width: 767px){#s-430f377b-13ef-4788-91b5-96f11312008c {
  display: none;
}
#s-430f377b-13ef-4788-91b5-96f11312008c, #wrap-s-430f377b-13ef-4788-91b5-96f11312008c, #wrap-content-s-430f377b-13ef-4788-91b5-96f11312008c { display: none !important; }}
@media (min-width: 0px) {
[id="s-430f377b-13ef-4788-91b5-96f11312008c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-430f377b-13ef-4788-91b5-96f11312008c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-430f377b-13ef-4788-91b5-96f11312008c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-430f377b-13ef-4788-91b5-96f11312008c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-45c55da5-8fc5-4652-872d-936bc48d6401 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
max-width: 100%;
background-position: center center;
}
@media (min-width: 1200px){#s-45c55da5-8fc5-4652-872d-936bc48d6401 {
  display: none;
}
#s-45c55da5-8fc5-4652-872d-936bc48d6401, #wrap-s-45c55da5-8fc5-4652-872d-936bc48d6401, #wrap-content-s-45c55da5-8fc5-4652-872d-936bc48d6401 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-45c55da5-8fc5-4652-872d-936bc48d6401 {
  display: none;
}
#s-45c55da5-8fc5-4652-872d-936bc48d6401, #wrap-s-45c55da5-8fc5-4652-872d-936bc48d6401, #wrap-content-s-45c55da5-8fc5-4652-872d-936bc48d6401 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-45c55da5-8fc5-4652-872d-936bc48d6401 {
  
}
}@media (max-width: 767px){#s-45c55da5-8fc5-4652-872d-936bc48d6401 {
  display: none;
}
#s-45c55da5-8fc5-4652-872d-936bc48d6401, #wrap-s-45c55da5-8fc5-4652-872d-936bc48d6401, #wrap-content-s-45c55da5-8fc5-4652-872d-936bc48d6401 { display: none !important; }}







#s-45c55da5-8fc5-4652-872d-936bc48d6401 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-45c55da5-8fc5-4652-872d-936bc48d6401.shg-box.shg-c {
  justify-content: center;
}

#s-76ec10fc-5d8f-4f16-b8b9-e6e2fa44a4ca {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 90%;
}

#s-59e65c48-e80e-4a34-9695-4c5eca78e6c2 {
  margin-top: 14px;
margin-left: auto;
margin-bottom: 14px;
margin-right: auto;
padding-left: 0px;
padding-right: 40%;
max-width: 90%;
}

#s-21213597-7eda-48ca-8c94-4063587e4c6e {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-21213597-7eda-48ca-8c94-4063587e4c6e:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGNmMjdjMmItZGE5MS00MGUyLWEzY2ItZTQyNGQwOTU3OTQyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkY2YyN2MyYi1kYTkxLTQwZTItYTNjYi1lNDI0ZDA5NTc5NDIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;
hover-type: gradient !important;}#s-21213597-7eda-48ca-8c94-4063587e4c6e:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-21213597-7eda-48ca-8c94-4063587e4c6e-root {
    text-align: left;
  }


#s-21213597-7eda-48ca-8c94-4063587e4c6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-21213597-7eda-48ca-8c94-4063587e4c6e-root {
    text-align: left;
  }


#s-21213597-7eda-48ca-8c94-4063587e4c6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-21213597-7eda-48ca-8c94-4063587e4c6e-root {
    text-align: left;
  }


#s-21213597-7eda-48ca-8c94-4063587e4c6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-21213597-7eda-48ca-8c94-4063587e4c6e-root {
    text-align: left;
  }


#s-21213597-7eda-48ca-8c94-4063587e4c6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-21213597-7eda-48ca-8c94-4063587e4c6e-root {
    text-align: left;
  }


#s-21213597-7eda-48ca-8c94-4063587e4c6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e7e795e7-f3e8-4732-a137-53f5dedb880b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
max-width: 100%;
background-position: center center;
}
@media (min-width: 1200px){#s-e7e795e7-f3e8-4732-a137-53f5dedb880b {
  display: none;
}
#s-e7e795e7-f3e8-4732-a137-53f5dedb880b, #wrap-s-e7e795e7-f3e8-4732-a137-53f5dedb880b, #wrap-content-s-e7e795e7-f3e8-4732-a137-53f5dedb880b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e7e795e7-f3e8-4732-a137-53f5dedb880b {
  display: none;
}
#s-e7e795e7-f3e8-4732-a137-53f5dedb880b, #wrap-s-e7e795e7-f3e8-4732-a137-53f5dedb880b, #wrap-content-s-e7e795e7-f3e8-4732-a137-53f5dedb880b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e7e795e7-f3e8-4732-a137-53f5dedb880b {
  
}
}@media (max-width: 767px){#s-e7e795e7-f3e8-4732-a137-53f5dedb880b {
  display: none;
}
#s-e7e795e7-f3e8-4732-a137-53f5dedb880b, #wrap-s-e7e795e7-f3e8-4732-a137-53f5dedb880b, #wrap-content-s-e7e795e7-f3e8-4732-a137-53f5dedb880b { display: none !important; }}







#s-e7e795e7-f3e8-4732-a137-53f5dedb880b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-e7e795e7-f3e8-4732-a137-53f5dedb880b.shg-box.shg-c {
  justify-content: center;
}

#s-a6b91ee6-c1bb-491e-b21f-67438b4c8038 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 90%;
}

#s-9e436f8e-79aa-413a-a6de-76fae74e0c72 {
  margin-top: 14px;
margin-left: auto;
margin-bottom: 14px;
margin-right: auto;
padding-left: 0px;
padding-right: 40%;
max-width: 90%;
}

#s-9fd39921-885d-41aa-a4b5-579505e27042 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-9fd39921-885d-41aa-a4b5-579505e27042:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmUwMjI0ZmUtYzhkYi00NGI2LTg1ODItOTMyNGM4MmRhNjI0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmZTAyMjRmZS1jOGRiLTQ0YjYtODU4Mi05MzI0YzgyZGE2MjQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;
hover-type: gradient !important;}#s-9fd39921-885d-41aa-a4b5-579505e27042:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-9fd39921-885d-41aa-a4b5-579505e27042-root {
    text-align: left;
  }


#s-9fd39921-885d-41aa-a4b5-579505e27042.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9fd39921-885d-41aa-a4b5-579505e27042-root {
    text-align: left;
  }


#s-9fd39921-885d-41aa-a4b5-579505e27042.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9fd39921-885d-41aa-a4b5-579505e27042-root {
    text-align: left;
  }


#s-9fd39921-885d-41aa-a4b5-579505e27042.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9fd39921-885d-41aa-a4b5-579505e27042-root {
    text-align: left;
  }


#s-9fd39921-885d-41aa-a4b5-579505e27042.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9fd39921-885d-41aa-a4b5-579505e27042-root {
    text-align: left;
  }


#s-9fd39921-885d-41aa-a4b5-579505e27042.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-fe8bb61b-4416-46f6-8288-fec05a3f0573 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fe8bb61b-4416-46f6-8288-fec05a3f0573 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fe8bb61b-4416-46f6-8288-fec05a3f0573 {
  display: none;
}
#s-fe8bb61b-4416-46f6-8288-fec05a3f0573, #wrap-s-fe8bb61b-4416-46f6-8288-fec05a3f0573, #wrap-content-s-fe8bb61b-4416-46f6-8288-fec05a3f0573 { display: none !important; }}@media (max-width: 767px){#s-fe8bb61b-4416-46f6-8288-fec05a3f0573 {
  display: none;
}
#s-fe8bb61b-4416-46f6-8288-fec05a3f0573, #wrap-s-fe8bb61b-4416-46f6-8288-fec05a3f0573, #wrap-content-s-fe8bb61b-4416-46f6-8288-fec05a3f0573 { display: none !important; }}
@media (min-width: 0px) {
[id="s-fe8bb61b-4416-46f6-8288-fec05a3f0573"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe8bb61b-4416-46f6-8288-fec05a3f0573"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fe8bb61b-4416-46f6-8288-fec05a3f0573"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe8bb61b-4416-46f6-8288-fec05a3f0573"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-320facfa-6e09-43d2-8e64-a3eced051f9e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
max-width: 100%;
background-position: right center;
}
@media (min-width: 1200px){#s-320facfa-6e09-43d2-8e64-a3eced051f9e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-320facfa-6e09-43d2-8e64-a3eced051f9e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-320facfa-6e09-43d2-8e64-a3eced051f9e {
  
}
}@media (max-width: 767px){#s-320facfa-6e09-43d2-8e64-a3eced051f9e {
  
}
}







#s-320facfa-6e09-43d2-8e64-a3eced051f9e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-320facfa-6e09-43d2-8e64-a3eced051f9e.shg-box.shg-c {
  justify-content: center;
}

#s-6465b69e-835e-403c-b779-a75d2d933f17 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 90%;
}

#s-2d90a093-1b17-4d78-8663-a3cac7b396b8 {
  margin-top: 14px;
margin-left: auto;
margin-bottom: 14px;
margin-right: auto;
padding-left: 0px;
padding-right: 34%;
max-width: 90%;
}

#s-4cc4643f-fe6d-4dc1-8142-31a81e494049 {
  margin-left: 34px;
margin-right: 34px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-4cc4643f-fe6d-4dc1-8142-31a81e494049:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjhlNDI4NGItMGFlOC00ZWVhLWJlZGYtNzU5YWVjMDA2MzgyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmOGU0Mjg0Yi0wYWU4LTRlZWEtYmVkZi03NTlhZWMwMDYzODIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;
hover-type: gradient !important;}#s-4cc4643f-fe6d-4dc1-8142-31a81e494049:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-4cc4643f-fe6d-4dc1-8142-31a81e494049-root {
    text-align: left;
  }


#s-4cc4643f-fe6d-4dc1-8142-31a81e494049.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4cc4643f-fe6d-4dc1-8142-31a81e494049-root {
    text-align: left;
  }


#s-4cc4643f-fe6d-4dc1-8142-31a81e494049.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4cc4643f-fe6d-4dc1-8142-31a81e494049-root {
    text-align: left;
  }


#s-4cc4643f-fe6d-4dc1-8142-31a81e494049.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4cc4643f-fe6d-4dc1-8142-31a81e494049-root {
    text-align: left;
  }


#s-4cc4643f-fe6d-4dc1-8142-31a81e494049.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4cc4643f-fe6d-4dc1-8142-31a81e494049-root {
    text-align: left;
  }


#s-4cc4643f-fe6d-4dc1-8142-31a81e494049.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0c36c897-39a5-4cf4-946a-ba85e5592bed {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
max-width: 100%;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0c36c897-39a5-4cf4-946a-ba85e5592bed {
  
}
}







#s-0c36c897-39a5-4cf4-946a-ba85e5592bed > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-0c36c897-39a5-4cf4-946a-ba85e5592bed.shg-box.shg-c {
  justify-content: center;
}

#s-b006bab0-ebad-4625-bd36-4fe03cad58f5 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 90%;
}

#s-ff81e64c-38cd-4006-8249-1e8e9db8d4ae {
  margin-top: 14px;
margin-left: auto;
margin-bottom: 14px;
margin-right: auto;
padding-left: 0px;
padding-right: 40%;
max-width: 90%;
}

#s-95fa5b92-02b8-42c9-99fb-a3a6ba5f48d7 {
  margin-left: 34px;
margin-right: 34px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-95fa5b92-02b8-42c9-99fb-a3a6ba5f48d7:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDYyZGE2YmUtMDUxZS00NTUyLTlhODctM2ZiZjJiZjI2MmJhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0NjJkYTZiZS0wNTFlLTQ1NTItOWE4Ny0zZmJmMmJmMjYyYmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;
hover-type: gradient !important;}#s-95fa5b92-02b8-42c9-99fb-a3a6ba5f48d7:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-95fa5b92-02b8-42c9-99fb-a3a6ba5f48d7-root {
    text-align: left;
  }


#s-95fa5b92-02b8-42c9-99fb-a3a6ba5f48d7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-95fa5b92-02b8-42c9-99fb-a3a6ba5f48d7-root {
    text-align: left;
  }


#s-95fa5b92-02b8-42c9-99fb-a3a6ba5f48d7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-95fa5b92-02b8-42c9-99fb-a3a6ba5f48d7-root {
    text-align: left;
  }


#s-95fa5b92-02b8-42c9-99fb-a3a6ba5f48d7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-95fa5b92-02b8-42c9-99fb-a3a6ba5f48d7-root {
    text-align: left;
  }


#s-95fa5b92-02b8-42c9-99fb-a3a6ba5f48d7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-95fa5b92-02b8-42c9-99fb-a3a6ba5f48d7-root {
    text-align: left;
  }


#s-95fa5b92-02b8-42c9-99fb-a3a6ba5f48d7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-836f4653-8ef9-4252-a241-a7ee4950923d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-836f4653-8ef9-4252-a241-a7ee4950923d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-836f4653-8ef9-4252-a241-a7ee4950923d {
  display: none;
}
#s-836f4653-8ef9-4252-a241-a7ee4950923d, #wrap-s-836f4653-8ef9-4252-a241-a7ee4950923d, #wrap-content-s-836f4653-8ef9-4252-a241-a7ee4950923d { display: none !important; }}@media (max-width: 767px){#s-836f4653-8ef9-4252-a241-a7ee4950923d {
  display: none;
}
#s-836f4653-8ef9-4252-a241-a7ee4950923d, #wrap-s-836f4653-8ef9-4252-a241-a7ee4950923d, #wrap-content-s-836f4653-8ef9-4252-a241-a7ee4950923d { display: none !important; }}
@media (min-width: 0px) {
[id="s-836f4653-8ef9-4252-a241-a7ee4950923d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-836f4653-8ef9-4252-a241-a7ee4950923d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-836f4653-8ef9-4252-a241-a7ee4950923d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-836f4653-8ef9-4252-a241-a7ee4950923d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b3891d41-ac7d-4ad4-bd91-263777c36aa2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
max-width: 100%;
background-position: center center;
}
@media (min-width: 1200px){#s-b3891d41-ac7d-4ad4-bd91-263777c36aa2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b3891d41-ac7d-4ad4-bd91-263777c36aa2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b3891d41-ac7d-4ad4-bd91-263777c36aa2 {
  
}
}@media (max-width: 767px){#s-b3891d41-ac7d-4ad4-bd91-263777c36aa2 {
  
}
}







#s-b3891d41-ac7d-4ad4-bd91-263777c36aa2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-b3891d41-ac7d-4ad4-bd91-263777c36aa2.shg-box.shg-c {
  justify-content: center;
}

#s-17156e1e-d629-4774-9304-4842b07382ad {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 90%;
}

#s-605ee362-3290-475c-9570-1fabec3105d1 {
  margin-top: 14px;
margin-left: auto;
margin-bottom: 14px;
margin-right: auto;
padding-left: 0px;
padding-right: 40%;
max-width: 90%;
}

#s-720e4f06-4e4c-4244-b585-5bfa23703e28 {
  margin-left: 34px;
margin-right: 34px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-720e4f06-4e4c-4244-b585-5bfa23703e28:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDIwMGNiMDMtMDVlYy00MDBhLTk2OWQtMGZlYTY2M2M2OWU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkMjAwY2IwMy0wNWVjLTQwMGEtOTY5ZC0wZmVhNjYzYzY5ZTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;
hover-type: gradient !important;}#s-720e4f06-4e4c-4244-b585-5bfa23703e28:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-720e4f06-4e4c-4244-b585-5bfa23703e28-root {
    text-align: left;
  }


#s-720e4f06-4e4c-4244-b585-5bfa23703e28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-720e4f06-4e4c-4244-b585-5bfa23703e28-root {
    text-align: left;
  }


#s-720e4f06-4e4c-4244-b585-5bfa23703e28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-720e4f06-4e4c-4244-b585-5bfa23703e28-root {
    text-align: left;
  }


#s-720e4f06-4e4c-4244-b585-5bfa23703e28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-720e4f06-4e4c-4244-b585-5bfa23703e28-root {
    text-align: left;
  }


#s-720e4f06-4e4c-4244-b585-5bfa23703e28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-720e4f06-4e4c-4244-b585-5bfa23703e28-root {
    text-align: left;
  }


#s-720e4f06-4e4c-4244-b585-5bfa23703e28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-321b62dc-a2a7-4ac0-a8e7-fed011046b63 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
max-width: 100%;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-321b62dc-a2a7-4ac0-a8e7-fed011046b63 {
  
}
}







#s-321b62dc-a2a7-4ac0-a8e7-fed011046b63 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-321b62dc-a2a7-4ac0-a8e7-fed011046b63.shg-box.shg-c {
  justify-content: center;
}

#s-223d5d60-bf73-428f-8984-e56441bbe9fe {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 90%;
}

#s-899e2139-2517-4690-927b-7541dcda7bd2 {
  margin-top: 14px;
margin-left: auto;
margin-bottom: 14px;
margin-right: auto;
padding-left: 0px;
padding-right: 40%;
max-width: 90%;
}

#s-e2e13f6e-27f6-4453-82f7-c7e2f16abdbb {
  margin-left: 34px;
margin-right: 34px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-e2e13f6e-27f6-4453-82f7-c7e2f16abdbb:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzkyYTI1YzgtYmU3NS00ZWM4LWFlOWYtZmY5M2NiOGZjOTVjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3OTJhMjVjOC1iZTc1LTRlYzgtYWU5Zi1mZjkzY2I4ZmM5NWMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;
hover-type: gradient !important;}#s-e2e13f6e-27f6-4453-82f7-c7e2f16abdbb:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e2e13f6e-27f6-4453-82f7-c7e2f16abdbb-root {
    text-align: left;
  }


#s-e2e13f6e-27f6-4453-82f7-c7e2f16abdbb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e2e13f6e-27f6-4453-82f7-c7e2f16abdbb-root {
    text-align: left;
  }


#s-e2e13f6e-27f6-4453-82f7-c7e2f16abdbb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e2e13f6e-27f6-4453-82f7-c7e2f16abdbb-root {
    text-align: left;
  }


#s-e2e13f6e-27f6-4453-82f7-c7e2f16abdbb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e2e13f6e-27f6-4453-82f7-c7e2f16abdbb-root {
    text-align: left;
  }


#s-e2e13f6e-27f6-4453-82f7-c7e2f16abdbb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e2e13f6e-27f6-4453-82f7-c7e2f16abdbb-root {
    text-align: left;
  }


#s-e2e13f6e-27f6-4453-82f7-c7e2f16abdbb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-31d457cc-ba51-4272-a8f4-85d94be6d12b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-31d457cc-ba51-4272-a8f4-85d94be6d12b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-31d457cc-ba51-4272-a8f4-85d94be6d12b {
  
}
}@media (max-width: 767px){#s-31d457cc-ba51-4272-a8f4-85d94be6d12b {
  display: none;
}
#s-31d457cc-ba51-4272-a8f4-85d94be6d12b, #wrap-s-31d457cc-ba51-4272-a8f4-85d94be6d12b, #wrap-content-s-31d457cc-ba51-4272-a8f4-85d94be6d12b { display: none !important; }}
@media (min-width: 0px) {
[id="s-31d457cc-ba51-4272-a8f4-85d94be6d12b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31d457cc-ba51-4272-a8f4-85d94be6d12b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-31d457cc-ba51-4272-a8f4-85d94be6d12b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-31d457cc-ba51-4272-a8f4-85d94be6d12b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2aa66a24-5b15-4980-9c45-b4c3a463960f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
max-width: 100%;
background-position: right center;
}
@media (min-width: 1200px){#s-2aa66a24-5b15-4980-9c45-b4c3a463960f {
  display: none;
}
#s-2aa66a24-5b15-4980-9c45-b4c3a463960f, #wrap-s-2aa66a24-5b15-4980-9c45-b4c3a463960f, #wrap-content-s-2aa66a24-5b15-4980-9c45-b4c3a463960f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2aa66a24-5b15-4980-9c45-b4c3a463960f {
  display: none;
}
#s-2aa66a24-5b15-4980-9c45-b4c3a463960f, #wrap-s-2aa66a24-5b15-4980-9c45-b4c3a463960f, #wrap-content-s-2aa66a24-5b15-4980-9c45-b4c3a463960f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2aa66a24-5b15-4980-9c45-b4c3a463960f {
  
}
}@media (max-width: 767px){#s-2aa66a24-5b15-4980-9c45-b4c3a463960f {
  display: none;
}
#s-2aa66a24-5b15-4980-9c45-b4c3a463960f, #wrap-s-2aa66a24-5b15-4980-9c45-b4c3a463960f, #wrap-content-s-2aa66a24-5b15-4980-9c45-b4c3a463960f { display: none !important; }}







#s-2aa66a24-5b15-4980-9c45-b4c3a463960f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-2aa66a24-5b15-4980-9c45-b4c3a463960f.shg-box.shg-c {
  justify-content: center;
}

#s-c1bf839e-00c8-461a-b7ef-6350e9a8bb46 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 90%;
}

#s-44a34331-fa7c-46f1-9752-8241441dea87 {
  margin-top: 14px;
margin-left: auto;
margin-bottom: 14px;
margin-right: auto;
padding-left: 0px;
padding-right: 34%;
max-width: 90%;
}

#s-50f5e92f-3c3e-4b3f-b986-b8cba57dfe82 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-50f5e92f-3c3e-4b3f-b986-b8cba57dfe82:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGNmMjdjMmItZGE5MS00MGUyLWEzY2ItZTQyNGQwOTU3OTQyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkY2YyN2MyYi1kYTkxLTQwZTItYTNjYi1lNDI0ZDA5NTc5NDIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;
hover-type: gradient !important;}#s-50f5e92f-3c3e-4b3f-b986-b8cba57dfe82:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-50f5e92f-3c3e-4b3f-b986-b8cba57dfe82-root {
    text-align: left;
  }


#s-50f5e92f-3c3e-4b3f-b986-b8cba57dfe82.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-50f5e92f-3c3e-4b3f-b986-b8cba57dfe82-root {
    text-align: left;
  }


#s-50f5e92f-3c3e-4b3f-b986-b8cba57dfe82.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-50f5e92f-3c3e-4b3f-b986-b8cba57dfe82-root {
    text-align: left;
  }


#s-50f5e92f-3c3e-4b3f-b986-b8cba57dfe82.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-50f5e92f-3c3e-4b3f-b986-b8cba57dfe82-root {
    text-align: left;
  }


#s-50f5e92f-3c3e-4b3f-b986-b8cba57dfe82.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-50f5e92f-3c3e-4b3f-b986-b8cba57dfe82-root {
    text-align: left;
  }


#s-50f5e92f-3c3e-4b3f-b986-b8cba57dfe82.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cb8576ec-a8dd-4dd9-9753-50f23dbd2e88 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
max-width: 100%;
background-position: center center;
}
@media (min-width: 1200px){#s-cb8576ec-a8dd-4dd9-9753-50f23dbd2e88 {
  display: none;
}
#s-cb8576ec-a8dd-4dd9-9753-50f23dbd2e88, #wrap-s-cb8576ec-a8dd-4dd9-9753-50f23dbd2e88, #wrap-content-s-cb8576ec-a8dd-4dd9-9753-50f23dbd2e88 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cb8576ec-a8dd-4dd9-9753-50f23dbd2e88 {
  display: none;
}
#s-cb8576ec-a8dd-4dd9-9753-50f23dbd2e88, #wrap-s-cb8576ec-a8dd-4dd9-9753-50f23dbd2e88, #wrap-content-s-cb8576ec-a8dd-4dd9-9753-50f23dbd2e88 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cb8576ec-a8dd-4dd9-9753-50f23dbd2e88 {
  
}
}@media (max-width: 767px){#s-cb8576ec-a8dd-4dd9-9753-50f23dbd2e88 {
  display: none;
}
#s-cb8576ec-a8dd-4dd9-9753-50f23dbd2e88, #wrap-s-cb8576ec-a8dd-4dd9-9753-50f23dbd2e88, #wrap-content-s-cb8576ec-a8dd-4dd9-9753-50f23dbd2e88 { display: none !important; }}







#s-cb8576ec-a8dd-4dd9-9753-50f23dbd2e88 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-cb8576ec-a8dd-4dd9-9753-50f23dbd2e88.shg-box.shg-c {
  justify-content: center;
}

#s-dbaae4e2-136d-4f65-9ca6-57f2b13f381f {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 90%;
}

#s-933e61d4-0f4d-453b-abe4-7ea595fc386c {
  margin-top: 14px;
margin-left: auto;
margin-bottom: 14px;
margin-right: auto;
padding-left: 0px;
padding-right: 40%;
max-width: 90%;
}

#s-1d190536-268e-4b20-8c50-fe42c63e547c {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-1d190536-268e-4b20-8c50-fe42c63e547c:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzVmZDM2YjEtMGY0YS00NzM4LWE4NTUtMDEyZGI4ZGM5MWQzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzNWZkMzZiMS0wZjRhLTQ3MzgtYTg1NS0wMTJkYjhkYzkxZDMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;
hover-type: gradient !important;}#s-1d190536-268e-4b20-8c50-fe42c63e547c:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1d190536-268e-4b20-8c50-fe42c63e547c-root {
    text-align: left;
  }


#s-1d190536-268e-4b20-8c50-fe42c63e547c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1d190536-268e-4b20-8c50-fe42c63e547c-root {
    text-align: left;
  }


#s-1d190536-268e-4b20-8c50-fe42c63e547c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1d190536-268e-4b20-8c50-fe42c63e547c-root {
    text-align: left;
  }


#s-1d190536-268e-4b20-8c50-fe42c63e547c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1d190536-268e-4b20-8c50-fe42c63e547c-root {
    text-align: left;
  }


#s-1d190536-268e-4b20-8c50-fe42c63e547c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1d190536-268e-4b20-8c50-fe42c63e547c-root {
    text-align: left;
  }


#s-1d190536-268e-4b20-8c50-fe42c63e547c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-ab89f662-59ad-4fa2-abd9-550c32f22a1d {
  display: none;
}
#s-ab89f662-59ad-4fa2-abd9-550c32f22a1d, #wrap-s-ab89f662-59ad-4fa2-abd9-550c32f22a1d, #wrap-content-s-ab89f662-59ad-4fa2-abd9-550c32f22a1d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ab89f662-59ad-4fa2-abd9-550c32f22a1d {
  display: none;
}
#s-ab89f662-59ad-4fa2-abd9-550c32f22a1d, #wrap-s-ab89f662-59ad-4fa2-abd9-550c32f22a1d, #wrap-content-s-ab89f662-59ad-4fa2-abd9-550c32f22a1d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ab89f662-59ad-4fa2-abd9-550c32f22a1d {
  
}
}@media (max-width: 767px){#s-ab89f662-59ad-4fa2-abd9-550c32f22a1d {
  display: none;
}
#s-ab89f662-59ad-4fa2-abd9-550c32f22a1d, #wrap-s-ab89f662-59ad-4fa2-abd9-550c32f22a1d, #wrap-content-s-ab89f662-59ad-4fa2-abd9-550c32f22a1d { display: none !important; }}
@media (min-width: 0px) {
[id="s-ab89f662-59ad-4fa2-abd9-550c32f22a1d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ab89f662-59ad-4fa2-abd9-550c32f22a1d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ab89f662-59ad-4fa2-abd9-550c32f22a1d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab89f662-59ad-4fa2-abd9-550c32f22a1d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-283bd036-07c4-465f-af6a-c9dee13d7b86 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
max-width: 100%;
background-position: right center;
}
@media (min-width: 1200px){#s-283bd036-07c4-465f-af6a-c9dee13d7b86 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-283bd036-07c4-465f-af6a-c9dee13d7b86 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-283bd036-07c4-465f-af6a-c9dee13d7b86 {
  
}
}@media (max-width: 767px){#s-283bd036-07c4-465f-af6a-c9dee13d7b86 {
  
}
}







#s-283bd036-07c4-465f-af6a-c9dee13d7b86 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-283bd036-07c4-465f-af6a-c9dee13d7b86.shg-box.shg-c {
  justify-content: center;
}

#s-a7337f79-37c0-43a1-9b15-6c2b6cbecd25 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 90%;
}

#s-7240e0a2-0a38-4953-bde8-8c4709778350 {
  margin-top: 14px;
margin-left: auto;
margin-bottom: 14px;
margin-right: auto;
padding-left: 0px;
padding-right: 40%;
max-width: 90%;
}

#s-67180b6a-5530-4c2e-bfd5-3c409687bdcb {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-67180b6a-5530-4c2e-bfd5-3c409687bdcb:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGNmMjdjMmItZGE5MS00MGUyLWEzY2ItZTQyNGQwOTU3OTQyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkY2YyN2MyYi1kYTkxLTQwZTItYTNjYi1lNDI0ZDA5NTc5NDIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;
hover-type: gradient !important;}#s-67180b6a-5530-4c2e-bfd5-3c409687bdcb:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-67180b6a-5530-4c2e-bfd5-3c409687bdcb-root {
    text-align: left;
  }


#s-67180b6a-5530-4c2e-bfd5-3c409687bdcb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-67180b6a-5530-4c2e-bfd5-3c409687bdcb-root {
    text-align: left;
  }


#s-67180b6a-5530-4c2e-bfd5-3c409687bdcb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-67180b6a-5530-4c2e-bfd5-3c409687bdcb-root {
    text-align: left;
  }


#s-67180b6a-5530-4c2e-bfd5-3c409687bdcb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-67180b6a-5530-4c2e-bfd5-3c409687bdcb-root {
    text-align: left;
  }


#s-67180b6a-5530-4c2e-bfd5-3c409687bdcb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-67180b6a-5530-4c2e-bfd5-3c409687bdcb-root {
    text-align: left;
  }


#s-67180b6a-5530-4c2e-bfd5-3c409687bdcb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-eeeab193-25d7-40b6-83bc-586841556404 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
max-width: 100%;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-eeeab193-25d7-40b6-83bc-586841556404 {
  
}
}







#s-eeeab193-25d7-40b6-83bc-586841556404 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-eeeab193-25d7-40b6-83bc-586841556404.shg-box.shg-c {
  justify-content: center;
}

#s-f1f1e846-3773-4654-ac29-6f6bf1fc18eb {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 90%;
}

#s-c304ca5a-e1e7-4e85-b0e4-8b29845a62fb {
  margin-top: 14px;
margin-left: auto;
margin-bottom: 14px;
margin-right: auto;
padding-left: 0px;
padding-right: 40%;
max-width: 90%;
}

#s-22216360-d167-439b-99dd-68bdb71cc832 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-22216360-d167-439b-99dd-68bdb71cc832:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGNmMjdjMmItZGE5MS00MGUyLWEzY2ItZTQyNGQwOTU3OTQyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkY2YyN2MyYi1kYTkxLTQwZTItYTNjYi1lNDI0ZDA5NTc5NDIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;
hover-type: gradient !important;}#s-22216360-d167-439b-99dd-68bdb71cc832:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-22216360-d167-439b-99dd-68bdb71cc832-root {
    text-align: left;
  }


#s-22216360-d167-439b-99dd-68bdb71cc832.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-22216360-d167-439b-99dd-68bdb71cc832-root {
    text-align: left;
  }


#s-22216360-d167-439b-99dd-68bdb71cc832.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-22216360-d167-439b-99dd-68bdb71cc832-root {
    text-align: left;
  }


#s-22216360-d167-439b-99dd-68bdb71cc832.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-22216360-d167-439b-99dd-68bdb71cc832-root {
    text-align: left;
  }


#s-22216360-d167-439b-99dd-68bdb71cc832.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-22216360-d167-439b-99dd-68bdb71cc832-root {
    text-align: left;
  }


#s-22216360-d167-439b-99dd-68bdb71cc832.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-cb164345-ea01-46d4-92fa-e8de65fe890b {
  display: none;
}
#s-cb164345-ea01-46d4-92fa-e8de65fe890b, #wrap-s-cb164345-ea01-46d4-92fa-e8de65fe890b, #wrap-content-s-cb164345-ea01-46d4-92fa-e8de65fe890b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cb164345-ea01-46d4-92fa-e8de65fe890b {
  display: none;
}
#s-cb164345-ea01-46d4-92fa-e8de65fe890b, #wrap-s-cb164345-ea01-46d4-92fa-e8de65fe890b, #wrap-content-s-cb164345-ea01-46d4-92fa-e8de65fe890b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cb164345-ea01-46d4-92fa-e8de65fe890b {
  display: none;
}
#s-cb164345-ea01-46d4-92fa-e8de65fe890b, #wrap-s-cb164345-ea01-46d4-92fa-e8de65fe890b, #wrap-content-s-cb164345-ea01-46d4-92fa-e8de65fe890b { display: none !important; }}
@media (min-width: 0px) {
[id="s-cb164345-ea01-46d4-92fa-e8de65fe890b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb164345-ea01-46d4-92fa-e8de65fe890b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cb164345-ea01-46d4-92fa-e8de65fe890b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb164345-ea01-46d4-92fa-e8de65fe890b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9933f644-a225-4995-9480-63f4b37cb5b4 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
max-width: 100%;
background-position: center center;
}








#s-9933f644-a225-4995-9480-63f4b37cb5b4 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-9933f644-a225-4995-9480-63f4b37cb5b4.shg-box.shg-c {
  justify-content: center;
}

#s-60e84a51-13fb-4b89-a5f0-a930e92abeda {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 90%;
}

#s-17504805-dda7-47d2-93c1-6abb60d8219e {
  margin-top: 14px;
margin-left: auto;
margin-bottom: 14px;
margin-right: auto;
padding-right: 34%;
max-width: 90%;
}

#s-9a090934-e1f4-485e-82f9-225b1c30e892 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-9a090934-e1f4-485e-82f9-225b1c30e892:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWY2ODdmNzQtZTY5Yi00ZGJiLTlkOTMtNjczMTYyMmFjODUyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxZjY4N2Y3NC1lNjliLTRkYmItOWQ5My02NzMxNjIyYWM4NTIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;
hover-type: gradient !important;}#s-9a090934-e1f4-485e-82f9-225b1c30e892:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-9a090934-e1f4-485e-82f9-225b1c30e892-root {
    text-align: left;
  }


#s-9a090934-e1f4-485e-82f9-225b1c30e892.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9a090934-e1f4-485e-82f9-225b1c30e892-root {
    text-align: left;
  }


#s-9a090934-e1f4-485e-82f9-225b1c30e892.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9a090934-e1f4-485e-82f9-225b1c30e892-root {
    text-align: left;
  }


#s-9a090934-e1f4-485e-82f9-225b1c30e892.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9a090934-e1f4-485e-82f9-225b1c30e892-root {
    text-align: left;
  }


#s-9a090934-e1f4-485e-82f9-225b1c30e892.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9a090934-e1f4-485e-82f9-225b1c30e892-root {
    text-align: left;
  }


#s-9a090934-e1f4-485e-82f9-225b1c30e892.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7453fbb1-1573-43a6-bf15-c5fed36bacaa {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
max-width: 100%;
background-position: center center;
}








#s-7453fbb1-1573-43a6-bf15-c5fed36bacaa > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-7453fbb1-1573-43a6-bf15-c5fed36bacaa.shg-box.shg-c {
  justify-content: center;
}

#s-51d53695-b07e-482d-bc4d-ebdfa576e6d8 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 90%;
}

#s-a2e18d11-d386-4f48-ad6c-987e9d916543 {
  margin-top: 14px;
margin-left: auto;
margin-bottom: 14px;
margin-right: auto;
padding-right: 34%;
max-width: 90%;
}

#s-6be6ee5a-8308-4ddd-8d06-44860ebda660 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-6be6ee5a-8308-4ddd-8d06-44860ebda660:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2VkNjVlMGUtZGUzOC00YTY2LWFhMTEtZTMzY2Y3YzgwMTZjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3ZWQ2NWUwZS1kZTM4LTRhNjYtYWExMS1lMzNjZjdjODAxNmMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;
hover-type: gradient !important;}#s-6be6ee5a-8308-4ddd-8d06-44860ebda660:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6be6ee5a-8308-4ddd-8d06-44860ebda660-root {
    text-align: left;
  }


#s-6be6ee5a-8308-4ddd-8d06-44860ebda660.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6be6ee5a-8308-4ddd-8d06-44860ebda660-root {
    text-align: left;
  }


#s-6be6ee5a-8308-4ddd-8d06-44860ebda660.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6be6ee5a-8308-4ddd-8d06-44860ebda660-root {
    text-align: left;
  }


#s-6be6ee5a-8308-4ddd-8d06-44860ebda660.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6be6ee5a-8308-4ddd-8d06-44860ebda660-root {
    text-align: left;
  }


#s-6be6ee5a-8308-4ddd-8d06-44860ebda660.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6be6ee5a-8308-4ddd-8d06-44860ebda660-root {
    text-align: left;
  }


#s-6be6ee5a-8308-4ddd-8d06-44860ebda660.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b62b6db6-34a7-4bb0-81a6-68e4c8bedc64 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
max-width: 100%;
background-position: center center;
}








#s-b62b6db6-34a7-4bb0-81a6-68e4c8bedc64 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-b62b6db6-34a7-4bb0-81a6-68e4c8bedc64.shg-box.shg-c {
  justify-content: center;
}

#s-dd5586dd-faab-4ee1-8b34-02c65c9811e1 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 90%;
}

#s-db0f79f4-85c5-49db-9f3c-fdf21dabbebe {
  margin-top: 14px;
margin-left: auto;
margin-bottom: 14px;
margin-right: auto;
padding-right: 34%;
max-width: 90%;
}

#s-1ec3f4ed-ec1f-4b01-a933-b39ed28a6701 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-1ec3f4ed-ec1f-4b01-a933-b39ed28a6701:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWUzNjYxZTYtYTY1OC00MmM2LWEwNzctOGFlZGI2MjBjYzA3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZTM2NjFlNi1hNjU4LTQyYzYtYTA3Ny04YWVkYjYyMGNjMDcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;
hover-type: gradient !important;}#s-1ec3f4ed-ec1f-4b01-a933-b39ed28a6701:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1ec3f4ed-ec1f-4b01-a933-b39ed28a6701-root {
    text-align: left;
  }


#s-1ec3f4ed-ec1f-4b01-a933-b39ed28a6701.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1ec3f4ed-ec1f-4b01-a933-b39ed28a6701-root {
    text-align: left;
  }


#s-1ec3f4ed-ec1f-4b01-a933-b39ed28a6701.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1ec3f4ed-ec1f-4b01-a933-b39ed28a6701-root {
    text-align: left;
  }


#s-1ec3f4ed-ec1f-4b01-a933-b39ed28a6701.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1ec3f4ed-ec1f-4b01-a933-b39ed28a6701-root {
    text-align: left;
  }


#s-1ec3f4ed-ec1f-4b01-a933-b39ed28a6701.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1ec3f4ed-ec1f-4b01-a933-b39ed28a6701-root {
    text-align: left;
  }


#s-1ec3f4ed-ec1f-4b01-a933-b39ed28a6701.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-81083da1-6030-494d-8c07-1ac10fac3445 {
  display: none;
}
#s-81083da1-6030-494d-8c07-1ac10fac3445, #wrap-s-81083da1-6030-494d-8c07-1ac10fac3445, #wrap-content-s-81083da1-6030-494d-8c07-1ac10fac3445 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81083da1-6030-494d-8c07-1ac10fac3445 {
  display: none;
}
#s-81083da1-6030-494d-8c07-1ac10fac3445, #wrap-s-81083da1-6030-494d-8c07-1ac10fac3445, #wrap-content-s-81083da1-6030-494d-8c07-1ac10fac3445 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81083da1-6030-494d-8c07-1ac10fac3445 {
  display: none;
}
#s-81083da1-6030-494d-8c07-1ac10fac3445, #wrap-s-81083da1-6030-494d-8c07-1ac10fac3445, #wrap-content-s-81083da1-6030-494d-8c07-1ac10fac3445 { display: none !important; }}
@media (min-width: 0px) {
[id="s-81083da1-6030-494d-8c07-1ac10fac3445"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-81083da1-6030-494d-8c07-1ac10fac3445"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-81083da1-6030-494d-8c07-1ac10fac3445"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-81083da1-6030-494d-8c07-1ac10fac3445"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-444e0d8b-8852-4e80-8821-5b5949a254f7 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
max-width: 100%;
background-position: center center;
}








#s-444e0d8b-8852-4e80-8821-5b5949a254f7 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-444e0d8b-8852-4e80-8821-5b5949a254f7.shg-box.shg-c {
  justify-content: center;
}

#s-16b76f2c-5a16-42df-9f7a-9073a2411fb5 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 90%;
}

#s-543756a0-4736-4280-a3fe-3ef307cc8940 {
  margin-top: 14px;
margin-left: auto;
margin-bottom: 14px;
margin-right: auto;
padding-right: 34%;
max-width: 90%;
}

#s-88430bda-721b-44d0-9067-1b5883fd6614 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-88430bda-721b-44d0-9067-1b5883fd6614:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGI5ODJjMTgtYTViOC00ZDg1LTlmNTUtMDI1ZGVhNTdlN2NjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwYjk4MmMxOC1hNWI4LTRkODUtOWY1NS0wMjVkZWE1N2U3Y2MpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;
hover-type: gradient !important;}#s-88430bda-721b-44d0-9067-1b5883fd6614:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-88430bda-721b-44d0-9067-1b5883fd6614-root {
    text-align: left;
  }


#s-88430bda-721b-44d0-9067-1b5883fd6614.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-88430bda-721b-44d0-9067-1b5883fd6614-root {
    text-align: left;
  }


#s-88430bda-721b-44d0-9067-1b5883fd6614.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-88430bda-721b-44d0-9067-1b5883fd6614-root {
    text-align: left;
  }


#s-88430bda-721b-44d0-9067-1b5883fd6614.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-88430bda-721b-44d0-9067-1b5883fd6614-root {
    text-align: left;
  }


#s-88430bda-721b-44d0-9067-1b5883fd6614.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-88430bda-721b-44d0-9067-1b5883fd6614-root {
    text-align: left;
  }


#s-88430bda-721b-44d0-9067-1b5883fd6614.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-03eabc63-40d3-4781-880b-169ab0768f3c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
max-width: 100%;
background-position: center center;
}








#s-03eabc63-40d3-4781-880b-169ab0768f3c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-03eabc63-40d3-4781-880b-169ab0768f3c.shg-box.shg-c {
  justify-content: center;
}

#s-2445d9cf-d891-4d17-8514-a4e39052c828 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 90%;
}

#s-55a7cff3-e802-470e-be05-754c8eb34c87 {
  margin-top: 14px;
margin-left: auto;
margin-bottom: 14px;
margin-right: auto;
padding-right: 34%;
max-width: 90%;
}

#s-0ffd1946-6c4e-4899-b4ae-78f9159989d6 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-0ffd1946-6c4e-4899-b4ae-78f9159989d6:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWNiNDIwMmYtMmJkZC00ZDZmLTk4NTUtYzRkODFiNDg5ZjQ2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5Y2I0MjAyZi0yYmRkLTRkNmYtOTg1NS1jNGQ4MWI0ODlmNDYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;
hover-type: gradient !important;}#s-0ffd1946-6c4e-4899-b4ae-78f9159989d6:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0ffd1946-6c4e-4899-b4ae-78f9159989d6-root {
    text-align: left;
  }


#s-0ffd1946-6c4e-4899-b4ae-78f9159989d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0ffd1946-6c4e-4899-b4ae-78f9159989d6-root {
    text-align: left;
  }


#s-0ffd1946-6c4e-4899-b4ae-78f9159989d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0ffd1946-6c4e-4899-b4ae-78f9159989d6-root {
    text-align: left;
  }


#s-0ffd1946-6c4e-4899-b4ae-78f9159989d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0ffd1946-6c4e-4899-b4ae-78f9159989d6-root {
    text-align: left;
  }


#s-0ffd1946-6c4e-4899-b4ae-78f9159989d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0ffd1946-6c4e-4899-b4ae-78f9159989d6-root {
    text-align: left;
  }


#s-0ffd1946-6c4e-4899-b4ae-78f9159989d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-12266d82-0ccc-4429-8794-7026a0d8a0eb {
  display: none;
}
#s-12266d82-0ccc-4429-8794-7026a0d8a0eb, #wrap-s-12266d82-0ccc-4429-8794-7026a0d8a0eb, #wrap-content-s-12266d82-0ccc-4429-8794-7026a0d8a0eb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-12266d82-0ccc-4429-8794-7026a0d8a0eb {
  display: none;
}
#s-12266d82-0ccc-4429-8794-7026a0d8a0eb, #wrap-s-12266d82-0ccc-4429-8794-7026a0d8a0eb, #wrap-content-s-12266d82-0ccc-4429-8794-7026a0d8a0eb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-12266d82-0ccc-4429-8794-7026a0d8a0eb {
  display: none;
}
#s-12266d82-0ccc-4429-8794-7026a0d8a0eb, #wrap-s-12266d82-0ccc-4429-8794-7026a0d8a0eb, #wrap-content-s-12266d82-0ccc-4429-8794-7026a0d8a0eb { display: none !important; }}
@media (min-width: 0px) {
[id="s-12266d82-0ccc-4429-8794-7026a0d8a0eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12266d82-0ccc-4429-8794-7026a0d8a0eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-12266d82-0ccc-4429-8794-7026a0d8a0eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-12266d82-0ccc-4429-8794-7026a0d8a0eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-24fe65b4-ed6f-4fe0-a361-1ab308ede1ad {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
max-width: 100%;
background-position: right center;
}








#s-24fe65b4-ed6f-4fe0-a361-1ab308ede1ad > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-24fe65b4-ed6f-4fe0-a361-1ab308ede1ad.shg-box.shg-c {
  justify-content: center;
}

#s-1b249467-cb66-4fbc-ad62-e09575143ef0 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 90%;
}

#s-be8735cf-f4be-47f1-bf83-417def0d8742 {
  margin-top: 14px;
margin-left: auto;
margin-bottom: 14px;
margin-right: auto;
padding-right: 34%;
max-width: 90%;
}

#s-d00fd24a-3616-4ad4-bb88-3ea615fb88ec {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-d00fd24a-3616-4ad4-bb88-3ea615fb88ec:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2VkNjk2ZmEtZTNlMC00NjFlLWI4ZWQtY2Q5NjFlNGE5YjgzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjZWQ2OTZmYS1lM2UwLTQ2MWUtYjhlZC1jZDk2MWU0YTliODMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;
hover-type: gradient !important;}#s-d00fd24a-3616-4ad4-bb88-3ea615fb88ec:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d00fd24a-3616-4ad4-bb88-3ea615fb88ec-root {
    text-align: left;
  }


#s-d00fd24a-3616-4ad4-bb88-3ea615fb88ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d00fd24a-3616-4ad4-bb88-3ea615fb88ec-root {
    text-align: left;
  }


#s-d00fd24a-3616-4ad4-bb88-3ea615fb88ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d00fd24a-3616-4ad4-bb88-3ea615fb88ec-root {
    text-align: left;
  }


#s-d00fd24a-3616-4ad4-bb88-3ea615fb88ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d00fd24a-3616-4ad4-bb88-3ea615fb88ec-root {
    text-align: left;
  }


#s-d00fd24a-3616-4ad4-bb88-3ea615fb88ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d00fd24a-3616-4ad4-bb88-3ea615fb88ec-root {
    text-align: left;
  }


#s-d00fd24a-3616-4ad4-bb88-3ea615fb88ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-8af139f4-f20d-4583-a875-06d1a37ea08b {
  display: none;
}
#s-8af139f4-f20d-4583-a875-06d1a37ea08b, #wrap-s-8af139f4-f20d-4583-a875-06d1a37ea08b, #wrap-content-s-8af139f4-f20d-4583-a875-06d1a37ea08b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8af139f4-f20d-4583-a875-06d1a37ea08b {
  display: none;
}
#s-8af139f4-f20d-4583-a875-06d1a37ea08b, #wrap-s-8af139f4-f20d-4583-a875-06d1a37ea08b, #wrap-content-s-8af139f4-f20d-4583-a875-06d1a37ea08b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8af139f4-f20d-4583-a875-06d1a37ea08b {
  display: none;
}
#s-8af139f4-f20d-4583-a875-06d1a37ea08b, #wrap-s-8af139f4-f20d-4583-a875-06d1a37ea08b, #wrap-content-s-8af139f4-f20d-4583-a875-06d1a37ea08b { display: none !important; }}
@media (min-width: 0px) {
[id="s-8af139f4-f20d-4583-a875-06d1a37ea08b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8af139f4-f20d-4583-a875-06d1a37ea08b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8af139f4-f20d-4583-a875-06d1a37ea08b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8af139f4-f20d-4583-a875-06d1a37ea08b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8e062e8b-cfd8-4855-8c79-441387d2609b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
max-width: 100%;
background-position: center center;
}








#s-8e062e8b-cfd8-4855-8c79-441387d2609b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-8e062e8b-cfd8-4855-8c79-441387d2609b.shg-box.shg-c {
  justify-content: center;
}

#s-8a9f0c02-7f1e-49a8-a48b-bb6f1095a3ff {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 90%;
}

#s-f5bc05e9-6763-4465-b096-3f9a822711ad {
  margin-top: 14px;
margin-left: auto;
margin-bottom: 14px;
margin-right: auto;
padding-right: 34%;
max-width: 90%;
}

#s-b5af3256-d9dd-4983-aa72-fb82e2ea6d45 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-b5af3256-d9dd-4983-aa72-fb82e2ea6d45:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDBlYTU4ZmEtZmZmOS00MGJjLTkxN2UtMzFkZmE3ZWQ5YmEyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkMGVhNThmYS1mZmY5LTQwYmMtOTE3ZS0zMWRmYTdlZDliYTIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;
hover-type: gradient !important;}#s-b5af3256-d9dd-4983-aa72-fb82e2ea6d45:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b5af3256-d9dd-4983-aa72-fb82e2ea6d45-root {
    text-align: left;
  }


#s-b5af3256-d9dd-4983-aa72-fb82e2ea6d45.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b5af3256-d9dd-4983-aa72-fb82e2ea6d45-root {
    text-align: left;
  }


#s-b5af3256-d9dd-4983-aa72-fb82e2ea6d45.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b5af3256-d9dd-4983-aa72-fb82e2ea6d45-root {
    text-align: left;
  }


#s-b5af3256-d9dd-4983-aa72-fb82e2ea6d45.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b5af3256-d9dd-4983-aa72-fb82e2ea6d45-root {
    text-align: left;
  }


#s-b5af3256-d9dd-4983-aa72-fb82e2ea6d45.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b5af3256-d9dd-4983-aa72-fb82e2ea6d45-root {
    text-align: left;
  }


#s-b5af3256-d9dd-4983-aa72-fb82e2ea6d45.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ce097065-3d75-4cd6-a334-50afbb9650ae {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
max-width: 100%;
background-position: right center;
}








#s-ce097065-3d75-4cd6-a334-50afbb9650ae > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-ce097065-3d75-4cd6-a334-50afbb9650ae.shg-box.shg-c {
  justify-content: center;
}

#s-d02b9be0-3a48-4feb-a58e-3a991f1acaf4 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 90%;
}

#s-b698ccc2-1c7f-4652-9382-f4cec61e209d {
  margin-top: 14px;
margin-left: auto;
margin-bottom: 14px;
margin-right: auto;
padding-right: 34%;
max-width: 90%;
}

#s-ae8c1691-d1d7-4607-8dd4-e37c8ee2e457 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-ae8c1691-d1d7-4607-8dd4-e37c8ee2e457:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDhkODA0OTktZWZiNC00YmMwLThiMDUtODc3MDZjMmNmNmNhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkOGQ4MDQ5OS1lZmI0LTRiYzAtOGIwNS04NzcwNmMyY2Y2Y2EpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;
hover-type: gradient !important;}#s-ae8c1691-d1d7-4607-8dd4-e37c8ee2e457:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ae8c1691-d1d7-4607-8dd4-e37c8ee2e457-root {
    text-align: left;
  }


#s-ae8c1691-d1d7-4607-8dd4-e37c8ee2e457.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ae8c1691-d1d7-4607-8dd4-e37c8ee2e457-root {
    text-align: left;
  }


#s-ae8c1691-d1d7-4607-8dd4-e37c8ee2e457.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ae8c1691-d1d7-4607-8dd4-e37c8ee2e457-root {
    text-align: left;
  }


#s-ae8c1691-d1d7-4607-8dd4-e37c8ee2e457.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ae8c1691-d1d7-4607-8dd4-e37c8ee2e457-root {
    text-align: left;
  }


#s-ae8c1691-d1d7-4607-8dd4-e37c8ee2e457.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ae8c1691-d1d7-4607-8dd4-e37c8ee2e457-root {
    text-align: left;
  }


#s-ae8c1691-d1d7-4607-8dd4-e37c8ee2e457.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5965be69-2930-4151-8499-7f1d07797b1a {
  padding-bottom: 40px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5965be69-2930-4151-8499-7f1d07797b1a {
  margin-left: -20px;
margin-right: -20px;
}
}@media (max-width: 767px){#s-5965be69-2930-4151-8499-7f1d07797b1a {
  margin-left: -20px;
margin-right: -20px;
}
}







#s-5965be69-2930-4151-8499-7f1d07797b1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5965be69-2930-4151-8499-7f1d07797b1a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8a866851-b1ac-4567-a23d-eef41d41f5c0 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-8a866851-b1ac-4567-a23d-eef41d41f5c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a866851-b1ac-4567-a23d-eef41d41f5c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8a866851-b1ac-4567-a23d-eef41d41f5c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a866851-b1ac-4567-a23d-eef41d41f5c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5586d38a-f875-4a35-a88d-ca0c53b7d41c {
  text-align: center;
}
@media (max-width: 767px){#s-5586d38a-f875-4a35-a88d-ca0c53b7d41c {
  
}
}
#s-5586d38a-f875-4a35-a88d-ca0c53b7d41c {
  overflow: hidden;
  
  
}







  #s-5586d38a-f875-4a35-a88d-ca0c53b7d41c img.shogun-image {
    

    
    
    
  }


#s-5586d38a-f875-4a35-a88d-ca0c53b7d41c .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-25bca055-02ab-4f8b-9ff0-d3984d3eaa69 {
  margin-left: 80px;
margin-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-25bca055-02ab-4f8b-9ff0-d3984d3eaa69 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-25bca055-02ab-4f8b-9ff0-d3984d3eaa69 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-25bca055-02ab-4f8b-9ff0-d3984d3eaa69 > .shg-box-overlay {
  background-color: rgba(242, 242, 242, 1);
  opacity: 0;
  display: block;
}#s-25bca055-02ab-4f8b-9ff0-d3984d3eaa69.shg-box.shg-c {
  justify-content: center;
}

#s-28cb9748-4e90-4d25-b41c-42bd0e8258e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-28cb9748-4e90-4d25-b41c-42bd0e8258e6 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-e7d99bd9-d9f8-42be-a768-917f9b41a171 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
color: rgba(46, 101, 185, 1);
}
#s-e7d99bd9-d9f8-42be-a768-917f9b41a171:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e7d99bd9-d9f8-42be-a768-917f9b41a171:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e7d99bd9-d9f8-42be-a768-917f9b41a171-root {
    text-align: left;
  }


#s-e7d99bd9-d9f8-42be-a768-917f9b41a171.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e7d99bd9-d9f8-42be-a768-917f9b41a171-root {
    text-align: left;
  }


#s-e7d99bd9-d9f8-42be-a768-917f9b41a171.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e7d99bd9-d9f8-42be-a768-917f9b41a171-root {
    text-align: left;
  }


#s-e7d99bd9-d9f8-42be-a768-917f9b41a171.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e7d99bd9-d9f8-42be-a768-917f9b41a171-root {
    text-align: left;
  }


#s-e7d99bd9-d9f8-42be-a768-917f9b41a171.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e7d99bd9-d9f8-42be-a768-917f9b41a171-root {
    text-align: left;
  }


#s-e7d99bd9-d9f8-42be-a768-917f9b41a171.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

@media (min-width: 1200px){#s-8b2339d7-e17b-4f81-b2ca-d0406a204a32 {
  display: none;
}
#s-8b2339d7-e17b-4f81-b2ca-d0406a204a32, #wrap-s-8b2339d7-e17b-4f81-b2ca-d0406a204a32, #wrap-content-s-8b2339d7-e17b-4f81-b2ca-d0406a204a32 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b2339d7-e17b-4f81-b2ca-d0406a204a32 {
  display: none;
}
#s-8b2339d7-e17b-4f81-b2ca-d0406a204a32, #wrap-s-8b2339d7-e17b-4f81-b2ca-d0406a204a32, #wrap-content-s-8b2339d7-e17b-4f81-b2ca-d0406a204a32 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8b2339d7-e17b-4f81-b2ca-d0406a204a32 {
  display: none;
}
#s-8b2339d7-e17b-4f81-b2ca-d0406a204a32, #wrap-s-8b2339d7-e17b-4f81-b2ca-d0406a204a32, #wrap-content-s-8b2339d7-e17b-4f81-b2ca-d0406a204a32 { display: none !important; }}
#s-8b2339d7-e17b-4f81-b2ca-d0406a204a32 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-d2855070-1d39-4b42-a85a-2faa8d234feb {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d2855070-1d39-4b42-a85a-2faa8d234feb {
  background-color: rgba(242, 242, 242, 1);
}
}
@media (min-width: 0px) {
[id="s-d2855070-1d39-4b42-a85a-2faa8d234feb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2855070-1d39-4b42-a85a-2faa8d234feb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d2855070-1d39-4b42-a85a-2faa8d234feb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2855070-1d39-4b42-a85a-2faa8d234feb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-d2855070-1d39-4b42-a85a-2faa8d234feb"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-eb6beaaf-df38-412f-80d5-ca50d2622022 {
  margin-left: 80px;
margin-right: 80px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-eb6beaaf-df38-412f-80d5-ca50d2622022 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-eb6beaaf-df38-412f-80d5-ca50d2622022 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-eb6beaaf-df38-412f-80d5-ca50d2622022 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eb6beaaf-df38-412f-80d5-ca50d2622022.shg-box.shg-c {
  justify-content: center;
}

#s-d0863748-fb31-4cba-8958-c9e158538535 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-d0863748-fb31-4cba-8958-c9e158538535 {
  padding-left: 0px;
padding-right: 0px;
}
}
#s-d0863748-fb31-4cba-8958-c9e158538535 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-db668a3d-5de6-4d7e-9ab8-91fa614c86d6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
color: rgba(46, 101, 185, 1);
}
#s-db668a3d-5de6-4d7e-9ab8-91fa614c86d6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-db668a3d-5de6-4d7e-9ab8-91fa614c86d6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-db668a3d-5de6-4d7e-9ab8-91fa614c86d6-root {
    text-align: left;
  }


#s-db668a3d-5de6-4d7e-9ab8-91fa614c86d6.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-db668a3d-5de6-4d7e-9ab8-91fa614c86d6-root {
    text-align: left;
  }


#s-db668a3d-5de6-4d7e-9ab8-91fa614c86d6.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-db668a3d-5de6-4d7e-9ab8-91fa614c86d6-root {
    text-align: left;
  }


#s-db668a3d-5de6-4d7e-9ab8-91fa614c86d6.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-db668a3d-5de6-4d7e-9ab8-91fa614c86d6-root {
    text-align: left;
  }


#s-db668a3d-5de6-4d7e-9ab8-91fa614c86d6.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-db668a3d-5de6-4d7e-9ab8-91fa614c86d6-root {
    text-align: left;
  }


#s-db668a3d-5de6-4d7e-9ab8-91fa614c86d6.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-40a5cdea-703b-4620-a560-9d855848ce8f {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-40a5cdea-703b-4620-a560-9d855848ce8f {
  
}
}
#s-40a5cdea-703b-4620-a560-9d855848ce8f {
  overflow: hidden;
  
  
}







  #s-40a5cdea-703b-4620-a560-9d855848ce8f img.shogun-image {
    

    
    
    
  }


#s-40a5cdea-703b-4620-a560-9d855848ce8f .shogun-image-content {
  
    justify-content:  flex-start;
  
}

@media (min-width: 1200px){#s-6966a525-39b8-4c8a-9083-323de5ceeb91 {
  display: none;
}
#s-6966a525-39b8-4c8a-9083-323de5ceeb91, #wrap-s-6966a525-39b8-4c8a-9083-323de5ceeb91, #wrap-content-s-6966a525-39b8-4c8a-9083-323de5ceeb91 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6966a525-39b8-4c8a-9083-323de5ceeb91 {
  display: none;
}
#s-6966a525-39b8-4c8a-9083-323de5ceeb91, #wrap-s-6966a525-39b8-4c8a-9083-323de5ceeb91, #wrap-content-s-6966a525-39b8-4c8a-9083-323de5ceeb91 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6966a525-39b8-4c8a-9083-323de5ceeb91 {
  display: none;
}
#s-6966a525-39b8-4c8a-9083-323de5ceeb91, #wrap-s-6966a525-39b8-4c8a-9083-323de5ceeb91, #wrap-content-s-6966a525-39b8-4c8a-9083-323de5ceeb91 { display: none !important; }}
#s-6966a525-39b8-4c8a-9083-323de5ceeb91 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-1c5da72c-4e5b-447f-acba-3f0ba378a9d8 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-1c5da72c-4e5b-447f-acba-3f0ba378a9d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c5da72c-4e5b-447f-acba-3f0ba378a9d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1c5da72c-4e5b-447f-acba-3f0ba378a9d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c5da72c-4e5b-447f-acba-3f0ba378a9d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-19fc69f5-b3e9-4260-bc19-fb13c99e03b9 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-19fc69f5-b3e9-4260-bc19-fb13c99e03b9 {
  
}
}
#s-19fc69f5-b3e9-4260-bc19-fb13c99e03b9 {
  overflow: hidden;
  
  
}







  #s-19fc69f5-b3e9-4260-bc19-fb13c99e03b9 img.shogun-image {
    

    
    
    
  }


#s-19fc69f5-b3e9-4260-bc19-fb13c99e03b9 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-b3fc3254-1f31-411a-a38f-eb29603bf713 {
  margin-left: 80px;
margin-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b3fc3254-1f31-411a-a38f-eb29603bf713 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-b3fc3254-1f31-411a-a38f-eb29603bf713 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-b3fc3254-1f31-411a-a38f-eb29603bf713 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-b3fc3254-1f31-411a-a38f-eb29603bf713.shg-box.shg-c {
  justify-content: center;
}

#s-552fadff-5884-44c2-9a2a-4ac536b6457c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-552fadff-5884-44c2-9a2a-4ac536b6457c .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-decde43f-3a24-45de-bbde-9469f29e38c4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
color: rgba(46, 101, 185, 1);
}
#s-decde43f-3a24-45de-bbde-9469f29e38c4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-decde43f-3a24-45de-bbde-9469f29e38c4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-decde43f-3a24-45de-bbde-9469f29e38c4-root {
    text-align: left;
  }


#s-decde43f-3a24-45de-bbde-9469f29e38c4.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-decde43f-3a24-45de-bbde-9469f29e38c4-root {
    text-align: left;
  }


#s-decde43f-3a24-45de-bbde-9469f29e38c4.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-decde43f-3a24-45de-bbde-9469f29e38c4-root {
    text-align: left;
  }


#s-decde43f-3a24-45de-bbde-9469f29e38c4.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-decde43f-3a24-45de-bbde-9469f29e38c4-root {
    text-align: left;
  }


#s-decde43f-3a24-45de-bbde-9469f29e38c4.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-decde43f-3a24-45de-bbde-9469f29e38c4-root {
    text-align: left;
  }


#s-decde43f-3a24-45de-bbde-9469f29e38c4.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-5ce02026-bf54-4975-bb2e-f65be4252c2c {
  display: none;
}
#s-5ce02026-bf54-4975-bb2e-f65be4252c2c, #wrap-s-5ce02026-bf54-4975-bb2e-f65be4252c2c, #wrap-content-s-5ce02026-bf54-4975-bb2e-f65be4252c2c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5ce02026-bf54-4975-bb2e-f65be4252c2c {
  display: none;
}
#s-5ce02026-bf54-4975-bb2e-f65be4252c2c, #wrap-s-5ce02026-bf54-4975-bb2e-f65be4252c2c, #wrap-content-s-5ce02026-bf54-4975-bb2e-f65be4252c2c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5ce02026-bf54-4975-bb2e-f65be4252c2c {
  display: none;
}
#s-5ce02026-bf54-4975-bb2e-f65be4252c2c, #wrap-s-5ce02026-bf54-4975-bb2e-f65be4252c2c, #wrap-content-s-5ce02026-bf54-4975-bb2e-f65be4252c2c { display: none !important; }}
#s-5ce02026-bf54-4975-bb2e-f65be4252c2c hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-c0d93a53-3ed7-4fd4-b85c-05e971e99a0d {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-c0d93a53-3ed7-4fd4-b85c-05e971e99a0d {
  background-color: rgba(242, 242, 242, 1);
}
}
@media (min-width: 0px) {
[id="s-c0d93a53-3ed7-4fd4-b85c-05e971e99a0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c0d93a53-3ed7-4fd4-b85c-05e971e99a0d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c0d93a53-3ed7-4fd4-b85c-05e971e99a0d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0d93a53-3ed7-4fd4-b85c-05e971e99a0d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-c0d93a53-3ed7-4fd4-b85c-05e971e99a0d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f3136af0-6128-4d62-862a-b34c6b98070b {
  margin-left: 80px;
margin-right: 80px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f3136af0-6128-4d62-862a-b34c6b98070b {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-f3136af0-6128-4d62-862a-b34c6b98070b {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-f3136af0-6128-4d62-862a-b34c6b98070b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f3136af0-6128-4d62-862a-b34c6b98070b.shg-box.shg-c {
  justify-content: center;
}

#s-544fafab-e96a-4a0a-8bf4-c9935083e9de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-544fafab-e96a-4a0a-8bf4-c9935083e9de {
  padding-left: 0px;
padding-right: 0px;
}
}
#s-544fafab-e96a-4a0a-8bf4-c9935083e9de .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-06d9451c-5b8c-4358-9e28-45b22e8ce480 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
color: rgba(46, 101, 185, 1);
}
#s-06d9451c-5b8c-4358-9e28-45b22e8ce480:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-06d9451c-5b8c-4358-9e28-45b22e8ce480:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-06d9451c-5b8c-4358-9e28-45b22e8ce480-root {
    text-align: left;
  }


#s-06d9451c-5b8c-4358-9e28-45b22e8ce480.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-06d9451c-5b8c-4358-9e28-45b22e8ce480-root {
    text-align: left;
  }


#s-06d9451c-5b8c-4358-9e28-45b22e8ce480.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-06d9451c-5b8c-4358-9e28-45b22e8ce480-root {
    text-align: left;
  }


#s-06d9451c-5b8c-4358-9e28-45b22e8ce480.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-06d9451c-5b8c-4358-9e28-45b22e8ce480-root {
    text-align: left;
  }


#s-06d9451c-5b8c-4358-9e28-45b22e8ce480.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-06d9451c-5b8c-4358-9e28-45b22e8ce480-root {
    text-align: left;
  }


#s-06d9451c-5b8c-4358-9e28-45b22e8ce480.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-7a055acb-ef12-4331-9408-dfe628be944e {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-7a055acb-ef12-4331-9408-dfe628be944e {
  
}
}
#s-7a055acb-ef12-4331-9408-dfe628be944e {
  overflow: hidden;
  
  
}







  #s-7a055acb-ef12-4331-9408-dfe628be944e img.shogun-image {
    

    
    
    
  }


#s-7a055acb-ef12-4331-9408-dfe628be944e .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-6f016eeb-beb3-49ce-94fd-70768d2be737 {
  padding-bottom: 40px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6f016eeb-beb3-49ce-94fd-70768d2be737 {
  margin-left: -20px;
margin-right: -20px;
}
}@media (max-width: 767px){#s-6f016eeb-beb3-49ce-94fd-70768d2be737 {
  margin-left: -20px;
margin-right: -20px;
}
}







#s-6f016eeb-beb3-49ce-94fd-70768d2be737 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6f016eeb-beb3-49ce-94fd-70768d2be737.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bdb51dba-8424-42c5-bd4b-11a912433c21 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-bdb51dba-8424-42c5-bd4b-11a912433c21"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bdb51dba-8424-42c5-bd4b-11a912433c21"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bdb51dba-8424-42c5-bd4b-11a912433c21"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bdb51dba-8424-42c5-bd4b-11a912433c21"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-45e67e89-567e-4bec-883d-a7dfe32d7471 {
  text-align: center;
}
@media (max-width: 767px){#s-45e67e89-567e-4bec-883d-a7dfe32d7471 {
  
}
}
#s-45e67e89-567e-4bec-883d-a7dfe32d7471 {
  overflow: hidden;
  
  
}







  #s-45e67e89-567e-4bec-883d-a7dfe32d7471 img.shogun-image {
    

    
    
    
  }


#s-45e67e89-567e-4bec-883d-a7dfe32d7471 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-1489e2ff-5db8-4a70-87b0-18ff690a1dfb {
  margin-left: 80px;
margin-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1489e2ff-5db8-4a70-87b0-18ff690a1dfb {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-1489e2ff-5db8-4a70-87b0-18ff690a1dfb {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-1489e2ff-5db8-4a70-87b0-18ff690a1dfb > .shg-box-overlay {
  background-color: rgba(242, 242, 242, 1);
  opacity: 0;
  display: block;
}#s-1489e2ff-5db8-4a70-87b0-18ff690a1dfb.shg-box.shg-c {
  justify-content: center;
}

#s-c8f0eccf-1dd1-41dc-bba6-a7548c7b9d20 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c8f0eccf-1dd1-41dc-bba6-a7548c7b9d20 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-606dbc4c-67a5-4b40-9fbd-cdb79a8d0b0a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
color: rgba(46, 101, 185, 1);
}
#s-606dbc4c-67a5-4b40-9fbd-cdb79a8d0b0a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-606dbc4c-67a5-4b40-9fbd-cdb79a8d0b0a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-606dbc4c-67a5-4b40-9fbd-cdb79a8d0b0a-root {
    text-align: left;
  }


#s-606dbc4c-67a5-4b40-9fbd-cdb79a8d0b0a.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-606dbc4c-67a5-4b40-9fbd-cdb79a8d0b0a-root {
    text-align: left;
  }


#s-606dbc4c-67a5-4b40-9fbd-cdb79a8d0b0a.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-606dbc4c-67a5-4b40-9fbd-cdb79a8d0b0a-root {
    text-align: left;
  }


#s-606dbc4c-67a5-4b40-9fbd-cdb79a8d0b0a.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-606dbc4c-67a5-4b40-9fbd-cdb79a8d0b0a-root {
    text-align: left;
  }


#s-606dbc4c-67a5-4b40-9fbd-cdb79a8d0b0a.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-606dbc4c-67a5-4b40-9fbd-cdb79a8d0b0a-root {
    text-align: left;
  }


#s-606dbc4c-67a5-4b40-9fbd-cdb79a8d0b0a.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-030b9654-c433-4fe1-91e4-9b21b418b33e {
  display: none;
}
#s-030b9654-c433-4fe1-91e4-9b21b418b33e, #wrap-s-030b9654-c433-4fe1-91e4-9b21b418b33e, #wrap-content-s-030b9654-c433-4fe1-91e4-9b21b418b33e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-030b9654-c433-4fe1-91e4-9b21b418b33e {
  display: none;
}
#s-030b9654-c433-4fe1-91e4-9b21b418b33e, #wrap-s-030b9654-c433-4fe1-91e4-9b21b418b33e, #wrap-content-s-030b9654-c433-4fe1-91e4-9b21b418b33e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-030b9654-c433-4fe1-91e4-9b21b418b33e {
  display: none;
}
#s-030b9654-c433-4fe1-91e4-9b21b418b33e, #wrap-s-030b9654-c433-4fe1-91e4-9b21b418b33e, #wrap-content-s-030b9654-c433-4fe1-91e4-9b21b418b33e { display: none !important; }}
#s-030b9654-c433-4fe1-91e4-9b21b418b33e hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-d67288a9-e778-4746-ae39-6d84618c25bb {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d67288a9-e778-4746-ae39-6d84618c25bb {
  background-color: rgba(242, 242, 242, 1);
}
}
@media (min-width: 0px) {
[id="s-d67288a9-e778-4746-ae39-6d84618c25bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d67288a9-e778-4746-ae39-6d84618c25bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d67288a9-e778-4746-ae39-6d84618c25bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d67288a9-e778-4746-ae39-6d84618c25bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-d67288a9-e778-4746-ae39-6d84618c25bb"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c85a1ee0-4403-4341-a3f4-2db59c29cbe9 {
  margin-left: 80px;
margin-right: 80px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c85a1ee0-4403-4341-a3f4-2db59c29cbe9 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-c85a1ee0-4403-4341-a3f4-2db59c29cbe9 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-c85a1ee0-4403-4341-a3f4-2db59c29cbe9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c85a1ee0-4403-4341-a3f4-2db59c29cbe9.shg-box.shg-c {
  justify-content: center;
}

#s-05fb528b-0618-41d0-b663-16c51b6914af {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-05fb528b-0618-41d0-b663-16c51b6914af {
  padding-left: 0px;
padding-right: 0px;
}
}
#s-05fb528b-0618-41d0-b663-16c51b6914af .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-6f5725d2-cdfa-492d-bd75-5f4ade2ad8bf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
color: rgba(46, 101, 185, 1);
}
#s-6f5725d2-cdfa-492d-bd75-5f4ade2ad8bf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6f5725d2-cdfa-492d-bd75-5f4ade2ad8bf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6f5725d2-cdfa-492d-bd75-5f4ade2ad8bf-root {
    text-align: left;
  }


#s-6f5725d2-cdfa-492d-bd75-5f4ade2ad8bf.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6f5725d2-cdfa-492d-bd75-5f4ade2ad8bf-root {
    text-align: left;
  }


#s-6f5725d2-cdfa-492d-bd75-5f4ade2ad8bf.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f5725d2-cdfa-492d-bd75-5f4ade2ad8bf-root {
    text-align: left;
  }


#s-6f5725d2-cdfa-492d-bd75-5f4ade2ad8bf.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f5725d2-cdfa-492d-bd75-5f4ade2ad8bf-root {
    text-align: left;
  }


#s-6f5725d2-cdfa-492d-bd75-5f4ade2ad8bf.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6f5725d2-cdfa-492d-bd75-5f4ade2ad8bf-root {
    text-align: left;
  }


#s-6f5725d2-cdfa-492d-bd75-5f4ade2ad8bf.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-1910aad8-30fa-4efa-9bc7-881e844c11c6 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-1910aad8-30fa-4efa-9bc7-881e844c11c6 {
  
}
}
#s-1910aad8-30fa-4efa-9bc7-881e844c11c6 {
  overflow: hidden;
  
  
}







  #s-1910aad8-30fa-4efa-9bc7-881e844c11c6 img.shogun-image {
    

    
    
    
  }


#s-1910aad8-30fa-4efa-9bc7-881e844c11c6 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

@media (min-width: 1200px){#s-fe481d9c-f1e1-4a79-bcc7-e2d9a3425ff9 {
  display: none;
}
#s-fe481d9c-f1e1-4a79-bcc7-e2d9a3425ff9, #wrap-s-fe481d9c-f1e1-4a79-bcc7-e2d9a3425ff9, #wrap-content-s-fe481d9c-f1e1-4a79-bcc7-e2d9a3425ff9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fe481d9c-f1e1-4a79-bcc7-e2d9a3425ff9 {
  display: none;
}
#s-fe481d9c-f1e1-4a79-bcc7-e2d9a3425ff9, #wrap-s-fe481d9c-f1e1-4a79-bcc7-e2d9a3425ff9, #wrap-content-s-fe481d9c-f1e1-4a79-bcc7-e2d9a3425ff9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fe481d9c-f1e1-4a79-bcc7-e2d9a3425ff9 {
  display: none;
}
#s-fe481d9c-f1e1-4a79-bcc7-e2d9a3425ff9, #wrap-s-fe481d9c-f1e1-4a79-bcc7-e2d9a3425ff9, #wrap-content-s-fe481d9c-f1e1-4a79-bcc7-e2d9a3425ff9 { display: none !important; }}
#s-fe481d9c-f1e1-4a79-bcc7-e2d9a3425ff9 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-55fcc2be-2c57-4b9e-871b-0eda1e18007b {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-55fcc2be-2c57-4b9e-871b-0eda1e18007b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-55fcc2be-2c57-4b9e-871b-0eda1e18007b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-55fcc2be-2c57-4b9e-871b-0eda1e18007b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-55fcc2be-2c57-4b9e-871b-0eda1e18007b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-53f39961-2615-47f7-b4d2-02a0c097fb4d {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-53f39961-2615-47f7-b4d2-02a0c097fb4d {
  
}
}
#s-53f39961-2615-47f7-b4d2-02a0c097fb4d {
  overflow: hidden;
  
  
}







  #s-53f39961-2615-47f7-b4d2-02a0c097fb4d img.shogun-image {
    

    
    
    
  }


#s-53f39961-2615-47f7-b4d2-02a0c097fb4d .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-0367c422-3754-4827-8c26-29209efd0ae9 {
  margin-left: 80px;
margin-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0367c422-3754-4827-8c26-29209efd0ae9 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-0367c422-3754-4827-8c26-29209efd0ae9 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-0367c422-3754-4827-8c26-29209efd0ae9 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-0367c422-3754-4827-8c26-29209efd0ae9.shg-box.shg-c {
  justify-content: center;
}

#s-2d162dea-3907-4d11-bb9e-42f0cc780053 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2d162dea-3907-4d11-bb9e-42f0cc780053 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-e6ea3904-5064-49fd-9050-39edecde4cae {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
color: rgba(46, 101, 185, 1);
}
#s-e6ea3904-5064-49fd-9050-39edecde4cae:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e6ea3904-5064-49fd-9050-39edecde4cae:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e6ea3904-5064-49fd-9050-39edecde4cae-root {
    text-align: left;
  }


#s-e6ea3904-5064-49fd-9050-39edecde4cae.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e6ea3904-5064-49fd-9050-39edecde4cae-root {
    text-align: left;
  }


#s-e6ea3904-5064-49fd-9050-39edecde4cae.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e6ea3904-5064-49fd-9050-39edecde4cae-root {
    text-align: left;
  }


#s-e6ea3904-5064-49fd-9050-39edecde4cae.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e6ea3904-5064-49fd-9050-39edecde4cae-root {
    text-align: left;
  }


#s-e6ea3904-5064-49fd-9050-39edecde4cae.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e6ea3904-5064-49fd-9050-39edecde4cae-root {
    text-align: left;
  }


#s-e6ea3904-5064-49fd-9050-39edecde4cae.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-3d6769f1-31c6-40a7-b197-3b818c0a2bb6 {
  padding-top: 0px;
padding-bottom: 40px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3d6769f1-31c6-40a7-b197-3b818c0a2bb6 {
  margin-left: -20px;
margin-right: -20px;
}
}@media (max-width: 767px){#s-3d6769f1-31c6-40a7-b197-3b818c0a2bb6 {
  margin-left: -20px;
margin-right: -20px;
}
}







#s-3d6769f1-31c6-40a7-b197-3b818c0a2bb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3d6769f1-31c6-40a7-b197-3b818c0a2bb6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c9a44a90-9aa9-46b9-81a1-1d123afc0d47 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-c9a44a90-9aa9-46b9-81a1-1d123afc0d47"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9a44a90-9aa9-46b9-81a1-1d123afc0d47"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c9a44a90-9aa9-46b9-81a1-1d123afc0d47"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9a44a90-9aa9-46b9-81a1-1d123afc0d47"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-17374371-f1fa-45b8-b0ce-ed21eed0ea52 {
  text-align: center;
}
@media (max-width: 767px){#s-17374371-f1fa-45b8-b0ce-ed21eed0ea52 {
  
}
}
#s-17374371-f1fa-45b8-b0ce-ed21eed0ea52 {
  overflow: hidden;
  
  
}







  #s-17374371-f1fa-45b8-b0ce-ed21eed0ea52 img.shogun-image {
    

    
    
    
  }


#s-17374371-f1fa-45b8-b0ce-ed21eed0ea52 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-99da359f-17ad-4a48-ae26-53d54c8392a0 {
  margin-left: 80px;
margin-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-99da359f-17ad-4a48-ae26-53d54c8392a0 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-99da359f-17ad-4a48-ae26-53d54c8392a0 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-99da359f-17ad-4a48-ae26-53d54c8392a0 > .shg-box-overlay {
  background-color: rgba(242, 242, 242, 1);
  opacity: 0;
  display: block;
}#s-99da359f-17ad-4a48-ae26-53d54c8392a0.shg-box.shg-c {
  justify-content: center;
}

#s-5cd199dc-f03a-4b18-89a1-e5b81bb5ad21 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5cd199dc-f03a-4b18-89a1-e5b81bb5ad21 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-e4512eec-5e70-47e2-bdaf-c9436eae61c0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
color: rgba(46, 101, 185, 1);
}
#s-e4512eec-5e70-47e2-bdaf-c9436eae61c0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e4512eec-5e70-47e2-bdaf-c9436eae61c0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e4512eec-5e70-47e2-bdaf-c9436eae61c0-root {
    text-align: left;
  }


#s-e4512eec-5e70-47e2-bdaf-c9436eae61c0.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e4512eec-5e70-47e2-bdaf-c9436eae61c0-root {
    text-align: left;
  }


#s-e4512eec-5e70-47e2-bdaf-c9436eae61c0.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e4512eec-5e70-47e2-bdaf-c9436eae61c0-root {
    text-align: left;
  }


#s-e4512eec-5e70-47e2-bdaf-c9436eae61c0.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e4512eec-5e70-47e2-bdaf-c9436eae61c0-root {
    text-align: left;
  }


#s-e4512eec-5e70-47e2-bdaf-c9436eae61c0.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e4512eec-5e70-47e2-bdaf-c9436eae61c0-root {
    text-align: left;
  }


#s-e4512eec-5e70-47e2-bdaf-c9436eae61c0.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-7e0483e3-b28e-45fb-8e89-9c21444c7a00 {
  display: none;
}
#s-7e0483e3-b28e-45fb-8e89-9c21444c7a00, #wrap-s-7e0483e3-b28e-45fb-8e89-9c21444c7a00, #wrap-content-s-7e0483e3-b28e-45fb-8e89-9c21444c7a00 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e0483e3-b28e-45fb-8e89-9c21444c7a00 {
  display: none;
}
#s-7e0483e3-b28e-45fb-8e89-9c21444c7a00, #wrap-s-7e0483e3-b28e-45fb-8e89-9c21444c7a00, #wrap-content-s-7e0483e3-b28e-45fb-8e89-9c21444c7a00 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7e0483e3-b28e-45fb-8e89-9c21444c7a00 {
  display: none;
}
#s-7e0483e3-b28e-45fb-8e89-9c21444c7a00, #wrap-s-7e0483e3-b28e-45fb-8e89-9c21444c7a00, #wrap-content-s-7e0483e3-b28e-45fb-8e89-9c21444c7a00 { display: none !important; }}
#s-7e0483e3-b28e-45fb-8e89-9c21444c7a00 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-c2e19512-d415-4681-b82c-c443c131a479 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-c2e19512-d415-4681-b82c-c443c131a479 {
  background-color: rgba(242, 242, 242, 1);
}
}
@media (min-width: 0px) {
[id="s-c2e19512-d415-4681-b82c-c443c131a479"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2e19512-d415-4681-b82c-c443c131a479"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c2e19512-d415-4681-b82c-c443c131a479"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2e19512-d415-4681-b82c-c443c131a479"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-c2e19512-d415-4681-b82c-c443c131a479"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3f499149-cc92-43f2-86b3-9e0fe1126b5c {
  margin-left: 80px;
margin-right: 80px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3f499149-cc92-43f2-86b3-9e0fe1126b5c {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-3f499149-cc92-43f2-86b3-9e0fe1126b5c {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-3f499149-cc92-43f2-86b3-9e0fe1126b5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3f499149-cc92-43f2-86b3-9e0fe1126b5c.shg-box.shg-c {
  justify-content: center;
}

#s-387a7908-24c0-4f10-981f-fcfa5ac1e1a5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-387a7908-24c0-4f10-981f-fcfa5ac1e1a5 {
  padding-left: 0px;
padding-right: 0px;
}
}
#s-387a7908-24c0-4f10-981f-fcfa5ac1e1a5 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-b5d25033-950b-40d1-95f0-c471deef30dd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
color: rgba(46, 101, 185, 1);
}
#s-b5d25033-950b-40d1-95f0-c471deef30dd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b5d25033-950b-40d1-95f0-c471deef30dd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b5d25033-950b-40d1-95f0-c471deef30dd-root {
    text-align: left;
  }


#s-b5d25033-950b-40d1-95f0-c471deef30dd.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b5d25033-950b-40d1-95f0-c471deef30dd-root {
    text-align: left;
  }


#s-b5d25033-950b-40d1-95f0-c471deef30dd.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b5d25033-950b-40d1-95f0-c471deef30dd-root {
    text-align: left;
  }


#s-b5d25033-950b-40d1-95f0-c471deef30dd.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b5d25033-950b-40d1-95f0-c471deef30dd-root {
    text-align: left;
  }


#s-b5d25033-950b-40d1-95f0-c471deef30dd.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b5d25033-950b-40d1-95f0-c471deef30dd-root {
    text-align: left;
  }


#s-b5d25033-950b-40d1-95f0-c471deef30dd.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-9f85d1d3-bc9a-4b9d-8be2-906231ba81ce {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-9f85d1d3-bc9a-4b9d-8be2-906231ba81ce {
  
}
}
#s-9f85d1d3-bc9a-4b9d-8be2-906231ba81ce {
  overflow: hidden;
  
  
}







  #s-9f85d1d3-bc9a-4b9d-8be2-906231ba81ce img.shogun-image {
    

    
    
    
  }


#s-9f85d1d3-bc9a-4b9d-8be2-906231ba81ce .shogun-image-content {
  
    justify-content:  flex-start;
  
}

@media (min-width: 1200px){#s-b3ecd78d-c3dd-4c71-9085-5e68033aca50 {
  display: none;
}
#s-b3ecd78d-c3dd-4c71-9085-5e68033aca50, #wrap-s-b3ecd78d-c3dd-4c71-9085-5e68033aca50, #wrap-content-s-b3ecd78d-c3dd-4c71-9085-5e68033aca50 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b3ecd78d-c3dd-4c71-9085-5e68033aca50 {
  display: none;
}
#s-b3ecd78d-c3dd-4c71-9085-5e68033aca50, #wrap-s-b3ecd78d-c3dd-4c71-9085-5e68033aca50, #wrap-content-s-b3ecd78d-c3dd-4c71-9085-5e68033aca50 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b3ecd78d-c3dd-4c71-9085-5e68033aca50 {
  display: none;
}
#s-b3ecd78d-c3dd-4c71-9085-5e68033aca50, #wrap-s-b3ecd78d-c3dd-4c71-9085-5e68033aca50, #wrap-content-s-b3ecd78d-c3dd-4c71-9085-5e68033aca50 { display: none !important; }}
#s-b3ecd78d-c3dd-4c71-9085-5e68033aca50 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-83979485-343e-4dcc-b255-656b3c886a2f {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-83979485-343e-4dcc-b255-656b3c886a2f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83979485-343e-4dcc-b255-656b3c886a2f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-83979485-343e-4dcc-b255-656b3c886a2f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-83979485-343e-4dcc-b255-656b3c886a2f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7e8b95c3-53a8-4a56-8fc0-91c01155e0cb {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-7e8b95c3-53a8-4a56-8fc0-91c01155e0cb {
  
}
}
#s-7e8b95c3-53a8-4a56-8fc0-91c01155e0cb {
  overflow: hidden;
  
  
}







  #s-7e8b95c3-53a8-4a56-8fc0-91c01155e0cb img.shogun-image {
    

    
    
    
  }


#s-7e8b95c3-53a8-4a56-8fc0-91c01155e0cb .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-1d2bb63a-5fc5-49e1-be65-44a994adf4fd {
  margin-left: 80px;
margin-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1d2bb63a-5fc5-49e1-be65-44a994adf4fd {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-1d2bb63a-5fc5-49e1-be65-44a994adf4fd {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-1d2bb63a-5fc5-49e1-be65-44a994adf4fd > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-1d2bb63a-5fc5-49e1-be65-44a994adf4fd.shg-box.shg-c {
  justify-content: center;
}

#s-ef879087-054e-410f-ad68-e110a1c66f08 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ef879087-054e-410f-ad68-e110a1c66f08 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-e6708ae8-a2b6-4667-a0d0-d70350e666ce {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
color: rgba(46, 101, 185, 1);
}
#s-e6708ae8-a2b6-4667-a0d0-d70350e666ce:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e6708ae8-a2b6-4667-a0d0-d70350e666ce:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e6708ae8-a2b6-4667-a0d0-d70350e666ce-root {
    text-align: left;
  }


#s-e6708ae8-a2b6-4667-a0d0-d70350e666ce.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e6708ae8-a2b6-4667-a0d0-d70350e666ce-root {
    text-align: left;
  }


#s-e6708ae8-a2b6-4667-a0d0-d70350e666ce.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e6708ae8-a2b6-4667-a0d0-d70350e666ce-root {
    text-align: left;
  }


#s-e6708ae8-a2b6-4667-a0d0-d70350e666ce.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e6708ae8-a2b6-4667-a0d0-d70350e666ce-root {
    text-align: left;
  }


#s-e6708ae8-a2b6-4667-a0d0-d70350e666ce.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e6708ae8-a2b6-4667-a0d0-d70350e666ce-root {
    text-align: left;
  }


#s-e6708ae8-a2b6-4667-a0d0-d70350e666ce.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-cf6b68aa-f732-4432-98d5-b07d2120c53a {
  padding-top: 30px;
padding-bottom: 0px;
min-height: 50px;
}








#s-cf6b68aa-f732-4432-98d5-b07d2120c53a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cf6b68aa-f732-4432-98d5-b07d2120c53a.shg-box.shg-c {
  justify-content: center;
}

#s-ea75b2b4-003d-41b4-8e9f-01339d242aa6 {
  padding-top: 0px;
padding-bottom: 30px;
min-height: 50px;
}








#s-ea75b2b4-003d-41b4-8e9f-01339d242aa6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ea75b2b4-003d-41b4-8e9f-01339d242aa6.shg-box.shg-c {
  justify-content: center;
}

#s-c78c90d3-9338-45a5-8a3a-224ca9b7b2f7 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-c78c90d3-9338-45a5-8a3a-224ca9b7b2f7 .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-c22a0438-85f2-4fcd-9511-e802224acdd0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c22a0438-85f2-4fcd-9511-e802224acdd0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c22a0438-85f2-4fcd-9511-e802224acdd0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c22a0438-85f2-4fcd-9511-e802224acdd0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c22a0438-85f2-4fcd-9511-e802224acdd0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c22a0438-85f2-4fcd-9511-e802224acdd0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c22a0438-85f2-4fcd-9511-e802224acdd0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-42feef63-d3ab-4ad7-9b49-17acc44035f2 {
  min-height: 50px;
}








#s-42feef63-d3ab-4ad7-9b49-17acc44035f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-42feef63-d3ab-4ad7-9b49-17acc44035f2.shg-box.shg-c {
  justify-content: center;
}

#s-467002f6-8d14-4564-a51b-668e5212956f {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 900px;
}








#s-467002f6-8d14-4564-a51b-668e5212956f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-467002f6-8d14-4564-a51b-668e5212956f.shg-box.shg-c {
  justify-content: center;
}

#s-706165d6-abe9-4440-a154-2bb41c353569 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-706165d6-abe9-4440-a154-2bb41c353569 {
  overflow: hidden;
  
  
      max-width: 100px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-706165d6-abe9-4440-a154-2bb41c353569 img.shogun-image {
    

    
    
    
  }


#s-706165d6-abe9-4440-a154-2bb41c353569 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4d8e9747-9c9f-4d17-9370-4468b064ce5b {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-4d8e9747-9c9f-4d17-9370-4468b064ce5b {
  overflow: hidden;
  
  
      max-width: 100px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-4d8e9747-9c9f-4d17-9370-4468b064ce5b img.shogun-image {
    

    
    
    
  }


#s-4d8e9747-9c9f-4d17-9370-4468b064ce5b .shogun-image-content {
  
    justify-content: center;
  
}

#s-c8028a8b-1d6d-4424-b002-cc5e14c7aecd {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-c8028a8b-1d6d-4424-b002-cc5e14c7aecd {
  overflow: hidden;
  
  
      max-width: 100px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-c8028a8b-1d6d-4424-b002-cc5e14c7aecd img.shogun-image {
    

    
    
    
  }


#s-c8028a8b-1d6d-4424-b002-cc5e14c7aecd .shogun-image-content {
  
    justify-content: center;
  
}

#s-81f38d51-aba7-4052-8c25-e1e2e68b9435 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
min-height: 140px;
max-width: 950px;
}








#s-81f38d51-aba7-4052-8c25-e1e2e68b9435 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-81f38d51-aba7-4052-8c25-e1e2e68b9435.shg-box.shg-c {
  justify-content: center;
}

#s-65ea23f0-06a0-4d23-b005-9e94f0bcb667 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
color: rgba(46, 101, 185, 1);
}
#s-65ea23f0-06a0-4d23-b005-9e94f0bcb667:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-65ea23f0-06a0-4d23-b005-9e94f0bcb667:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-65ea23f0-06a0-4d23-b005-9e94f0bcb667-root {
    text-align: center;
  }


#s-65ea23f0-06a0-4d23-b005-9e94f0bcb667.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-65ea23f0-06a0-4d23-b005-9e94f0bcb667-root {
    text-align: center;
  }


#s-65ea23f0-06a0-4d23-b005-9e94f0bcb667.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-65ea23f0-06a0-4d23-b005-9e94f0bcb667-root {
    text-align: center;
  }


#s-65ea23f0-06a0-4d23-b005-9e94f0bcb667.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-65ea23f0-06a0-4d23-b005-9e94f0bcb667-root {
    text-align: center;
  }


#s-65ea23f0-06a0-4d23-b005-9e94f0bcb667.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-65ea23f0-06a0-4d23-b005-9e94f0bcb667-root {
    text-align: center;
  }


#s-65ea23f0-06a0-4d23-b005-9e94f0bcb667.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-48b82caa-991a-446d-a63d-03aa8bb9590a {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
min-height: 140px;
max-width: 950px;
}








#s-48b82caa-991a-446d-a63d-03aa8bb9590a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-48b82caa-991a-446d-a63d-03aa8bb9590a.shg-box.shg-c {
  justify-content: center;
}

#s-934ebdfa-cbe0-4b4d-9189-fcdf760194c7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
color: rgba(46, 101, 185, 1);
}
#s-934ebdfa-cbe0-4b4d-9189-fcdf760194c7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-934ebdfa-cbe0-4b4d-9189-fcdf760194c7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-934ebdfa-cbe0-4b4d-9189-fcdf760194c7-root {
    text-align: center;
  }


#s-934ebdfa-cbe0-4b4d-9189-fcdf760194c7.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-934ebdfa-cbe0-4b4d-9189-fcdf760194c7-root {
    text-align: center;
  }


#s-934ebdfa-cbe0-4b4d-9189-fcdf760194c7.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-934ebdfa-cbe0-4b4d-9189-fcdf760194c7-root {
    text-align: center;
  }


#s-934ebdfa-cbe0-4b4d-9189-fcdf760194c7.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-934ebdfa-cbe0-4b4d-9189-fcdf760194c7-root {
    text-align: center;
  }


#s-934ebdfa-cbe0-4b4d-9189-fcdf760194c7.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-934ebdfa-cbe0-4b4d-9189-fcdf760194c7-root {
    text-align: center;
  }


#s-934ebdfa-cbe0-4b4d-9189-fcdf760194c7.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-b5959e2a-fb97-4519-bf54-c016c8a9806c {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
min-height: 140px;
max-width: 950px;
}








#s-b5959e2a-fb97-4519-bf54-c016c8a9806c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b5959e2a-fb97-4519-bf54-c016c8a9806c.shg-box.shg-c {
  justify-content: center;
}

#s-1e8f5ff2-58d0-48f2-b164-62141599c687 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
color: rgba(46, 101, 185, 1);
}
#s-1e8f5ff2-58d0-48f2-b164-62141599c687:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1e8f5ff2-58d0-48f2-b164-62141599c687:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1e8f5ff2-58d0-48f2-b164-62141599c687-root {
    text-align: center;
  }


#s-1e8f5ff2-58d0-48f2-b164-62141599c687.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1e8f5ff2-58d0-48f2-b164-62141599c687-root {
    text-align: center;
  }


#s-1e8f5ff2-58d0-48f2-b164-62141599c687.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1e8f5ff2-58d0-48f2-b164-62141599c687-root {
    text-align: center;
  }


#s-1e8f5ff2-58d0-48f2-b164-62141599c687.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1e8f5ff2-58d0-48f2-b164-62141599c687-root {
    text-align: center;
  }


#s-1e8f5ff2-58d0-48f2-b164-62141599c687.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1e8f5ff2-58d0-48f2-b164-62141599c687-root {
    text-align: center;
  }


#s-1e8f5ff2-58d0-48f2-b164-62141599c687.shg-btn {
  color: rgba(46, 101, 185, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#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;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
