* {
    text-decoration: none;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

[class*="col-"] {
    width: 100%;
}

:root {
    font-size: 16px;
}

textarea {
    min-height: 6rem;
}

/* #region Porwyr */

/* SafariBlocioFideoTudalenLlawn */
.nosmart {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translateZ(0); /* force hardware layer */
  -webkit-user-modify: read-only;
  -webkit-line-break: after-white-space;
  -webkit-appearance: none;
  -webkit-hyphens: none;
  user-select: none;
}

input:-webkit-autofill {
    font-family: inherit;
    background-color: transparent;
    text-shadow: none;
}

/* #endregion Porwyr */

/* #region #H-tags */

h1 {
    font-size: 2.125rem;
}

h2 {
    font-size: 1.875rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.25rem;
}

h5 {
    font-size: 1.15rem;
}

h6 {
    font-size: 1rem;
}

p {
    font-size: 0.9rem;
}

ul li {
    font-size: 0.9rem;
}

a {
    cursor: pointer;
}

/* #endregion */

/* #region #lliwiau */

.cefndir-gwyn {
    background-color: #FFF;
}

.coch {
    background-color: #D22B2B !important;
}

.font-gwyn {
    color: #FFF !important;
}

.white {
    color: #FFF !important;
}

.black {
    color: #000 !important;
}

.date-text {
    font-size: 13px;
    color: #343a40;
}

.date-text-gwyn {
    font-size: 13px;
    color: #FFF;
}

.cefndir-tryloyw {
    background-color: transparent;
}

.lliw-tryloyw {
    color: transparent;
}

.llwydo {
    filter: grayscale(100%);
}

/* #endregion */

/* #region #testun */

.rhybudd-testun {
    font-size: 12px;
    color: #ccc;
}

.dewisiol {
    color: #ccc;
}

.justify-testun {
    text-align: justify;
}

.canoli-testun {
    text-align: center !important;
}

.dde-testun {
    text-align: right !important;
}

.chwith-testun {
    text-align: left !important;
}

.italic-testun {
    font-style: italic;
}

.ellipsis-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: anywhere;
}

.ellipsis-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: anywhere;
}

.ellipsis-6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: anywhere;
}

.ellipsis-8 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: anywhere;
}

/* #endregion */

/* #region #mewnbwn */

input:disabled, textarea:disabled {
    background-color: #e0e0e0;
    color: #a0a0a0;
    cursor: not-allowed;
  }

/* #endregion */

/* #region #logo */

.logo-65-hll-65 {
    height: 6.5rem;
    width: 6.5rem;
}

.logo-8-hll-95 {
    height: 8rem;
    width: 9.5rem;
}

.logo-10-hll-10 {
    height: 10rem;
    width: 10rem;
}

.logo-u60-ll65 {
    height: 60px;
    width: 65px;
}

.logo-u70-ll90 {
    height: 70px;
    width: 90px;
}

.logo-u90-ll85 {
    height: 90px;
    width: 85px;
}

.logo-u95-ll115 {
    height: 95px;
    width: 115px;
}

.logo-u145-ll200 {
    height: 145px;
    width: 200px;
}

.nav-logo-chwith {
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-width: 768px) {
    .nav-logo-chwith {
        justify-content: flex-start;
        align-items: flex-start;
        padding-left: 1rem;
    }
}

/* #endregion */

/* #region #border-radius */

.border-radius-1 {
    border-radius: 1rem;
}

.border-radius-2 {
    border-radius: 2rem;
}

.border-radius-3 {
    border-radius: 3rem;
}

.border-radius-4 {
    border-radius: 4rem;
}

/* #endregion */

/* #region #border-radius-uwch-dde */

.border-radius-udd-1 {
    border-top-right-radius: 1rem;
}

.border-radius-udd-2 {
    border-top-right-radius: 2rem;
}

.border-radius-udd-3 {
    border-top-right-radius: 3rem;
}

.border-radius-udd-4 {
    border-top-right-radius: 4rem;
}

