.node--template-embed {
  margin: 40px 0;
}
.node--template-embed > .content {
  position: relative;
  background-color: #000;
  border-radius: 0px 0px 16px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  padding-left: 24px;
  padding-right: 24px;
}
.node--template-embed > .content > .content-container {
  position: relative;
  width: 100%;
}
.node--template-embed > .content .texts-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 769px) {
  .node--template-embed > .content .texts-container {
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
}
.node--template-embed > .content .texts-container .texts-container-prefix {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-family: "Avenir";
  font-size: 2.1rem;
  font-weight: normal;
  line-height: 1.14;
  text-decoration: none;
  color: #fff;
}
.node--template-embed > .content .texts-container .group-texts-container {
  padding-top: 16px;
  padding-left: 0;
  padding-right: 32px;
}
@media (min-width: 769px) {
  .node--template-embed > .content .texts-container .group-texts-container {
    padding-top: 0;
    padding-left: 16px;
    padding-right: 48px;
  }
}
.node--template-embed > .content .texts-container .field--name-title {
  position: relative;
}
.node--template-embed > .content .texts-container .field--name-title:before {
  content: "";
  position: absolute;
  display: block;
  top: -8px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
}
@media (min-width: 769px) {
  .node--template-embed > .content .texts-container .field--name-title:before {
    top: 50%;
    left: -8px;
    width: 2px;
    height: 30px;
    transform: translateY(-50%);
  }
}
.node--template-embed > .content .texts-container .field--name-title h3, .node--template-embed > .content .texts-container .field--name-title h2, .node--template-embed > .content .texts-container .field--name-title a {
  font-family: "Avenir";
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1.12px;
  line-height: 1.375;
  text-decoration: none;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: none !important;
  word-break: break-word;
}
.node--template-embed > .content .texts-container .field--name-title h3 {
  margin: 0;
}
.node--template-embed > .content .links-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.node--template-embed > .content .links-container .node__links {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.node--template-embed > .content .links-container ul,
.node--template-embed > .content .links-container li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.node--template-embed > .content .links-container ul:before,
.node--template-embed > .content .links-container li:before {
  display: none;
}
.node--template-embed > .content .links-container a {
  position: relative;
  display: block;
  color: #000;
  text-align: left;
  padding-left: 0;
  background-color: transparent;
  background-size: calc(8px * 4 * 0.8125) calc(8px * 4 * 0.8125);
  background-repeat: no-repeat;
  background-position: calc(100% - 4px) center;
  background-image: url("../../assets/images/button/btn-red.svg");
  line-height: 1;
  padding: 12px 16px;
  background-image: url("../../assets/images/button/btn-white.svg");
  text-decoration: none;
  margin: 0;
  color: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.node--template-embed > .content .links-container a:before, .node--template-embed > .content .links-container a:after {
  content: "";
  position: absolute;
  font-size: 1.1rem;
  top: 50%;
  left: 50%;
  display: block;
  transform: translateX(-50%) translateY(-50%);
  text-indent: 0;
  color: #fff;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.375s;
}
.node--template-embed > .content .links-container a:before {
  left: auto;
  right: 0;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  border: 1px dashed #A71930;
  background-color: transparent;
  transform: translateY(-50%);
}
.node--template-embed > .content .links-container a:after {
  content: "\e908";
  left: auto;
  right: 6px;
  font-family: "icomoon";
  width: auto;
  height: auto;
  display: block;
  text-align: center;
  vertical-align: middle;
  opacity: 1;
}
.node--template-embed > .content .links-container a:hover {
  color: #000;
}
.node--template-embed > .content .links-container a:hover:before {
  border: 1px solid #A71930;
  background-color: #A71930;
}
.node--template-embed > .content .links-container a:before {
  border: 1px dashed #fff;
}
.node--template-embed > .content .links-container a:after {
  color: #56BCC7;
}
.node--template-embed > .content .links-container a:hover:before {
  border: 1px solid #fff;
  background-color: #fff;
}
.node--template-embed > .content .links-container a:after {
  content: "\e901";
  font-family: "icomoon";
  width: auto;
  height: auto;
  display: block;
  text-align: center;
  vertical-align: middle;
}
.node--template-embed > .content .links-container a:hover {
  color: transparent;
}
.node--template-embed.see-and-do > .content {
  background-color: #B3C431;
}
.node--template-embed.see-and-do > .content .links-container a:after {
  color: #B3C431;
}
.node--template-embed.service > .content {
  background-color: #56BCC7;
}
.node--template-embed.service > .content .links-container a:after {
  color: #56BCC7;
}
.node--template-embed.understand > .content {
  background-color: #F8AA5C;
}
.node--template-embed.understand > .content .links-container a:after {
  color: #F8AA5C;
}
.node--template-embed.jo-2024 > .content {
  background-color: #D7C378;
}
.node--template-embed.jo-2024 > .content .links-container a:after {
  color: #D7C378;
}
.node--template-embed.anniversary-40 > .content {
  background-color: #A569BD;
}
.node--template-embed.anniversary-40 > .content .links-container a:after {
  color: #A569BD;
}
.node--template-embed.no-menu > .content {
  background-color: #A71930;
}
.node--template-embed.no-menu > .content .links-container a:after {
  color: #A71930;
}