/* #endregion */

/* #region #border-radius-uwch-chwith */

.border-radius-uch-1 {
    border-top-left-radius: 1rem;
}

.border-radius-uch-2 {
    border-top-left-radius: 2rem;
}

.border-radius-uch-3 {
    border-top-left-radius: 3rem;
}

.border-radius-uch-4 {
    border-top-left-radius: 4rem;
}

/* #endregion */

/* #region #reverse */

.colofn-reverse:nth-child(even) {
    display: flex;
    flex-direction: column;
}

.colofn-reverse:nth-child(odd) {
    display: flex;
    flex-direction: column-reverse;
}

.rhes-reverse:nth-child(even) {
    display: flex;
    flex-direction: row;
}

.rhes-reverse:nth-child(odd) {
    display: flex;
    flex-direction: row-reverse;
}

/* #endregion */

/* #region #flex */

.rhes {
    display: flex;
    flex-direction: row;
}

.rhes-gwagle-rhwng {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.colofn {
    display: flex;
    flex-direction: column;
}

.cylch {
    border-radius: 50%;
}

.canoli {
    display: flex;
    justify-content: center;
    align-items: center;
}

.canoli-absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.canoli-uchder {
    display: flex;
    align-items: center;
}

.canoli-hyd {
    display: flex;
    justify-content: center;
}

.canoli-top {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.dde {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.dde-canoli {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.dde-justify-content {
    display: flex;
    justify-content: flex-end;
}

.chwith {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.chwith-canoli {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.chwith-unig {
    display: flex;
    justify-content: flex-start;
}

.dde-absolute-0 {
    position: absolute;
    top: 0rem;
    right: 0rem;
}

.dde-absolute {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}

.dde-absolute-1 {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.dde-canoli-absolute-05 {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
}

.dde-canoli-absolute-1 {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
}

.dde-canoli-absolute-2 {
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
}

.dde-canoli-absolute-3 {
    position: absolute;
    top: 50%;
    right: 3rem;
    transform: translateY(-50%);
}

.dde-gwaelod-absolute-0 {
    position: absolute;
    bottom: 0rem;
    right: 0rem;
}

.dde-gwaelod-absolute-05 {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
}

.dde-gwaelod-absolute-1 {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}

.dde-gwaelod-absolute-g1-dd-2 {
    position: absolute;
    bottom: 1rem;
    right: 2rem;
}

.chwith-absolute {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
}

.chwith-absolute-1 {
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.chwith-absolute-2 {
    position: absolute;
    top: 2rem;
    left: 2rem;
}

.chwith-canoli-absolute-05 {
    position: absolute;
    top: 50%;
    left: 0.5rem;
    transform: translateY(-50%);
}

.chwith-canoli-absolute-1 {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}

.chwith-canoli-absolute-2 {
    position: absolute;
    top: 50%;
    left: 2rem;
    transform: translateY(-50%);
}

.chwith-gwaelod-absolute-05 {
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
}

.chwith-gwaelod-absolute-1 {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
}

.chwith-gwaelod-absolute-2 {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
}

.gwaelod-absolute {
    position: absolute !important;
    bottom: 0;
}

.wrap {
    flex-wrap: wrap;
}

.wrap-bob-tro {
    flex-wrap: wrap;
}

.dim-wrap {
    white-space: nowrap;
}

.llenwi {
    height: 100%;
    width: 100%;
}

.llenwi-llun {
    object-fit: cover;
}

.canoli-llun {
	background-size: cover;
	background-position: center;
}

.relatif {
    position: relative;
}

/* #endregion */

/* #region #cuddio */

#hanner-colofn-cuddio {
    display: none;
}

.cuddio-symudol {
    display: none;
}

.cuddio {
    display: none;
}

/* #endregion */

/* #region #containers */

.container {
    position: relative;
    height: auto;
    width: 100%;
}

.container-awto {
    position: relative;
    height: auto;
    width: auto;
}

.container-llawn {
    position: relative;
    height: 100%;
    width: 100%;
}

.grid-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
    gap: 1rem;
}

.grid-wrap-4 .grid-wrap-3, .grid-wrap-2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
}

.grid-uchder > :nth-child(odd) {
    height: 35rem;
}

.grid-uchder {
    height: 10rem;
}

.container-fixed {
    position: fixed;
    height: auto;
    width: 100%;
}

.columns-container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.nav-container {
    position: relative;
    height: 3rem;
    width: 100%;
}

.nav-container-4 {
    position: relative;
    height: 4rem;
    width: 100%;
}

/* #endregion */

/* #region #sgrol */

.sgrol-y-65 {
    overflow-y: auto;
    max-height: 65vh;
}

.sgrol-y-70 {
    overflow-y: auto;
    max-height: 70vh;
}

.sgrol-y-100 {
    overflow-y: auto;
    max-height: 100vh;
}

/* #endregion */

/* #region #maint */

.vh-h-65-dim-min {
    height: 65vh;
}

.vh-h-75-dim-min {
    height: 75vh;
}

.vh-h-80 {
    height: 80vh;
    min-height: 790px;
}

.vh-h-90 {
    height: 90vh;
    min-height: 720px;
}

.vh-h-100 {
    height: 100vh;
    min-height: 900px;
}

.vh-h-100-dim-min {
    height: 100vh;
}

.vh-h-100-tynnu-1 {
    height: calc(100vh - 1rem);
    min-height: 790px;
}

.vh-h-100-tynnu-2 {
    height: calc(100vh - 2rem);
    min-height: 790px;
}

.uchder-100 {
    height: 6.25rem !important;
}

.uchder-200 {
    height: 12.5rem !important;
}

.uchder-300 {
    height: 18.75rem !important;
}

.uchder-400 {
    height: 25rem !important;
}

.uchder-500 {
    height: 31.25rem !important;
}

.uchder-600 {
    height: 37.5rem !important;
}

.lled-400 {
    width: 25rem !important;
}

.lled-500 {
    width: 31.25rem !important;
}

.lled-600 {
    width: 37.5rem !important;
}

/* #endregion */

/* #region #maint-icon */

.maint-icon-1 {
    font-size: 1.5rem;
}

.maint-icon-2 {
    font-size: 2rem;
}

#icon-dynamig-2 i {
    height: 3.5rem;
    width: 3.5rem;
    font-size: 2rem;
    cursor: default !important;
    transform: none !important;
}

/* #endregion */

/* #region #lluniau */

.proffil-bach-iawn {
    height: 40px;
    width: 40px;
}

.proffil-bach {
    height: 3rem;
    width: 3rem;
}

.llun-proffil-canolig {
    height: 6rem;
    width: 6rem;
}

.statig {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

@media (max-width: 768px) {
    .statig {
        background-attachment: scroll;
    }
}

.llenwi-llun {
    object-fit: cover;
}

.object-fit-contain {
    object-fit: contain;
}

.canoli-llun {
	background-size: cover;
	background-position: center;
}

/* #endregion */

/* #region #sgwariau_maint */

.sgwar-3 {
    height: 3rem;
    width: 3rem;
}

.sgwar-4 {
    height: 4rem;
    width: 4rem;
}

.sgwar-5 {
    height: 5rem;
    width: 5rem;
}

.sgwar-6 {
    height: 6rem;
    width: 6rem;
}

.sgwar-7 {
    height: 7rem;
    width: 7rem;
}

.sgwar-8 {
    height: 8rem;
    width: 8rem;
}

.sgwar-9 {
    height: 9rem;
    width: 9rem;
}

.sgwar-10 {
    height: 10rem;
    width: 10rem;
}

.sgwar-10 {
    height: 10rem;
    width: 10rem;
}

.sgwar-12 {
    height: 12rem;
    width: 12rem;
}

/* #endregion */

/* #region #padding */

.p-02 {
    padding: 0.2rem;
}

.p-05 {
    padding: 0.5rem;
}

.p-1 {
    padding: 1rem;
}

.p-2 {
    padding: 2rem;
}

.p-3 {
    padding: 3rem;
}

.p-4 {
    padding: 4rem;
}

.p-5 {
    padding: 5rem;
}

.p-6 {
    padding: 6rem;
}

/* #endregion */

/* #region #padding dde ag chwith */

.p-ddch-05 {
    padding: 0 0.5rem 0 0.5rem;
}

.p-ddch-1 {
    padding: 0 1rem 0 1rem;
}

.p-ddch-2 {
    padding: 0 2rem 0 2rem;
}

.p-ddch-3 {
    padding: 0 3rem 0 3rem;
}

.p-ddch-4 {
    padding: 0 4rem 0 4rem;
}

.p-ddch-5 {
    padding: 0 5rem 0 5rem;
}

.p-ddch-6 {
    padding: 0 6rem 0 6rem;
}

/* #endregion */

/* #region #padding uwch ag gwaelod */

.p-ug-02 {
    padding: 0.2rem 0 0.2rem 0;
}

.p-ug-05 {
    padding: 0.5rem 0 0.5rem 0;
}

.p-ug-1 {
    padding: 1rem 0 1rem 0;
}

.p-ug-2 {
    padding: 2rem 0 2rem 0;
}

.p-ug-3 {
    padding: 3rem 0 3rem 0;
}

.p-ug-4 {
    padding: 4rem 0 4rem 0;
}

.p-ug-5 {
    padding: 5rem 0 5rem 0;
}

.p-ug-6 {
    padding: 6rem 0 6rem 0;
}

/* #endregion */

/* #region #uwchben */

.p-u-03 {
    padding-top: 0.3rem;
}

.p-u-05 {
    padding-top: 0.5rem;
}

.p-u-1 {
    padding-top: 1rem;
}

.p-u-2 {
    padding-top: 2rem;
}

.p-u-3 {
    padding-top: 3rem;
}

.p-u-4 {
    padding-top: 4rem;
}

.p-u-5 {
    padding-top: 5rem;
}

.p-u-6 {
    padding-top: 6rem;
}

.p-u-7 {
    padding-top: 7rem;
}

.p-u-8 {
    padding-top: 8rem;
}

.p-u-9 {
    padding-top: 9rem;
}

/* #endregion */

/* #region #padding-dde */

.p-dd-05 {
    padding-right: 0.5rem;
}

.p-dd-1 {
    padding-right: 1rem;
}

.p-dd-2 {
    padding-right: 2rem;
}

.p-dd-3 {
    padding-right: 3rem;
}

.p-dd-4 {
    padding-right: 4rem;
}

.p-dd-5 {
    padding-right: 5rem;
}

.p-dd-6 {
    padding-right: 6rem;
}

/* #endregion */

/* #region #padding-chwith */

.p-ch-05 {
    padding-left: 0.5rem;
}

.p-ch-1 {
    padding-left: 1rem;
}

.p-ch-2 {
    padding-left: 2rem;
}

.p-ch-3 {
    padding-left: 3rem;
}

.p-ch-4 {
    padding-left: 4rem;
}

.p-ch-5 {
    padding-left: 5rem;
}

.p-ch-6 {
    padding-left: 6rem;
}

/* #endregion */

/* #region #padding-gwaelod */

.p-g-05 {
    padding-bottom: 0.5rem;
}

.p-g-1 {
    padding-bottom: 1rem;
}

.p-g-2 {
    padding-bottom: 2rem;
}

.p-g-3 {
    padding-bottom: 3rem;
}

.p-g-4 {
    padding-bottom: 4rem;
}

.p-g-5 {
    padding-bottom: 5rem;
}

.p-g-6 {
    padding-bottom: 6rem;
}

.p-g-7 {
    padding-bottom: 7rem;
}

.p-g-8 {
    padding-bottom: 8rem;
}

/* #endregion */

/* #region #padding-ochr a uwch/gwaelod */

.p-ug-1-ddch-2 {
    padding: 1rem 2rem;
}

.p-ug-2-ddch-3 {
    padding: 2rem 3rem;
}

.p-ug-3-ddch-4 {
    padding: 3rem 4rem;
}

.p-ug-4-ddch-5 {
    padding: 4rem 5rem;
}

/* #endregion */

/* #region #padding-margin */

.margin-0 {
    margin: 0;
}

.margin-02 {
    margin: 0.2rem;
}

.margin-03 {
    margin: 0.31rem;
}

.margin-1 {
    margin: 1rem;
}

/* #endregion */

/* #region #gap */

.gap-02 {
    gap: 0.2rem;
}

.gap-05 {
    gap: 0.5rem;
}

.gap-06 {
    gap: 0.6rem;
}

.gap-07 {
    gap: 0.7rem;
}

.gap-1 {
    gap: 1rem;
}

.gap-2 {
    gap: 2rem;
}

.gap-3 {
    gap: 3rem;
}

.gap-4 {
    gap: 4rem;
}

/* #endregion */

/* #region #botymau */

.botwm-bach-iawn {
    width: fit-content;
    min-width: 3.1rem;
}

.botwm-bach {
    height: 3rem;
    width: fit-content;
    min-width: 6.3rem;
}

.botwm-canolig {
    height: 3.1rem;
    width: fit-content;
    min-width: 7rem;
    max-width: 7.5rem;
}

.botwm-mawr {
    height: 4.3rem;
    width: fit-content;
    min-width: 9rem;
    max-width: 9.5rem;
}

.botwm-google {
    width: 100%;
    background-color: #FFF;
    color: #737373;
}

    .botwm-google p {
        color: #737373;
    }

.botwm-apple {
    width: 100%;
    background-color: #1d1d1f;
}

.botwm-twitter {
    width: 100%;
    background-color: #1da1f2;
}

/* #endregion */

/* #region #line-height */

.uchder-llinell-1-2 {
    line-height: 1.2rem;
}

/* #endregion */

#Desgfwrdd H1 {
    font-size: 1.4rem !important;
}

#Desgfwrdd H2 {
    font-size: 1.3rem !important;
}

#Desgfwrdd H3 {
    font-size: 1.2rem !important;
}

#Desgfwrdd H4 {
    font-size: 1.1rem !important;
}

#Desgfwrdd H5 {
    font-size: 1rem !important;
}

#Desgfwrdd H6 {
    font-size: 0.9rem !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    :root {
        font-size: 14px;
    }

    h1 {
        font-size: 1.6rem;
    }

    .p-u-05 {
        padding-top: 16px;
    }
    
    .canoli-symudol {
        display: flex;
        justify-content: center !important;
        align-items: center !important;
    }

    .wrap-canoli-symudol {
        flex-wrap: wrap;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    :root {
        font-size: 16px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    :root {
        font-size: 15px;
    }

    .col-1 {
        width: 8.33%;
    }

    .col-2 {
        width: 16.66%;
    }

    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33%;
    }

    .col-5 {
        width: 41.66%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33%;
    }

    .col-8 {
        width: 66.66%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.33%;
    }

    .col-11 {
        width: 91.66%;
    }

    .col-12 {
        width: 100%;
    }

    .columns-container {
        flex-direction: row;
    }

    .wrap {
        flex-wrap: nowrap;
    }

    .grid-uchder {
        height: 25rem;
    }

    .grid-3 {
        height: 10rem;
        width: 10rem;
    }

    .grid-wrap-4, .grid-wrap-3, .grid-wrap-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .cuddio-symudol {
        display: flex;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    :root {
        font-size: 18px;
    }

    #hanner-colofn-cuddio {
        display: flex;
    }

    .grid-wrap-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-wrap-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-wrap-4 {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    :root {
        font-size: 20px;
    }
}
